@charset "UTF-8";
/* CSS Document */
/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*font definition*/
@font-face {
    font-family: 'juramedium';
    src: url('font/jura-medium-webfont.eot');
    src: url('font/jura-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/jura-medium-webfont.woff2') format('woff2'),
         url('font/jura-medium-webfont.woff') format('woff'),
         url('font/jura-medium-webfont.ttf') format('truetype'),
         url('font/jura-medium-webfont.svg#juramedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*fonts*/
h1{
	position:relative;
	top:100px;
	max-width:40%;
	left:10%;
	font-size:100%;
	padding: 3px 10px;
	color:#fff;
	background: rgb(250,151,0); /* For browsers that do not support gradients */	
	background: -webkit-linear-gradient(left, rgba(250,151,0,0), rgb(250,151,0)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, rgba(250,151,0,0), rgb(250,151,0)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, rgba(250,151,0,0), rgb(250,151,0)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, rgba(250,151,0,0), rgb(250,151,0)); /* Standard syntax */
}
h2{
	padding:20px 0;
	font-size:1.1em;
	color:#faa819;
}
h3{
	padding:20px 0;
	font-size:1em;
	color:#faa819;
}
p{
	color:#3fbdeb;
	
}
body{
	font-family: 'juramedium';
	background-color:#FFF;
	background-image:url(images/background.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	width:100%;
}
#wrapper{
	width:80%;
	margin:0 auto 0 auto;
}
/*header*/
header{
	width:100%;
	height:150px;
	margin:0 auto 0 auto;
}

nav{	
	width:100%;
	height:32px;
	background:#faa819;
	margin:-65px auto 0 auto;
}
nav ul{
	float:right;
	list-style:none;
}
nav ul li{
	float:left;
	list-style-position:inside;
}
nav ul a{

	border: 1px #fff solid;
	display:block;
	padding:0 1.1em;
	line-height:2.2em;
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	font-size:.9em;
}

nav ul a:hover,
nav ul a:focus{
	color:#faa819;
	background:#fff;
	border: 1px #fff solid;
}
.active{
	display:block;
	padding:0 1.1em;
	line-height:2.1em;
	text-transform:uppercase;
	font-size:1em;
	color:#faa819;
	background:#fff;
	border: 1px #fff solid;
}
/*Main Section*/
#blueline{
	width:100%;
	height:60px;
	background:#3fbdeb;
	margin:10px auto 0 auto;
}
#orangeline{
	width:100%;
	height:24px;
	background:#faa819;
	margin:10px auto 0 auto;
}
#main{
	width:70%;
	max-height:70%;
	margin:0 auto 0 auto;
	padding-bottom:100px;
	background-color:rgba(34,34,34,.1);
	
}

#slider ul{
	padding:10px 5px;
	width:80%;
	margin: 0 auto;
}
#slider img{
	max-width:100%;
	height: auto;
}
.text{
	background-color:rgba(255,255,255,.6);
	margin: 50px 0;
	padding:2%;
	line-height:20px;
}
.fb{
	padding-top:16px;
	font-size:1.2em;
}
.fb img{
	margin-left:1%;
}
/*about*/
#abmatop{
	width:140%;
	margin:0 20% 0 -20%;
	height:244px;
	background: rgb(250,151,0); /* For browsers that do not support gradients */	
	background: -webkit-linear-gradient(left, rgba(250,151,0,0), rgb(250,151,0),rgba(250,151,0,0)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, rgba(250,151,0,0), rgb(250,151,0),rgba(250,151,0,0)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, rgba(250,151,0,0), rgb(250,151,0),rgba(250,151,0,0)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, rgba(250,151,0,0), rgb(250,151,0),rgba(250,151,0,0)); /* Standard syntax */
}
#abmatopin{
	width:70%;
	height:100%;
	
	margin:0 auto 0 auto;
}
#abmabot{
	clear:both;
	width:140%;
	margin:0 20% 0 -20%;
	height:244px;
	background: rgb(110,206,242); /* For browsers that do not support gradients */	
	background: -webkit-linear-gradient(left, rgba(110,206,242,0), rgb(110,206,242),rgba(110,206,242,0)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, rgba(110,206,242,0), rgb(110,206,242),rgba(110,206,242,0)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, rgba(110,206,242,0), rgb(110,206,242),rgba(110,206,242,0)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, rgba(110,206,242,0), rgb(110,206,242),rgba(110,206,242,0)); /* Standard syntax */
}
#abmabotin{
	width:70%;
	margin:0 auto 0 auto;
	height:100%;
}
#abmabotin img, #abmatopin img{
	max-width:100%;
	height: auto;
	display:block;
	margin:auto;
}

.text1{
	background-color:rgba(255,255,255,.6);
	padding:2%;
	line-height:20px;
}
#abmatopin .abright{
	padding-top:40px;
	width:34%;
	float:right;
}
#abmatopin .abmiddle{
	width:24%;
	float:left;
}
#abmatopin .ableft{
	padding-top:40px;
	width:34%;
	float:left;
}
#abmabotin .ableft{
	width:24%;
	float:left;
}

