/* ==========================================================================
   CUSTOMISATION FOR SINGLE INNER PAGES
   ========================================================================== */


/*body {
	font: 16px/26px Helvetica, Helvetica Neue, Arial;
	background: url(../../img/grunge.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;

}*/

body {
	font: 16px/26px Helvetica, Helvetica Neue, Arial;
	background: url(../../img/3dbackground5.jpg) no-repeat #e60737;
	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;

}


/* body{
	margin:0;
	padding:0;
	font-family:"arial",heletica,sans-serif;
	font-size:12px;
    background: #2980b9 url('../../img/greenwiggles.jpg') repeat 0 0;
	-webkit-animation: 40s linear 0s normal none infinite animate;
	-moz-animation: 40s linear 0s normal none infinite animate;
	-ms-animation: 40s linear 0s normal none infinite animate;
	-o-animation: 40s linear 0s normal none infinite animate;
	animation: 40s linear 0s normal none infinite animate;
 
}
 
@-webkit-keyframes animate {
	from {background-position:0 0;}
	to {background-position: 0 500px;}
}
 
@-moz-keyframes animate {
	from {background-position:0 0;}
	to {background-position: 0 500px;}
}
 
@-ms-keyframes animate {
	from {background-position:0 0;}
	to {background-position: 0 500px;}
}
 
@-o-keyframes animate {
	from {background-position:0 0;}
	to {background-position: 0 500px;}
}
 
@keyframes animate {
	from {background-position:0 0;}
	to {background-position: 0 500px;}
}
*/

.header-container {
 	height: auto;
	background: none;
	clear: both;
	z-index: 10;
	padding: 10px 0;
}

.header-container:before {
 	height: 100vh;
 	/* 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;
	}*/
	#columns { column-gap: 0px; }
	#columns figure { width: 100%; }
}
