* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    height: 100%;
    font-family: 'Roboto', sans-serif !important;
}

/* .nav {
    overflow: hidden;
    border-bottom: 2px solid black;
    width: 100%;
    height: 20%;
    padding: 15px;
}

.nav-logo {
    margin-left: 50px;
    width: 100px;
    line-height: 0;
    height: 50px;
}

.nav-logo img {
    margin-top: 15px;
    width: 100px;
    height: 50px;
    margin-bottom: 0;
}

.nav-links {
    float: right;
    margin-right: 20px;
}

.nav-links a {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 30px;
    text-decoration: none;
    color: black;
}

.nav-links a:hover {
    text-decoration: underline;
}

.dropdown {
    float: right;
    margin-right: 20px;
    margin-left: 10px;
}

.dropbtn {
    outline: none;
    border: none;
}

.dropbtn img{
    float: right;
    margin-top: 2px;
    width: 30px;
    height: 30px;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 10%;
    right: 0px;
    overflow: hidden;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.show {
    display: block;
} */

.navbar-brand{
    height: 70px;
}

nav.shadow {
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1) !important;
}

.container{
    max-width: 1900px !important;
}

.underline {
    text-decoration: underline !important;
}

#cover{
    display: none;
}

@media (max-width: 1650px ){
    #cover{
        height: 100vh;
        width: 100vw;
        position: fixed;
        background-color: #9f865b;
        color: white;
        z-index: 1000000;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    #cover h1{
        font-size: 30px;
        color: white;
    }
}

.btn-secondary,
.bg-secondary,
.btn-success,
.bg-success {
  background-color: #9f8659 !important;
  border: none !important;
}

.btn-secondary:hover,
.btn-success:hover,
a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover{
  background-color: #8b764f !important;
}

@media print{
    nav, #cover, #cover h1{
        display: none !important;
    }

    .col-6{
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .mail-combinatie{
        height: 100vh;
    }
}