@font-face {
    font-family: 'gobold_thinregular';
    src: url('gobold_thin-webfont.woff2') format('woff2'),
         url('gobold_thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}	
			* {
				margin: 0;
				padding: 0;
			}

			body {
				font-family: Gobold Thin;
			}

			.background-wrap {
				position: fixed;
				z-index: -1200;
				width: 100%;
				height: 100%;
				overflow: hidden;
				top: 0;
				left: 0;
			}
			
			#video-bg-elem {
              
				position: absolute;
				top: 0;
				left: 0;
				min-height: 100%;
				min-width: 100%;
			}


			.content {
				position: fixed;
				width: 100%;
				height: 100%;
				z-index: 1000;
				background-color: rgba(0,0,0,0.7);
			}
			.content h1 {
				text-align: center;
				font-size: 65px;
				text-transform: uppercase;
				font-weight: 300;
				color: #fff;
				padding-top: 15%;
				margin-bottom: 10px;
			}
			.content img {
                display: block;
				width:20%;
                padding-top: 270px;
                margin-left: auto;
                margin-right: auto;
                
				
			}
			
			.background-wrap {
				background-image: url("https://www.audm.nl/img/AUDM18_back.jpg");
				background-repeat:no-repeat;
				background-size:cover;
				background-position-x:center;
			}

            ul {
                padding-top: 500px;
                position: fixed;
                left: 51%;
                margin-left: -100px;
                width: 200px;
                z-index: 1200;
    
    
}

            li{
                float: left;
                margin: 3%;
                z-index: 1000;
                position: relative; 
                list-style-type: none;
                
                
}
li a {
    margin-top:-10px
}

            p a:hover {
                
                color:grey;
}
            p{
                font-family: gobold_thinregular;
                font-size: 30px;
                color: white;
                z-index: 1000;
                position: fixed;
                text-align: center;
                padding-top: 400px;
              
                left: 51%;
                margin-left: -120px;
                

}

            a{
                color: white;
                font-size: 20px;
                text-decoration: none; 
                
    
}

.tekst{
                text-align: center;
                position: fixed;
                left: 51%;
                margin-left: -95px;
                top: 150px;
    
}

.email{
    font-family: gobold_thinregular ;
    
    font-weight: 300;
 
}

.booking{
    
    z-index: 1300;
}

#bk {
    z-index: 1300;
    
}