/* CSS Document */
/*-------------------------------------------------
GLOBALS & GENERAL CASES
-------------------------------------------------*/
 * {margin:0;padding:0;}
html, body {
	height: 100%;
	width:100%;
	margin: 0;
	padding:0;
	overflow-x: hidden;
	overflow-y:auto;
}
body {background:#1664b9;font-family: 'Trebuchet MS', serif;font-size:12px;color:#9ac5f5;}

h1{font-family: 'Oswald', sans-serif; font-size:24px; text-transform: uppercase; font-weight:normal; color:#fff;}
h2{font-family: 'Oswald', sans-serif; font-size:20px; text-transform: uppercase; font-weight:normal;}
h3{font-family: 'Oswald', sans-serif; font-size:14px; text-transform: uppercase; font-weight:normal;}
h4{ color:#ffc01d; font-size:15px; font-weight:normal; font-family: 'Trebuchet MS', serif;} 
h6{ color:#ffc01d; font-size:14px; font-weight:normal;}

p{ font-size:15px;}
a{ color:#fff; text-decoration:none;}
a:hover{ color:#ffc01d;}
.clear{clear:both;}
.title{ margin-bottom:10px;}
.title h1{ color:#ffc01d;}
.title h2{ color:#fff;}
/*-------------------------------------------------
body sytles start
-------------------------------------------------*/

section{
	width:100%;
	margin: 0 auto;
	max-width:100%;
	/*height:60%;*/
}

article{
	width:100%;
	margin: 0 auto;
	max-width:100%;
	/*height: 100%;*/
	background: #1664b9;
}
article #homeText{
	float: left;
    /* width: 50%; */
    color: #ffffff;
    font-size: 32px;
    /* padding-top: 194px; */
    /* padding-left: 115px; */
    overflow: hidden;
    max-width: 100%;
	width:60%;
}
.button{
	background:url(../images/button.png) no-repeat; 
	width:170px; 
	height:50px;
	text-align:center;
	line-height:50px; 
	margin-top:50px; 
	margin-bottom:116px;
	color:#ffc01d;
	font-size:20px;
	text-transform: uppercase;
	border:0px;
	outline: none;
}
.button a:hover{ color:#fff;}
/*article .button{ background:url(../images/button.png) no-repeat; width:170px; height:50px; text-align:center; line-height:50px; margin-top:50px; margin-bottom:116px;}
article .button:hover{ background:url(../images/button-hover.png) no-repeat; width:170px; height:50px; text-align:center; line-height:50px; margin-top:50px; margin-bottom:116px;}
*/
article #homeImg{
	float:right; 
	width:40%;
	max-width: 100%;
	/*overflow: hidden;*/
}
#homeImg  img{
	padding-top: 0px;
	max-width:100%;
	margin-bottom: -3px;
}
/*-------------------------------------------------
PAGE CONTENT SECTION 
-------------------------------------------------*/
.pageHome-content{background:#ffc01d; overflow: auto;
	/*padding: 10px;*/
	min-height: -webkit-calc(100% - 100px);     /* Chrome */
	min-height: -moz-calc(100% - 100px);     /* Firefox */
	min-height: calc(100% - 100px);     /* native */
}
.pageHome{width:78%; margin:0 auto; padding-top: 26%;}

.page-content{background:#1664b9; overflow: auto;;
	/*padding: 10px;*/
	min-height: -webkit-calc(100% - 100px);     /* Chrome */
	min-height: -moz-calc(100% - 100px);     /* Firefox */
	min-height: calc(100% - 100px);     /* native */

}
#page{width:75%; margin:0 auto; margin-top:6%; padding-bottom:5%;}
#page h1{ margin-bottom:10px; color:#ffc01d; text-transform:uppercase; text-align:absmiddle;}
#page h2{ color:#fff; font-size:16px;}
#page span .content{padding-bottom:10px; color:#9ac5f5; text-align: justify;}
#page span .phone{display: inline; }
#page p{ padding-bottom:10px; text-align: justify;}
#page ul{padding-left:20px;}
#page ul li{padding-left:0px; font-size:16px;}

/*-------------------------------------------------
FOOTER SECTION 
-------------------------------------------------*/

footer{
	position: fixed;
	bottom: 0;
	width:100%;
}
#footer-wrapper{
	width:100%;
	background:#043e7f; 
	padding-bottom:10px; 
	padding-top:10px; 
	height:auto;

	display: flex;                   /* establish flex container */
	flex-direction: row;             /* default value; can be omitted */
	flex-wrap: nowrap;               /* default value; can be omitted */
	justify-content: space-between;  /* switched from default (flex-start, see below) */
}
#footer-wrapper > div {
    width: 25%;
	padding-left:25px;
	padding-right:25px;
    height: auto;
	text-align: center;
}
#footer-wrapper div h1{ color:#ffc01d;  text-align: center; padding-bottom:0px;}
#footer-wrapper div span{text-align: center;}
#footer-wrapper div span{text-align: center;}


/*#left{
	float:left;
	width:30%;
	text-align: center;
}
#center{
	margin:0 auto;
	width:25%;
	text-align: center;
}

#right{
	float:right;
	width:30%;
	text-align: center;
	vertical-align:top;
}*/

/*#footer-wrapper{
		background:#043e7f; 
		overflow:hidden; 
		padding-bottom:30px; 
		padding-top:30px; 
		width: 100%;
		height:auto;
		position: relative;
		clear:both;
		display: inline-block;
		margin:0 auto;
		right: 0;
		text-align: center;
}
#footer-wrapper.left { float: left; margin: 0 auto; padding-left: 55px;}
#footer-wrapper.center { margin: 0 auto; padding: 30px; vertical-align: top;}
#footer-wrapper.right { float: right; margin: 0 auto; padding-right: 55px;}
#footer-wrapper.clear { clear: both; }

#footer-wrapper.left .title h1{ margin-bottom:0px; width:75%; }
#footer-wrapper.left .contnet{margin-top:20px;  width:30%;}
#footer-wrapper.left .contnet ul li{list-style:none;  border-bottom:#104f94 solid 1px;}
#footer-wrapper.left .contnet ul li a{ color:#000000; text-decoration:none; line-height:40px; font-size:14px;}
#footer-wrapper.left .contnet ul li a:hover{color:#ffc01d;}

#footer-wrapper img{ float:left; margin-right:20px;}
#footer-wrapper.span{ text-decoration:underline; color:#ffc01d;}
#footer-wrapper.contnet p{ color:#85aedb; font-size:14px; padding-top:6px;}
#footer-wrapper.phone {padding-bottom: 0px; border-bottom: #104f94 solid 0px; width: 100%;}
#footer-wrapper.phone img{ float:center; margin-right:10px;}
#footer-wrapper.phone h1{ color:#ffc01d;}


/**/

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) 
{
	section{
		width:100%;
		max-width:100%;
		height:100%;
		padding-top:70px;
	}
	article{
		width:100%;
		max-width:100%;
		height: 100%;
		background: #1664b9;
		padding-bottom:0px;
	}
	article #homeText{
    font-size: 22px;
}
	footer { position: static; }
	header { padding-top:0px;}
	header h1{	font-size:12px;}
	#page{width:90%; margin:0 auto; padding-bottom:0px; padding-right:0px; overflow:auto; vertical-align:top;}

	#footer-wrapper{
		width:100%;
		background:#043e7f; 
		padding-bottom:10px; 
		padding-top:10px; 
		display: flex;                   /* establish flex container */
		flex-direction: row;             /* default value; can be omitted */
		flex-wrap: wrap;               /* default value; can be omitted */
		justify-content: space-between;  /* switched from default (flex-start, see below) */
	}
	#footer-wrapper > div {
		width: 100%;
		text-align: center;
		padding-bottom:10px; 
		padding-top:10px; 
	}
}