/* -------- CSS RESET --------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ---------- MY CODE ------------- */

/* ENTRY */
#container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 40vh;
    width: 100%;
    #pass{
        height: 2vw;
        width: 12vw;
        border-style: solid;
        border-width: 0.15vw;
        border-color: white;
        background-color: #000011;
            box-shadow: 0 0.7vw 0 -0.15vw #000011, 
            0 0.7vw #959595, 
            0 1.4vw 0 -0.15vw #000011, 
            0 1.4vw #444444;
        color: white;
        transform: translateX(0.7vw);
    }
}

#contHeader{
    width: 100%;
    text-align: center;
    margin-bottom: 2vw;
}

/* HOME */
html{
    scroll-behavior: smooth;
}

#about, #info, #travelHotels, #FAQ{
   scroll-margin-top: 8vw;
}

body{
    background-color: #000011;
}

p, h1, h2, h3, h4, h5, h6, li, a{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: white;
}

p{
    font-size: 1.1vw;
    line-height: 1.6vw;
}

h1{
    font-size: 5.2vw;
    font-weight: 700;
}

h2{
    font-size: 2.3vw;
    font-weight: 700;
}

li{
    font-size: 1.1vw;
}

.purple{
    color:#8445F9;
}

.orange{
    color:#E04B27;
}

.checkbox{
    top: 7vw;
    right: 3.5vw;
    width: 12vw;
    height: 12vw;
    position: absolute;
    z-index: 500;
    opacity: 0%;
}

#hamburger{
    display:none;
    padding-top: 3vw;
    background-color: white;
    position: sticky;
    top: 0;
    z-index: 100;
    img{
        width: 15vw;
        margin: 3vw;
    }
}

#hamTop{
    display: flex;
    justify-content: space-between;
    background: white;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-bottom: 1vw;
}

#pullMenu{
    position: fixed;
    background: white;
    width: 100%;
    padding-bottom: 5vw;
    li a{
        color:#E04B27;
        text-decoration: none;
        text-align: center;
        width: 100%;
        font-size: 7vw;
    }
    li{
        margin-top: 9vw;
        list-style-position: inside;
    }
}

#quitButton{
    display:flex;
    justify-content: space-between;
}


#nav li{
    font-size: 1.1vw;
    list-style: none;
    a{
        text-decoration: none;
        color: #E04B27;
        transition: 0.3s;
    }
}

#nav li a:hover{
    color: #8445F9;
    transition: 0.3s;
    text-decoration: underline;
    text-decoration-thickness: 0.15vw;
}


#navLeft, #navRight{
    display: flex;
    width: 20%;
    justify-content: space-between;
}

#navLogo{
    margin-left: 10vw;
    margin-right: 10vw;
}

#nav{
    position: sticky;
    top: 0;
    z-index: 100;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    padding-top: 0.8vw;
    padding-bottom: 0.3vw;
    img{
        width: 5vw;
    }
}

#hero{
    overflow: hidden;
    position: relative;
    padding-right: 5.5vw;
    margin-top: 4vw;
    background-image: url(assets/buildingHero.png);
    background-size: contain;
    background-repeat: no-repeat;
/* 
    img{
        position: absolute;
    } */
}

#heroText{
    margin-top: 3vw;
    margin-bottom: 5vw;
    float: right;
    width: 100%;
    h1, h2{
        color: white;
        text-align: right;
    }
    h2{
        padding-top: 0.9vw;
    }

}

#heroSubText{
    display: flex;
    justify-content: right;
    align-items: center;
    img{
        text-align: right;
        position: relative;
        width: 2vw;
        height: 1.7vw;
        padding-right: 0.4vw;
        padding-top: 0.7vw;
    }
}

#heroCTA{
    align-items: center;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 10vw;
    justify-content: right;
    display:flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
}

.button{
    display: flex;
    align-items: center;
    border-style: solid;
    border-width: 0.15vw;
    margin: 1vw;
    padding-left: 1.5vw;
    width: 14vw;
    height: 3.6vw;
    text-align: left;
    font-size: 1.2vw;
    box-shadow: 0.7vw 0.5vw 0 #000011, 0.7vw 0.5vw 0px 0.15vw white;
    text-decoration: none;
}

