.tagline-light {
	filter: drop-shadow(#594832 2px 4px 2px);
}
.slogan-text {
	color: #f6f6f6 !important;
	text-shadow: 2px 3px 4px #594832;
    line-height: 1.75rem;
}
.city-text {
	color: #f6f6f6  !important;
    text-shadow: 2px 2px 4px #594832;
    line-height: 1.75rem;
}
.balance-text {
    text-wrap: balance;
}

.convention-card {
    background-color: #ffffff;
    color: #000;
    padding: 20px 35px 35px 35px;
    margin-bottom: 40px;

}
.convention-card p {
    padding-bottom:15px;
    padding-bottom:10px;
}

.convention-card a {
    color: #336da8;
}
.convention-card a:hover {
    color: #bb8b1a;
    text-decoration: none;
}
.convention-card h2, .convention-card h3, .BBFormEventName {
    font-family: "Lora", "Times New Roman", Times, Baskerville, Georgia, serif;
    font-weight: 400;
    line-height: 1.2;
    font-size: 1.875rem;
    color: #986400;
    padding: 10px 0 10px 0;
    text-shadow: 2px 2px 2px #eee;
}

.convention-card h3 {
    line-height: 1.2;
    font-size: 1.575rem;
}

.convention-card p a small, .convention-card a small {
    line-height: 0.25;
    font-size: 1rem;
}


.registration-online-card {
    padding: 0px 20px;
}            

.lookmedia-pdf-txt {
    line-height: 20px;
}

.lookmedia-pdf-ico img {
    height: 90px;
    margin-bottom: 20px;

}

.convention-pack-files {
    text-align: center;
    background-color: #eee;
    padding: 15px 0;
    margin-bottom: 25px;
}            

.registration-mail-form {
    text-align: center;
    background-color: #eee;
    padding: 15px 0;
}            

#bbox-root {
    color: #000000;
}            
label#bboxevent_lblEventName.BBFormEventName, label#bboxevent_lblEventDate.BBFormEventDate {
    visibility: hidden;
    font-size: initial;
}
.BBFormSubTitle {
    height: 15px;
}
.BBFormEventName {
    padding: 0;
}
label#bboxevent_lblEventName.BBFormEventName:after {
    content:'Online Convention Registration'; 
    visibility: visible;
    display: block;
    position: absolute;
    padding-left: 5px;
    top: 30px;
    font-weight: 400;
    line-height: 1.25;
    font-size: 1.875rem;

}    

.conventionVideo .row {
    margin: 0 -1px;
}
.conventionVideo .row > div {
    padding: 0 1px;
}

.hotel-info  {
    font-weight: 400;
    color: #336da8;
}
.hotel-info-link a  {
    display: block;
    font-size: 1.4rem;
    line-height: 1.25;
    margin-bottom: 5px;
}
.hotel-info-contact a {
    display: block;
    font-size: 1.125rem;
    line-height: 1.28;
    padding-top: 10px;
}
.hotel-info-box {
    background-color: #f4f4f4;
    display:block;
    padding:24px;
}
.hotel-info-box p {
    padding:0px;
}
.hotel-info-box strong {
    font-size: 1.125rem;
}

.tribute-button, .tribute-button:hover {
    color: #FFF;
    padding: 8px 16px;
    background: #336da8;
    display:inline-block;
    margin-top: 15px;
}            

.conventionVideo {
    width: 88%;
}


.navbar-convention div.navbar-toggler {
    width: 100%;
    font-size: 20px;
    margin: 0px;
    color: #ffffcc;

}



ul.nav-convention {
    font-weight: 400;
    text-transform: uppercase;
}
ul.nav-convention li {
    margin-left: 10px;
}
ul.nav-convention li:first-child {
    margin-left: 0 !important;
}

ul.nav-convention li a {
    color: #FFF;
    padding: 8px 16px;
    padding: 9px 15px;
    background: #a68340;
    border-bottom: #010101 solid 3px;
}

ul.nav-convention li a:hover {
    text-decoration: none;
    background: #775411;
    border-bottom: #010101 solid 3px;
}

.nav-convention li.nav-item.active a.nav-link {
    text-decoration: underline;
    color: #ffffcc;
    background: #775411;
    border-bottom: #010101 solid 3px;
}

.footer-convention {
    font-family:Lora;
    font-size:3rem;
    line-height: 1.25;   
}

.nav-convention.w-100 li.nav-item.active a.nav-link
{
    text-decoration: underline;
    background: #775411;
    border-bottom: #010101 solid 3px;
}


@media (max-width: 991px) {

    .conventionVideo {
        width: 100%;
    }

    .nav-convention li.nav-item.active a.nav-link {
        border-bottom: none;
    }
    #nav-convention ul {
        padding: 0px 10px 0px 10px !important;
    }

    ul.nav-convention li {
        margin-left: 0px;

    }    

    .footer-convention {
        font-family:Lora;
        font-size:2rem;
        line-height: 1.5;   
    }


}


