:root {
    --lavernOrange: #963d00;
    --secondaryOrange: #edccb7;
    --primaryGrey: #5f3a22;
    --lightCream: #fffbf2;
}

#lavern {
    font-family: "Urbanist", sans-serif;
    font-style: normal;
    background: var(--primaryCream)!important;
}

activePro {
    background: red!important;
}

/*---- BACKGROUND STYLES ----*/

.backgroundPOrange {
    background: var(--lavernOrange);
}

.backgradPCream {
    background: #FFF6ED;
    /*background: linear-gradient(0deg, rgba(255, 246, 237, 1) 80%, rgba(255, 246, 237, 0.5) 100%);
    backdrop-filter: blur(10px);*/
}

.creamGradient {
    background: #FFF6ED;
    background: linear-gradient(0deg, rgba(255, 246, 237, 1) 80%, rgba(255, 246, 237, 0) 100%);
}

.lightCream {
    background: var(--lightCream);
}


/*---- TEXT STYLES ----*/

.textPOrange {
    color: var(--lavernOrange);
}

.textPGrey {
    color: var(--primaryGrey);
}

/*---- BORDER STYLES ----*/

.borderPOrange {
    border: 1px solid var(--lavernOrange);
}

.borderSOrange {
    border: 1px solid var(--secondaryOrange);
}

/*---- SECTION STYLES ----*/

.ContHeadRightPRO {
    margin-top: -70px;
}

.ContHeadLeftPRO {
    margin-top: -70px;
}

/*---- IMG GALLERY STYLES ----*/

.imgTags {
    position: absolute;
    padding: 0.4em 0.8em;
    font-weight: 600;
    font-size: 0.7em;
    background: var(--primaryBlue);
    color: var(--primaryCream);
    z-index: 200;
}

.imgTagInfo {
    position: absolute;
    padding: 0.4em 0.8em;
    font-weight: 600;
    font-size: 0.7em;
    background: var(--primaryCream);
    color: var(--primaryBlue);
    z-index: 200;
}

.tagBot {
    bottom: 0;
}

.tagTop {
    top: 0;
}

.tagRight {
    right: 0;
}

.viewGallery {
    z-index: 1000;
    padding: 1em;
}

/*---- OVERLAP MARGINS ----*/

.top1 {
    margin-top: -1em;
}

.top2 {
    margin-top: -2em;
}

.top3 {
    margin-top: -3em;
}

.top4 {
    margin-top: -4em;
}

.top5 {
    margin-top: -5em;
}

.top6 {
    margin-top: -6em;
}

.top7 {
    margin-top: -7em;
}

.top8 {
    margin-top: -8em;
}

.opacity05 {
    opacity: 0.5;
}

/*--------- SECTIONS ----------*/

/*-- HERO --*/

.hero-lavern {
    background-image: url(Media/Projects/Lavern/external/01_disp.jpg);
    background-position: center;
    background-size: cover;
    color: white;
    padding: 100px 0;
    text-align: center;
    height: 600px;
}

/*-- ABOUT/PROJECT --*/

.project-section {
    margin-top: -10em;
}

.projectContainer {
    contain: layout style;
    overflow: hidden;
    padding-bottom: 1em;
    margin-bottom: 2em;
}

.projectLogo {
    margin-top: 0em !important;
}

.projectLogo img {
    width: 400px;
    margin-top: 4em !important;
}

.aboutText {
    padding: 3em 5em 5em 5em;
}

.projectAddress {
    font-size: 1.5em;
    font-weight: 600;
    margin: 0 auto;
    margin-bottom: 1em;
}

.aboutText div:nth-child(2) {
    font-size: 1.1em;
    line-height: 1.6em;
    margin: 0 auto;
}

.price {
    display: flex;
    justify-content: center;
    margin: 2em 0em 0em 0em;
    font-weight: 600;
}

.priceCont::before {
    content: "LaVern Villa";
    position: absolute;
    background: var(--sellingRed);
    margin-top: -2.1em;
    padding: 0.1em 0.5em;
    font-size: 0.35em;
    color: var(--primaryCream);
    left: 0;
    margin-left: -0.1em;
}

.priceCont {
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    text-align: center;
    font-size: 3em !important;
    border: 2px solid var(--sellingRed);
    padding: 0.7em 0.8em;
}

.priceCont::after {
    content: "Cost / Unit";
    position: absolute;
    margin-top: 5.8em;
    background: var(--sellingRed);
    padding: 0.1em 0.5em;
    font-size: 0.3em;
    color: var(--primaryCream);
    right: 0;
    margin-right: -0.1em;
}