.primeCTA{
    border-color: white;
    background-color: #FFFFFF;
    color:#000011;
    transition: 0.3s;
}

.primeCTA:hover{
    background-color:#E04B27;
    color: white;
    cursor: pointer;
    transition: 0.3s;
}

.secondCTA{
    border-color: white;
    background-color: #000011;
    color: white;
    transition: 0.3s;
}

.secondCTA:hover{
    background-color:#8445F9;
    color: white;
    cursor: pointer;
    transition: 0.3s;
}

.border{
    border-style: solid;
    border-width: 0.15vw;
    margin: 2vw;
    padding: 4vw;
    padding-top: 8vw;
    padding-bottom: 8vw;
    h2{
        margin-bottom: 2vw;
    }
}

#about{
    color: white;
    border-color: #8445F9;
    display:flex;
}

#aboutText{
    width: 50%;
    padding-right: 2vw;
}

#aboutHeader{
    display: flex;
    img{
        margin-top: 0.3vw;
        margin-left: 0.6vw;
        width: 2.1vw;
        height: 1.8vw;
    }
}

#aboutPhoto{
    width:50%;
    padding-left: 2vw;
    img{
        width: 100%;
    }
}

/* INFO SECTION */
#info{
    border-color: #E04B27;
    text-align: center;
    padding-bottom: 2vw;
}

#infoHeaderTop{
    display: flex;
    justify-content: center;
    img{
        margin-top: 0.3vw;
        margin-left: 0.6vw;
        width: 2.1vw;
        height: 1.8vw;
    }
    h2{
        margin-bottom: 1vw;
    }
}

#infoHeader{
    p{
        font-size: 6vw;
        line-height: 5vw;
        font-weight: 600;
    }
}

#infoCols{
    display: flex;
    text-align: center;
    justify-content: space-evenly;
    margin-bottom: 4vw;
    h3{
        font-size: 1.2vw;
        color:#E04B27;
    }
    h2{
        margin-bottom: 0.5vw;
        font-size: 3vw;
    }
    p{
        font-size: 1.2vw;
    }
    img{
        width: 30vw;
    }
}

#iCol1{
    img{
    transform: translateX(-1.5vw);
    }
}

#iCol2{
    img{
    transform: translateX(-2vw);
    }
}

#iCol3{
    img{
    transform: translateX(-1.8vw);
    }
}

.col{
    width: 30%;
}

.infoCard{
    color: #E04B27;
    border-style: solid;
    border-color: white;
    border-width: 0.15vw;
    margin-right: 0.7vw;
    margin-left: 0.7vw;
    margin-top: 2vw;
    text-align: left;
    padding: 0.5vw;
    box-shadow: 0 0.7vw 0 -0.15vw #000011, 
    0 0.7vw #959595, 
    0 1.4vw 0 -0.15vw #000011, 
    0 1.4vw #444444;
    h3{
        margin-bottom: 0.15vw;
    }
    li{
        font-size: 1.2vw;
        line-height: 1.5vw;
    }
}

hr{
    border-style: dashed;
    border-width: 0.1xvw;
    border-color: #E04B27;
}


/* PARKING */
#parkingNotes{
    margin-top: 2vw;
    margin-bottom: 2vw;
    h2{
        margin: 0.5vw;
    }
    p{
        color:#E04B27;
    }
}

#parkingHeader{
    margin-bottom:3vw;
}

#parkingBody{
    display:flex;
    text-align: left;
    justify-content: center;
    gap: 3vw;
}

#parkingLeft{
    width: 50%;
    margin-left: 12vw;
    p{
        color:#FFFFFF;
    }
}

#parkingRight{
    width: 50%;
    margin-right: 12vw;
    img{
        margin-top: 0.5vw;
        width: 100%;
    }
}

