@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */
body{
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position:top;
	background-size:cover;
	overflow:hidden;
}

.maincontainer {
	background-color:;
	height:inherit;
	margin-bottom:;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width:100%;
	padding-left:2%;
	padding-right:2%;
}

.white{
	width:92%;
	height:100%;
	clear:both;
	margin-top:6%;
	position:absolute;
	background-color:rgba(255,255,255,.9);
	box-shadow:3px 3px 3px grey;
	margin-left:2%;
	overflow:scroll;
}
label {
	margin-left:px;
}
input{
	margin-left:5px;
	margin-right:2px;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

.top{
	width:100%;
	height:20%;
	left:0;
	top:0;
	box-shadow:2px 2px 2px grey;
	z-index:12;
	position:absolute;
}

#header {
	width:100%;
	height:20%;
	background-color:;
	z-index:10;
	float:-;
	margin-bottom:50px;
	position:fixed;
	margin-left:;
	text-align:center;

}
#header img {
	width:auto;
	max-height:96%;
	margin-left:;
	margin-top:2px;
	position:;
}



#links {
	display:none;
}


nav{
	display:block;
  	margin-bottom: 0;
  	margin-right: 0;
  	margin-left:0;
  	margin-top:;
  	padding: 0;
  
  	/* make it look decent enough */
  	background:;
 	color:;
  	font-family: Georgia, "Times New Roman", Times, serif;
}

nav a
{
  text-decoration: none;
  color: #232323;  
  transition: color 0.3s ease;
  margin-left:10px;
}
nav a:hover{
	color:#80FF00;
}

#menuToggle
{
  display: block;
  position:fixed;
  top:15%;
  left:40px;
  
  z-index:15;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width:20px;
  height:25px;
  position: absolute;
  top: -7px;
  left:2px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 16; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width:30px;
  height: 3.5px;
  margin-bottom:4px;
  position: relative;
  
  background: rgba(0,204,255,1);
  border-radius: 3px;
  
  z-index: 15;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: rgba(0,204,255,1);
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width:120px;
  margin: -28px 0 0 -42px;
  padding:30px;
  padding-top:20px;
  background:#fff;
  list-style-type: none;
  box-shadow:2px 2px 2px grey;

  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px;
  font-size:14pt;
  color:#404041;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}

#thankyou{
	width:80%;
	hight:auto;
	margin-top:50%;
	position:relative;
	text-align:center;
	margin-left:10%;
	font-size:14pt;
	
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {


#menuToggle{
	top:12%;
}


#thankyou{
	width:75%;
	hight:auto;
	margin-top:10%;
	position:relative;
	text-align:center;
	margin-left:12.5%;
	font-size:16pt;
	
}
}


/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 800px) {

#links {
	display:block;
	float: right;
	width:50%;
	height:50px;
	clear:none;
	z-index:11;
	background-color:;
	margin-top:10px;
	margin-left:50%;
	position:absolute;
}
#links ul{
	color:#404041;
}
#links li{
	text-decoration: none;
	display:inline;
	margin-right:20px;
	text-align:;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	float:right;
}
#links a{
	margin-right:10px;
	text-decoration:none;
	color:#404041;

}
nav{
	display:none;
}
#menu{
	display:none;
}
.white{
	width:75%;
	height:100%;
	clear:both;
	margin-top:0;
	position:absolute;
	background-color:rgba(255,255,255,.9);
	box-shadow:3px 6px 8px rgba(51,51,51,1);
	margin-left:12.5%;
	overflow:scroll;
}

#thankyou{
	width:60%;
	hight:auto;
	margin-top:30%;
	position:relative;
	text-align:center;
	margin-left:20%;
	font-size:16pt;
	
}
}