/* age verify */
        #ageVerification {
            display: flex;
            align-items: center;
            justify-content: center;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 9999; /* Set a high z-index to ensure it appears above other elements */
        }

        .modal {
            background: #100946;
            padding:  40px 60px; 
            border-radius: 5px;
            text-align: center;
            max-width: 600px; 
            margin: 0 auto;
        }


        .modal h2,
        .modal label,
        .modal input,
        .modal button {
            margin-bottom: 10px;
        }


/* font face */
    .title-font {
        font-family: 'ArnoldBoecklin';
        src: url('fonts/ArnoldBoecklin.woff2') format('woff2'),
             url('fonts/ArnoldBoecklin.woff') format('woff');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }
    .content-font {
        font-family: 'Raleway';
        src: url('fonts/Raleway-Medium.woff2') format('woff2'),
             url('fonts/Raleway-Medium.woff') format('woff');
        font-weight: 400;
        font-style: normal;
        font-display: swap;
    }

/* body styles */

        body {
            margin: 0;
            font-family: 'Raleway', Arial, sans-serif;
            color: #FFFFFF;
            background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, .8)), url('../images/stripes-01.png');
            background-position: top center;
            background-repeat: no-repeat;
            background-color: rgba(0, 0, 0, 1.0);
            flex: 1;
            line-height: 1.5em;
            text-align: justify;
            padding: 2% 4% 2% 2%;
            max-width: 1080px;
            margin-left: auto;
            margin-right: auto;
        }

        body-text {
            font-size: 1em;
            line-height: 1.5em;
            text-align: initial;
            display: inline-flex;
            min-width: 320px;

        }

/* Use ArnoldBoecklin for titles */
       h1 {
            font-family: 'ArnoldBoecklin', sans-serif;
            font-weight: 100;
            color: #f2ca4b;
            text-shadow: 0px 2px 4px rgba(255, 255, 102, .8);
        }

        h2 {
            font-family: 'Raleway', Arial, sans-serif;
            font-weight: 600;
            font-size: 1.2em;
            color: #F2CA4B;
            text-shadow: 0px 1px 2px rgba(0, 0, 0, .5);
        }
        h3, h4, h5, h6 {
                font-family: 'Arial', sans-serif;
                font-weight: 400;
                color: #ffffff;
                text-shadow: 0px 1px 2px rgba(0, 0, 0, .5);
        }

       .privacy {
            font-family: 'Raleway', Arial, sans-serif;
            color: #f2ca4b;
            flex: 1;
            font-size: 1.0em;
            line-height: 1.5em;
            text-align: justify;
            padding: 2% 4% 2% 0%;
            max-width: 1080px;
            margin-left: auto;
            margin-right: auto;
        }
        .privacy-body {
            font-family: 'Raleway', Arial, sans-serif;
            color: #FFFFFF;
            flex: 1;
            font-size: .9em;
            line-height: 1.5em;
            text-align: justify;
            padding: 2% 4% 2% 4%;
            max-width: 1080px;
            margin-left: auto;
            margin-right: auto;           

        }

        /* Any other specific elements or classes for ArnoldBoecklin */
        .title-font {
            font-family: 'ArnoldBoecklin', sans-serif;
            font-weight: lighter;
            color: #CBB27C;
        }


/* Images left and right */
        .img-left {
            float: left;
            max-width: 30%;
            padding-right: 2%;
            display: inline-flex;
            flex: 1;
            min-width: inherit;
        }
        .img-right {
            float: right;
            max-width: 30%;
            padding-left: 2%;
            display: inline-flex;
            flex: 1;
            min-width: inherit;
        }
        .img-middle{
            max-width: 90%;
            margin: 0 auto;
            display: block;
        }
        .img-left-border {
            float: left;
            max-width: 30%;
            padding-left: 0px;
            display: inline-flex;
            flex: 1;
            min-width: inherit;
            border: 1px solid #cbb27c;
            margin-right: 2%;
        }
        .img-right-border {
            float: right;
            max-width: 30%;
            padding-left: 0px;
            display: inline-flex;
            flex: 1;
            min-width: inherit;
            border: 1px solid #cbb27c;
            margin-left: 2%;
        }

