@font-face {
	font-family: DIN; src: url('../fonts/DINNeuzeitGroteskStd-BdCond.otf');
}
@font-face {
	font-family: Univers; src: url('../fonts/UniversLTStd-CnObl.otf')
}

html, body {
	color: #b9b9b9;
	font-size: 1.9vh;
	text-align:center;

	background-color: #ffffff;
	background: #ffffff;
	margin: 0px;
	max-width: 100%;
	overflow-x: hidden;
	-ms-scroll-chaining: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;

}

h1{
	font-size: 2.1vh;
	color: #adadad;
	padding-top: 0.5vh;
}
h2 {
	font-family: Univers;
	font-size: 2.5vh;
	color: #6e6e6e;
	line-height:1.5vh;
	
}

#content{
	display: inline-block;
	position: absolute;
	top: 10vh;
	text-align: center;
	width: 65vw;
	margin-left: -32.5vw;
}



a{
	text-align: center;
	width: 100%;
	color: #b5b5b5;	
	size: 10px;
	text-decoration:none;
}

a:hover{
	color: #6d6d6d;
}

a:active{
	color: #353535;
}

a:visited{
	color: #b5b5b5;
}

#info{
	width: 100%;
	min-height: 50vh;
	height: auto !important;
	height: 50vh:
	text-align: center;
	margin:auto;
	vertical-align: bottom;
	position: fixed;
	top: 67%;
	z-index: 20;
	display: block;
	background-color: #FFFFFF;
}


 /* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 0%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 700; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(255,255,255); /* Black fallback color */
    background-color: rgba(255,255,255, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 6vh;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 6vh}
    .closebtn {
        font-size: 4vh !important;
        top: 15px;
        right: 35px;
    }
}

/* Scrolling Header */

#logo{
	visibility: visible;
	display: inline-block;
	margin-left: 0;
	margin-right: auto;
	padding-top: 1.5vh;
	padding-bottom: 0.5vh;
	width: 8vw;
	height: auto;
}

#logo {
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    opacity: 0.8;
    cursor: pointer;
}

#logo:hover{
	opacity: 1;
}

header {
    width: 100vw;
	min-height: 5vh;
	height: auto !important;
    height: 5vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
	display:block; 
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}

.hamburger {
	visibility: visible;
}

.black{
	color: #000000;
}

@media only screen and (min-width: 1224px){
	
}

@media only screen and (min-width:1824px){
	
}	

@media only screen and
(min-device-width:768px) and
(max-device-width:1024px) and
(orientation:portrait){
	
}

@media only screen and
(min-device-width:768px) and
(max-device-width:1024px) and
(orientation: landscape){
	
}

@media only screen and
(min-device-width:320px) and
(max-device-width:480px){
	
}


	

@media only screen and
(min-device-width:321px){
	
}

@media only screen and
(min-width:320px){
	
}
