@media screen and (max-width:899px) {
html{
	background: url('../img/mobilebg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	font-family: 'Vollkorn', serif;
	font-size: 1.05em;
	-ms-text-size-adjust: 100%;
  	-webkit-text-size-adjust: 100%;
    overflow-y: scroll;	
}
body{	
	margin: 0px;
	top: 0px;
    padding: 0px;
    overflow-x: hidden;
}
#topbar{
	display: none;
}
header {
    background-color: #aeadad;
    padding: 10px;
    text-decoration: none;
    position: fixed;
    width: 100%;
    z-index: 1;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.4);
}
#hamburger {
    border: 1px solid #374C77;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    display: block;
    height: 24px;
    padding: 3px 4px 3px;
    position: relative;
    float: left;
    width: 25px;
    background: #4569b2;
    background: -moz-linear-gradient(top, #4569b2 0%, #4062a5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4569b2), color-stop(100%, #4062a5));
    background: -webkit-linear-gradient(top, #4569b2 0%, #4062a5 100%);
    background: -o-linear-gradient(top, #4569b2 0%, #4062a5 100%);
    background: -ms-linear-gradient(top, #4569b2 0%, #4062a5 100%);
    background: linear-gradient(to bottom, #4569b2 0%, #4062a5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4569b2', endColorstr='#4062a5', GradientType=0);
}
#hamburger div {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 2px 2px 2px 2px;
    height: 2px;
    margin-top: 3px;
    width: 90%;
}
#righthamburger {
    border: 1px solid #374C77;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    display: block;
    height: 24px;
    padding: 3px 4px 3px;
    margin-right: 20px;
    float: right;
    position: relative;
    width: 25px;
    background: #4569b2;
    background: -moz-linear-gradient(top, #4569b2 0%, #4062a5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4569b2), color-stop(100%, #4062a5));
    background: -webkit-linear-gradient(top, #4569b2 0%, #4062a5 100%);
    background: -o-linear-gradient(top, #4569b2 0%, #4062a5 100%);
    background: -ms-linear-gradient(top, #4569b2 0%, #4062a5 100%);
    background: linear-gradient(to bottom, #4569b2 0%, #4062a5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4569b2', endColorstr='#4062a5', GradientType=0);
}
#righthamburger div {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 2px 2px 2px 2px;
    height: 2px;
    margin-top: 3px;
    width: 90%;
}

/*
The navigation container in the background
*/
nav#left {
    opacity: 0;
    left: 0px;
    top: 52px;
    position: fixed;
    z-index: 0;
    width: 70%;
    height: 100%;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    background: #3e3c3d;
    background: -moz-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e3c3d), color-stop(100%, #2d2c2d));
    background: -webkit-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
    background: -o-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
    background: -ms-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
    background: linear-gradient(to bottom, #3e3c3d 0%, #2d2c2d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e3c3d', endColorstr='#2d2c2d', GradientType=0);
}
nav#right {
    opacity: 0;
    right: 0px;
    top: 52px;
    position: fixed;
    z-index: 0;
    width: 70%;
    height: 100%;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    background: #3e3c3d;
    background: -moz-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3e3c3d), color-stop(100%, #2d2c2d));
    background: -webkit-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
    background: -o-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
    background: -ms-linear-gradient(top, #3e3c3d 0%, #2d2c2d 100%);
    background: linear-gradient(to bottom, #3e3c3d 0%, #2d2c2d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e3c3d', endColorstr='#2d2c2d', GradientType=0);
}

/*
Style the navigation menu
*/
nav ul {
    list-style: none;
    margin: 0;
    width: 100%;
    padding: 0;
}

nav li {
    position: relative;
    font-size: 1em;
    font-weight: bold;
    border-bottom: 1px solid #222222;
    border-top: 1px solid #444444;
    padding: 15px;
}

nav li a {
    color: #fff;
    text-decoration: none;
}

/*
The Layer that will be layed over the content
so that the content is unclickable while menu is shown
*/
#contentLayer {
    display: none;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    z-index: 5;
}
#contentLayerri {
    display: none;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    z-index: 5;
}
h2 {
	font-family: 'EB Garamond', serif;
	font-size: 2em;
	text-align: center;
	color: midnightblue;
}
div#my-slider{
	display: none;
}
img#blackflag {
		height: 100px;
		width: 20%;
		float: left;
		z-index: -1;
		position: relative;
		margin-top: 2em;
	}
	img#title {
		height: 80px;
		width: 70%;
		float: left;
		z-index: -1;
		position: relative;
		text-align: center;
		margin-top: 1em;
	}
	h1#main-heading {
		text-indent: -999999px;
	}
	div#nav-bar {
		width: 100%;
		height: 40px;
		z-index: 12;
		padding-top: .5em; 
		margin-bottom: 0px;
	}
	ul#navbar{
		list-style-type: none;
		text-decoration: none;
	}
	div#nav-bar li {
		display: inline-table;
		background: #ececec;
		border-left: #b7b7b7 1px solid;
		border-right: #B7B7B7 1px solid;
		border-bottom: #B7B7B7 1px solid;
		border-top: #B7B7B7	1px solid;
		padding-left: .4em;
		padding-right: .4em;
		text-align: center;
		padding-left: 1em;
		padding-right: 1em;
		
	}
	div#nav-bar a {
		text-transform: uppercase;
		font-size: .70em;
		text-decoration: none;
		color: #000000;
	}
	div#nav-bar li#current{
		background: #656464;
	}
	div#nav-bar a#focussed{
		color: #efeded;
		text-transform: none;
		font-weight: bold;
		
	}
	div#content-sec{
		padding-top: 4.4em;
		margin-left: 1em;
	}
	div#batcontent-sec{
		padding-top: 4.4em;
		margin-left: 1em;
	}
	a#col{
		color: #fd1515;
	}
	#testu{
		display:none;
	}
	footer{
		text-align: center;
	}
}