body,
html {
    font-size: 16px;
    padding: 0;
    margin: 0;
}

a {
    color: white !important;
}

a:visited {
    color: white !important;
}


.nav {
 position: absolute;
 top: 0;
}

p {
    color: aliceblue;
    text-align: justify; 
    margin: 10px 50px 10px 50px;
    font-family: 'Jura', sans-serif;
}
body {
	background: black;
	padding:0;
	margin:0;
    font-family: 'Jura', sans-serif;
}

.displayed {
    display: block;
    margin: 0 auto;
}

article h2 {
    font-size: 1rem;
    text-align: center;
    font-weight: normal;
    color: white;
    margin-top: 2em;
    margin-bottom: 1em;
}

/* navigation */


.nav {
    z-index: 20;
    width: 100%;
    height: 2em;
}

.nav li a {
    color: white !important;
    text-decoration: none;
}

.nav li a:hover {
    text-decoration: underline;
}

.nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav ul li {
    padding: 0.5em 1em;
}
  


.video-responsive {
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
    z-index: 10;
}

.canvas,
.video {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background: #000;
	z-index: 5;
}

#over_video{
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	z-index: 10;
	font-size: 8vw;
	color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-top: 20%;
    text-shadow: 4px 4px 4px #5C433B;
}

#video_overlays {
position:absolute;
float: left;
    width:640px;
    min-height:370px;
    background-color:transparent;
    z-index:300000;
}


.screenreaders {
    position: absolute;
    display: block;
    left: -3000px;
    top: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

@media (min-width: 800px) {    
    .nav ul {
        display: flex;
        justify-content: center;
    }   
}
@media(max-width:750px) {
   .nav {
       position: static;
       height: auto;
   }
}

.backlink {
    display: block;
    text-align: center;
    padding: 0.5em 1em;
    padding-left: 2em;
    position: relative;
    text-decoration: none;
}