/* DRESS CODE */
#dressCode{
    display:flex;
    text-align: left;
    justify-content: center;
    margin-top: 2vw;
    img{
        margin-right: 1vw;
        width: 2.5vw;
    }
}

/* CELEBRATE SECTION */
#celebrate{
    padding: 10vw;
    text-align: center;
    background-image: url(assets/celebrateBKR.png);
    background-size:cover;
    background-repeat: no-repeat;
}

#celebrateCTA{
    display: flex;
    margin-top: 3vw;
    justify-content: center;
}

#cel1button{
    p{
        margin-top:2vw;
        font-style: italic;
    }
}

/* TRAVEL AND HOTEL SECTION */
#travelHotels{
    display: flex;
}

#travel, #hotels{
    text-align: left;
    border-color:#8445F9;
    width: 50%;
    ul{
        list-style-type: disc;
        padding-left:2vw;
        line-height: 1.5vw;
    }
    img{
        margin-left: 0.6vw;
    }
}

.travHotelHeader{
    display:flex;
}

#travel{
    img{
        width: 2.8vw;
        height: 1.7vw;
        transform: translateY(0.3vw);
    }
}

#hotels{
    .travHotelHeader img{
        transform: translateY(-0.3vw);
    }
    img{
        width: 2.4vw;
        height: 2.5vw;
    }
    li{
        display: flex;
        margin-bottom: 0.2vw;
        font-style: italic;
        margin-bottom: 1vw;
    }
    li img{
        width: 2.3vw;
        height: 2.3vw;
    }
}


/* FAQ SECTION */
#FAQ{
    display:flex;
    border-color:#E04B27;
}

#FAQLeft{
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
    img{
        text-align: center;
        width: 30vw;
        height: 12vw;
    }
}

#FAQRight{
    width: 50%;
}

/* ACCORDIAN FROM W3 */
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color:#000011;
    color:  white;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: white;
    cursor: pointer;
    padding: 1vw;
    width: 100%;
    text-align: left;
    outline: none;
    transition: 0.4s;
    border-style: solid;
    border-width: 0.075vw 0.15vw 0.075vw 0.15vw;
    border-color: white;
    p{
        font-size: 1.25vw;
        line-height: 1.6vw;
    }
}

.topAccord{
    border-top-width: 0.15vw;
}

.bottomAccord{
    border-bottom-width: 0.15vw;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
    background-color: white;
    p{
        color: #000011;
    }
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color:#000011;
    display: none;
    overflow: hidden;
    border-style: solid;
    border-width: 0.075vw 0.15vw 0.075vw 0.15vw;
    border-color: white;
    p{
        padding: 1vw;
        font-weight: 250;
    }
}

#accordian button{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.25vw;
    font-style: italic;
    img{
        width: 2vw;
        height: 2vw;
    }
}

#footer p{
    text-align: center;
    font-style: italic;
    font-weight: 250;
    margin-bottom: 1vw;
}

