.footer {
    height: 0;
    padding: 0;
    display: inline;
}

section {
    flex: 1;
}

.pageContainer {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    position: absolute;
}

.footer .container {
    padding-top: 30px;
    flex: none;
    padding-bottom: 30px;
}

.center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

a {
    z-index: 1;
}

.awards {
    width: 100%;
    justify-content: center !important;
}

.awards a {
    max-height: 600px !important;
    display: flex;
    justify-content: center;
}

.awards img {
    width: 100%;
    object-fit: contain;
}

.flexFooter {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    @media (max-width: 767px) {
        flex-direction: column;
    }
}

.socialitems {
    padding-bottom: 10px;
    @media (max-width: 767px) {
        display: flex;
        width: 100%;
        justify-content: center;
        }
}

.bedBranding {
    flex: unset;
    padding: 0 30px;
    justify-content: center;
    align-items: center;
    display: flex
}

.links {
    flex: 1;
    display: flex;
    flex-direction: row;
    gap: 50px;
    @media (max-width: 767px) {
        flex-direction: column;
    }
}

.nav-main {
    overflow: hidden;
}

.navbar-brand {
    display: inline;
    white-space: unset;
}

#video {
    max-width: 100%;
}

#video-embed {
    max-width: 100%;
}

.swiper-wrapper {
    padding: 10px;
    width: unset;
    display: flex;
    flex-direction: column;
}

.swiper-slide {

    display: flex;
    flex-direction: row;

    @media(max-width: 1300px) {
        flex-direction: column !important;
        max-width: 100%;
    }
}

.gallery {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-height: unset;
    gap: 10px;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-around;
    min-width: 250px;

    @media(max-width: 1300px) {
        display: flex;
        justify-content: space-between;
        width: 100%;
        gap: 5px;
        padding: 0;
        flex-direction: row;
        max-width: 1140px;
    }
}

.main-section-columns {
    @media(max-width: 767px) {
        flex-direction: column !important;
        max-width: 100%;
    }
}

.nav-buttons {
    @media (max-width: 820px) {
        display: none !important;
    }
}

.small-actions {
    padding: 50px;
    flex: 1;
    @media (min-width: 820px) {
        display: none;
    }
}

.small-actions a {
    width: 100%;
    font-size: 20px;
}

.text-center {
    @media(max-width: 767px) {
        min-width: unset !important;
    }
}

.main-graphic {
    @media(max-width: 767px) {
        width: 100%;
        min-width: unset !important;
    }
}

section {
    @media(max-width: 1300px) {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.modal-header {
    display: flex;
    background-color: rebeccapurple;
    color: white;
}