@charset "utf-8";
/* CSS Document */

/******************************************************************************/
@import url('https://fonts.googleapis.com/css?family=Oswald|Raleway');

/* font-family: 'Oswald', sans-serif;
/* font-family: 'Raleway', sans-serif;

/******************************************************************************/



/************ HTML ************/
html{
	background-color:#006e73;
	padding:0;
	margin:0;
}



/************ HEADER CLOUDS ************/
.headerClouds{
	background-image:url(../images/clouds.png);
	background-repeat:no-repeat;
	background-position:top;
	width:100%;
	height:302px;
	background-color:#006e73;
	background-size:cover;
}

.headerImgOne{
	position:absolute;
	width:65%;
	padding-top:30px;
}

.headerImgTwo{
	position:absolute;
	width:65%;
	padding-top:30px;
}

.headerImgThree{
	position:absolute;
	width:70%;
	padding-top:30px;
}

.headerImgFour{
	position:absolute;
	width:60%;
	padding-top:30px;
}

.headerImgFive{
	position:absolute;
	width:78%;
	padding-top:30px;
}

.headerImgSix{
	position:absolute;
	width:60%;
	padding-top:30px;
}



/************ BODY ************/
.body{
	background-color:#006e73;
}

.bodyText h1{
	font-family: 'Oswald', sans-serif;
	font-size:62px;
	color:#ffffff;
	padding:14px 0 20px;
}

.bodyText p{
	font-family: 'Raleway', sans-serif;
	font-size:18px;
	color:#ffffff;
	padding:20px 0 0;
	line-height:30px;
}

.left{
	width:60%;
	padding-right:30px;
}

.right{
	width:38%;
	padding-left:30px;
}



/************ CHILDREN ************/
.bodyChildren{
	background-color:#006e73;
}

.children{
	width:100%;
	height:100%;
}



/************ FORM ************/
.formSection{
	background-color:#013436;
	padding-top:50px;
}

.formTextTitle{
	color:#ffffff;
	font-size:14px;
}

.formFirst{
	border-radius:10px;
	border:none;
	padding:8px 12px;
	width:100%;
	margin:10px 0;
}

.btnForm{
	border-radius:10px;
	padding:10px 20px;
	border:none;
	cursor:pointer;
}

.btnForm:hover{
	background-color:#033a3c;
	color:#ffffff;
}



/************ RULES ************/
.footerRules{
	background-color:#013436;
	padding:40px 0 30px;
	overflow:hidden;
}

.rulesOne{
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
}

.rulesOne:hover{
	color:#D1CDCD;
	text-decoration:none;
}

.sectionRules{
	background-color:#013436;
	padding:50px 0;
	overflow:hidden;
}

.sectionRules .rulesTwo h2{
	font-size:13px;
	color:#ffffff;
	text-align:center;
	padding-bottom:25px;
}

.sectionRules .rulesTwo p{
	font-size:9px;
	color:#ffffff;
	text-align:left;
}































