/*
Description: Study-Game-Dev
Author: Rob Charlish
Author URI: http://www.robcharlish.co.uk
Version: 1.0
*/


/*--------------------------------------------------------------
	Resets and Clear: Minified using http://www.cssminifier.com/
--------------------------------------------------------------*/
html,body,body div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}article,aside,figure,footer,header,hgroup,nav,section{display:block}


/*--------------------------------------------------------------
	@font-face 
--------------------------------------------------------------*/

@font-face {
    font-family: 'league-gothic';
    src: url('fonts/League_Gothic-webfont.eot');
    src: url('fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/League_Gothic-webfont.woff') format('woff'),
         url('fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('fonts/League_Gothic-webfont.svg#league-gothic') format('svg');
    font-weight: normal;
    font-style: normal;

}



html { 
  background: url(img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	color: #000000;
	font-size: 16px;
}


h1{
	font-family: league-gothic;
	color: #ffffff;
	font-size: 7em;
	text-align: center;
	text-transform: uppercase;
	padding-top: 150px;
	
}

a{
	font-family: OpenSansRegular, sans-serif;
	font-size: 1.125em;
	color: #ffffff;
	text-decoration: none;
	padding: 20px;
	border: 1px solid #ffffff;
}

