@charset "utf-8";
/* CSS Document */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body{
	max-width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
	}
	
.hamburger {
	font-size: 30px;
	padding-top:30px;
	padding-right:10px;
	cursor: pointer;
	color: #E10000;
	float: left;
	}
	
.fill {
	float: right;
	width: 40px;
	padding-top: 30px;
}	
	
.container {
  position: relative;
  width: 100%;
}
	
.overlay {
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
}

.container:hover .overlay {
  opacity: 1;
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 5;
	top: 0;
	left: 0;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 100px;
	text-align:center;
	background-image: url(img/Etna.jpg);
}

.sidenav a {
	text-decoration: none;
	font-size: 6vw;
	color: #F0F8FF;
	display: block;
	transition: 0.3s;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 32px;
}

.sidenav a:hover{
  color: #E10000;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 50px;
	margin-left: 5px;
	color: #E10000;
}


h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 4vw;
	color: #F0F8FF;
	padding-right: 15px;
	padding-left: 15px;
}

h2 {
	font-family: "Courier New", Courier, monospace;
	color: #F0F8FF;
	font-size: 4vw;
	padding-right: 15px;
	padding-left: 15px;
}
h3 {
	font-family: "Courier New", Courier, monospace;
	color: #E4ECF0;
	font-size: 4vw;
	padding-right: 10px;
	padding-left: 10px;
	display: inline;
}

h5 {
	font-family: "Courier New", Courier, monospace;
	color: #E4ECF0;
}

.bullit{
	font-family: "Courier New", Courier, monospace;
	color: #E10000;
	font-weight: bolder;
	}

.blur {
   text-shadow: 0 0 5px #F0F8FF;
   color: transparent;
    opacity: 0.5;
   animation: Sharpen 2s ease-out 8s forwards;
}

@keyframes Sharpen {
  100% 
  {text-shadow: 0 0 0 #F0F8FF;
  opacity: 1;}
}

.blurFast {
	text-shadow: 0 0 5px #E10000;
	color: #E10000;
	opacity: 0.5;
	animation: SharpenFast 1s ease-out forwards;
}

@keyframes SharpenFast {
  100% 
  {text-shadow: 0 0 0 #E10000;
  opacity: 1;}
}

.desktop-navigation {
	text-align:center;
	height: 30px;
	width: 100%;
	clear: both;
}

.desktop-nav-list{
	display: inline;
	padding-top: 6px;
	padding-right: 30px;
	padding-bottom: 6px;
	padding-left: 30px;
	}
	
.navlink-desktop{
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #F0F8FF;
	text-decoration: none;
	cursor: pointer;
	font-weight: bolder;
}

.navlink-desktop:hover{
	color:#E10000
	}

.center {
	max-width:1100px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	opacity: 0;
	animation: Rise 2.5s ease-out 5.5s forwards;
	padding-right: 10px;
	padding-left: 10px;
}

@keyframes Rise {
  100% 
  {opacity: 1;}
}

.main {
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	opacity: 0;
	animation: RiseFast 1s ease-out forwards;
	padding-right: 10px;
	padding-left: 10px;
}

@keyframes RiseFast {
  100% 
  {opacity: 1;}
}

.maillink{
	font-family: "Courier New", Courier, monospace;
	color: #E10000;
	font-size: 4vw;
	padding-right: 10px;
	padding-left: 10px;
}

.buttons{
	height: 100px;
}

.backdrop {
	background-image: url(img/BackdropDarkDouble.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 130vh;
}

.backdrop-long {
	background-image: url(img/BackdropDarkDouble.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
/*	height: 180vh;*/
}

.backdrop-comfort {
	background-image: url(img/BackdropDarkDouble.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
/*	height: 120vh;*/
}

.logo-box {
	height: 100px;
}

.title-box {
	text-align: center;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	color: #E10000;
}

.animation-box {
	position: relative;
	width: 100%;
	height: 50px;
	text-align: center;
}

.first-text{
	width: 100%;
	height: 50px;
	position: absolute;
	z-index: 1;
    }
.second-text{
		width: 100%;
        height: 50px;
        position: absolute;
        z-index: 2;
    }
.third-text{
		width: 100%;
        height: 50px;
        position: absolute;
        z-index: 3;
    }

.intro-text {
	font-family: "Courier New", Courier, monospace;
	color: #E10000;
	font-size: 4vw;
	text-align: center;
	font-weight: bolder;
}

/*voor mobiel*/
@media screen and (max-width: 800px) {

  .desktop-navigation {display:none}
  .contact-desktop {display:none}
}

/*voor desktop*/
@media screen and (min-width: 800px) {
	.hamburger {display: none}
	.buttons {display: none}
	.fill {display: none}
 	 .mobile-offer {display: none}
 	 .dropdown-extra-info {display: none}
  	.backdrop {height:100vh}
	.backdrop-long {height:220vh}
	.backdrop-comfort {height:120vh}
	
h1 {
	font-size: 20px;
	font-weight: bolder;}
	
.h1-index{
	font-size: 16px;
	}
	
h2 {
	font-size: 16px}
h3 {
	font-size: 16px}
.intro-text {
	font-size: 20px;
	font-weight: bolder;
}

.maillink {
	font-size: 14px}
.center{
	padding-left:100px;
	padding-right:100px;
	}

.main{
	padding-left:70px;
	padding-right:70px;
	}
}

/*animatie rode tekst*/
.intro-text .first-text{
  opacity: 0;
}
.intro-text .second-text {
  opacity: 0;
}
.intro-text .third-text {
  opacity: 0;
}
.first-text {
  animation: fadeInOut 3s ease-out 1s forwards;  
}
.second-text {
  animation: fadeInOut 3s ease-out 3.5s forwards;
}
.third-text {
  animation: fadeIn 1.5s ease-out 5.5s forwards;
}
@keyframes fadeInOut {
  50% {
    opacity: 1;
  }
  100% {opacity: 0
  }
}
@keyframes fadeIn {
  100% {
    opacity: 1;
}
/*eind animatie*/

