
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 20
}

body {
    background-color: #2f2f2f;
    color: white;
    font-family: "Urbanist", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2em;
}

.urbanist {
    font-family: "Urbanist", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2em;
}

.roboto {
    font-family: "Roboto", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
}

.poiret-one-regular {
    font-family: "Poiret One", sans-serif;
    font-weight: 800;
    font-style: normal;
}


hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid rgb(0, 0, 0);
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

p, a, li {
    font-weight: 400;
}


.full-width {
    width: 100%;
}

.full-height {
    height: 100%;
}

.card-header {
    border-radius: 0 !important;
}

.card {
    border-radius: 0 !important;
}

.responsive-flex-row {
    display: flex;
    flex-direction: row;
}

.simple-button {
    background-color: #dfd0c3;
    color: #343A40;
    padding: 15px 30px;
    font-size: 1em;
    border: none;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

a {
    color: inherit;
    text-decoration: none;
}

.contrast-call-to-action-button {

    color: #f0f0f0;
    background-color: #355163;

    padding: 8px 18px;
    font-size: 1.2em;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: none;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    border-radius: 8px;
    display: flex;
    align-items: center;
    flex-grow: 1;
    width: 100%;
}

.contrast-call-to-action-button:hover {
    background-color: #44677e;
    color: #eae0d7;
}

.contrast-call-to-action-button:active {
    background-color: #4e758f;
    color: #eae0d7;
}

.call-to-action-button {
    color: #101010;
    background-color: #eae0d7;

    padding: 12px 0;
    font-size: 1.5em;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: none;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    border-radius: 16px;
    display: flex;
    align-items: center;
    flex-grow: 1;
    width: 0;
}

.call-to-action-heading {
    color: white;
    text-align: center;
    font-weight: 200;
    text-shadow: 0px 0px 10px #000000, 2px 2px 0px #000000;
}

.call-to-action-button-a {
    text-decoration: none;
    flex-grow: 1;
    display: flex;
    background: #00000060;
    padding: 16px 16px;
}

.call-to-action-button:hover {
    background-color: #483E37;
    color: #eae0d7;
}

.simple-button:hover {
    background-color: #483E37;
    color: white;
}


.page {
    margin-top: 80px;
    min-height: 100vh;
}

.detail {
    flex-grow: 1;
}

.centered-div {
    font-size: 20px;
    align-items: center;
    display: flex;
    gap: 10px;
}

.contact-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    margin: 8px 0px;
    background: rgba(47, 72, 88, 0.2);
    border-radius: 8px;
}

.details-container-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 20px;
}

.primary-font {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.secondary-font {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.cookie-consent__banner {
    position: fixed;
    bottom: 0;
    background: #483e37f0;
    color: white;
    width: 100%;
    padding: 20px;
    z-index: 2000;
}

.cookie-bar-options {
    padding-top: 15px;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.cookie-icon {
    font-size: 24px;
}

@media (max-width: 991px) {
    .responsive-flex-row {
        flex-direction: column-reverse;
        width: 100%;
    }

    .page {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .details-container {
        padding-top: 20px;
    }

    .cookie-consent__banner {
        font-size: 15px;
    }

    .cookie-icon {
        font-size: 15px;
    }

    .cookie-info {
        font-size: 12px;
    }

    .cookie-button {
        padding: 10px;
        font-weight: 600;
    }

    .cookie-bar-options {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
        width: 100%;
    }
}


@media (min-width: 992px) {
    .call-to-action-button {
        max-width: 300px;
    }

    .call-to-action-heading {
        text-align: left;
    }

    .call-to-action-desktop-expander {
    }
}