body, .form-control {
    font-family: 'Roboto', sans-serif;
}
#homepage {
	background-color: #23585A;
}
h1{
    margin-top: 15px;
    margin-bottom: 5px;
}
a{
	color: #5a8283;
}
a:active,a:hover{
	color: #5a8283;
}

.lead{
    margin-bottom: 40px;
}
label, .ast {
    font-weight: 500;
    color: #5a8283;
}

.contact {
    font-size:150%;
    font-weight: 500;
    color: #ffffff;
}

.contact a{
	color: #fdba12;
	cursor: pointer; 
}
.contact a:active,a:hover{
	color: #fdba12;
	cursor: pointer; 
}

.copy1 {
      margin-top: 50px;
	 font-size:75%;
    color: #ffffff;
}

.copy2 {
         margin-top: 50px;
 font-size:75%;
    color: #000000;
}


.btn-send {
	background-color: #5a8283 !important;
	border-color: #22585a !important;
	opacity: 100 !important;
	cursor: pointer; 
	font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.btn-send:hover, .btn-send:active, .btn-send:visited {
	background-color: #5a8283 !important;
	border-color: #fdba13 !important;
	opacity: .85 !important;
	}


.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}
