
.digitalContentContainer{
    padding-left: 20px;
    padding-right: 20px;
    max-width: 540px;
    align-content: center;
    margin-right: auto;
    margin-left: auto;
    .content-section {
        margin-top: 0px;
        margin-right: 20px;
        margin-left: 20px;
        text-align: center;
    }
    .homeh1 {
        padding: 10px 10px 10px 10px;
    }
    .welcomeText {
        font-family: var(--2ndFont);
        color: #000 !important;
        font-size: 32px;
        letter-spacing: 0.64px;
        line-height: 48px;
        font-weight: bold;
    }
    .fullpropertyName {
        font-family: var(--1stFont) !important;
        text-transform: uppercase;
        font-size: 20px;
        letter-spacing: 0.48px;
        color: #fff;
        line-height: 25px;
    }
}
#navbarHotelSubNameDivId {
    font-family: var(--2ndFont);
    margin-right: 0;
    width: 66.66666667%;
    color: #fff;
    padding: 10px 0;
    font-size: 20px !important;
}

.digitalContentDiv {
    display: flex;
    flex-flow: column;
    flex-grow: 1;
    padding: 10px 30px 0;
    background-color: #f9f9f9;
    background-image: none !important;
    .itemTitleName {
        font-family: var(--2ndFont);   
        font-weight: 400 !important;
        font-size:14px;
        letter-spacing:1.25px;
        line-height:19px;
        text-transform:uppercase;  
    }
}
bi-chevron-right:before{
    content:"\f285";
    color:var(--2ndColor);
}
.digitalCompendiumDasboard  .itemTitleName {
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 19px;
    text-transform: uppercase;
}
.digitalCompendiumChildNameCard {
    font-family: var(--2ndFont);
    color: var(--AttentionContrast) !important;
    text-transform: uppercase;
    background-color: var(--Attention) !important;
    border: 0px;
    padding: 18px 10px 18px 10px;
    margin-top: 30px;
    letter-spacing: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 16px;
    line-height: 15px;
    border-radius: 6px;
    box-shadow: 2px 2px 6px #00000050;
    font-style: 400 !important;
}

@media (min-width: 1400px) {
    .digitalCompendiumContainer {
        max-width: 960px !important;
    }
}

.digital-content, .daypasses {
    display: flex;
    flex-direction: column;
    height: 100%!important;
}

.digitalHeader {
    position: fixed;
    width: 100%;
    z-index: 1000;
    background-color: var(--3rdColor) !important;
    opacity: .5;
    padding-bottom: 1rem!important;
    padding-top: 1rem !important;
}

#navbarHotelNameDivId {
    height: 2.5rem!important;
}
.dashboard-wrapper-mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.dashboardCategoryTile {
    background-color: #fff;
    display: flex;
    padding: .5rem .7rem .5rem .5rem !important;
    border-radius: 10px;
    box-shadow: 0 0 7px 1px rgba(0,0,0,.05);
    align-items: center;
    margin: .5rem !important;
    width: 19.8rem;
    height: 5.5rem !important;
    text-align: left;
    cursor: pointer;
}
.dashboardSingleTile .dashboardCategoryTile {
    height: 80px !important;
    width: 19.8rem !important;
}

.digitalCompendiumCard{
    width: 75px;
    height: 70px !important;
    min-height: 70px !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    font-size: 16px;
    border-radius: 8px;
    border-width: 0px;
    border-style: solid;
    cursor: pointer;
    background-position: 50%!important;
    background-size: cover;
    position: relative;
    opacity: .8;
    .itemTitleName {
        font-family: var(--2ndFont);
        font-size: 12px;
        line-height: 15px;
        font-weight: normal;
        font-style: normal;
        letter-spacing: 1px;
        display: block;
        margin:0 auto !important;
        padding: 135px 5px 10px;
        text-align: center;
    }
}

.digitalCompendiumCard .desktopcontentBox {
    min-height: 0px !important;
}

#digitalCompendiumTileImg {
   display: block;
    height: 40px;
    margin: 0 auto;
    padding-bottom: 0;
    margin-top: 30px;
    width: 40px;
}

#mediaContainer{
    margin: 0 !important;
    max-width: 100% !important;
}

.goBackHotelName {
    display: flex;
    margin-left: 1.7rem!important;
}

.top-navigation {
    display: flex !important;
    padding-bottom: 0 !important;
}
#footer,
.footer-content,
.footer-content p
{
    background-color: var(--1stColor) !important;
    color: var(--1stContrastColor) !important;
    position: relative !important; 
}
#footer {
    padding: 1rem 2rem;
}
.footer-content a, 
.footer-content a:active, 
.footer-content a:hover, 
.footer-content a:visited{
    color: var(--1stContrastColor) !important;
}
#socialMediaLinks {
    color: var(--1stContrastColor) !important;
}
#main {
    overflow: auto;
}
#bodyview-container {
    overflow: unset !important;
}
@media only screen and (max-width: 960px) {
    #footer {
        padding: 0.5rem;
    }
}
#main.mbAdmin {
    overflow: hidden;
}
.mbAdmin #bodyview-container {
    overflow: auto !important;
}
.mbAdmin #footer,
.footer-content {
    position: static !important;
}

#visitHotelWebsite{
    text-decoration: underline;
}

@media only screen and (min-width: 960px) {
    .digitalCompendiumDasboard,
    #contentDaypasses{
        max-width: 960px;
    }
}
#contentDaypasses {
    justify-content: center;
    margin: 0 auto;
}
#contentDaypasses .categorys-number-3 {
    padding: 0;
    margin: 0.5rem !important;
}
@media only screen and (max-width: 768px){
    .digitalContentDiv {
        padding: 10px 10px 0;
    }
}
.p14_boot, .sm1_boot {
    font-weight: unset !important;
}
.p14_boot{
    line-height: 1.5em !important;
}
.digitalCompendiumItemDescription,
.contactInformationsContainer,
.attachmentsContainer,
.subitemHeaderContainer {
    padding-left: .8rem;
}
.selected {
    color: var(--3rdContrastColor) !important;
}
@media (max-width: 1200px) {
    .listingSectionHeader .digitalCompendiumTextColor {
        font-size: 12px !important;
    }
}
#topMenu{
    color:#000!important;
}
.contactInformationBtn{ 
    border: 1px solid var(--3rdColor);
    color:var(--3rdColor);
}
#goBack, #goBackToConfirm {
    color: #fff;
}
@media only screen and (max-width: 992px) {
    #welcomeMessageBootstrap {
        font-size: 25px !important;
        line-height: 28px;
    }
    .digitalContentContainer .content-section {
        margin-right: 0;
        margin-left: 0;
    }
}