
body{
	font-family: 'Montserrat', sans-serif;
	padding-top: 40px;
	background: url('../img/bkg.jpg') no-repeat top center;
	background-size: cover;
}


h1{
	color: #203468;
	font-size: 34px;
	text-transform: uppercase;
	font-weight: 300;
	margin: 40px 0;
}

h1 span{
	font-weight: 700;
}

.contatos{
	color: #606161;
	margin-bottom: 40px;
}

.contatos i{
	font-size: 22px;
	color: #203468;
}

.contatos a{
	color: #606161;
}

.main{
	margin-bottom: 250px;
}

footer{
	margin-bottom: 30px;
}


.text-center .img-responsive{
	margin: 0 auto;
}

@media(max-width: 768px){
	.main{
		margin-bottom: 0px;
	}
}











