h1, h2, h3 {
    font-family: 'Playfair Display', serif;
}
p{
    font-family: 'Montserrat', sans-serif;
    line-height: 26px;
}
.d-flex {
    display: flex;
}
.flex-direction-column {
    flex-direction: column;
}
.bg-landmark{
    background-image: url(https://images.listingmanager.com/clientfiles/208/template_4/section-template-images/brush_creek_commons%20i.jpg);
    background-size: cover;
    background-position: center center;
    clip-path: polygon(0 0,100% 0,100% 100%,0 calc(100% - 6vw));
}
.overlay {
    background-color: #333333f7;
}
.half-vh {
    min-height: 50vh;
}
.position-relative {
    position: relative;
}
.slandted {
    position: relative;
    width: 100%;
    height: 50vh;
    background-color: pink;
}
.slanted::after{
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: inherit;
    transform-origin: bottom right;
    transform: skewY(4deg);

}

.hero-text {
    position: absolute;
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    top: 40%;
    left: 30%;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 30px;
    margin: auto;
}
.bg-panorama-1 {
    background-image: url("https://images.listingmanager.com/clientfiles/208/video/office-building.jpg");
    min-height: 50vh;
    background-size: cover;
    background-position: center center;
}
.bg-panorama-2 {
    background-image: url("https://images.listingmanager.com/clientfiles/208/video/office-building-2.jpg");
    min-height: 50vh;
    background-size: cover;
    background-position: center center;
}
.bg-light{
    background-image: url("https://images.listingmanager.com/clientfiles/208/video/background-light.jpg");
    min-height: 50vh;
    background-size: cover;
    background-position: center center;
}
.text-block {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    max-width: 604px;
}
.panorama-overlay {
    padding-left: 10vw;
    background-color: #333333f7;
    height: 50vh;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-right: 10vw;
}
.panorama-overlay p {
    padding-left: 5vw;
    padding-right: 5vw;
}
.panorama-overlay h1 {
    padding-left: 5vw;
    padding-right: 5vw;
}
.panorama-overlay h1::after {
    border-bottom: solid 3px white;
    display: block;
    content: "";
    width: 94px;
}
.text-block h1::after {
    border-bottom: solid 3px black;
    display: block;
    content: "";
    width: 94px;
}
.testimonial-container {
    border: solid thin black;
    min-height: 50vh;
    position: relative;
    left: 200px;
    background-color: #ffffffe3;
}
.contact-row {
    display: flex;
    justify-content: space-around;
    padding-top: 3vh;
    padding-bottom: 3vh;

}
