﻿@font-face {
    font-family: 'Futura'; /* Give your font a recognizable name */
    src: url('/img/futura medium bt.ttf') format('truetype'); /* Specify the font file path and format */
}

a {
    transition: 0.3s;
}

.burgernav {
    background-image: url('/img/burger2.png');
    background-repeat: no-repeat;
    padding-left:   25px !important;
    background-position: 0px 3px; 
}

.content-slide { width:100%;padding:0px 0px; margin:0px 0px; }








/*the container must be positioned relative:*/
.custom-select {
    position: relative;
}

.custom-select select {
    display: none; /*hide original SELECT element:*/
}

.select-selected {
    background-color: #f0b146;
}

    /*style the arrow inside the select element:*/
    .select-selected:after {
        position: absolute;
        content: "";
        top: 14px;
        right: 10px;
        width: 0;
        height: 0;
        border: 6px solid #f0b146;
        border-color: #fff transparent transparent transparent;
    }

    /*point the arrow upwards when the select box is open (active):*/
    .select-selected.select-arrow-active:after {
        top: 7px;
    }

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    cursor: pointer;
    user-select: none;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #f0b146;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}


.fade-in-item {
    /* Initial state: hidden */
    opacity: 0;
    transform: translateY(50px); /* Start slightly below its final position */
    transition: opacity 0.8s ease-out, transform 0.8s ease-out; /* Smooth transition */
}

    /* Visible state: triggered by JS */
    .fade-in-item.is-visible {
        opacity: 1;
        transform: translateY(0);
    }

.fade-in-item-rev {
    /* Initial state: hidden */
    animation-name: fadeInAnimation; /* Name of the @keyframes to use */
    animation-duration: 1.5s; /* How long the animation lasts (1.5 seconds) */
    animation-timing-function: ease-in-out; /* Speed curve of the animation */
    animation-fill-mode: forwards; /* Keep the style of the last keyframe (opacity: 1) */
    animation-delay: 0.5s;
    opacity: 0;
    transform: translateY(-50px);
}

.mainlogo {
    /* Initial state: hidden */
    animation-name: fadeInAnimation; /* Name of the @keyframes to use */
    animation-duration: 1.5s; /* How long the animation lasts (1.5 seconds) */
    animation-timing-function: ease-in-out; /* Speed curve of the animation */
    animation-fill-mode: forwards; /* Keep the style of the last keyframe (opacity: 1) */
    animation-delay: 2s;
    opacity: 0;
    transform: translateY(-50px);
}

@keyframes fadeInAnimation {
    from {
        opacity: 0; /* Start completely transparent */
        transform: translateY(-50px);
    }

    to {
        opacity: 1; /* End fully opaque */
        transform: translateY(0px);
    }
}


.snap-section {
    scroll-snap-align: start; /* Snap to the top of each section */
}

html, body {
    scroll-behavior: smooth; /* Enhances smooth snapping */
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: y proximity;
}

.image-container .bg{
    display:none;
}

.hero .image-container {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    padding-bottom: 66.66%;
    overflow: hidden;
    top: 0px;
    bottom: 0px;
    background-position: center;
}




.site-logo {
    position:fixed; top:30px; left:100px;
}


.text-padding {
    padding:160px 0px 0px 0px;
    margin-bottom:160px;
}

.marg-left {
    background-color:white; margin-left:100px;padding:50px;height:100%;
}

.marg-right {
    background-color: white;
    margin-right: 100px;
    padding: 50px;
    height: 100%;
}

.bg-o{
    opacity:0;
}

.absolutecase {
    position:absolute;
    top: 30%;
    left: 100px;
    right: 50px;
    color: white;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 40px;
}

.footernudge {
    text-align: right;
    width: 100%;
    display: block;
    margin: 30px;
    font-size: 10px;
}


.event-info {
    background-color: #cccccc;
    color: white;
    font-size: 20px;
    padding: 100px 150px 100px;
    position: relative;
}

