


body {
	background-color: #ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	text-shadow: none;
	color: #6d6d6d;
}

/*
.info {
	margin-top: 20px;
}
*/

.site-wrapper {
    box-shadow: none;


}

/*
.container{
	margin-top: 15%;
}
*/


h1 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #6d6d6d;
    font-weight: 300;
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

p {
	text-align: center;
}

.logo .img-responsive {
    margin: 0 auto;
}


a:link, a:visited {
	color: #3f3f3f;
	text-decoration: underline; 
	text-decoration: none;
}

a:hover, a:active, a:focus {
	
	color: #6d6d6d;
}

/* Portrait tablets and small desktops */
@media (max-width: 767px) {
	
	.logo {
		margin-top: 20px;
	}
}



