/* ==========================================================================
   CUSTOMISATION FOR SINGLE INNER PAGES
   ========================================================================== */
   
.header-container {
 	height: 20vh;
}

.header-container:before {
 	height: 20vh;
 	background: url(../../img/casey.jpg) repeat 0 0; /* Update Header Background Image + Color */
    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;
}

.wrapper {
    padding-top: 38px;
}

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