@import url("./reset.css");
#rightmask{
	background-color: #fff;
}
#bannerAd{
	width: 320px;
	margin: 0 auto;
}
#logo{
	width: 100%;
	padding: 2.5% 0;
}
#logo img{
	width: 48%;
	margin: 0% 25%;

}
.caption{
	font-size: 3vw;
	margin: 0% 22%;
}
#leftcol{
	width: 100%;
    display: none;
}
#menu ul{
	margin-top: 60px;
}
#menu ul li{
	list-style: none;
	width: 100%;
 	border-top: 1px solid #111;
 	margin-left: -15px;
}
#menu a{
	display: block;
	padding: .5em;
	font-size: 1em;
	transition: color 0.2s, background 0.5s;
}

#centrecol,#rightcol{
	width: 96%;
	margin: 0 2%;
}
#largeAd{
	border: solid 1px #000;
	max-width: 96%;
	margin: 2% 2%;
}
.footer{
	width: 100%;
	float: left;
	clear: both;
	border-top: solid 1px #fff;
	margin: 5% 5%;
	color: #fff;
}
.footer p, .footer h2{
	font-family: "calibri light";
}

/* Nav Trigger */
.nav-trigger {
  /* critical styles - hide the checkbox input */
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

label[for="nav-trigger"] {
  /* critical positioning styles */
  float: right;
  margin: -45px 15px 0 0;
  /* non-critical apperance styles */
  height: 30px;
  width: 30px;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='30px' height='30px' viewBox='0 0 30 30' enable-background='new 0 0 30 30' xml:space='preserve'><rect width='30' height='6'/><rect y='24' width='30' height='6'/><rect y='12' width='30' height='6'/></svg>");
  background-size: contain;
}

/* Make the Magic Happen */
.nav-trigger + label, #leftcol {
	transition: left 0.3s;
}

.nav-trigger:checked + label {
  
}
.nav-trigger:checked ~ #leftcol {
	display: inline;
}