body {
    background-image: url('../img/elements/main_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#template-customizer .template-customizer-open-btn {
    display: none !important;
}

h3 {
    text-align: center;
}

.nav-logo {
    max-width: 200px;
    display: block;
    margin: 0 auto;
}

.main-heading {
    font-size: 100px;
    /* Default font size */
}

@media screen and (max-width: 768px) {
    .main-heading {
        font-size: 1.5rem;
    }

    .subText {
        font-size: 10px;
    }
}

.main-heading {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.year_button {
    border-radius: 0;
    border: none;
    margin:8px;
    font-size: 25px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffff;
    background-color: red;
}

.image-container {
    background-color: #93b0cc;
    mix-blend-mode: multiply;
}