:root {
    --blue: #3c94b8;
    --brown: #A57C56;
    --purple: #95598F;
    --gold: #d58d09;
    --red: #bd2953;
    --green: #86b423;
    --pink: #d63384;
    --orange: #c76c21;
    --teal: #568a89;
    --cyan: #0dcaf0;
    --black: #000;

    --stat-item-height: 400px;
}

/***** GLOBAL ****/

body {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #444;
}
img {
    max-width: 100%;
    height: auto;
}
a,
a:hover,
a:visited,
a:active {
    color: #333;
}
.section {
    padding: 40px 0;
}

.section-title {
    padding: 60px 0 40px 0;
}

/**** HEADER ****/

#header-container {
    margin-top: 0;
    background-color: #EEE;
    padding-bottom: 70px;
}
.header {
    margin-bottom: 20px;
}
#row-logo {
    padding: 60px 0;
    text-align: center;
}
#logo-header {
    height: 130px;
}
#slogan {
    font-size: 30px;
    line-height: 47px;
    font-weight: 400;
    text-align: center;
}

/**** SITES ****/

#logo-sites {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 65px;
}
#logo-sites img {
    padding: 2px 0;
}
.logo-site {
    height: 100px;
    max-width: inherit;
    margin: 40px;
}
.logo-site--brussels {
    height: 105px;
}
.inline {
    display: inline-block;
}

#headline {
    text-align: center;
    font-size: 26px;
    margin-bottom: 50px;
}

/**** STATS ***/


#stats {
    padding-bottom: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    place-items: strech;
    color: #fff;
}

#stats > div {
    height: var(--stat-item-height);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.stats-number {
    font-size: 60px;
}

.stats-label {
    font-size: 30px;
}

#stats-videos {
    background-color: var(--blue);
}
#stats-owners {
    background-color: var(--green);
}
#stats-listings {
    background-color: var(--pink);
}
#stats-signups {
    background-color: var(--brown);
}
#stats-photos {
    background-color: var(--teal);
}
#stats-contacts {
    background-color: var(--purple);
}
#stats-visits {
    background-color: var(--green);
}
#stats-page-views {
    background-color: var(--gold);
}
#stats-chart {
    background-color: var(--blue);
    height: auto !important;
    padding-top: 50px;
    padding-bottom: 50px;
}

.chart-container {
    position: relative;
    height: var(--stat-item-height);
    width: 95%;
    max-width: 1200px;
}

/***** TESTIMONIALS ****/

#testimonials {
    max-width: 1116px;
    margin-left: auto;
    margin-right: auto;
}

#wrapper-testimonials {
    background-color: #EEEEEE;
}

blockquote {
    border-left: 8px solid #e1e1e1;
    padding-left: 15px;
    margin: 0 0 40px;
}

blockquote footer {
    font-weight: 700;
}

/***** FOOTER ****/

#header-container {
    margin-top: 0;
    background-color: #EEE;
    padding-bottom: 70px;
}

.footer {
    background-color: #EEE;
    padding-top: 19px;
    text-align: center;
}

/*******************/
/****** 768 PX *****/
/********************/

@media screen and (min-width: 768px) {

    #stats {
        grid-template-columns: 1fr 1fr;
    }

    #stats-chart {
        grid-column: span 2;
    }

    blockquote {
        width: 90%;
        border-left: none;
        margin: 10px auto;
        padding: 0.5em 10px;
        quotes: "\201C" "\201D" "\2018" "\2019";
    }

    blockquote p {
        margin: 0 0 15px 0;
    }

    blockquote p:before {
        display: block;
        color: #e1e1e1;
        content: open-quote;
        font-size: 4em;
        line-height: 0.1em;
        position: relative;
        left: -45px;
        top: 20px;
    }

    blockquote p:after {
        display: block;
        position: relative;
        right: -20px;
        text-align: right;
        color: #e1e1e1;
        content: close-quote;
        font-size: 4em;
        line-height: 0.5em;
    }

    blockquote footer {
        font-weight: 700;
        position: relative;
        top: -45px;
    }

    #contact {
        text-align: center;
    }
}

/*******************/
/****** 992 PX *****/
/********************/

@media screen and (min-width: 992px) {



}

/*******************/
/****** 1200 PX *****/
/********************/

@media screen and (min-width: 1200px) {}
/***** LANGUAGE SWITCHER ****/

.lang {
    text-align: right;
    padding: 12px 20px 0;
    font-size: 15px;
}
.lang a,
.lang__current {
    margin-left: 14px;
}
.lang__current {
    font-weight: 700;
}

/***** ERROR PAGES ****/

.error-page {
    padding: 120px 0;
}
