@font-face {
  font-family: "GillSansBook";
  src: url("fonts/GillSansMTPro-Book.otf");
}

.background-img{
	background-image: url('img/second/andrea.jpg');
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	height: 500px;
	width: 100%;
}


.wrapper-header{
	margin-top: 150px;
}

@media screen and (min-width: 320px) and (max-width: 475px){
.background-img{
	background-image: url('img/second/andrea.jpg');
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	height: 500px;
	width: 100%;
}	
}
#contact-form .form-control{
	min-height: 45px;
	font-family: "GillSansMedium";
	margin-bottom: 20px;
	border-color: #C683C2;
}

#contact-form .btn-primary{
	background: #0669CE;
	border: 0px;
	font-family: "GillSansMedium";
	background-image: none;
}

#contact-form .btn-primary:hover{
	opacity: .8;
	transition: all ease-in .2s;
}

.button{
	background-color: #0669CE;
}

.footer-link{
	margin-left: 0px;
}

@media screen and (min-width: 320px) and (max-width: 475px){
.footer-link{
	margin-left: 0px;
}	

}

.footer-link a{
	text-decoration: none;
	margin: 0px;
	color:white;
	border-radius: 35px;
	padding: 8px 15px;
	background-color: #0669CE;
}

.footer-link a:hover{
	opacity: .7;
	color: white;
	background-color:#0669CE; 
}





.btn {
	background-color: #00aff0;
	color: white
}
