@charset "utf-8";
h1 {
	font-family: 'Libre Baskerville', serif;
	font-size: 26px;
	font-weight: 700;
	color: #1f2120;
	margin-top: 30px;
	margin-bottom: 0px;
}
h2 {
	font-family: 'Libre Baskerville', serif;
	font-size: 24px;
	font-weight: 700;
	color: #1f2120;
	margin-top: 32px;
	margin-bottom: 20px;
	margin-left: 50px;
	margin-right: 26px;
}
h3 {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
	color: #1f2120;
	margin-top: 32px;
	margin-bottom: 20px;
	margin-left: 46px;
	margin-right: 46px;
}
h4 {
	font-family: 'Libre Baskerville', serif;
	font-size: 18px;
	font-weight: 700;
	color: #1f2120;
	margin-top: 50px;
	margin-bottom: 20px;
	margin-left: 50px;
	margin-right: 26px;
	text-transform: uppercase;
}
.body-text {
	font-family: 'Libre Baskerville', serif;
	font-size: 14px;
	color: #1f2120;
	font-weight: 400;
	line-height: 24px;
}
.body-text li {
	margin-left: 8px;
	margin-right: 26px;
	margin-top: 20px;
	margin-bottom: 0px;
	list-style-image: url(../images/bullet.png);
	line-height: 22px;
}
.body-text p {
	margin-left: 50px;
	margin-right: 26px;
	margin-top: 32px;
	margin-bottom: 0px;
}
.body-text2 {
	font-family: 'Libre Baskerville', serif;
	font-size: 14px;
	color: #1f2120;
	font-weight: 400;
	line-height: 24px;
}
.body-text2 p {
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 32px;
	margin-bottom: 0px;
}
.body-text3 {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #1f2120;
	text-transform: uppercase;
}
.body-text3 a {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #1f2120;
	text-transform: uppercase;
}
.body-text3 a:hover {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
	text-decoration: underline;
}
.body-text4 {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #F8F7F3;
	text-transform: uppercase;
}
.body-text4 a {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #F8F7F3;
	text-transform: uppercase;
}
.body-text4 a:hover {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: underline;
}
.home-text1 {
	font-family: 'Libre Baskerville', serif;
	font-size: 13px;
	color: #1f2120;
	font-weight: 400;
	line-height: 24px;

}
.home-text1 p {
	margin-left: 26px;
	margin-right: 26px;
	margin-top: 32px;
	margin-bottom: 0px;
}
.home-text2 {
	font-family: 'Libre Baskerville', serif;
	font-size: 13px;
	color: #F8F7F3;
	font-weight: 400;
	line-height: 24px;

}
.home-text2 p {
	margin-left: 26px;
	margin-right: 26px;
	margin-top: 32px;
	margin-bottom: 0px;
}
.home-text3 {
	font-family: 'Libre Baskerville', serif;
	font-size: 18px;
	color: #1f2120;
	font-weight: 400;
	line-height: 28px;

}
.home-text3 p {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.services, a {
	font-family: 'Libre Baskerville', serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 20px;
	text-transform: uppercase;
	text-decoration: none;
}
.services p {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 24px;
	margin-bottom: 0px;
}
.services a:hover {
	font-weight: 700;
}
#button-learn {
	width: 166px;
	height: 44px;
	line-height: 44px;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	float: right;
	background-color: #0093cf;
	background-image: url(../images/button-learn.png);
	color: #ffffff;
	margin-top: 20px;
	margin-right: 18px;
}
#button-learn:hover {
	background-color: #50afd1;
	background-image: url(../images/button-learn.png);
	cursor: pointer;
}
#button-contact {
	width: 166px;
	height: 44px;
	line-height: 44px;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	float: right;
	background-color: #0093cf;
	background-image: url(../images/button-contact.png);
	color: #ffffff;
	margin-top: 20px;
	margin-right: 18px;
}
#button-contact:hover {
	background-color: #50afd1;
	background-image: url(../images/button-contact.png);
	cursor: pointer;
}
.form1 {
	font-family: 'Libre Baskerville', serif;
	font-size: 14px;
	color: #1f2120;
	font-weight: 700;
	text-transform: uppercase;

}
.form1 p {
	margin-left: 26px;
	margin-right: 26px;
	margin-top: 16px;
	margin-bottom: 0px;
}
.input-field {
	font-family: 'Ubuntu Condensed', sans-serif;
	background: #fff;
	padding: 6px 4px;
	font-size: 16px;
	border: 1px solid #B9BDBB;
	margin-top: 6px;
	width: 96%;
	border-radius: 2px;
}
.input-btn {
	background: #0093cf;
	background-image: url(../images/button-submit.png);
	width: 166px;
	height: 44px;
	line-height: 44px;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	float: left;
	background-color: #0093cf;
	color: #ffffff;
	margin: 0px;
	cursor: pointer;
	border: 0px;
}
.input-btn:hover {
	background: #50afd1;
	background-image: url(../images/button-submit.png);
}
#button2 {
	width: 166px;
	height: 44px;
	line-height: 44px;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	float: left;
	background-color: #0093cf;
	color: #ffffff;
	margin-top: 20px;
	cursor: pointer;
	margin-left: 26px;
}
#button2 a {
	width: 166px;
	height: 44px;
	line-height: 44px;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	float: left;
	background-color: #0093cf;
	color: #ffffff;
	text-decoration: none;

}
#button2:hover {
	background-color: #50afd1;
}
.menu-text {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 23px;
	color: #0093cf;
	font-weight: 400;
	text-transform: uppercase;
}
.menu-text a {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 23px;
	color: #0093cf;
	font-weight: 400;
	margin-left: 32px;
	margin-right: 10px;
	text-decoration: none;
	text-transform: uppercase;
}
.menu-text a:hover {
	color: #1F2120;
}
.bg-header {
	background-image: url(../images/bg-header.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.bg-body {
	background-image: url(../images/bg-body.jpg);
	background-repeat: repeat;
	background-position: center top;
}
.bg-footer {
	background-image: url(../images/bg-footer.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.bg-services {
	background-image: url(../images/bg-services.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#logo {
	margin-bottom: 12px;
	margin-left: 5px;
	border: 0px;
}
#logo:hover {
	opacity:.65;
}
.footer {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 13px;
	color: #F8F7F3;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 1px;
}
.footer a {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 13px;
	color: #F8F7F3;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 1px;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.footer p {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}