/* Images small screens */
        @media only screen and (max-width: 600px) {
            .img-right,
            .img-right-border,
            .img-left,
            .img-left-border{
                max-width: 80%;
                float: none; /* Center the images on small screens */
                margin-left: auto;
                margin-right: auto;
                display: block; /* Reset display property */
            }
        }

/* Images large screens */
        @media only screen and (min-width: 601px) {
            .img-right {
                max-width: 30%;
            }
            .img-right-border {
                max-width: 30%;
            }

            .img-left {
                max-width: 30%;
            }
            .img-left-border {
                max-width: 30%;
            }
        }

/* header styles */    
        header {
            background-color: #020F20;
            background-image: url("../images/stage-01.jpg");
            background-position: center 25%; /* Adjust the pic */
            color: #fff;
            padding: 0px;
            text-align: center;
            min-height: 30vh; /* adjust header height */
            /*max-height: 30vh;*/
            background-size: cover;
            border-width: 2px;
            border-color: #100946;
            border-style: solid;
            box-shadow: 0px 0px 10px 4px rgba(234, 141, 39, 0.7);
            position: relative;
            max-width: 1080px;
        }

            .header-image {
                align-content: center;
                max-width: 60%;
                min-width: 360px;
            }

/* nav */
        nav {
            display: flex;
            justify-content: center;
            font-family: 'Raleway', Arial, sans-serif;
            flex-wrap: wrap;
            padding-bottom: 20px;
          }

        nav a {
            color: #FFFFFF;
            background-color: rgba(62, 62, 62, 0.5);
            text-decoration: none;
            margin: 2px; /* Adjust the margin between links */
            padding: 0px 10px; /* Add padding to each link */
            border: 1px solid #cbb27c;
            border-radius: 0px;
            transition: color 0.3s; /* Smooth transition effect */
            width: 115px; /* Set a fixed width for each button (adjust as needed) */
            box-sizing: border-box;
            }

        nav a:hover {
            color: #cbb27c;
            background-color: #2e58a6;
            }

    /* form btn */
        .nav-btn {
            color: #FFFFFF;
            background-color: rgba(62, 62, 62, 0.5);
            text-decoration: none;
            margin: 2px;
            padding: 4px 10px;
            border: 1px solid #cbb27c;
            border-radius: 0px;
            transition: color 0.3s;
            width: 115px;
            box-sizing: border-box;
            cursor: pointer;
            font-size: 1em;
        }

        .nav-btn:hover {
            color: #cbb27c;
            background-color: #2e58a6;
        }
    
/* Order form */
        .order-form {
            display: flex;
            flex-direction: column;
            align-items: center;
            background-color: rgba(62, 62, 62, 0.5);
            padding: 10px;
            border: 1px solid #cbb27c;
            border-radius: 5px;
            box-sizing: border-box;
            width: 70%;
            margin: 0 auto;
        }

        .form-group {
            margin-bottom: 15px;
        }

        .order-form input[type="text"],
        .order-form textarea {
            width: 100%;
            padding: 8px;
            box-sizing: border-box;
            border: 1px solid #cbb27c;
            border-radius: 3px;
            margin-top: 5px;
        }

        .order-form input[type="submit"] {
            width: 100%;
        }

/* Dropdown styles */
        .dropdown {
            position: relative;
            display: inline-block;
        }

        /* Set the width for the dropdown button */
        .dropdown a {
            width: 115px;
            display: block;
        }

        .dropdown-content {
            display: none;
            position: absolute;
            background-color: rgba(62, 62, 62, 0.5);
            min-width: 115px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 1;
        }

        .dropdown-content a {
            color: #FFFFFF;
            padding: 1px 4px;
            display: block;
            text-decoration: none;
            width: 100%;
        }

        .dropdown-content a:hover {
            background-color: #2e58a6;
        }

        .dropdown:hover .dropdown-content {
            display: block;
        }

/* sections */ 
        .section {
            display: flex;
            flex-direction: column;
            align-items: left;
            padding-left: 2%;
            padding-top: 5%; /* Adjust the value as needed */
            box-sizing: border-box; /* Ensure consistent box-sizing */
        }

        .container {
            max-width: 1080px; /* Adjust the max-width as needed */
            margin: 0 auto;
            position: relative;
            box-sizing: border-box; /* Ensure consistent box-sizing */
        }

