/*  Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Arapey');

/* ===== Global ===== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: black;
}

a{
    text-decoration: none;
    color: lightblue;
    font-size: larger;
}
ul {
    list-style: none;
}
.active {
    color: black;
    text-decoration: underline;
    font-weight: bold;
}
body , html {
    /* overflow-x: hidden; */
    font-family: 'Arapey';
    font-size: 18px;
    color: white;
}
.central {
    text-align: center;
}

/* Navbar */
.sticky{

    top: 0;
}
.navbar {
   
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 20px;
}
.nav-links {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-left: 75%;
    z-index: +10;
}

.nav-links li{
    margin: 0 30px;
}

header {
    width: 99vw;
    height: 70vh; 
    background-image: url('./img/team1.png');
    background-position: bottom;
    background-size: contain;
    /* display: flex;
    align-items: flex-end; */
    justify-content: center;
}

.header-content {
    margin-bottom: 150px;
    color: #61B32A;
    text-align: center;
}

.header-content h2{
    font-size: 7vmin;
    margin-top: 50px;
    margin-bottom: 30px;
    color: white;
}

.line {
    width: 150px;
    height: 4px;
    background: #61B32A;
    margin: 10px auto;
    border-radius: 5px;
}

.header-content h1 {
    font-size: 7vmin;
    margin-top: 50px;
    margin-bottom: 30px;
    color: white;
}

.ctn {
    padding: 8px 15px;
    background: #61B32A;
    border-radius: 30px;
    color: black;
}

.menu-btn {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40px;
    cursor: pointer;
    display: none;
} 

.groupfoto {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    width: 40%;
}

.infophoto {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    width: 45%;
}

.insightphoto {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
    width: 100%;
}

.leftphoto {
    display: block;
    margin-left: 10px;
    margin-right: auto;
    margin-top: 3%;
    width: 70%;
}

.rightphoto {
    display: block;
    margin-right: 10px;
    margin-left: auto;
    margin-top: 3%;
    width: 70%;
}

.logophoto
{
    display: block;
    width: 20%;   
    margin-left: 40%;
}

.smallleftphoto {
    
    display: block;
    margin-left: 10px;
    margin-right: auto;
    margin-top: 3%;
    width: 40%;
}

.smallrightphoto {
    display: block;
    margin-right: 10px;
    margin-left: auto;
    margin-top: -80%;
    width: 40%;
}

