@font-face {
    font-family: Cardenio-Regular;
    font-display: swap;
    src: url('../fonts/cardenio_modern/CardenioModern-Regular.otf');
}

body {
    font-family: Cardenio-Regular, sans-serif;
    background-image: url("../images/FridaysForFuture_Klimastreik_210924_cJuliaOchs10306_blur.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 120%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #ffffff;
    padding-bottom: 75px;
}

@media (min-width: 768px) {
    body {
        padding-bottom: 110px;
    }
}

@media (max-width: 767px) {
    body {
        padding-bottom: 10px;
        background-size: 400%;
        background-position: 30% 80%;
    }
}

.navbar-brand {
    margin-right: 0;
}

.navbar-brand img {
    height: 80px;
}

.navbar-dark {
    padding-top: 35px;
    padding-bottom: 35px;
}

.navbar-dark .navbar-text {
    color: #ffffff;
    opacity: 1;
    padding: 0 20px;
    border-right: 1px solid #ffffff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.navbar-dark .navbar-text:last-child {
    border-right: 0;
}

@media (max-width: 767px) {}

.page-title {
    font-size: 80px;
    font-weight: bold;
    margin-bottom: 6px;
}

@media (max-width: 767px) {
    .page-title {
        font-size: 35px;
        text-align: center;
        margin-bottom: 14px;
    }
}

.page-description {
    max-width: 465px;
    font-size: 28px;
    margin-bottom: 59px;
}

@media (max-width: 767px) {
    .page-description {
        font-size: 23px;
        margin-bottom: 60%;
        /* center */
        text-align: center;
    }
}

@media (max-width: 767px) {
    .social-title {
        text-align: center;
        /* fix to bottom */
        position: absolute;
        left: 0;
        bottom: 140px;
        height: 50px;
        width: 100%;
        overflow: hidden;
    }
}

p {
    font-size: 24px;
    margin-bottom: 21px;
}

@media (max-width: 767px) {
    p {
        font-size: 18px;
        text-align: center;
        margin-bottom: 10px;
    }
}

.footer-social-links .social-link {
    display: inline-block;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #000000;
    margin-right: 16px;
    transition: all 0.3s ease-in-out;
}

.footer-social-links .social-link:last-child {
    margin-right: 0;
}

.footer-social-links .social-link:hover {
    text-decoration: none;
    background-color: #00ad5f;
    color: #ffffff;
}


/*# sourceMappingURL=bd-coming-soon.css.map */

@media (max-width: 767px) {
    .footer-social-links {
        /* center */
        text-align: center;
        /* fix to bottom */
        position: absolute;
        left: 0;
        bottom: 100px;
        height: 50px;
        width: 100%;
        overflow: hidden;
    }
}

.footer-horizontal {
    /* footer horizontal center */
    text-align: center;
    /* fix to bottom */
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
    overflow: hidden;
}

.footer-horizontal a {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    margin-right: 16px;
    transition: all 0.3s ease-in-out;
}

.footer-horizontal a:last-child {
    margin-right: 0;
}

.footer-horizontal a:hover {
    text-decoration: none;
    color: #00ad5f;
}

@media (max-width: 767px) {
    .footer-horizontal a {
        font-size: 16px;
    }
}


/* modal styles */

.modal-window {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.25);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
    overflow-y: initial !important;
}

.modal-window:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.modal-window>div {
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2em;
    background: #ffffff;
    font-size: 20px;
    color: #00ad5f;
    text-align: center;
}

.modal-window header {
    font-weight: bold;
}

.modal-title {
    font-size: 35px;
    margin: 0 0 15px;
    color: #00ad5f;
    padding-bottom: 3%;
}

.modal-close {
    color: #aaa;
    line-height: 50px;
    font-size: 80%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
    text-decoration: none;
}

.modal-close:hover {
    color: #00ad5f;
    text-decoration: none;
}

.modal-window>div {
    border-radius: 1rem;
}

.modal-window div:not(:last-of-type) {
    margin-bottom: 15px;
}

.modal-body {
    overflow-y: auto;
    max-height: 60vh;
}

.modal-window a {
    color: #00ad5f;
    font-size: 20px;
    text-decoration: none;
    margin-right: 16px;
    transition: all 0.3s ease-in-out;
}

.modal-window a:last-child {
    margin-right: 0;
}

.modal-window a:hover {
    text-decoration: none;
    color: #aaa;
}