.headerNavContainer {
	background-color: #074e9b;
	padding: 1em 5%;
	width: 90%;
}
nav {line-height:2.5em}
.headerNav {
	color:#fff;
	line-height: 3.7em;
	text-align: left;
	margin-left: -1em;
}
.headerNav a{
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: thin;
	
}
.headerNav a:hover {color:#33ccff;
}
.heading {
	background-image: url("../images/header.jpg"); height: 10em; width: 100%; background-position: center;
}
/*.heading {font-size: 1.7em; font-weight: 700; letter-spacing: -.03em; font-family: "expletus-sans"; color:#00A0E9; background-color:#00204B; width:90%; margin: auto auto; line-height: .9em; padding: 1em 5%; text-align: center; background-image: url("../images/frost.jpg")}*/
.menuLarge {display:none;}

#menuToggle
{
  display: block;
  position: relative;
  top:0px;
  left: 0px;
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
	opacity: 1;
  display: block;
  width: 23px;
  height: 2px;
	margin-top: 3px;
  margin-bottom: 4px;
  position: relative;
  
  background: #33ccff;
  border-radius: 3px;
  
  z-index: 1;
  
  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: #fff;
}

/*
 * 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
{
	opacity: 1;
  position: absolute;
  width: 125%;
  margin: 0 0 0 -13%;
  padding: 7px 0;
  top: -17px;
  background: #074e9b;
  list-style-type: none;
  -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
{
  text-transform: uppercase;
	padding: 5px 0%;
  font-size: 18px;
	color: #fff;
	font-weight: thin;
	letter-spacing: .1em;
	
}
#menu li:hover {color:#33ccff; background-color: rgba(0,0,0,0.25);
}
nav li {background-color: none;
	width: 100%;
	float: none;
	display: block;
	margin: none;
	color: rgba(0,0,0,0.9);
	transition:none;
	line-height:20px;
}
nav li:hover, nav li:focus{background-color: inherit; color: white;
}
nav a:hover {text-decoration: none;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}

.frostfreeze main{background-color: #FFFFFF; padding:0; width:85%; margin:1.5em 0 1.5em 7.5%; height:auto;  box-shadow: none;
}

.frostfreeze aside{
	 float:left; height:auto; width:85%; margin: 2em 2.5%; text-align: center;
	}
.probMap {display: block}
.results{padding: 7.5%; float: left}
#submit {
	float:none; color:#000; opacity:1; margin:0;
}

@media only screen and (min-width: 900px) {

	.probMap {display: block}
	
	.headerNavContainer {

	padding: 0 5%;
	}
	
/*.frostfreeze main{ 
	width:62%;
	margin:1.5em 0 1.5em 2.5%;
	padding:20px 3% 20px 3%; 
	overflow:hidden;
	}*/

	/*.frostfreeze aside{
		width: 20%; float:right; margin: 2em 0; padding: 2em 2.5%; 
			
	}*/
	.menuLarge {display:block;}
.menuSmall {display:none;}
}