/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

html{
   font-family: 'Quicksand', sans-serif; 
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

#lang{
    position: fixed;
    right: 16%;
    margin-top: 3%;
/*  min-width: 80px;*/
    color: white;
    z-index: 10000;
}

#lang a{color: white;}

nav{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 200px;
    letter-spacing: 1px;
}

.nav-wrapper img{
    width:280px;
    margin-top:  30px;
}

.nav-wrapper li{
    margin:140px 20px 0 0;
    
}

.nav-wrapper li:last-child{
    margin:140px -20px 0 0;
}

nav ul a:hover {
/*  background-color: rgba(0, 0, 0, 0);*/
  background-color: transparent;
}

.side-nav li{
    margin:20px 0 0 0;
}

footer.page-footer {
  background-color: transparent;
  width:100%;
	margin: 0;
	overflow:hidden;

	position:fixed;
	bottom:0;
	left:0;

	text-align:center;
    height: 30px
    
}

footer.page-footer .footer-copyright {
  background-color: transparent;
    position:fixed; 
	bottom:0;
	left:0;
    width: 100%;
    letter-spacing: 3px;
    font-size: smaller;
    z-index: 3000;
}

.custombutton{
/*    width: 20%;*/
    height: 45px;
    border: 2px solid red;
    color: red;
    padding-top: 8px;
    letter-spacing: 2px;
    font-size: large;
}

/*.custombutton:hover{
    background: red;
    color:white;
}*/

.btn_backtotop{
    opacity: 0;
}

/*SLIDER*/
.slick-slider {
    width: 720px;
    height: 480px;
    margin: 50px auto;
/*        background-color: green;*/
}

.slick-slider img{
    max-height: 480px;
}

.nieuwbouw{
    width: 960px;
    height: 240px;
    margin: 50px auto;
}

.slick-slide {
  margin: 0px 5px;
  color: red;    
}

.slick-slide img {
  width: 100%;
}

/*SCROLL*/
section {
    width: 100%;
    padding: 0 0;
    display: table;
/*    margin: 200px 0 0 0;*/
    max-width: none;
/*  background:green;*/
    height: 100vh;
    color: red;
  
  /*&:nth-of-type(2n){background-color: #FE4B74;}*/
}
    
section p,a{
    font-size: small;
    color: red;
    text-align: left;
/*    font-weight: bold;*/
}

section h5{vertical-align: middle;}

section li{
    font-size: small;
    color: red;
    margin: 5px 30px
/*    font-weight: bold;*/
}

.intro {
    height: 90vh;
}

.content {
    display: table-cell;
    vertical-align: middle; 
}

.content_article{
    width: 60%;
    text-align: center;
    margin-top: -7px;
    padding:30px 75px 50px 75px; 
    background:white;/*rgba(255, 255, 255, 0.9);*/
    line-height: 2;
/*    text-transform: uppercase;*/
    color: black;
    
}

.content_article img{width: 70%;}


.content_article h1{ text-align: center; }

.vid{width: 50%}

/*CREDIT*/
.credit{
    position:fixed;
	bottom:0;
	right:0;
    margin:0;
    z-index: 1000;
    font-size: smaller;
    background-color: transparent;
    margin-right: 5px;
    transition: width 2s;
    cursor: pointer;
	color: white;
}


.credit a{ color: white;}
.credit span{ display: none;}
.credit:hover span{display: inline;}


/*MEDIA*/

@media only screen and (min-width : 2000px) {
/*   .slick-slider {width: 100%} */
    #lang{
    position: fixed;
    right: 25%;
		margin-top: 2%;}
}

@media only screen and (max-width : 1445px) {
   .slick-slider{width: 550px; height: 380px; margin-top: 80px;} 
    .nieuwbouw{height: 175px; margin-top: 0px;}
    .custombutton{font-size: medium;}
    #overons{margin-bottom: 100px;}
    nav{height: 150px;}
    .nav-wrapper img{width: 220px; margin-top: 25px;}
    .nav-wrapper li{margin:95px 20px 0 0;}
    .nav-wrapper li:last-child{margin:95px -20px 0 0;}
}

@media only screen and (max-width : 800px) {
   .slick-slider {width: 650px;}
	nav{height: 80px;}
	
	#logo-container img{max-height: 60%;max-width: 60%; margin-top: 10px; margin-left: 25%}
    .nieuwbouw{height: 210px; margin-top: 0px;}
    #lang{ position: fixed;  right: 10px;  margin-top: 0px;    min-width: 20px;    text-align: center;}
	.vid{width: 90%}
}

@media only screen and (max-width : 600px) {
   .slick-slider {width: 350px;} 
	#logo-container img{max-height: 100%;max-width: 100%; margin-top: 10px; margin-left: 0%}
	nav{height: 100px;}
    section p,a{text-align: center;}
}

@media only screen and (max-width : 420px) {
   .slick-slider {width: 320px; height: 250px; margin-top: 100px; } 
   .nieuwbouw{height: 110px; margin-top: 0px;}
    nav{height: 100px;}
    .nav-wrapper img{margin-top:10px; width: 160px;}
   
}

@media only screen and (max-width : 380px) {
   .slick-slider {width: 300px; height: 200px; margin-top: 100px; } 
   .nieuwbouw{height: 85px; margin-top: 0px;} 
    
}

@media only screen and (max-width : 320px) {
   .slick-slider {width: 280px;} 
   
}
