html,body, #fullpage {
    height:100%;
    margin:0;
    padding:0;
    font-family: Calibri, sans-serif;
    font-size: 18px;
}
#navbar {
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
    height: 50px;
    background: #161817;
    width: 100%;
    font-family: "Arial Black", "Helvetica", "sans-serif";
    font-size: 16px;
}
@media (min-width: 720px) {
    #navbar {
        font-size: 28px;
    }
}
#navbar li {
    display: inline-block;
    list-style: none;
    padding: 5px 10px 5px 0;
}
#navbar li a {
    text-decoration: none;
    color: #eeeeee;
}
/*
 * Home
 */
#home {
    background-image: url("/assets/img/studente_kl_3.png");
    background-size: cover;
    background-repeat: no-repeat;
    min-height:100%;
    position: relative;
}
#home .header {
    position: absolute;
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #161817;
}
#home .container {
    background-color: rgb(225,225,225, 0.7);
    margin-top: auto;
    margin-left: 20px;
    margin-bottom: 40px;
    padding: 20px;
    border-radius: 25px;
    box-shadow: #555 5px 5px 20px;
}
#home h1 {
    font-family: Calibri, sans-serif;
    font-size: 28px;
    text-align: right;
}
#home h2 {
    font-family: Calibri, sans-serif;
    font-size: 24px;
    text-align: right;
    font-style: italic;
}
@media (min-width: 720px) {
    #home h1 {
        font-size: 56px;
    }
    #home h2 {
        font-size: 48px;
    }
}

@media (min-width: 960px) {
    #home h1 {
        font-size: 72px;
    }
    #home h2 {
        font-size: 64px;
    }
}

/*
 * Studiesuccess
 */
#studiesuccess {
    transition: transform 0.5s ease-in, opacity 0.5s ease-in;
    min-height:100%;
    background-size: cover;
    background-image: url("/assets/img/studente_metlaptop_kl.jpg");
    background-repeat: no-repeat;
    padding: 5px 20px 40px 20px;
}
#studiesuccess .header {
    padding-left: 20px;
    /*background: rgb(153,126,200, 0.6);*/
    padding-top: 30px;
}
#studiesuccess h1 {
    font-family: Calibri, sans-serif;
    font-size: 28px;
    text-align: left;
    line-height: 84px;
}
@media (min-width: 720px) {
    #studiesuccess h1 {
        font-size: 56px;
    }
}
@media (min-width: 960px) {
    #studiesuccess h1 {
        font-size: 72px;
    }
}
#studiesuccess .content {
    background: rgb(225,225,225,0.6);
    border-radius: 20px;
    max-width: 60%;
    padding: 5px 20px 10px 20px;
    margin-left: 20px;
    box-shadow: #555 5px 5px 20px;
}

/*
 * Mogelijkheden
 */
#mogelijkheden {
    min-height:100%;
    position:relative;
    background-image: url("/assets/img/gesprek_2en_online_kl.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
#mogelijkheden .header {
    padding-left: 20px;
    background: rgb(225,225,225, 0.6);
    padding-top: 30px;
}
#mogelijkheden h1 {
    font-family: Calibri, sans-serif;
    font-size: 28px;
    text-align: left;
    line-height: 84px;
}
@media (min-width: 720px) {
    #mogelijkheden h1 {
        font-size: 56px;
    }
}
@media (min-width: 960px) {
    #mogelijkheden h1 {
        font-size: 72px;
    }
}
#mogelijkheden .content {
    display: grid;
    /*flex-direction: row; */
    justify-content: space-evenly;
    gap: 20px;
    padding: 5px 20px 40px 20px;
    grid-template-columns: 1fr;
}
@media (min-width: 720px) {
    #mogelijkheden .content {
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 960px) {
    #mogelijkheden .content {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
#mogelijkheden .content .box {
    padding: 15px;
    background: rgb(225,225,225, 0.8);
    border-radius: 15px;
    box-shadow: #555 5px 5px 20px;
}
/*
 * Contact
 */
#contact {
    min-height:100%;
    position:relative;
    background-color: rgb(166,189,193);
}
#contact .header {
    color: #161817;
    padding-left: 20px;
    padding-top: 30px;
}
#contact h1 {
    font-family: Calibri, sans-serif;
    font-size: 28px;
    text-align: left;
    line-height: 84px;
}
@media (min-width: 720px) {
    #contact h1 {
        font-size: 56px;
    }
}
#contact .content {
    display: grid;
    justify-content: space-evenly;
    gap: 20px;
    padding: 5px 20px 40px 20px;
    grid-template-columns: 1fr;
}
@media (min-width: 960px) {
    #contact .content {
        grid-template-columns: 1fr 1fr;
    }
}
#contact .content .box {
    padding: 15px;
    background: rgb(225,225,225, 0.8);
    border-radius: 15px;
    box-shadow: #555 5px 5px 20px;
}
#contact .content ul {
    list-style-type: none;
}
#contact .content form {
    display: block;
    margin: 10px;
    padding: 20px;
    border: 1px black;
    border-radius: 10px;
}
#contact .content label {
    min-width: 100px;
    display: inline-block;
    margin-top: 5px;
}
#contact .content label::after {
    content: ":";
}
#contact .content textarea {
    max-width: 100%;
}

/*
 * Success !
 */
#success {
    min-height: 100%;
    background:  rgb(153,126,200);
}

#success .header {
    padding-left: 20px;
    background: rgb(153,126,200, 0.6);
    padding-top: 30px;
}

#success h1 {
    font-family: Calibri, sans-serif;
    font-size: 72px;
    text-align: left;
    line-height: 84px;
}

#success .content {
    background: rgb(225,225,225,0.6);
    border-radius: 20px;
    max-width: 60%;
    padding: 20px;
    margin-left: 20px;
}
