@charset "utf-8";

@font-face{
	src: url('fonts/FontAwesome')
}
/* CSS Document */

body{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

/* Index*/ 

button{
	background-color: rgba(0,0,0,0.00);
	border: 0px solid black;
	color: rgba(0,0,0,0.00);
	 -webkit-text-stroke-width: 7px;
   -webkit-text-stroke-color: white;
	z-index: -1;
}

button:hover{
	-webkit-text-stroke-width: 7px;
   -webkit-text-stroke-color: #ff006e;
	color: rgba(0,0,0,0.37);
	cursor: pointer;
}

.container-banner .aanvraag-form .inner-form-video{
	text-align: center;
	border-radius: 6px;
	width: 100%;
}


.video{
	height: 700px;
	width: 100%;
}

p17{
	position: fixed;
	
}

button:focus, input:focus{
    outline: none;

}

.info-bottom{
	font-size: 18px;
}

.navbar-logo{
	position: relative;
	margin-right: 30px;
	margin-top: 20px;
	font-family: 'Monoton', cursive;
	color: white;
	font-size: 30px;
}

.container-banner .inner-banner-nav{
	height: 80px;
	top: 8px;
	background: none;
}


.container-banner .inner-banner-nav p1{
	color: white;
	background-color: black;
	font-size: 30px;
	font-family: 'Candal', sans-serif;
	top: 8px;
	margin-left: 20px;

} 

.container-banner{
	width: 100%;
	height: 100vh;
	position: relative;
	background-size: cover;
	border: 0;
}

.container-banner img{
	width: 100%;
	height: 100vh;
	position: relative;
	background-size: cover;
}

.container-banner .inner-banner{
	position: absolute;
	width: 100%;
	top: 42%;
}

.container-banner .inner-banner p{
	font-size: 100px;
	text-align: center;
	font-family: 'Monoton', cursive;
	color: white;  
}

.container-banner .inner-banner p:hover{
	font-size: 100px;
	text-align: center;
	font-family: 'Monoton', cursive;
	color: #ff006e; 
}


.container-banner .inner-banner-footer{
	height: 50px;
	bottom: 0px;
	position: fixed;
	background-color: black;
	width: 100%;
	padding-top: 10px;
	text-align: center;
}

p2{
	color: white;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
}

.container-banner .booking-bottom{
	position: absolute;
	width: 100%;
	top: 60%;	
}

.container-banner .booking-bottom p{
	text-align: center;
	color: white;
}

.button1{
	width: 280px;
	background: none;
	height: 80px;
	border-radius: 6px;
	border: 3px solid White;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	color: white;
	letter-spacing: 1px;
	-webkit-text-stroke-width: 0px;
}

.button1:hover{
	color: #ff006e;
	border: 3px solid #ff006e;
	cursor: pointer;
	-webkit-text-stroke-width: 0px;
   -webkit-text-stroke-color: #ff006e;
}

.upper-nav{
	background-color: black;
	
	
}

.container-banner .info{
	position: absolute;
	width: 100%;
	top: 7px;
	right: 50px;
}

.container-banner .info p{
	float: right;
	padding-left: 20px;
	text-align: right;
	color: white;
	font-size: 22px;
	
}

a:hover{
	color: #ff006e;
	text-decoration: none;
}

.container-banner .menu-link{
	position: fixed;
	width: 100%;
	top: 40px;
	background-color: rgba(0,0,0,0.49);
}

.container-banner .menu-link p{
	font-size: 18px;
	text-align: center;
	color: white;
	padding-top: 15px;
	word-spacing: 5px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1px;
	
}



/*contact*/

input {
	border-bottom: 1px solid black;
	border-top: 0px solid black;
	border-left: 0px solid black;
	border-right: 0px solid black;
	background-color: #DFDFDF;
	padding-top: 20px;
	width: 500px;
}

textarea:focus, input:focus{
    outline: none;

}

textarea{
	border-bottom: 1px solid black;
	border-top: 0px solid black;
	border-left: 0px solid black;
	border-right: 0px solid black;
	background-color: #DFDFDF;
	width: 300px;
}

.container-form{
	margin-left: 50%;
	margin-top: 150px;
}

.container-f{
	width: 100%;
	
}

.verzend{
	width: 200px;
	border: 2px solid black;
	margin-top: 30px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-radius: 3px;
}


.verzend:hover{
	width: 200px;
	border: 2px solid white;
	margin-top: 30px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-radius: 3px;
	background-color: #ff006e;
	cursor: pointer;
	color: white;
}
	
.foto-contact{
	width: 400px;
	height: 220px;
	position: absolute;
	margin-top: 150px;
	margin-left: 20%;
	
}

.foto-contact img{
	background-color: none;
	cursor: none;
}

.text-infos{
	margin-left: 30%;
	margin-right: 30%;
	margin-top: 40px;
	text-align: center;
}

p34{
	font-weight: bold;
}

/* Create four equal columns that sits next to each other */
.column {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media (max-width: 800px) {
    .column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
    .column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
	.image3{
	background-image: url(../images/1590.jpg);
}

.image2{
	background-image: url(../mages/banner2.png);
}

.image1{
	background-image: url(../images/1590.jpg);
}
	


}

@media screen and (max-width: 400px){
	.container-banner .info p{
		padding-right: 2px;
	}
	
	.container-banner .info{
		right: 5px;
	}
	
	.navbar-logo{
		font-size: 20px;
	}
	
	.container-banner .inner-banner-nav p1{
		font-size: 30px;
	}
	
	.container-banner .menu-link p{
		font-size: 16px;
	}
	
	.info-bottom{
		font-size: 16px;
	}
	
	p2{
		font-size: 16px;
	}
	
	.text-infos{
	margin-left: 2%;
	margin-right: 2%;
	font-size: 12px;
	text-align: center;
}
		.container-form{
	margin-left: 5%;
	margin-top: 150px;
}

}

@media screen and (max-width: 1350px){
		
	.text-infos{
	margin-left: 2%;
	margin-right: 2%;
	font-size: 13px;
	text-align: center;
}
	
.foto-contact{
	width: 200px;
	height: 120px;
	margin-left: 80%;
	display: none;
	
}
	
	.container-form{
	margin-left: 10%;
	margin-top: 80px;
}
	.verzend{
	width: 200px;
	border: 2px solid black;
	margin-top: 30px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-radius: 3px;
}
}