.blur {
    filter: blur(8.5px);
}

.tableDataHead {
    border-bottom: 1px solid var(--primaryBlue);
    background: var(--primaryBlue);
    color: var(--primaryCream);
    font-size: 1.2em;
    padding: 0.5em;
    font-weight: 400;
}

.tableDataCell {
    position: relative;
    width: 15em;
    margin: 0.5em;
}

.tableDataUnit {
    font-size: 2.8em;
    font-weight: 600;
    padding: 0.2em 0.5em 0.2em 0.5em;
    color: var(--primaryBlue);
    background: var(--lightCream);
}

.designedBy {
    padding-bottom: 2em;
    border-bottom: 1px solid var(--secondaryOrange);
    width: 60%;
    margin: 0 auto;
}

.designedBy img {
    margin: 1em;
    width: 80%;
}

.centerBox {
    max-width: 50vw;
    margin: 0 auto;
    padding-bottom: 6em;
}

.amenCont {
    padding: 2.5em;
    margin-top: -5em;
    margin-left: 0em!important;
    margin-right: 0em!important;
}

.amenCont .col-md-6:nth-child(2) {
    border-left: 1px solid var(--primaryBlue);
    padding-left: 5em;
}

.amenCont img {
    width: 40px;
}

.amenInfoTags {
    font-size: 1.5em;
    margin-left: 1.2em;
}

/*-- PROJECT NAVIGATION --*/

.navProPanel {
    margin-top: 5em;
}

.navProPanel .nav-link {  
    color: var(--primaryGrey)!important;
    font-weight: 500;
    height: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;  
    justify-content: center;  
}

/* ------ MEDIA QUERRIES ------- */


@media (max-width: 992px) {

}

@media (max-width: 767px) {
    .hero-lavern {
        padding: 0px 0px;
        height: 350px;
    }
    
    /*-- ABOUT/PROJECT --*/

    .project-section {
        margin-top: -8em;
    }
    
    .projectContainer {
        contain: layout style;
        overflow: hidden;
        padding-bottom: 5em;
        margin-bottom: 2em;
    }

    .projectLogo {
        margin-top: 0em !important;
    }

    .projectLogo img {
        width: 300px;
        margin-top: 2.5em !important;
    }

    .mobPadding {
        padding: 1em!important;
    }
    
    .aboutText {
        padding: 2em 1em 0em 1em;
    }
    
    .aboutText div:nth-child(1) {
        font-size: 1.5em;
        font-weight: 600;
        margin: 0 auto;
    }
    
    .aboutText div:nth-child(2) {
        font-size: 1em;
        line-height: 1.6em;
        margin: 0 auto;
        margin-top: 1em;
    }
    
    .priceCont {
        font-size: 2.5em !important;
    }
    
    .tableDataUnit {
        font-size: 2.1em;
        font-weight: 600;
        padding: 0.2em 0.5em 0.2em 0.5em;
    }
    
    .designedBy {
        padding-bottom: 2em;
        border-bottom: 1px solid var(--secondaryOrange);
        width: 100%;
        margin: 0 auto;
    }

    .designedBy img {
        margin: 1em;
        width: 90%;
    }

}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) { 
    .projectLogo img {
        width: 60%;
        margin-top: 2.5em !important;
    }
    
    .project-section .container:nth-child(2) {
        margin-top: -13em;
    }
    
    .projectContainer {
        padding-bottom: 12em;
        margin-bottom: 3em;
    }
    
    .price {
        margin-top: 1em;
    }
    
    .priceCont {
        font-size: 1.8em !important;
        font-weight: 800;
    }
    
    .tableDataCell {
        position: relative;
        width: 80%;
        margin: 0.2em;
    }
    
    .tableDataHead {
        font-size: 1em;
        font-weight: 600;
        padding: 0.4em 0.5em 0.4em 0.5em;
    }
    
    .tableDataUnit {
        font-size: 1.6em;
        font-weight: 600;
        padding: 0.4em 0.5em 0.4em 0.5em;
    }
    
    .aboutText div:nth-child(1) {
        font-size: 1.3em;
        font-weight: 600;
        margin: 0 auto;
    }
    
    .amenCont {
        padding: 1.3em 0.7em;
        margin-top: -5em;
        margin-left: 0em!important;
        margin-right: 0em!important;
    }
    
    .amenCont .col-md-6:nth-child(2) {
        border-left: 0px solid var(--primaryBlue);
        padding-left: 1em;
        margin-top: 1em;
    }

    .amenCont img {
        width: 35px;
    }

    .amenInfoTags {
        font-size: 1.1em;
        margin-left: 0.8em;
    }
    
}