#abmabotin .abmiddle {
	padding-top:40px;
	width:32%;
	float:left;
}
#abmabotin .abright{
	width:24%;
	float:right;
}
.abright img{

}
.abtext{
	background-color:rgba(255,255,255,.8);
	padding: 10px 5%;
	height:224px;
}
#mission{
	padding: 10px 4%;

}
.abtext h3{
	padding:5px 0;	
}
.abtext p{
	font-size:70%;
   }
#blueback{
	height: 300px;
	padding:0 5%;
	max-width:12%;
	margin:-278px auto 0 auto;
	/*background: rgb(110,206,242); /* For browsers that do not support gradients */	
	/*background: -webkit-linear-gradient(top, rgb(110,206,242),rgba(110,206,242,0)); /* For Safari 5.1 to 6.0 */
	/*background: -o-linear-gradient(bottom, rgb(110,206,242),rgba(110,206,242,0)); /* For Opera 11.1 to 12.0 */
	/*background: -moz-linear-gradient(bottom, rgb(110,206,242),rgba(110,206,242,0)); /* For Firefox 3.6 to 15 */
	/*background: linear-gradient(to bottom, rgb(110,206,242),rgba(110,206,242,0)); /* Standard syntax */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6ecef2+0,7db9e8+100&1+0,1+50,0.7+83,0+100 */

background: -moz-linear-gradient(top,  rgba(110,206,242,1) 0%, rgba(118,196,237,1) 50%, rgba(123,189,234,0.7) 83%, rgba(125,185,232,0) 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  rgba(110,206,242,1) 0%,rgba(118,196,237,1) 50%,rgba(123,189,234,0.7) 83%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  rgba(110,206,242,1) 0%,rgba(118,196,237,1) 50%,rgba(123,189,234,0.7) 83%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6ecef2', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */


}
/*Links*/
#linkimg{
	width:60%;
	margin: 0 auto;
	padding-top:10px;
}
#linkimg img{
	max-width:100%;
	height: auto;
	display:block;
	margin:auto;
}
#linkimg ul li {
	max-width:40%;
}
#linkimg ul li a{
	margin-top:20px;
	max-width:100%;
}
/*contact*/
#contactme h2{
	padding: 20px 0 10px 0;
	text-align:center;
	font-size:200%;
}
#contactme h3{
	
	text-align:center;
	font-size:200%;
}
label {
	font-family: 'juramedium';
	font-size: 24px;
	color:rgb(250,151,0);
	text-align: left;
	display: block;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
	clear: both;
	font-weight: bold;
}
.label_two {
	font-family: 'juramedium';
	font-size: 24px;
	color:rgb(250,151,0);
	clear: both;
	text-align: right;
	display: block;
	margin-top: 10px;
}
.inputs {
	display: block;
	margin-top: 10px;
	height: 25px;
	width: 60%;
	background-color:rgb(110,206,242);
	margin-bottom: 10px;
}
.inputs_two {
	display: block;
	clear: both;
	height: 25px;
	width: 99%;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgb(110,206,242);
}
.inputs_three {
	text-align: left;
	display: block;
	height: 100px;
	width: 99%;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	background-color:rgb(110,206,242);
}
/*#conleftname {
	float: left;
}
#conright {
	float: right;

}*/
#submit {
	font-family: 'juramedium';
	font-size: 200%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	display: block;
	width: 120px;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-left: 25px;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
	background-color: rgb(110,206,242);
}
#submit:active {
	background-color: rgb(250,151,0);
	color:#fff;
}
iframe{
	margin:10px 5%;
}
/*footer*/
footer{
	width:100%;
	text-align:center;
	background: #faa819;
	margin-top:-80px;

	
}
footer p{
	color:#fff;
	font-style:italic;

}
/* Portrait tablet to small desktop sreans */
@media only screen and (max-width:800px){
h1{
	position:static;
	top:10px;
	left:10px;
	font-size:1.4vw;
	background: rgb(250,151,0); 
}
header{
	height:296px;
	margin:0 auto 0 auto;
}

nav{	
	height:auto;
	margin:0 auto 0 auto;
}
nav ul{
	float:none;
}
nav ul li{
	float:none;
}
nav ul a{
	text-align:center;
}

nav ul a:hover,
nav ul a:focus{
	display:block; 
	text-align:center;
	
	
}
.active{
	text-align:center;
	border: 1px #faa819 solid;
}
/*about mobile*/

#abmabotin img, #abmatopin img{
	display:none;
}

.text1{
	background-color:rgba(255,255,255,.6);
	padding:2%;
	line-height:20px;
}
#abmatopin .abright{
	float:none;
}
#abmatopin .abmiddle{
	width:100%;
	height:auto;
	float:none;
}
#abmatopin .ableft{
	float:none;
}
#abmabotin .ableft{
	width:100%;
	height:auto;
	float:none;
}

#abmabotin .abmiddle {
	float:none;
}
#abmabotin .abright{
	width:100%;
	height:auto;
	float:none;
}
.abright img{

}
.abtext{
	background-color:rgba(255,255,255,.8);
	padding: 5px 0;
	height:226px;
}
#mission{
	padding: 10px 0;

}
.abtext h3{
	padding:5px 0;	
}
.abtext p{
	font-size:40%;
   }
#blueback{
	display:none;
}
}