@charset "UTF-8";
/* CSS Document */
body {
	font-family: 'Open Sans', sans-serif;
	background-color: white
}
nav {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.navbarback {
	background-color: #FFFFFF !important;
	padding-bottom: 10px !important;
	border-bottom: solid 2px #2CA9C9;
}
.logonavigation {
	display: block;
	max-width: 100%;
}
.icontop {
	display: block;
	max-width: 85px;
}
.pointer {
	height: 50px;
	width: 120px;
	-webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.mobilelinespad {
	padding-top: 3%
}
.mobilecolor {
	background-color: #34B99B
}
.menupadtop {
	padding-top: 10px
}
.menulink {
	color: #34B99B;
	background-color: #FFFFFF;
	-webkit-transition: colo, background 0.5s; /* Safari */
	transition: color, background-color 0.5s;
}
.menulink:hover {
	color: #FFFFFF;
	background-color: #34B99B !important;
	-webkit-transition: color, background 0.5s; /* Safari */
	transition: color, background-color 0.5s;
}
.mainhero {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	border: 0;
    padding: 0;
}
.mainheadline {
	font-size: 50px;
	color: #fffd37;
	font-family: 'Lato', sans-serif;
	-webkit-text-shadow:  3px 2px rgba(27,50,51,0.65);
	text-shadow: 3px 2px rgba(27,50,51,0.65);
}
.topparagraph {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 100;
	padding: 10px
}
.mainheropad {
	padding-top: 18%;
	padding-bottom: 23%
}
.divider {
	max-width: 400px;
}
.featureicon {
	padding-top: 10%;
	padding-bottom: 10%
}
.singleicon {
	font-size: 50px;
	color: #FFFFFF;
	background-color: #0FBFD4;
	padding: 20px;
	border-radius: 10px
}
.featureheader {
	font-size: 20px;
	font-weight: bold;
	color: #515151;
}
.featuretext {
	font-size: 14px;
	font-weight: 100;
	padding: 10px;
}
.featuretexttop {
	font-size: 14px;
	font-weight: 100;
	padding: 10px;
	border-left: solid 4px #13CCDD;
}
.featuresmodule {
	padding-top: 6%;
	padding-bottom: 6%;
	background-color: #E1F7FF
}
.subtitlesection {
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	padding-bottom: 3%
}
.housepic {
	display: block;
	max-width: 450px;
}
.aboutmodule {
	padding-top: 6%;
	padding-bottom: 6%
}
.slidersection {
	padding-top: 6%;
	padding-bottom: 6%
}
.slidershadow {
	box-shadow: 14px 14px 0px #13CCDD;
}
.autosliderpad {
	padding: 2%
}
.quoteicon {
	font-size: 20px;
	color: #0FBFD4;
}
.testimonialtext {
	font-size: 14px;
	font-weight: 100;
	padding: 10px;
	font-style: italic;
}
.testimonialperson {
	font-size: 12px;
	font-weight: 400;
	padding: 10px;
	color: #000000
}
.reviewstar {
	color: #ECBC1D;
}
.footerback {
	background-color: #023146
}
.footerpad {
	padding-top: 3%;
	padding-bottom: 3%
}
.footertext {
	color: #FFFFFF;
	font-size: 12px;
	padding: 10px;
}
.ruleslink {
	color: #FFFFFF !important;
	text-decoration: underline !important
}
.sweeps {
	font-size: 16px;
	background-color: #EE5B24;
	padding: 12px;
	max-width: 250px;
	color: #FFFFFF;
	border-radius: 5px;
	-webkit-transition: background 0.5s; /* Safari */
	transition: background-color 0.5s;
}
.sweeps:hover {
	background-color: #00B76C;
	-webkit-transition: background 0.5s; /* Safari */
	transition: background-color 0.5s;
}
.sweepshyperlink {
	text-decoration: none !important;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-delay: 1s
}
 @-webkit-keyframes fadeInDown {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes fadeInDown {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
p.footertext a, nav.footer-links a{
	color: #fff!important;
	text-decoration: underline;
}
@media only screen and (max-width: 767px) {
.mainheadline {
	font-size: 30px
}
.icontop {
	max-width: 50px
}
.mainhero {
	background-attachment: local
}
.autosliderpad {
	padding: 6%
}
}



