html{
    overflow-x: hidden;
}
.franklinBoldFont{
    font-family: LibreFranklin-Bold !important;
}
.franklinLightFont{
    font-family: LibreFranklin-Light !important;
}
.franklinMediumFont{
    font-family: LibreFranklin-Medium !important;
}
.franklinRegularFont{
    font-family: LibreFranklin-Regular !important;
}
.franklinThinFont{
    font-family: LibreFranklin-Thin !important;
}
.franklinSemiboldFont{
    font-family: LibreFranklin-Semibold !important;
}

.displayNone{
    display: none;
}
.modal-header{
    border:none !important;
}
.modal-content{
    background: rgba(255,255,255,0.08) !important;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.15); 
}
.modalClose{
    color: white;
}
.modalCopy{
    font-size: 12px;
    font-family: LibreFranklin-Thin !important;
    color: white;
}

.rootBgColor{
    background-color: #222222;
}
.rootDiv{
    margin-left: 25rem;
    margin-right: 25rem;
    background-color: #1E4C38;
}

.footerRow{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.footerCol2{
    align-content: end;
}
.footerCopy{
    color: #FFFFFF;
    padding-left: 0px;
}
.footerCopy1, .footerCopy2 {
    font-size: 12px;
    margin-bottom: 0rem;
}
.footerImageDiv{
    text-align: right;
}
.navAnchor{
    color: white;
    font-size: 12;
    font-family: LibreFranklin-Thin;
    text-decoration: none;
    cursor: pointer;
}
.navAnchor:hover{
    color: white;
    text-decoration: none;
}
.navAnchorDiv{
    text-align: center;
}
.navClick{
   font-family: LibreFranklin-Bold !important;
}
.navClickDiv{
   border-bottom: 0.5px solid white;
   padding-bottom: 10px;
}

.homeTitle{
    color: white;
    font-size: 20px;
}
.homeEventsBgCard1{
    /*background-image: url(/media/qmappjl2/tile-background_1.png);*/
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}
.homeEventsBgCard2{
    background-image: url(/media/hqal1ahc/tile-background_2.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
}
.homeEventsCard1{
    border-radius: 10px;
    border: none;
    background: rgba(255, 255, 255, 0.2);
}
.homeEventsCard2{
    border-radius: 10px;
    border: 1px solid #B7A28C;
}
.homeEventsCard3{
    border-radius: 10px;
    border: 1px solid #B8D0C7;
}
.homeEventsCard4{
    border-radius: 10px;
    border: 1px solid #B7A28C;
}
.homeEventsCard1Col1{
    align-content: center;
}
.homeEventsImgDiv{
    text-align: center;
}
.homeEventsImg{
    width: 120px;
}
.homeEventsCardCopy{
    color: white;
}
.eventCardHeader{
    font-size: 16px;
}
.eventCardCopy{
    font-size: 12px;
}
.eventCardHeader2{
    font-size: 16px;
    color: #B7A28C;
}
.eventCardHeader3{
    font-size: 16px;
    color: #B8D0C7;
}
.eventCardHeader4{
    font-size: 16px;
    color: #B7A28C;
}
.eventCardCopy2, .eventCardCopy3, .eventCardCopy4{
    font-size: 12px;
    color: white;
}
.homeEventsCardAnchorDiv{
    text-align: right;
}
.homeEventsCardAnchor{
    text-decoration: none !important;
    padding: 10px 15px;
    border: 1px solid #B7A28C;
    border-radius: 5px;
    color: #B7A28C;
    font-size: 12px;
    cursor: pointer;
}
.homeEventsCardAnchor:hover{
    text-decoration: none !important;
    color: #B7A28C;
}
.homeEventsCardAnchor2{
    text-decoration: none !important;
    padding: 10px 15px;
    border: 1px solid #B8D0C7;
    border-radius: 5px;
    color: #B8D0C7;
    font-size: 12px;
    cursor: pointer;
}
.homeEventsCardAnchor2:hover{
    text-decoration: none !important;
    color: #B8D0C7;
}
.homeEventsCardAnchor3{
    text-decoration: none !important;
    padding: 10px 15px;
    border: 1px solid #B7A28C;
    border-radius: 5px;
    color: #B7A28C;
    font-size: 12px;
    cursor: pointer;
}
.homeEventsCardAnchor3:hover{
    text-decoration: none !important;
    color: #B7A28C;
}

.rootBanner{
    width: 100%;
}
.rootBannerDiv{
    position: relative;
}
.checkinAnchor{
    text-decoration: none !important;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    color: black;
    font-size: 12px;
    cursor: pointer;
    background-color: #00E677;
}
.checkinAnchor:hover{
    text-decoration: none !important;
    color: black;
}
.checkinAnchorDiv{
    text-align: right;
}
.bannerCopy1{
    color: white;
    font-size: 24px;
}
.bannerCopy2{
    color: white;
    font-size: 16px;
}
.bannerCopyComponent{
    position: absolute;
    top: 20;
    width: 100%;
}
.logoImg{
    width: 13rem;
}

.readMoreAnchor{
    color: #B7A28C;
    cursor: pointer;
    text-decoration: underline;
}
.readMoreAnchor:hover{
    color: white;
}

.expoEventsImg{
    width: 50px;
}
.expoEventsImgDiv{
    text-align: left;
}
.expoEventsCardCopy{
    color: white;
}

.expoEventsCardCopy p:first-child{
    margin-bottom: 0;
}
.backButtonAnchor {
    cursor: pointer;
}
.backButtonImg {
    width: 50px;
}
.registerTitle, .checkInTitle{
    color: white;
    font-size: 20px;
}
.registerCopy, .scanCopy{
    color: white;
    font-size: 12px;
}
.registerInput{
    border-radius: 5px;
    border: none;
    width: 100%;
    height: 32;
    font-size: 12px;
}
.checkInInput {
    border-radius: 5px;
    border: none;
    width: 100%;
    height: 32;
    font-size: 12px;
    text-align: center;
}
.registerSubmitButton, .checkInSubmitButton {
    border-radius: 5px;
    border: none;
    width: 100%;
    height: 32;
    color: black;
    background-color: #00E677;
    font-size: 12px;
}

.checkInTitle2, .scanTitle{
    color: white;
    font-size: 16px;
}
.checkinBackButtonDiv{
    position: absolute;
    top: 15;
}
.checkinBanner{
    width: 100%;
}
.checkinBannerComponent{
    position: relative;
}
.scanDiv {
    background-color: #8a8a75;
    border-radius: 5px;
}
.checkoutCopy{
    font-size: 12px;
    color: white;
}
.checkoutAnchor{
    border-radius: 5px;
    border: 1px solid #00E677;
    width: 100%;
    height: 32;
    color: #00E677;
    font-size: 12px;
    background-color: #1E4C38;
    padding: 5px;
    display: block;
    text-decoration: none;
}
.checkoutAnchor:hover{
    text-decoration: none;
    color: #00E677;
}
.registerAnchor{
    color: white;
    text-decoration: underline;
    font-size: 12px;
}
.registerAnchor:hover{
    color: white;
    text-decoration: underline;
}

#stoodout, #improved{
    height: 100px;
}

.expoImg{
    width: 100%;
}
.expandImg{
    width: 70px;
    cursor: pointer;
}
.expoBannerChange{
    height: 8rem;
    object-fit: cover;
}
.scan-txt {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin: 40px 40px;
}


@media screen and (max-width: 1200px){
       .rootDiv{
        margin-left: 10rem;
        margin-right: 10rem;
    }
}
@media screen and (max-width: 900px){
       .rootDiv{
        margin-left: 5rem;
        margin-right: 5rem;
    }
    .homeBannerChange{
        height: 25rem;
        object-fit: cover;
    }
}
@media screen and (max-width: 600px){
       .rootDiv{
        margin-left: 0rem;
        margin-right: 0rem;
    }
    .expoEventsCardCopy{
        place-self: center;
    }
}
        