.mainHeader {
    margin: 10px 0;
    padding-top: 25%;
}

.header1 {
    background: url(/images/flagship-store/head_1.jpg?1) top center / contain;
}

.header2 {
    background: url(/images/flagship-store/head_2.jpg?1) top center / contain;
}

.textContent {
    text-align: center;
    font-size: 14px;
    padding: 10px;
    color: #888;
}

.topBorder {
    border-top: 1px solid #d8d8d8;
}

.bottomBorder {
    border-bottom: 1px solid #d8d8d8;
}

.section {
    margin: 10px 0;
    padding: 10px 0 40px;
}

.section h2, .section h3 {
    padding: 20px 10px;
    font-size: 26px;
    letter-spacing: 5px;
    font-family: 'Libre-Baskerville-Bold';
    color: #a37b2c;
    text-align: center;
    text-transform: uppercase;
}

.section h3 {
    padding: 20px 0 10px;
    font-size: 18px;
    letter-spacing: 2px;
}

.section .third {
    display: flex;
    justify-content: space-between;
}

.section .third .thirdItem {
    width: 30%;
    border: 1px solid #d8d8d8;
    padding: 40px 0 20px;
}

.section .third .thirdItem .image {
    padding: 0 40px 10px;
}

.section .third .thirdItem .image img {
    width: 100%;
}

.grayBox {
    /*background: #888;*/
    width: 100%;
    color: #fff;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: center;*/
    /*text-transform: uppercase;*/
    /*text-align: center;*/
    padding: 10px 0;
}

.grayBox div {
    padding: 10px;
}

/*.grayBox div:first-child {*/
/*font-family: 'Libre-Baskerville-Bold';*/
/*letter-spacing: 5px;*/
/*font-size: 26px;*/
/*}*/

/*.grayBox div:last-child {*/
/*font-size: 20px;*/
/*}*/

.contactLink {
    text-decoration: underline;
    text-transform: uppercase;
}

@media only screen and (max-width: 959px) {
    .header1 {
        padding-top: 150%;
        background: url(/userdata/banner/2019/flagship-store-mobile.jpg?2) top center / contain;
    }

    .header2 {
        background: url(/images/flagship-store/head_2.jpg?1) top center / cover;
        height: 370px;
    }

    .googleMap iframe {
        width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .mainHeader {
        height: 200px;
    }

    .section h2 {
        font-size: 24px;
        letter-spacing: 3px;
    }

    .section .third {
        flex-wrap: wrap;
    }

    .section .third .thirdItem {
        width: 100%;
    }

    .googleMap iframe {
        height: 300px;
    }
}

/*# sourceMappingURL=flagship-store.css.map */
