@charset "UTF-8";
/* CSS Document */
body {background: url(../_images/airplanewing.jpg) no-repeat center;
	/*background: url(../_images/skyclouds.jpeg) no-repeat center;*/
	background-attachment:fixed;
	background-size: cover;
	color: #fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 16px;
	-webkit-font-smoothing: subpixel-antialiased;
	  width: 75%;
  margin: auto;}
body a {color: #fff;
		text-decoration: none;}
body a:hover {
			text-decoration: none;}
			
			
#header{font-size:18px;
		font-weight:900;
		padding: 66px 0 50px 0;}
.main{}
#nav {
  height: 50px;
  margin-top:75px;
  float: right;
}
#nav li a{display: block;
 	 height: 40px;
 	 line-height: 25px;
 	 padding: 0 10px;
	}
#nav li {
  display: block;
  float: left;
  line-height: 25px;
  height: 40px;
  position: relative;
}
#alertBox{background-color:rgba(231,76,60,0.66);
		height: 150px;}
.button{padding:33px;
		background-color:rgba(231,76,60,1.0);
		width:100px;
		margin:auto;}
.miniButton{padding:10px;
			background-color:rgba(231,76,60,1.0);
			margin:auto;
			border:none;
			color:white;
			cursor: hand;}

.infoBox{
  background-color: rgba(52,152,219,0.66);

}
.textBox{height:60vh;}
.textBoxFormat{padding: 25px 10%;}
#title{padding:50px 10px 0 10px;}
#title h1{text-align:center;
			font-weight:700;}
#title h2, #title h3{text-align:center;
			font-weight:400;}
#bottomInfoBox{text-align:center;}
#bottomFormBox ul{padding:20px 0;}
#bottomFormBox label{margin-left:33px;}
#leftButton{width:50%;
			float:left;}
#rightButton{width:50%;
			float:right;}

#footer p{font-size:0.75em;
		padding-top: 5px;}
#formBox{width:33%;
		margin:auto;}
#formBox ul{padding:20px 0;}
form li {
  padding: 3px;
}
form label {
  width: 100px;
  text-align: left;
  display: block;
  float: left;
}
input[type="date"], input[type="text"], input[type="password"]{border:none;
				padding:10px;}