@font-face {
	font-family: 'Montserrat', sans-serif;
}

h1 {
    font-family: 'Montserrat', sans-serif;      
}
h2 {
    font-family: 'Montserrat', sans-serif;      
}

#menubar ul {
    margin-bottom: 3.6%; 
    border-bottom: 
    1px solid black;
}

#menubar a {
    font-size: 18px;

}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}

#text{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

/* Header images */


@media screen and (min-width: 1200px) {
    #img_header {
        max-height: 280px;
        max-width: 410px;
    }
    #img_header2 {
        max-height: 280px;
    }
}

@media screen and (max-width: 1200px) {
    #img_header {
        max-height: 240px;
        max-width: 370px;
    }
    #img_header2 {
        max-height: 240px;
    }    
}


@media screen and (max-width: 1080px) {
    #img_header {
        max-height: 200px;
        max-width: 300px;
    }
    #img_header2 {
        max-height: 200px;
    }    
}

@media screen and (max-width: 880px) {
    #img_header {
        max-height: 160px;
        max-width: 230px;
    }
    #img_header2 {
        max-height: 160px;
    }    
}

@media screen and (max-width: 660px) {
    #img_header {
        max-height: 120px;
        max-width: 150px;
    }
    #img_header2 {
        max-height: 120px;
    }    
}

@media screen and (max-width: 440px) {
    #img_header {
        max-height: 80px;
        max-width: 130px;
    }
    #img_header2 {
        max-height: 80px;
    }    
}

@media screen and (max-width: 300px) {
    #img_header {
        max-height: 40px;
        max-width: 120px;
    }
    #img_header2 {
        max-height: 40px;
    }    
}



/* Content */

#content {
    margin-top: 15px;
    background-color: none;
}


#title {
	font-family: 'Montserrat';
	text-color: black;
	text-transform: none;
	text-align: center;
	display: block;
	margin-top: 20px;
}

/* Navbar */
#navbar {
    margin-bottom: 0%;
}

.nav-item:hover {
	background-color: none !important;
}

/*kijken hoelang het duurt voor dit verwerkt is */

.nav-link {
	color: black;
}

.nav-link:hover {
	color: #89a040;
	background-color: none;
}

.img_gallery {
	padding-bottom: 100px;
}

.form-control {
	text-align: left;
	width: 100%;
}

.alert{
    display: none;
}

#email_button:hover {
	text-color: white;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,1.0); /* laatste getal kun je veranderen om opacity te veranderen */
    z-index: 2;
    cursor: pointer;
}
#text{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    font-family: 'Montserrat';
    text-align: center;   
}
#text3{
    position: absolute;
    top: 70%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    font-family: 'Montserrat';
    text-align: center;   
}

#active {
color: #89a040;
}

p {
    font-family: 'Montserrat', sans-serif;
}

li > a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;   
}

#txt {
    margin-top: 2%;
}

/* Lees meer knop op workshops */

#lees_meer {
    margin: ;
}
/* Responsiveness */


@media only screen and (min-width: 1040px) {
    .img-fluid {
        max-height: 250px;
    }
}

/* Footer */

.white {
    margin-bottom: 15%;
}

#footer {
  position: fixed;
  width: 100%;
  background: #fafafa;
  border-top: solid 1px #eee;
  font-size: 12px;
}

#footer p {
    margin-top: 1.5%;
}

@media screen and (max-width: 770px) {
    .footerHide {
        display: none !important;
    }
    #footer p {
    margin-top: 4%;
    }

}

@media screen and (min-width: 770px) {
    .footerShow {
        display: none !important;
    }
}


/* mobile hide/show */
.mobileShow { display: none;}
   /* Smartphone Portrait and Landscape */
   @media only screen
   and (min-device-width : 320px)
   and (max-device-width : 480px){ .mobileShow { display: inline;}}

.mobileHide { display: inline;}
   /* Smartphone Portrait and Landscape */
   @media only screen
   and (min-device-width : 320px)
   and (max-device-width : 480px){  .mobileHide { display: none;}}   