@import url('styles.css');

/* -------------------------
    FOOTER STYLES
------------------------- */
.site-footer {
    display: flex;
    flex-direction: column;
    color: var(--white);
}

body.high-contrast .site-footer,
body.white-text-mode .site-footer {
    color: #FFF !important;
}

/* Styles for the upper section */
.site-footer .spot4dis-info {
    background-color: var(--oranje-spot4dis);
}

body.high-contrast .site-footer .spot4dis-info,
body.white-text-mode .site-footer .spot4dis-info {
    background-color: #000 !important;
    border-top: 1px solid #BDF24B !important;
}

.site-footer .spot4dis-info .spot4dis-content-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 3% 5%;
    margin-bottom: 8%;
}

.site-footer .spot4dis-info .column {
    margin: 0% 2rem;
    justify-content: center;
}

.site-footer .spot4dis-info .logo {
    width: 20%;
}

.site-footer .spot4dis-info .logo img {
    width: 250px;
    height: 180px;
}

.site-footer .spot4dis-content-wrapper .contact {
    width: 20%;
}

.site-footer .spot4dis-content-wrapper .contact button {
    padding: 3% 5%;
    border: 1px solid var(--white);
    letter-spacing: 3px;
}

body.high-contrast .site-footer .spot4dis-content-wrapper .contact button,
body.white-text-mode .site-footer .spot4dis-content-wrapper .contact button {
    background-color: #BDF24B !important;
    color: #000 !important;
    border: 1px solid #BDF24B !important;
}

.site-footer .spot4dis-content-wrapper .news {
    width: 20%;
}

.site-footer .column a {
    text-decoration: none;
    color: var(--white);
}

body.high-contrast .site-footer .column a,
body.white-text-mode .site-footer .column a {
    color: #FFF !important;
}

.site-footer .column a:hover {
    text-decoration: underline;
}


.site-footer .spot4dis-content-wrapper .more-info {
    width: 20%;
}

.site-footer .spot4dis-info .spot4dis-content-wrapper .column .paragraph-normal {
    color: var(--blue-spot4dis);
    padding-bottom: 1.5rem;
}

body.high-contrast .site-footer .spot4dis-info .spot4dis-content-wrapper .column .paragraph-normal,
body.white-text-mode .site-footer .spot4dis-info .spot4dis-content-wrapper .column .paragraph-normal {
    color: #BDF24B !important;
}

.site-footer .spot4dis-info .column div h2 {
    margin-top: 3%;
}

body.high-contrast .site-footer .spot4dis-info .column div h2,
body.white-text-mode .site-footer .spot4dis-info .column div h2 {
    color: #FFB793 !important;
}

.site-footer .aso-policies {
    background-color: var(--blue-spot4dis);
    padding: 1.5rem 0;
    text-align: center;
    width: 100%;
}

body.high-contrast .site-footer .aso-policies,
body.white-text-mode .site-footer .aso-policies {
    background-color: #333 !important;
    border-top: 1px solid #BDF24B !important;
}

.site-footer .aso-policies {
    padding-top: 3%;
}

.site-footer .aso-policies .policies {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    padding-bottom: 2rem;
}

.site-footer .aso-policies .policies,
.site-footer .aso-policies .inscribtion-info {
    padding: 1%;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
}

.site-footer .policies a {
    color: var(--white);
    align-self: center;
}

body.high-contrast .site-footer .policies a,
body.white-text-mode .site-footer .policies a {
    color: #FFF !important;
}

.site-footer .policies p {
    display: block;
    padding: 0 1rem;
}

body.high-contrast .site-footer .policies p,
body.white-text-mode .site-footer .policies p {
    color: #FFF !important;
}

.site-footer .policies a {
    text-decoration: none;
}

.site-footer .policies a:hover {
    text-decoration: underline;
}

/* Very small devices (phones, 620px and down) */
@media (max-width: 620px) {
    .site-footer .spot4dis-info .spot4dis-content-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem 1rem;
        padding: 8% 3%;
    }

    .site-footer .spot4dis-info .column {
        margin: 0;
        text-align: center;
    }

    .site-footer .spot4dis-info .logo {
        width: 100%;
        align-self: center;
        padding-right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .site-footer .spot4dis-info .logo img {
        width: 130px;
        height: auto;
        padding: 0;
    }

    .site-footer .spot4dis-content-wrapper .contact,
    .site-footer .spot4dis-content-wrapper .news,
    .site-footer .spot4dis-content-wrapper .more-info {
        width: 100%;
        padding-left: 0;
    }

    .site-footer .spot4dis-info h1 {
        padding-bottom: 0.5rem;
    }

    .site-footer .policies {
        margin-bottom: 1rem;
    }

    .site-footer .policies p {
        padding: 0 0.1rem;
        text-align: center;
    }

    .site-footer .policies a {
        text-decoration: none;
        font-size: 0.5rem;
    }

    .site-footer .inscribtion-info .paragraph-normal {
        font-size: 0.5rem;
    }
}