html {
    height: 100% !important;    
}

body {
    margin: 0;
    font-family: Aptos, Calibri, Arial, Helvetica, sans-serif;
}

.nav-links a {
    color: #333;
    text-decoration: none;
    font-weight:600;
}

.nav-links a:hover {
    color: #C5093B;
    text-decoration: none;
    font-weight: 600;
}

header {
    padding-bottom: 10px;
}

.banner {
    background-color: transparent;
    background-position: right top;
    background-image: url(../images/magnolia_banner.jpg);
    background-repeat: no-repeat;
    padding:0px;
    border-spacing:0px;
    width:100%;
}

.Pattern
{
    padding:0px;
    height:15px;
    background:url(../images/pattern_line.jpg)
}

.menu-container {
    padding-top: 10px;
}

.socialMedia {
    position: absolute;
    top: 100px;
    right: 10px;
    max-width: 100px;
}

.nav-menu ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.nav-menu ul li {
    margin-left: 20px;
}

.nav-menu ul li a {
    text-decoration: none;
    font-size: 16px;
}

.hamburger {
    display: none; /* Hidden by default on larger screens */
    flex-direction: column;
    float: right;
    cursor: pointer;
    margin-right: 10px;
}

.bar {
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 3px 0;
}

.content {
    padding: 20px;
    text-align: left;
}
  
.homeGalleryContainer {
    height: 100%;
    display: flex; 
    justify-content: center;
}

.homeGalleryImageContainer {
    max-height: 90%;
}

.homeGalleryImage {
    max-height: 100%;
    max-width: 100%;
}

#HomeGallery {
    max-height: 85%;
}

.linksContainer {
    text-align: center;
}

.traditionalGalleryContainer {
    height: 100%;
    display: flex; 
    justify-content: center;
}

#TraditionalGallery {
    max-width: 1100px;
    max-height: 800px;
}

.digitalGalleryContainer {
    height: 100%;
    display: flex;
    justify-content: center;
}

#DigitalGallery {
    max-width: 900px;
    max-height: 700px;
}

.clientCoinGalleryContainer {
    height: 210px;
    display: flex;
    justify-content: center;
}

#ClientCoinGallery {
    max-width: 650px;
    max-height: 230px;
}

.clientBrewGalleryContainer {
    height: 210px;
    display: flex;
    justify-content: center;
}

#ClientBrewGallery {
    max-width: 650px;
    max-height: 230px;
}

.clientFoxGalleryContainer {
    height: 210px;
    display: flex;
    justify-content: center;
}

#ClientFoxGallery {
    max-width: 650px;
    max-height: 230px;
}

.clientOwlsGalleryContainer {
    height: 210px;
    display: flex;
    justify-content: center;
}

#ClientOwlsGallery {
    max-width: 650px;
    max-height: 230px;
}

.clientMMAGalleryContainer {
    height: 210px;
    display: flex;
    justify-content: center;
}

#ClientMMAGallery {
    max-width: 650px;
    max-height: 230px;
}

#RcmAirGallery {
    max-width: 650px;
    min-height: 230px;
}

#RcmEarthGallery {
    max-width: 650px;
    min-height: 230px;
}

#BrewGallery {
    max-width: 650px;
    min-height: 230px;
}

#FoxGallery {
    max-width: 650px;
    min-height: 230px;
}

#OwlsGallery {
    max-width: 650px;
    min-height: 230px;
}

#MMAGallery {
    max-width: 650px;
    min-height: 230px;
}

.contactContainer {
    margin-bottom: 20px;
}

.tileImage {
    height: 100%;
    width: 100%;    
    background-position: center;
    background-size: cover;
    display: block;
    cursor: pointer;
}

.imagePopup {
    position: absolute;
    width: 90%;
    height: 90%;
    background-color: #ccc;
}

.imagePopupGalleryContainer {
    height: 90%;
}

.popupGalleryImage {
    max-width: 100%;
    max-height: 95%;
    min-height: 50px;
    min-width: 50px;
    object-fit: scale-down;
    background-image: url(../images/big-roller.gif);
    background-repeat: no-repeat;
}

.center-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.info-text {
    padding-top: 100px;
}

.aboutPicture {
    width: 100%;
    height: 100%;
    max-width: 600px;
    max-height: 600px;
    object-fit: contain;
}

.copyrightContainer {
    display: flex;
    box-sizing: border-box; 
}

.copyrightFixedBottom {
    color: #333;
    background-color: #fff;
    border-top: 1px solid #ccc;
    white-space: nowrap;
    text-align: end;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 0.8em;
    box-sizing: inherit;
}

.popoverLink {
    color: #333;
    text-decoration: none;
    font-weight: 600;
}

.popoverLink:hover {
    text-decoration: underline;
    color: #C5093B;
}

/* dev exptreme override */
.dx-gallery .dx-gallery-nav-button-next::before, .dx-gallery .dx-gallery-nav-button-prev::before {
    color: #333;
}

.dx-gallery .dx-gallery-nav-button-next::after, .dx-gallery .dx-gallery-nav-button-prev::after {
    width: 0px;
 }

/* Responsive Styles */
@media (max-width: 768px) {
    .nav-menu {
        display: none;
        width: 100%;
        z-index: 5000;
        position: relative;
        margin-top: 30px;
    }

    .nav-menu.active {
        display: block;
        position: absolute;
        top: 120px; /* Adjust as needed */
        left: 0;
        background-color: #eee;
        width: 100%;
        text-align: center;
    }

    .nav-menu ul {
        flex-direction: column;
    }

    .nav-menu ul li {
        margin: 10px 0;
    }

    .hamburger {
        display: flex;
    }

    .socialMedia {
        position: absolute;
        top: 100px;
        left: 10px;
    }

    .banner {
        background-image: none;
        height: 75px;
    }

    .logoImage {
        width: 100%; /* or any custom size */
        height: 100%;
        object-fit: contain;
    }

    .homeGalleryImageContainer {
        height: 100%;
        display: flex;
        justify-content: center;
    }

    .homeGalleryImage {
        max-height: 100%;
        max-width: 100%;
        object-fit: contain;
    }

    #HomeGallery {
        max-height: 80%;
    }

    .imagePopupGalleryContainer {
        height: 80%;
    }

    .info-text {
        padding-top: 0px;
    }
}