@media screen and (max-width: 450px){
    p, h1, h2, h3, h4, h5, h6, li, a{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: white;
    }

    p{
        font-size: 3.5vw;
        line-height: 5vw;
    }

    h1{
        font-size: 10.2vw;
        font-weight: 700;
    }

    h2{
        font-size: 6.3vw;
        font-weight: 700;
    }

    li{
        font-size: 3vw;
        line-height: 3.8vw;
    }

    #nav{
        display: none;
    }

    #about, #info, #travelHotels, #FAQ{
        scroll-margin-top: 10vw;
    }

    .checkbox:checked ~ #pullMenu {
        display: block;
    }

    .checkbox:checked ~ #hamTop {
        display: none;
    }

    #hamburger{
        display: block;
    }

    #pullMenu{
        display: none;
    }

    .button{
    display: flex;
    align-items: center;
    border-style: solid;
    border-width: 0.5vw;
    margin: 3vw;
    padding-left: 2vw;
    width: 75vw;
    height: 20vw;
    text-align: left;
    font-size: 3.2vw;
    box-shadow: 2.2vw 2vw 0 #000011, 2.2vw 2vw 0px 0.5vw white;
    }

    .border{
        border-width: 0.5vw;
        margin: 5vw;
        padding: 10vw;
        padding-top: 20vw;
        padding-bottom: 20vw;
        box-sizing: border-box;
        scroll-margin-top: 20vw;
    }

    #hero{
        display: block;
        padding-top: 15vw;
        padding-bottom: 15vw;
        background-size: cover;
    }

    #heroText{
        float: none;
        h1, h2{
         text-align: center;
        }
    }

    #heroSubText{
        justify-content: center;
        img{
            width: 4vw;
            height: 3.4vw;
        }
    }

    #heroCTA{
        align-items: center;
        .button{
            margin-top: 10vw;
        }
    }

    #about{
        display:block;
        #aboutText, #aboutPhoto{
            width: 100%;
        }
    }

    #aboutHeader{
        img{
            width: 5.5vw;
            height: 5vw;
            margin-left: 2vw;
        }
    }

    #aboutPhoto{
        margin-top: 7vw;
    }

    #infoHeader{
        img{
            width: 6vw;
            height: 5vw;
            margin-left: 2vw;
        }
    }

    #infoCols{
        display: block;
        img{
            width: 100%;
        }
        h3{
            font-size: inherit;;
            color:#E04B27;
            line-height: 7vw;
        }
        h2{
            margin-bottom: 4vw;
            font-size: inherit;
            line-height: inherit;
        }
        p{
            font-size: 3.5vw;
            line-height: inherit;

        }
        li{
            font-size: 3.5vw;
            line-height: inherit;
            line-height: 7vw;
        }
    }

    .infoCard{
        border-width: 0.5vw;
        margin-right: 0;
        margin-left: 0;
        margin-top: 5vw;
        padding: 2vw;
        box-shadow: 0 2.2vw 0 -0.5vw #000011, 
        0 2.2vw #959595, 
        0 4.4vw 0 -0.5vw #000011, 
        0 4.4vw #444444;
    }

    .col{
        width: auto;
        margin-bottom: 25vw;
    }

    #parkingBody{
        display: block;
    }

    #parkingLeft, #parkingRight{
        width: auto;
        margin-left: 0;
        margin-right: 0;
    }

    #dressCode{
        align-items: center;
        img{
            margin-right: 2vw;
            width: 10vw;
            height: 12vw;
        }
    }

    #celebrate{
        h2{
            margin-bottom: 10vw;
        }
    }

    #celebrateCTA{
        display: block;
        .button{
            transform: translateX(-2vw);
            margin-bottom: 5vw;
            margin-top: 5vw;
        }
    }
    
    #travelHotels{
        display: block;
        #travel, #hotels{
            width: auto;
            box-sizing: border-box;
        }
    }

    #hotels{
        li{
            font-size: 3.25vw;
            line-height: 6vw;
            margin-bottom: 2vw;
            img{
                width: 8vw;
                height: 8vw;
            }
        }
    }

    #hotels{
        img{
            width: 6vw;
            height: 6vw;
            margin-left: 2vw;
        }
    }

    #travel{
        img{
            width: 7vw;
            height: 4.5vw;
            margin-left: 2vw;
        }
    }

    #FAQ{
        display: block;
        #FAQLeft, #FAQRight{
            width: auto;
        }
        #FAQLeft{
            margin-bottom: 5vw;
            img{
                width: 50vw;
                height: 20vw;
            }
        }
    }

    .panel{
        border-width: 0.25vw 0.5vw 0.25vw 0.5vw;
    }

    .accordion{
        padding: 3vw;
        border-width: 0.25vw 0.5vw 0.25vw 0.5vw;
        p{
            font-size: 3.5vw;
            line-height: 5vw;
        }
        #topAccord{
            border-top-width: 0.5vw;
        }
        #bottomAccord{
            border-bottom-width: 0.5vw;
        }
    }

    #accordian button{
        img{
            width: 5vw;
            height: 5vw;
        }
    }

    #footer{
        padding-bottom: 10vw;
    }
}