/* HR! */ 
    .custom-hr {
      margin-top: 5%;
      border-bottom: 1px solid #cbb27c;
      width: 60%;
      /*height: 20px; 
      background: transparent url('../images/divider.png') repeat-x center; 
      border: none;*/
    }

/* banner */
        .banner-container {
            position: relative;
            max-width: 90%;
            margin: 0 auto; /* Center horizontally */
            display: flex;
            justify-content: center; /* Center horizontally */
            align-items: center; /* Center vertically */
            overflow: auto;
        }

        .banner {
            display: none;
            max-width: 100%; /* Make the image responsive */
            height: auto; /* Maintain aspect ratio */
        }

        .banner.active {
            display: block;
        }

        /* banner options: Add some styles for navigation buttons */
        .prev, .next {
            position: absolute;
            top: 90%;
            width: auto;
            padding: 16px;
            margin-top: -22px;
            font-size: 20px;
            color: white;
            background-color: rgba(255, 255, 255, 0.4);
            border: none;
            cursor: pointer;
        }

        .prev { left: 10px;
            color: #000;
            text-shadow: -1px -1px 0 #CB2B7C,  
                 1px -1px 0 #CB2B7C,  
                -1px  1px 0 #CB2B7C,  
                 1px  1px 0 #CB2B7C;
        }
        .next { right: 10px;
            color: #000;
            text-shadow: -1px -1px 0 #CB2B7C,  
                 1px -1px 0 #CB2B7C,  
                -1px  1px 0 #CB2B7C,  
                 1px  1px 0 #CB2B7C;
        }


/* social css*/
    .facebook-logo {
        background: url("../images/facebook.png") no-repeat;
        background-size: contain;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 8%;
        right: 15px; /* Adjust this value to control the position */
        transform: translateY(-50%);
    }
    .instagram-logo {
        background: url("../images/instagram.png") no-repeat;
        background-size: contain;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 20%;
        right: 15px; /* Adjust this value to control the position */
        transform: translateY(-50%);
    }
    .social-icon {
        width: 80px;
        height: 80px;
        padding: 2px;
    }
/* Adjust sizes for smaller screens */
        @media (max-width: 768px) {
            .facebook-logo, .instagram-logo {
                width: 40px; /* Reduced size for smaller screens */
                height: 40px;
            }

            .social-icon {
                width: 60px; /* Reduced size for smaller screens */
                height: 60px;
                padding: 1px; /* Adjust padding if necessary */
            }
        }

/* back to tpp */
      .back-to-top {
        position: fixed;
        bottom: 10px;
        right: 20px;
        background-color: rgba(82, 82, 82, 0.5);
        color: #fff;
        padding: 10px 20px;
        border-radius: 5px;
        text-decoration: none;
        opacity: 0; /* Initially invisible */
        transition: opacity 0.3s ease-in-out;
        z-index: 9999;
        }

    .back-to-top:hover {
        background-color: #2e58a6;
        font-family: 'ArnoldBoecklin', arial;
        font-style: normal;
        font-size: 1em;
        font-weight: 400; /* font weight */
        }

/* Show the button when the user scrolls down */
    .back-to-top.show {
        opacity: .7;
        font-family: 'ArnoldBoecklin', arial;
        font-style: normal;
        font-size: 1em;
        font-weight: 400; /* font weight */
        }

/* photos base */
        .photo-base {
            display: flex;
            flex-wrap: wrap; /* Allow items to wrap to the next line */
            justify-content: center; /* Center items horizontally */
            align-items: flex-start; /* Align items to the top */
            background-color: rgba(62, 62, 62, 0.5);
            padding: 10px;
            border: 1px solid #cbb27c;
            border-radius: 5px;
            box-sizing: border-box;
            width: 98%;
            min-width: 320px;
            margin: 0 auto;
            overflow-y: scroll; /* Enable vertical scrollbar */
            overflow-x: hidden; /* Hide horizontal scrollbar */
        }

        .photo-item {
            width: calc(33.33% - 20px); /* Adjust the width of each item with margin */
            margin: 10px; /* Adjust the spacing between items */
            font-size: 0.7em;
            display: inline-block;
            box-sizing: border-box;
        }

        .photo-item img {
            max-width: 100%;
            height: auto;
            object-fit: scale-down;
        }

        /* Adjust the styling for smaller screens if needed */
        @media screen and (max-width: 768px) {
            .photo-item {
                width: calc(50% - 20px); /* Adjust width for smaller screens */
            }
        }

        /* Adjust the styling for even smaller screens if needed */
        @media screen and (max-width: 480px) {
            .photo-item {
                width: calc(100% - 20px); /* Adjust width for even smaller screens */
            }
        }

