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





html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}


/* CSS reset via eric meyer */

a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,input,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,textarea,tfoot,th,thead,tr,tt,u,ul,var{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}body{line-height:1;-webkit-text-size-adjust:none}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}


/* start of my stylee */
body {
		background:#000;
		color:#fff;
		margin:auto 10em;
		font: 100% ;
        font-family: 'Raleway', sans-serif;
      }
html>body {
	font-size: 16px;
}
	p {
		line-height:1.4em;
		padding:1em 0;
	}
      #branding{
      font-size:6em;
      letter-spacing:0.125em;
      text-align:center;
	  margin-right:-0.25em;
	  margin-top:0.25em;
      }
      #headline{
      font-size:1.5em;
      text-align:center;
	  line-height:2em;
	  margin: 1em auto;
      }
	  
	  #countdown {
		       font-size:1.5em;
      			text-align:center;
				line-height:1.75em;
                height:2em;
	  }
	  #shtum {
		  text-align:center;
		  margin:2em auto;
		border:1px solid #333;
	  }
	  #shtum img{
		  width:100%;
         
	  }
	  #footer {
		     font-size:1em;
      			text-align:center;
				line-height:1.75em;
                height:2em;
				color:#666;
	  }
	  


a {color:#666;
}
a:hover {color:#ff49f0;
}
      .neongreen{
      color:#99fd00;
      }
      .neonpink{
      color:#ff49f0;
      }
	  a{
      color:inherit;
      }
      .neonyellow{
      color:#ffff00;
      }




.logol {
	font-weight:300;
	font-size:1.37em;
}
.logoh {
	font-weight:300;
	font-size:1.25em;
}
/* embed */

object, embed {
  outline: 0;
}
.videobox {
	border:none;
}
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%;  
	margin:0 auto;
	border:1px solid #333;
} 
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}




@media only screen and (max-width: 65em) {
	
	  body {
	margin:auto 3em;
}
}

@media only screen and (max-width: 40em) {
	 body {
		 margin:auto 2em;
	 }
	html>body {
	font-size: 14px;
}
#branding{
      font-size:4.5em;
      }
	 
}
@media only screen and (max-width: 30em) {
	html>body {
	font-size: 12px;
}
}
}
