@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Playfair Display', serif;
}

#navbar-image-row-1 {
    display: block;
}

#navbar-image-row-2 {
    display: none;
}

#tenants-background-img {
    position: absolute;
    z-index: 0;
    max-height: 800px;
    top: 0;
    left: 0;
    width: 100%;
}

#section-content-button {
    margin-top: 25%;
    max-height: 50px;
}

#main-navbar-div {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5000;
    background-color: rgba(253, 252, 252, 0.4);
    /* transition: all 0.3s ease-in-out; */
}

.main-navbar-div-scrolled {
    background-color: rgba(253, 252, 252, 0.8);
}

#top-nav {
    max-height: 190px;
}

#landing-page-section {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-image: url('../landing-backroung-image.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 30;
}

#tenants-page-section {
    position: relative;
    height: 60vh;
    width: 100vw;
    background-image: url('../tenants-background.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 30;
}

#property-management-page-section {
    position: relative;
    height: 60vh;
    width: 100vw;
    background-image: url('../property-management-background.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 30;
}

#property-management-section-content {
    background-color: rgba(32, 31, 31, 0.8);
}

#real-estate-page-section {
    position: relative;
    height: 60vh;
    width: 100vw;
    background-image: url('../real-estate-background.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 30;
}

#nav-dropdown-menu {
    font-size: 1.3rem;
    background-color: rgba(255, 255, 255, 0.9);
}

.landing-page-position {
    position: relative;
    top: 25%;
    left: 5%;
    background-color: rgba(253, 252, 252, 0.4);
    max-width: fit-content;

}

.overlay-blur-img-container {
    width: 100%;
    opacity: 0.6;
}

.content-overlay {
    z-index: 10;
    position: absolute;
    max-height: 800px;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: black;
    mix-blend-mode: overlay;
}

.section-container {
    position: relative;
    margin-top: 4rem;
    margin-bottom: 4rem;
    height: 800px;
}

.border-right {
    border-right: 8px aliceblue solid;
}

.section-content {
    z-index: 1000;
    padding: 5px;
    min-width: 50%;
    /* position: relative; */
    /* max-width: 50%; */
    /* height: 100%; */
}

.section-content-background {
    padding-top: 1em;
    background-color: rgba(197, 191, 191, 0.5);
}

#real-estate-section-content {
    background-color: rgba(49, 47, 47, 0.8);
}

.carousel {
    max-width: 60%;
    margin-right: auto;
    margin-left: auto;
}

.carousel img {
    max-height: 600px;
}

#listing-container {
    width: 40%;
    margin-right: auto;
    margin-left: auto;
}


/* Phone Portrait */
@media(max-width: 475px) {
    #real-estate, #tenants, #property-management {
        flex-direction: column !important;
        padding: 5px !important;
    }

    #real-estate-section-content,
    #tenants-section-content,
    #property-management-section-content {
        border: none;
        text-align: center !important;
        width: 100% !important;
    }
    
    #property-management-section-content {
        height: 700px !important;
    }
    
    #real-estate-section {
        padding: 0px !important;
    }
    
    #real-estate-section-content ul,
    #property-management-section-content ul {
        list-style: none;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    

    #tenants-content-section {
        max-height: 300px;
    }

    #section-content-button {
        display: flex;
        margin-top: 1%;
        font-size: small !important;
        margin-right: auto;
        margin-left:auto;
    }

    #section-content-button a {
        padding: 0px;
    }
    
    #navbar-image-row-1 {
        display: none;
    }

    #navbar-image-row-2 {
        display: block;
    }

    #navbar-image-row-2 img {
        height: 80px !important;
        width: 80px !important;
    }

    #navbar-hamburger {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    
    #top-nav {
        max-height: 320px;
        background-color: rgba(253, 252, 252, 0.7);
    }
    
     #homepage-container img {
        max-width: 100%;
    }

    #footer-container {
        display: flex;
        flex-direction: column !important;
    }

    iframe {
        width: 300px;
    }
    
    #tenants-background-img {
        position: absolute;
        z-index: 0;
        height: 800px;
        top: 0;
        left: 0;
        width: 100%;
    }

    #tenants-section-content {
        height: 500px !important;
    }
    
    #property-management-blurb {
        /*margin: 0 !important;*/
        padding: 0 !important;
        width: 90% !important;
        margin-right: auto;
        margin-left: auto;
    }
}
