/* FONT  JOHN MARION */
@font-face{
    font-family: myFont;
    src: url(/Images/brand.ttf);
}

body{
    font-family: myFont !important;
    overflow-x: hidden;
    margin: 0;
    
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://images.unsplash.com/photo-1562016600-ece13e8ba570?q=80&w=1938&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
    /* background-color: #ca6808; Set the background color */
    z-index: -1; /* Ensure this background is behind everything else */
    overflow-x: hidden;
}


/* - */

/* INTRO VIEW BACKGROUND */
.headerPicture{
    background-size: cover;
    /* background-image: url("https://images.unsplash.com/photo-1562016600-ece13e8ba570?q=80&w=1938&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D") !important; */
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    background-position: center;
    overflow-x: hidden;
    z-index: 9;
}



/* Homepage Button */
.homepage-btn {
    position: absolute;
    z-index: 100;
}

.btn{
    text-align: left !important;
    width: 100%;
}

#detailsHeader {
    font-size: 2.95rem;
}

#attractionHeader,#detailsHeader {
    color: #ffffff !important;
}


#btn-brand{
    background-color: #84c341;
    border:0.1em solid #13aedc;
    color: #ffffff ;
    z-index: 100;
    text-decoration: none;
    position: relative;
    pointer-events: auto;
}

#btn-brand:hover{
    background-color: #13aedc;
    border: 0.1em solid #84c341;
    z-index: 3;
}

#btn-brand-primary{
    background-color: #13aedc;
    border: 0.1em solid #84c341;
    z-index: 3;
}

.btn-register{
    background-color: #ffffff !important;
    color: #13aedc !important;
    z-index: 2;
}

.btn-register:hover{
    font-weight: bolder !important;
    border: 0.1em solid #84c341;
    z-index: 2;
}

.btn-custom {
    height: 6rem;
}

#extra {
    background-color: #070904;
    border:0.1em solid #84c341;
    color: #ffffff;
    z-index: 2;
}

#extraText {
    font-size: 1rem;
}
/* - */
/* - */



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


/* Featurette Headings */
.featuretteHeader {
    color:  #192857 !important;
}

#featuretteHeader-sub {
    color:  #94bfe7 !important;
}

.featurette-img{
    width: 100%;
}

.bodyFeaturette{
    font-family: Arial, Helvetica, sans-serif;
}

/* SCROLL RULES */
#tournamentHosts-d{
    scroll-margin-top: 6rem;
}
#tournamentRules-d{
    scroll-margin-top: 6rem;
}

.nav-span-d{
    display: none;
}
.sectionOne-M{
    display: none;
}
.sectionOne-D{
    display: block;
}
.featurette-mobile{
    display: none;
}
.featurette-desktop{
    display: block;
}


@media (max-width: 1366px) {

    #leaves {position:absolute;top:-60px;width:100%;text-align: right;}

    /* SCROLL RULES */
    #tournamentHosts-m{
        scroll-margin-top: 6rem;
    }
    #tournamentRules-m{
        scroll-margin-top: 6rem;
    }

    /* TOP PAGE */
    #brand-logo{
        height: 100%;
        width: 100%;
        margin-bottom: 0.5rem !important;
        margin-top: 3rem !important;
    }

    #detailsHeader, #attractionHeader{
        color: #f2f2f2;
        font-size: 1.25rem;
        /* margin-bottom: 4.5rem !important; */
    }

    .btn-group-lg>.btn, .btn-lg {
        --bs-btn-font-size: 1rem !important;
    }

    /* NAV BAR */
    .nav-span-d{
        display: block;
    }
    .nav-span-m{
        display: none;
    }
    .sectionOne-D{
        display: none;
    }
    .sectionOne-M{
        display: block;
    }

    .featurette-mobile{
        display: block;
    }
    .featurette-desktop{
        display: none;
    }
}