﻿
:root {
--bp-small: 48em; /*768px*/
--bp-medium: 64em; /*1024px*/
--bp-large: 85.375em; /*1366px*/
--bp-xlarge: 120em; /*1920px*/
--bp-xxlarge: 160em; /*2560px*/
--mq-retina: (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi);
--base-font-size: 1em;
--base-line-height: 1.5;
--header-line-height: 1.25;
--h1-font-size:3.25em;
--h2-font-size:2.5em;
--h3-font-size:1.5em;
--home-promo-headline:4.5em;
--belgard-offer-h1:2.5em;
--belgard-offer-h1-span:1.4em;
}
html, body {
    font-size: var(--base-font-size);
    line-height: var(--base-line-height);
}
h1{font-size:var(--h1-font-size)}
h2{font-size:var(--h2-font-size)}
h3{font-size:var(--h3-font-size)}
.container {
    margin: 0 10%;
    width:inherit;
}
.home .headline {
    font-size: var(--h1-font-size);
    line-height:3.5rem;
}
.home .promo-headline {
    font-size: var(--home-promo-headline);
    line-height: calc(var(--base-line-height) * .7);
}
.belgard-offer h1{
    font-size:var(--belgard-offer-h1);    
}
.belgard-offer h1 span{
    font-size: var(--belgard-offer-h1-span);
}
@media(max-width:47.9375em) {
    .container {
        margin: 0;
    }
    .home .promo-headline {
        font-size: calc(var(--home-promo-headline) * .5) !important;
    }
    .belgard-offer h1 {
        font-size: calc(var(--belgard-offer-h1) * .8);
        line-height: 2.5rem
    }
    .belgard-offer h1 span {
        font-size: calc(var(--belgard-offer-h1-span) * .9);
    }
}
@media(max-width:64em){
    html {
        font-size: 15px;
    }
    h2 {
        font-size: calc(var(--h2-font-size) * .8);
    }
    h3 {
        font-size: calc(var(--h3-font-size) * .8);
    }
    h1{
        font-size: calc(var(--h1-font-size) * .8) !important;
    }
    .home .headline {
        font-size: calc(var(--h1-font-size) * .7);
        line-height:2.5rem;
    }
}
@media(max-width:85em){
    .home .promo-headline {
        font-size: calc(var(--home-promo-headline) * .6);
        letter-spacing:-2px;
    }
}
@media(min-width:48em){
    .container {
        margin: 0 2%;
    }    
}
@media(min-width: 64em) {
    /*body {
        font-size: calc(var(--base-font-size) * 1.2);
        line-height: calc(var(--base-line-height) * 1.3);
    }*/
    .container {
        margin: 0 5%;
    }    
}
@media(min-width: 85.375em) {
    .container {
        margin: 0 8%;
    }
}
@media(min-width: 120em) {
}
@media(min-width: 160em) {
    body {
        font-size: calc(var(--base-font-size) * 1.1);
    }
    .container{
        max-width:1920px;
        margin:0 auto;
    }
    .home .review-name {
        font-size: .8em;
        font-weight: 600;
    }
    .sp-container-lg {
        max-width: 1920px;
        margin: 80px auto;
    }
    .home .outdoor-living-tabs {
        padding-bottom:17%;
    }
    .home .nav-tabs > li > a{
        width:200px;
    }
    .home .banner-slider .bx-wrapper .bx-viewport {
        max-height:520px;
    }
    .home .banner-copy{
        width:500px;
        margin:20px auto 0 auto;
    }
    .bx-wrapper .bx-caption{
        top:50%
    }
    .bx-wrapper img{
        position:relative;
        bottom:100px
    }
    .sp_logo {
        padding: 0 !important;
    }
    .sp_logo img{
        width:80%;
    }
    .btn-consult{
        height:100px;
    }
}

.home {
    font-family: Poppins,Arial;
    font-weight: 300;
    color: #14242F
}