.burgernav:hover { cursor:pointer; }


#block-298 { padding:0px 0px; }
#block-301 { padding:0px 0px; }

.secone {
    padding: 160px;
}

#Footer .col-md-12 { padding:0px 0px 90px; font-size:30px; }

.product-text {
    position: absolute;
    z-index: 6;
    top: 30px;
    right: 30px;
    font-size: 19px;
    text-align: right;
    color: white;
    text-decoration: none;

}
@media only screen and (max-width: 1250px) {

    .product-text {
        position: absolute;
        z-index: 6;
        top: 10px;
        right: 10px;
        font-size: 10px;
        text-align: right;
        color: white;
        text-decoration: none;
    }
    .hoverCallOut li:hover {
        background:none !important;
        background-repeat: no-repeat;
        background-position: center left;
    }


    #Footer .col-md-12 {
        padding: 0px 0px 25px;
        font-size: 16px;
    }


    .secone, .sectwo {
        padding: 0px 20px !important;
    }

    html,body {
        overflow-x:hidden !important;
    }
    .site-logo {
        left: 20px;
    }

    .menu-item {
        margin: 0px 20px 0px 0px;
    }

    .triangle-left {
        display: none;
    }

    .text-padding {
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
    }

    .marg-left, .marg-right {
        background-color: white;
        margin-right: 0px;
        margin-left: 0px;
        padding: 20px;
        height: 100%;
    }

    .hoverCallOut {
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
    }

        .hoverCallOut li a {
            margin-left: 0px !important;
            font-size: 20px !important;
            margin-bottom: 10px;
        }

    .event-listing .overlay a {
        font-size: 12px !important;
    }

    .event-listing .image-container {
        display:none;
    }

    .bg-o {
        opacity: 1;
        width:100% !important;
        height:auto !important;
    }

    .event-listing .callout {
        margin: 0px;
        left: 0px !important;
        right: 0px !important;
        position: relative !important;
    }

    .event-0, .event-1, .event-2, .event-3, .event-4, .event-5, .event-6 {
        background-color: rgba(0, 0, 0, 1) !important;
        padding: 20px !important;
    }
    .fiftyfifty {
        padding: 20px 20px !important;
        font-size: 25px;
    }
    .heading span {
        margin-left:60px; 
    }

    .absolutecase {
        position: relative !important;
        top: 0px !important;
        left: 0px !important;
        right: 0px !important;
        color: white !important;
        text-transform: uppercase !important;
        font-size: 20px !important;
        line-height: 20px !important;
        padding: 20px !important;
    }

    .casetext {
        font-size: 20px !important;
        padding: 20px !important;
    }

    .content { 
        padding:20px !important;
    }

    .hero {
        font-size:20px !important; 
    }

    h2 {
        font-size: 30px !important;
    }

    .overlay-2 .container {
        height: auto !important;
        padding:20px;
    }

    nav { overflow:scroll }

    .closeThhis { display:none;}

    .fade-in-item {
        /* Initial state: hidden */
        opacity: 1;
        transform: translateY(0px); /* Start slightly below its final position */
    }

    .footernudge {
        margin: 0px !important;
    }

    .hero .overlay-2 .container{
        padding-top:200px !important;
    }

    #row-357 .row {
        padding: 0px 0px !important;
        margin: 0px 0px !important;
    }

    .text-padding2 {
        margin-left:0px !important;
        padding:20px !important;
        height:auto !important;
    }

    #results-listings{ padding:0px 0px !important;}

    .quickfind {
        padding: 0px !important;
    }

    .anevent-listing {
        margin-top: 20px !important;
        margin-bottom: 0px !important;
    }

    .header-text {
        color: white;
        position: absolute;
        z-index: 9999;
        left: 20px;
        top: 200px;
    }

    .row-headline { padding:0px 0px !important; }

    .event-info {
        padding: 20px 20px 20px !important;
    }

    .hide-it { display:none !important;}
}