@charset "UTF-8";
/* CSS Document */

/*GENERAL-------------------------------------------------*/

body{
	font-family:'Hind', sans-serif;
	font-weight:300;
	font-size:14px;
	line-height:16px;
	color:#869396;}

.container{
	padding-left:10%;
	padding-right:10%;}


h1{
	font-family:'PT Sans', sans-serif;
	text-transform:uppercase;
	font-size:22px;
	line-height:26px;
	letter-spacing:2px;
	color:#869396;
	margin-bottom:2%;
	text-align:left;}
	
h2{
	font-family:'PT Sans', sans-serif;
	text-transform:uppercase;
	font-size:17px;
	line-height:21px;
	letter-spacing:2px;
	color:#8CD2F4;
	margin-bottom:2%;
	text-align:left;}
	
a{
	color:#7AC143;
	font-weight:500;
	text-decoration:none;}

a:hover{
	color:#8F8100;}
	
ul {  
    display:block;
    list-style-type:circle;
    margin-top:1em;
    margin-bottom:1em;
    margin-left:0;
    margin-right:0;
    padding-left:40px;}
	
ul li{
	margin-bottom:10px;}

.paddingspace{
	width:100%;
	padding-top:20px;
	padding-bottom:20px;}
	
.colorbar{
	width:100%;
	padding:none;
	margin:none;}

.colorbartop{
	width:25%;
	display:block;
	float:left;}
	
.colorbarbottom{
	width:50%;
	float:left;
	display:block;
	height:30px;}
	
	

/*HEADER-------------------------------------------------*/

.header{
	width:90%;
	margin-left:5%;
	margin-right:5%;
	padding-top:25px;
	vertical-align:bottom;}

#logodesk{
	text-align:left;
	vertical-align:bottom;}
	@media screen and (max-width : 550px){
		#logodesk{
		display:none;}}

#logomobile{
	display:none;}
	@media screen and (max-width : 550px){
		#logomobile{
			display:block;
			text-align:center;
			margin-top:-60px;}}

#menuitem{
	text-align:center;
	font-family:'PT Sans', sans-serif;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
	position:relative;
	padding-bottom:10px;}
	@media screen and (max-width : 550px){
		#menuitem{
		display:none;}}

#menuitem a{
	text-decoration:none;
	color:#869396;}

#menuitem a:hover{
	color:#8F8100;}
		
.menuitemtext{
	position:absolute;
	bottom:0px;
	width:100%;}

.menuline{
	display:block;}
	@media screen and (max-width : 550px){
		.menuline{
		display:none;}}
		
#menumobile{
	display:none;}
	@media screen and (max-width : 550px){
		#menumobile{
		display:block;
		width:100%;
		color:#fff;
		font-family:'PT Sans', sans-serif;
		text-transform:uppercase;
		text-align:center;
		letter-spacing:2px;
		line-height:30px;}}
		@media screen and (max-width : 550px){
		#menumobile a{
		color:#fff;
		text-decoration:none;}}
		@media screen and (max-width : 550px){
		#menumobile a:hover{
		color:#8F8100;}}
	
div.toggler{
	background-color:#C2D1D4;
	padding-top:15px;
	padding-bottom:15px;
	cursor:pointer;}

div.toggler div{
	display:none;}

#current{
	color:#8F8100;}



/*FOOTER--------------------------------------------------*/

.footer{
	width:90%;
	margin-left:5%;
	margin-right:5%;
	border-top-style:solid;
	border-top-width:thin;
	border-top-color:#C2D1D4;
	padding-top:1%;}

#footerleft{
	text-align:left;}
	@media screen and (max-width : 550px){
		#footerleft{
			text-align:center;}}

#footercenter{
	display:block;
	text-align:center;}
	@media screen and (max-width : 550px){
		#footercenter{
			display:none;}}

#footerright{
	text-align:right;}
	@media screen and (max-width : 550px){
		#footerright{
			text-align:center;}}



/*PAGES------------------------------------------------*/

.hero{
	width:100%;}
	
#herodesk{
	display:block;
	text-align:center;}
	@media screen and (max-width : 550px){
		#herodesk{
		display:none;}}
		
#heromobile{
	display:none;
	text-align:center;}
	@media screen and (max-width : 550px){
		#heromobile{
			display:block;}}
					
.threebox{
	color:#fff;
	font-family:'PT Sans', sans-serif;
	text-transform:uppercase;
	text-align:center;
	font-size:18px;
	letter-spacing:1px;
	line-height:21px;
	padding-top:10%;
	padding-bottom:10%;}
	
.contactdesk{
	display:block;}
	@media screen and (max-width : 550px){
		.contactdesk{
		display:none;}}
		
.contactmobile{
	display:none;}
	@media screen and (max-width : 550px){
		.contactmobile{
		display:block;}}
		
input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */  
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */}
	
input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;}
		
.colorbarthree{
	width:33.333%;
	display:block;
	float:left;}

.listname{
	font-family:'PT Sans', sans-serif;
	text-transform:uppercase;
	font-size:17px;
	line-height:21px;
	letter-spacing:2px;
	color:#8CD2F4;
	margin-bottom:0;
	text-align:left;}

.listplace{
	color:#4790B0;
	font-style:italic;}
	
.caverecipient{
	line-height:30px;
	color:#8CD2F4;}

.cavepic{
	background-image: url('img/caves.jpg');
	background-color:#936;
}
	
div.togglerinterior{
	padding-top:10px;
	padding-bottom:0px;
	cursor:pointer;}

div.togglerinterior div{
	display:none;}

.abstractbutton{
	color:#7AC143;}

.abstractbutton:hover{
	color: #8F8100;}
	
.abstract{
	margin-top:10px;}

.airlogo img{
	width:30%;
	padding-left:35px;
	padding-bottom:35px;}
	@media screen and (max-width : 550px){
		.airlogo img{
			width:50%;
			padding-left:25%;
			padding-right:25%;}}
	
	
/*BACKGROUND COLORS----------------------------------------*/

#darkblue{
	background-color:#4790B0;}

#blue{
	background-color:#8CD2F4;}

#lightblue{
	background-color:#BBE5F0;}
	
#lightgreen{
	background-color:#B7D775;}
	
#green{
	background-color:#7AC143;}
	
#darkgreen{
	background-color:#4A9242;}

#gray{
	background-color:#C2D1D4;}

#brown{
	background-color:#8F8100;}

#red{
	background-color:#F05133;}

/*Overrides-------------------------------------------*/
#menuitem {
	font-size: 1em;
}

@media screen and (max-width: 788px) {
	
	#menuitem {
	font-size: .75em;
}
}

.main-content {
	font-size: 1.25em;
	line-height: 1.25em;
}