/* ==========================================================================
   CUSTOMISATION FOR SINGLE INNER PAGES
   ========================================================================== */
   
/*body {
 font: 16px/26px Helvetica, Helvetica Neue, Arial;
 background: url(../../img/graphicdesign2.jpg) repeat 0 0; 
 background-repeat: no-repeat;
 background-position: bottom;
 -ms-background-size: cover;
 -o-background-size: cover;
 -moz-background-size: cover;
 -webkit-background-size: cover;
 background-size: cover;
}*/

body {
	font: 16px/26px Helvetica, Helvetica Neue, Arial;
	background: url(../../img/gameBackground.jpg) repeat 0 0;
	background-repeat: no-repeat;
	background-position: bottom center;
	-ms-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

.header-container {
 	/*height: 15vh;*/
	background: none;
	clear: both;
	z-index: 10;
}

.header-container:before {
 	/*height: 15vh; */
 	/*background: url(../../img/code.jpg) repeat 0 0;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;*/
    clear: both;
    background: none;
    background-color:rgba(0, 0, 0, 0);
}

.wrapper {
    padding-top: 10px;
}

@media only screen and (max-width: 768px) {
	.header-container {
	   	overflow: visible;
	}
	nav {
	    margin-top: 10px;
	}
}

@media only screen and (max-width: 768px) {
	.header-container {
	   	overflow: visible;
	}
	nav {
	    margin-top: 10px;
	}
	
	/*.header-container {
 	height: 30vh;
}

	.header-container:before {
	 height: 30vh;
	}*/
}
