@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
body {
    margin: 0;
    background-color: #F0F7FA;
    font-family: 'Roboto Condensed', sans-serif;
}

.navbar {
    font-size: 20px;
    font-size: 20px;
    transition: height 0.5s;
    transition: all 0.3s ease;
}

.navbar-expand-lg {
    height: 111px;
}

.navbar-brand {
    margin-left: -10%;
}

.navbar li {
    list-style-type: none;
}

.fa-minus {
    margin-top: 15px;
}

.nav-bar-ScrollPage {
    height: 40px;
}

.nav-bar-ScrollImg {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    transition: all 0.3s ease;
}

footer {
    background-color: #333333;
    color: white;
    
}

footer a {
    color: white;
}

footer a:hover {
    color: white;
    text-decoration: underline;
}

.sitemap {
    padding: 60px 0 20px;
}

.copyright {
    padding: 30px 0;
    line-height: 26px;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
}

.l-side-modal {
    background-color: #1455D9;
    height: 107.1%;
    margin: -1rem;
}

.l-side-modal-content {
    color: white;
}

.l-side-modal-content h3 {
    padding: 1em;
    font-size: 30px;
}

.r-side-modal hr {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: 0rem;
}

.r-side-modal h4 {
    font-size: 1.2rem;
    color: #1455D9;
    font-weight: bold;
}

.r-side-modal-2 hr {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: 1.95rem;
}

.r-side-modal-2 h4 {
    font-size: 1.2rem;
    color: #1455D9;
}

.l-side-modal-2 hr {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: 0rem;
}

.l-side-modal-2 h4 {
    font-size: 1.2rem;
    color: #1455D9;
    font-weight: bold;
}

.form-check span {
    color: #1455D9;
}

.accountText a {
    color: #83B1C9;
}

.modal-ul {
    font-size: 22px;
}

.l-side-modal-content {
    padding: 1.5rem;
}

.login-modal h4 {
    color: #1455D9;
}

.rounded-pill-login {
    width: 50%;
}

.landing-page {
    margin-top: 110px;
}

.bg {
    background-image: url("../img/background.png ");
    height: 75vh;
}

.bg::before {
    content: " ";
    width: 100vw;
    height: 75vh;
    background: #AEAEAE;
    position: absolute;
    opacity: 0.7;
}

.landing-text {
    padding-top: 225px;
    margin-left: -100px;
    color: white;
}

.landing-text h1 {
    font-size: 66px;
    font-weight: bold !important;
}

.landing-text h3 {
    margin-top: -22px;
    font-weight: bold !important;
}

.landing-button {
    padding-top: 240px;
    margin-left: 100px;
}

.landing-button a {
    height: 60px;
    width: 180px;
    border-radius: 30px;
    font-size: 25px;
    font-weight: 500;
    line-height: 40px;
}

.extra-information {
    color: #134D6E;
    font-family: Roboto Condensed;
    margin-bottom: 20px;
}

.extra-information h2 {
    font-size: 36px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 20px;
}

.extra-information p {
    font-size: 20px;
}

.extra-information a {
    border-radius: 90px;
    width: 50%
}


/* .extra-information p{
  text-align: center;
} */

.benifits {
    background-color: #054366;
}

.benifits h1 {
    color: white;
}

.benifits img {
    width: 101%;
    height: 8vw;
    object-fit: cover;
    margin-top: -1px;
    margin-left: -1px;
    margin-right: 1px;
}

.benifits-card::before {
    content: " ";
    width: 100.7%;
    height: 8vw;
    background: #AEAEAE;
    position: absolute;
    opacity: 0.7;
    margin-top: -1px;
    margin-left: -1px;
    margin-right: 1px;
}

.benifits-card h1 {
    color: black !important;
}

@media screen and (max-width: 992px) {
    .benifits img {
        height: 20vw;
        width: 100.0%;
    }
    .benifits-card::before {
        height: 20vw;
        width: 100.0%;
    }
    .pt-md-3 {
        padding-top: 1.75vh;
        padding-bottom: 1.75vh;
    }
    .landing-text h1 {
        font-size: 61px;
        font-weight: bold !important;
        margin-top: 35%;
    }
    .landing-text {
        padding-top: 0px;
        margin-left: 0px;
        color: white;
    }
    .landing-button {
        padding-top: 0px;
        margin-left: 0px;
        margin-top: 10vh
    }
    .landing-button a {
        height: 60px;
        width: 180px;
        border-radius: 30px;
        font-size: 25px;
        font-weight: 500;
        line-height: 40px;
    }
    .navbar-brand {
        margin-left: 0%;
    }
}

.error {
    color: red;
}

.custom_alert {
    height: 50px;
    width: 28%;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    margin-top: 5px;
    /* margin-bottom: -110px; */
    margin-left: 5px;
    position: absolute;
    z-index: 1;
}

.login_alert {
    height: 50px;
    width: 28%;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    margin-top: 5px;
    /* margin-bottom: -110px; */
    margin-left: 5px;
    position: absolute;
    z-index: 1;
}

.logout_alert {
    height: 50px;
    width: 28%;
    color: #A8686E;
    background-color: #F8D7DA;
    border-color: #F5C6CB;
    margin-top: 5px;
    /* margin-bottom: -110px; */
    margin-left: 5px;
    position: absolute;
    z-index: 1;
}

.modal-switch-btn a {
    color: white;
}

.modal-switch-btn button {
    color: white;
}

.js_destroy_session {
    margin-top: 5%;
}

.reset_content {
    margin-top: 111px;
}

#adminActive {
    width: 80%;
}

#activeCol {
    width: 8%;
}

.adminPage {
    margin-top: 120px;
    display: none;
}


/* journal.php */

.mutatie_regelToevoegen {
}