.smallphoto {
    display: block;
    margin-right: 10px;
    margin-left: auto;
    margin-top: 3%;
    width: 40%;
}
/* Onderzoeken */
section {
    width: 80%;
    margin: 80px auto;
}
.title {
    text-align: center;
    font-size: 4vmin;
    color: black;
    padding: 100px 100px;
}
.title2 {
    text-align: center;
    font-size: 4vmin;
    color: black;
    padding: 100px 100px;
    padding-top: 500px;
    padding-bottom: 50px;
}
.tekst1 {
    font-size: x-large;
}
.row {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    color: #61B32A;
}
.row .col {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.row .col img{
    height: 90%;
    width: 90%;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.events .row {
    margin-top: 50px; 
}
h4 {
    font-size: 3vmin;
    color: white;
    margin: 20px auto;
}
p{
    color: darkgray;
    padding: 0px 40px;
    text-align: center;
}
.events .ctn {
    margin-top: 30px;
}
.dropdown {
    text-align: center;
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    /* position: absolute; */
    background-color: #f9f9f9;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
    border-radius: 4px;
}
.dropdown:hover .dropdown-content{
    display: block;
}
.afbeelding1{
    size: 30%;
}

/* Tarieven */
/* .column {
    display: flex;
    align-items: center;
    height: 400px;
    width: 500px;
    justify-content: space-between;
} */
.column {
    float: left;
    width: 33.33%;
    padding: 5px;
  }
.row .column {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    background-color: #ECECEC;
    border-radius: 4px;
    width: 95%;
    height: 80%;
}
h2 {
    color: white;
    margin: 20px auto;
    text-align: center;
    font-size: 255px;
    font-family: 'inter';
    text-shadow: 7px 4px 19px #FFFFFF;
}
h3 {
    color: white;
    margin: 20px auto;
    text-align: center;
    font-size: 40px;
    font-family: 'inter';
    text-shadow: 7px 4px 19px #FFFFFF;
}

/* Middenstuk */
.middenstuk {
    margin-top: 300px;
    margin-bottom: 300px;
    text-align: center;
}

/* Contact */
.adres {
    text-align: center;
    font-size: 30px;
}

/* Footer */
.footer {
    width: 100%;
    min-height: 100px;
    padding: 20px 80px;
    margin: 0;
    background-color: #ededed;
    text-align: center;
}
.footer p{
    color: black;
    margin: 20px auto;
}

/* Style all font awesome icons */
.fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
  }
  /* Add a hover effect if you want */
  .fa:hover {
    opacity: 0.7;
  }
  .fa-instagram {
      color: black;
  }
  /* Facebook */
  .fa-facebook {
    color: black;
  }

/* Mobile Device */
@media only screen and (max-width:850px){
    .menu-btn {
        display: block;
    }
    .navbar {
        padding: 0;
    }
    .logo {
        position: absolute;
        top: 30px;
        left: 30px;
    }
    .nav-links {
        flex-direction: column;
        width: 100%;
        height: 100vh;
        justify-content: center;
        background: #61B32A;
        margin-top: -900px;
        transition: all 0.5s ease;
    }
    .mobile-menu {
        margin-top: 0px;
        border-bottom-right-radius: 30%;
        border-top-left-radius: 30%;
    }
    .nav-links li {
        margin: 30px auto;

    }
    /* Events */
    .row {
        flex-direction: column;
    }
    .row .col {
        margin: 20px auto;
    }
    .col img {
        max-width: 90%;
    }

    /* Tarieven */
    .row .column {
        margin: 30px 60px;
        padding: 20px 50px;
    }

    /* Footer */
    .footer{
        padding: 10px;
    }

    /* Animations */
     .ctn:hover {
         background: #61B32A;
         color: black;
         box-shadow: 2px 2px 5px black;
     }
}
h1{
    color: white;
    font-family: 'inter';
    text-shadow: 4px 2px 6px #FFFFFF;
}


.white{
    color:white;
    font-style: normal;
}
.whitespecial{
    color:white;
    font-style: normal;
    text-decoration: underline;
    font-size: xx-large;
}

.whitebold{
    color:white;
    font-style: normal;
    font-weight: bold;

}
.whitecursed{
    color:white;
}
.leftbox{
    background-color: black;
    width: 40%;
    border: 0px solid white;
    border-radius: 5px;
    padding: 50px;
    margin: 20px;
    box-shadow: 0px 0px 15px 15px #FFFFFF;
    left: 50px;
    position: absolute;
}

.rightbox{
    background-color: black;
    width: 40%;
    border: 0px solid white;
    border-radius: 5px;
    padding: 50px;
    margin: 20px;
    box-shadow: 0px 0px 15px 15px #FFFFFF;
    position: absolute;
    right: 50px;
}


.bigbox {
    background-color: black;
    width: 90%;
    border: 0px solid white;
    border-radius: 5px;
    padding: 50px;
    margin: 20px;
    box-shadow: 0px 0px 15px 15px #FFFFFF;
    left: 50px;
    position: absolute;
}

.bigboxmid {
    background-color: black;
    width: 90%;
    border: 0px solid white;
    border-radius: 5px;
    padding: 50px;
    margin: 20px;
    box-shadow: 0px 0px 15px 15px #FFFFFF;
    left: 50px;
    position: absolute;
    text-align: center;
}

.down {

    padding-top: 350px;
}


.smallleftbox{
    background-color: black;
    width: 20%;
    border: 0px solid white;
    border-radius: 5px;
    padding: 50px;
    margin: 20px;
    box-shadow: 0px 0px 15px 15px #FFFFFF;
    left: 50px;
    position: absolute;
}

.smallmidbox{
    background-color: black;
    width: 20%;
    border: 0px solid white;
    border-radius: 5px;
    padding: 50px;
    margin: 20px;
    box-shadow: 0px 0px 15px 15px #FFFFFF;
    left: 40%;
    position: absolute;
}

.smallrightbox{
    background-color: black;
    width: 20%;
    border: 0px solid white;
    border-radius: 5px;
    padding: 50px;
    margin: 20px;
    box-shadow: 0px 0px 15px 15px #FFFFFF;
    right: 50px;
    position: absolute;
}


h4 {
    color: white;
    margin: 20px auto;
    text-align: center;
    font-size: 255px;
    font-family: 'inter';
    text-shadow: 7px 4px 50px pink;
}

h5 {
    color: white;
    margin: 20px auto;
    text-align: center;
    font-size: 255px;
    font-family: 'inter';
    text-shadow: 7px 4px 50px yellowgreen;
}

h6 {
    color: white;
    margin-left: 10px auto;
    text-align: center;
    font-size: 120px;
    font-family: 'inter';
    left: 50px;
    text-shadow: 7px 4px 50px lightblue;
}

.titlebox{
text-align: center;
}

@media only screen and ( max-width: 1400px) and (min-width:601px)
{
    .down{
        padding-top: 500px;
    }
    
    
}

@media only screen and (max-width: 600px)
{
    .leftbox
    {
        
            background-color: black;
            width: 90%;
            border: 0px solid white;
            border-radius: 5px;
            padding: 50px;
            margin: 20px;
            box-shadow: 0px 0px 15px 15px #FFFFFF;
       
        
    }
    .rightbox{
        background-color: black;
        width: 90%;
        border: 0px solid white;
        border-radius: 5px;
        padding: 50px;
        margin: 20px;
        box-shadow: 0px 0px 15px 15px #FFFFFF;
      
    }
    .movedown{
        padding-top: 500px;
    }
    .title2 {
        text-align: center;
        font-size: 4vmin;
        color: black;
        padding: 100px 100px;
        padding-top: 500px;
        padding-bottom: 50px;
    }

    h2 {
        color: white;
        margin: 10px auto;
        font-size: 35px;
        font-family: 'inter';
        text-shadow: 7px 4px 19px #FFFFFF;
    }

    .tekst1 {
        font-size: small;
    }

    .groupname{
        font-size: small;
    }
    .navbar {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding: 5px;
        color: black;
    }
}

