body {
    font-family: sans-serif;
    overflow:hidden;
}

body, p {
    margin: 0;
    padding: 0
}

body, html {
    max-width: 100%;
    overflow-x: hidden
}

.showroom {
    text-align: center;
    border: solid;
    width: 40%;
    -ms-flex-item-align: center;
    align-self: center;
    border-width: 2px;
    border-color: #f5f5f5
}

.construction {
    position: absolute;
    font-size: 12px;
    top: 35px;
    right: 20px;
    font-family: Open Sans;
    color: #524840;
    text-align: center;
    letter-spacing: 1.5px;
    opacity: .9
}

@media (max-width:700px) {
    .showroom {
        width: 80%
    }
}

.room {
    max-width: 100vw;
    height: auto;
    opacity: .95
}

.aboutContainer {
    -webkit-box-shadow: 6px 9px 62px -16px #000;
    box-shadow: 6px 9px 62px -16px #000;
    z-index: 5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 65px;
    padding-bottom: 65px
}

.loungeBar {
    -webkit-box-shadow: inset 6px 9px 62px -16px #000;
    box-shadow: inset 6px 9px 62px -16px #000
}

@media (max-width:1130px) {
    .reception {
        display: none
    }
}

.creativeHomeLogo {
    width: 350px;
    position: absolute;
    top: 10px;
    left: 25px;
}

@media (max-width:768px) {
    .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .brandLogo {
        width: 275px;
        margin: 35px;
        margin-bottom: 45px
    }

    .frenchConnection, .lauraAshley {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }

    .jeanPierre, .oliverBrown {
        -webkit-transform: scale(.65);
        -ms-transform: scale(.65);
        transform: scale(.65)
    }

    .julietParis {
        -webkit-transform: scale(.45);
        -ms-transform: scale(.45);
        transform: scale(.45)
    }

    .bohoLiving {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }

    .showroomAddress, .showroomNumber {
        display: none
    }

    .construction {
        position: absolute;
        font-size: 12px;
        right: 0;
        left: 0;
        font-family: Open Sans;
        color: #524840;
        text-align: center;
        letter-spacing: 1.5px;
        opacity: 0
    }

    .creativeHomeLogo {
        width: 250px;
        position: absolute;
        bottom: 35px;
        right: 0;
        left: 65px
    }
}


@media (max-width:480px) {
    .showroomAddress {
        font-family: Open Sans;
        color: #524840;
        opacity: .9;
        font-weight: 500;
        font-size: 12px;
        letter-spacing: 1.5px;
        margin-top: 3px;
        -ms-flex-item-align: center;
        align-self: center
    }
}

.showroomInfo {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

.showroomAddress, .showroomNumber {
    font-family: Open Sans;
    color: #524840;
    opacity: .9;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1.5px;
    margin-top: 3px;
    -ms-flex-item-align: center;
    align-self: center
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.brandLogo {
    width: 275px;
    margin: 35px;
    margin-bottom: 45px
}

.julietParis {
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7)
}

.oliverBrown {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.social-link{
    padding: 15px;
    text-decoration: none;
}

a.inquiry-link {
    color: #000;
    text-decoration: underline;
}

.featuredBanner {
    margin: 50px 5px;
}

.featuredBanner img {
    width: 100%;
}
/*# sourceMappingURL=main.2a274527.css.map*/
