@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.columns {
    clear: both;
}
.columns::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
body, html {
    margin: 0;
    background-image: url(images/background.jpg);
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.screen-33 {
    width: 33.33%;
    float: left;
    display: block !important;
}
.screen-50 {
    width: 50%;
    float: left;
    display: block !important;
}
.phone-100 {
    display: none;
}
.sk-grid {
    width: auto;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0;
}
.lines-up img {
    width: 55px;
}
.logo {
    text-align: center;
}
.logo img {
    width: 150px;
}
.shapes {
    text-align: right;
}
.shapes img {
    width: 195px;
}
.main-content h2 {
    font-family: 'DM Serif Text', serif;
    font-size: 60px;
    color: #535860;
    text-align: center;
    font-weight: lighter;
    letter-spacing: 1px;
    margin-bottom: 4px;
    position: relative;
    z-index: 1;
}
.main-content h2::before {
    position: absolute;
    content: "";
    border-bottom: 32px solid rgba(180,206,220,0.7);
    bottom: 5px;
    left: 380px;
    z-index: -1;
    width: 740px;
}
.main-content h5 {
    font-family: 'DM Serif Text', serif;
    font-size: 40px;
    color: #535860;
    text-align: center;
    font-weight: lighter;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 0;
}
.main-content p {
    font-family: 'Roboto', sans-serif;
    color: #535860;
    font-size: 24px;
    text-align: center;
    font-weight: 500;
    margin-top: 10px;
}
.borders-wrap {
    margin-top: 70px;
}
.big-border {
    border-top: 2px solid #535860;
}
.med-border {
    border-top: 2px solid #535860;
    margin-top: 10px;
    width: 63%;
    float: right;
}
.small-border {
    border-top: 2px solid #535860;
    margin-top: 10px;
    width: 53%;
    float: right;
}
.footer-wrap {
    text-align: center;
}
.social-media img {
    width: 45px;
    height: 45px;
}
.footer-heading {
    font-family: 'DM Serif Text', serif;
    font-size: 30px;
    color: #535860;
    margin-top: 10px;
    margin-bottom: 0;
}
.footer-wrap p {
    color: #535860;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
}
.footer-wrap a {
    color: #535860;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    text-decoration: navajowhite;
}
.msg-icon img {
    width: 45px;
    height: 45px;
}
.footer {
    margin-top: 6em;
    position: relative;
}
.top-bar {
    padding-top: 6em;
    position: relative;
}
.social-media a {
    margin-right: 15px;
}
.showrooms-btn {
    color: #535860;
    text-decoration: none;
    position: relative;
    z-index: 1;
}
.showrooms-btn::before {
    position: absolute;
    content: "";
    border-bottom: 13px solid rgba(180,206,220,0.7);
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.showrooms-btn:hover::before {
    border-bottom: 25px solid rgba(180,206,220,0.7);
}
.resp-circle {
    display: none;
}
.resp-footer-icon {
    display: none;
}
/*responsive */
@media only screen and (max-width: 1500px) {
    .sk-grid {
        padding-left: 55px;
        padding-right: 55px;
    }
    .main-content h2 {
        margin-top: 30px;
    }
    .footer {
        margin-top: 5.5em;
    }
    .main-content h2::before {
        display: none;
    }
}
@media only screen and (max-width: 1280px) {
    .main-content h2 {
        font-size: 50px;
    }
    .main-content h5 {
        font-size: 33px;
        font-weight: 600;
        margin-top: -4px;
        margin-bottom: -4px;
    }
    .main-content p {
        font-size: 22px;
    }
    .footer-heading {
        font-size: 28px;
    }
    .footer-wrap p {
        font-size: 22px;
    }
    .footer-wrap a {
        font-size: 22px;
    }
}
@media only screen and (max-width: 1024px) {
    .main-content h5 {
        font-size: 30px;
    }
    .main-content p {
        font-size: 20px;
    }
    .footer-wrap p {
        font-size: 20px;
    }
    .footer-wrap a {
        font-size: 20px;
    }
}
@media only screen and (max-width: 769px) {
    .main-content h2 {
        font-size: 40px;
        line-height: 1;
    }
    .main-content h5 {
        font-size: 25px;
        letter-spacing: 0;
        margin-top: 10px;
    }
    .main-content p {
        font-size: 18px;
        margin-top: 20px;
    }
    .footer-heading {
        font-size: 25px;
    }
    .footer-wrap p {
        font-size: 18px;
    }
    .footer-wrap a {
        font-size: 18px;
    }
    .phone-100 {
        width: 100%;
        clear: both;
        float: none;
        display: block !important;
    }
    .screen-50 {
        display: none;
    }
    .footer {
        margin-top: 5em;
    }
    .footer-wrap {
        margin-bottom: 2em;
    }
    .borders-wrap {
        margin-top: 45px;
    }
    .top-bar {
        padding-top: 3em;
    }
    .sk-grid {
        padding-left: 25px;
        padding-right: 25px;
    }
    .shapes img {
        display: none;
    }
    .resp-circle {
        display: block;
        position: absolute;
        content: "";
        right: -65px;
        bottom: -40px;
    }
    .resp-circle img {
        width: 107px;
        height: 107px;
    }
    .logo img {
        width: 100px;
    }
    .lines-up img {
        width: 45px;
    }
    .main-content {
        margin-top: 3em;
    }
    .resp-footer-icon {
        display: block;
        position: absolute;
        content: "";
        left: -60px;
        bottom: 30px;
    }
    .resp-footer-icon img {
        width: 100px;
        height: 100px;
    }
}
@media only screen and (max-width: 500px) {
    .resp-footer-icon {
        left: -70px;
    }
    .main-content h5 {
        line-height: 1;
        font-weight: 500;
    }
}
@media only screen and (max-width: 414px) {
    .resp-footer-icon img {
        width: 90px;
        height: 90px;
    }
    .resp-footer-icon {
        left: -75px;
        bottom: 90px;
    }
    .resp-circle img {
        width: 100px;
        height: 101px;
    }
    .social-media img {
        width: 40px;
        height: 40px;
    }
    .msg-icon img {
        width: 40px;
        height: 40px;
    }
}