/* email form */
    .order-form {
        width: 60%;
        min-width: 320px;
        /* margin: 0 auto; Center the form horizontally */
        }

/* form smaller screens */
    @media screen and (max-width: 768px) {
        .order-form {
            width: 90%; /* Adjust the width for smaller screens */
            }
        }

/* form even smaller screens if needed */
    @media screen and (max-width: 480px) {
        .order-form {
            width: 98%; /* Adjust the width for even smaller screens */
            }
        }

/* footer stuff */
    .footer {
        display: flex;
        width: 98%;
        background: url("../images/stage-01.jpg") center/cover no-repeat;
        background-position: center 50%; /* Adjust the pic height*/
        border: 2px solid #100946;
        box-shadow: 0px 0px 10px 4px rgba(234, 141, 39, 0.7);
        min-height: 30px;
        justify-content: center;
        padding-top: 3%;
        padding-bottom: .75%;
        margin-bottom: 30px;
        align-items: center;
        text-align: center;
        font-family: 'Raleway', arial;
        font-style: normal;
        font-weight: 400;
        font-size: .8em;
        line-height: 1.2em;
        color: #FFF;
        }
/* scroll bars */
        /* For WebKit (Chrome, Safari) */
            ::-webkit-scrollbar {
              width: 10px;
              margin-right: -1px;
              background-color: rgba(224, 224, 224, 0.8); /* Adjust the alpha value as needed */
            }

            ::-webkit-scrollbar-thumb {
              background-color: rgba(128, 128, 128, 0.8); /* Adjust the alpha value as needed */
              margin-right: -1px;
            }

            ::-webkit-scrollbar-thumb:hover {
              background-color: rgba(96, 96, 96, 0.8); /* Adjust the alpha value as needed */
              margin-right: -1px;
            }

            /* For Firefox */
            #pics {
              scrollbar-color: rgba(128, 128, 128, 0.8) rgba(224, 224, 224, 0.8); /* Adjust the alpha values as needed */
              margin-right: -1px;
            }

            /* For Edge (Chromium-based) */
            #pics::-webkit-scrollbar {
              width: 10px;
              background-color: rgba(224, 224, 224, 0.8); /* Adjust the alpha value as needed */
              margin-right: -1px;
            }

            #pics::-webkit-scrollbar-thumb {
              background-color: rgba(128, 128, 128, 0.8); /* Adjust the alpha value as needed */
              margin-right: -1px;
            }

    #pics::-webkit-scrollbar-thumb:hover {
      background-color: rgba(96, 96, 96, 0.8); /* Adjust the alpha value as needed */
              margin-right: -1px;
    }

/* cookie banner text */
        .cookie-consent-banner {
            font-family: 'Raleway', Arial, sans-serif;
            color: #FFFFFF;
            font-size: 0.8em;
            padding: 2% 4% 2% 4%; /* Top, Right, Bottom, Left padding */
            max-width: 98%; /* Adjusted to make it responsive */
            margin: 0 auto;
            background-color: rgba(62, 62, 62, 0.6);
            position: static; /* Adjust location */
            bottom: 10px; /* Adjust the spacing here */
            left: 0;
            width: calc(95% - 20px); /* Adjusted width to accommodate right padding */
            height: auto;
            z-index: 9998;
        }

        .cookie-consent-banner p {
            margin: 0;
            padding-right: 20px; /* Adding padding to the right */
            display: inline-block;
            vertical-align: middle;
        }

        .cookie-consent-banner button {
            color: #FFFFFF;
            background-color: rgba(62, 62, 62, 0.5);
            text-decoration: none;
            margin-right: 10px;
            padding: 4px 2%; /* Adjusted padding for responsiveness */
            border: 1px solid #cbb27c;
            border-radius: 0px;
            transition: color 0.3s;
            width: auto; /* Adjusted width for responsiveness */
            box-sizing: border-box;
            cursor: pointer;
            font-size: 1em;
            float: left;
            display: inline-block;
            vertical-align: middle;
        }

        .cookie-consent-banner button:hover {
            background-color: #45a049;
        }
