/* Header opmaak */
header
{
    text-align: center;
    max-width: 100%;
    max-height: 50%;
    font-size : 100%;
    border-width: 4px;
}


/* Lijst styling voor navigatie */
.topnav ul
{
    display : flex;
    list-style-type: none;
    padding: 0px;
    text-decoration: none;
    margin-top: auto;
    margin-left : 75px;}


/* Lijst styling */
li
{
    width: 25%;
    text-align: center;
    color : rgb(141, 222, 222);
    padding-bottom:18px;
    padding-top: 18px;
}


/* Navigatiebalk styling */
nav
{
    margin-left: auto;
    margin-right : auto;
    color: rgb(141, 222, 222)
}


/* Link styling */
a
{
    text-decoration: none;
    text-align : center;
    padding-left : 30px;
    padding-right : 30px;
    padding-top: 25px;
    padding-bottom:25px;
    margin-right : -5px;
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 2px #000000cd;
}


/* De linkjes in mijn navigatie balk */
nav a
{
    font-size: 125%;
    color: rgb(182, 206, 180);
}


/* Hover effect voor navigatielinks */
nav a:hover
{
    color: rgb(182, 206, 180);
    border-style: solid;
    border-width: 3px;
    border-color: transparent;
    border-radius: 10px;
}


/* Hamburger menu styling */
.hamburger 
{
    position: fixed;
    z-index: 100;
    top: 1rem;
    right: 1rem;
    padding: 4px;
    border:rgb(38, 50, 37) solid 2px;
    color:rgb(36, 67, 33);
    background-color: rgb(133, 157, 132);
    cursor: pointer;
    margin-top: -5px;
    margin-right: -5px;
}


/* Menu tijd styling */
#tijd
{
    color:white;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right : 150px;
    padding-right : 100px;
    box-sizing:content-box;

}


/* Menu calc styling */
#calc
{
    color:white;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right : 150px;
    padding-right : 100px;
}


/* Hide elements with the hidden class */
.hidden 
{
    display: none !important;
}


/* Close icon styling */
.closeIcon 
{
    display: none;
}


/* Menu styling */
.menu
{
    display:none;
    flex-direction: column;
    position: fixed;
    transform: translateY(-100%);
    transition: transform 0.2s;
    top: -5px;
    left: 1200px;
    right: 12px;
    z-index: 99;    
    background: rgba(236, 235, 227, 0.385);
    color:rgb(182, 206, 180);
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 15px;
    padding-left: 15px;
    border-bottom: 30px;
    border: 2px solid rgb(182, 206, 180);
}

/* Show menu when the showMenu class is added */
.showMenu 
{
    transform: translateY(0);
    display: flex; /* make it visible when toggled */
    flex-direction: column;
}


/* Tijd knop styling */
#tijd1
{
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    background-color: transparent;
    color: white;
    padding : 5px;
    margin : 15px;
}


/* Algemene body opmaak */
body 
{
    margin: 0px;
    padding: 0px;
    font-family: raleway, Arial, Helvetica, sans-serif;
    background-image: url("images/Boschebroekbrug.jpg");
    background-size: cover;
    background-attachment: fixed;
    min-height: 200vh;
    display: flex;
    flex-direction: column; 
    height : 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}


/* Main content opmaak */
main 
{
    flex: 1;
    max-height: 900px;
}


/* Kopteksten (h1, h2) */
h1,h2
{
    text-align: center;
    color : rgb(217, 233, 207);
    font-size : 300%;
    text-shadow: 1px 1px 2px #000000cd;
    margin-top: 0px;
    margin-bottom: 0px;
}


/* Afbeelding styling */
#basic1
{
    display: block;
    margin-top: 50px    ;
    margin-left: 10px;
    margin-right: 150px;
    max-width: 100%;
    min-width: 35%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    float: right;
    width : 15%;
    border-radius: 50px;
    box-shadow: 1px 0px 1px #435145c8;

}


/* Logo styling */
#Logo
{
    height: auto;
    margin-top: 0px;
    margin-left : -25px;
    padding-top: 0px;
    background-color: transparent;
    color: rgb(182, 206, 180);
    font-size: 275%;
    text-shadow: 1px 1px 2px #000000cd;
    font-family: 'Lucida Handwriting', cursive;
}


/* Paragraaf in main content */
main p
{   
    text-align: none;
    color : rgb(228, 239, 235);
    font-size: 26px;
    text-shadow: 1px 1px 2px #000000cd;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left : 10px;
    margin-right : 10px;
    float: left;
    width: 45%;
    border: #8ab181 solid 3px;
    background-color: rgba(50, 114, 64, 0.393);
}


/* Afbeelding styling */
#levixlocatie
{
    display: block;
    margin-top: 65px    ;
    margin-left: 10px;
    margin-right: 150px;
    max-width: 100%;
    min-width: 35%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    float: right;
    width : 35%;
    border-radius: 50px;
    box-shadow: 1px 0px 1px #435145c8;

}


/* Paragraaf in main content ict */
.ict
{   
    text-align: none;
    color : rgb(228, 239, 235);
    font-size: 22px;
    text-shadow: 1px 1px 2px #000000cd;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left : 10px;
    margin-right : 10px;
    float: left;
    width: 45%;
    border: #8ab181 solid 3px;
    background-color: rgba(50, 114, 64, 0.393);
}


/* Afbeelding styling */
#sint
{
    display: block;
    margin-top: 15px    ;
    margin-left: 10px;
    margin-right: 50px;
    max-width: 100%;
    min-width: 35%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    float: right;
    width : 15%;
    border-radius: 50px;
    box-shadow: 1px 0px 1px #435145c8;

}


/* Footer styling */
footer
{
    bottom : 0;
}


/* Dropdown menu styling */
.dropdown 
{
  position: relative;
  display: inline-block;
}


/* Dropdown content styling */
.dropdown-content 
{
  display: none;
  position: absolute;
  background-color: #8ab181;
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  top: 100%;
  text-align: left;
  border-radius: 10px;
  border-color: transparent;
}


/* Show dropdown content on hover */
.dropdown:hover .dropdown-content 
{
  display: block;
}


/* Tweede dropdown menu styling */
.dropdown1 
{
  position: relative;
  display: inline-block;
}


/* Tweede dropdown content styling */
.dropdown-content1 
{
  display: none;
  position: absolute;
  min-width: 300px;
  padding: 12px 16px;
  top: 100%;
  text-align: left;
  border-radius: 10px;
}


/* Show tweede dropdown content on hover */
.dropdown1:hover .dropdown-content1 
{
  display: block;
}