body{
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}

/******************* Header and Logo section ****************************/
.header-container{
    padding-left: 0;
    padding-right: 0;
}

.header-container__logo{
    background-image: url("/assets/stylewatch/header-background.png");
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 80px 0;
}

.header-container__img{
    max-width: 366px;
}

.header-container__text {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 45px;
}

.header-container__paragraph{
    max-width: 825px;
    margin: 0 auto;
    font-size: 1em;
}

/******************* Product Section ****************************/
.product-section{
    padding-left: 0;
    padding-right: 0;
}

.product-section__title{
    text-transform: uppercase;
    text-align: center;
    margin: 50px auto 50px auto;
    font-weight: 800;
    font-size: 1.429em;
    color: #2a3e5c;
}

.product-section__entry{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-section__image{
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
}

.product-section__subtitle{
    margin-top:0;
    margin-bottom: 25px;
    font-size: 1.429em;
    font-weight: 800;
    color: #2a3e5c;
    text-align: center;
}
.product-section__paragraph{
    margin-bottom: 25px;
    font-size: 1em;
}

.product-section__description{
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    padding: 4%;
    background-color: #f3f3f3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-section__button{
    background-color: #f49531;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 12px 42px;
    font-size: 1em;
    line-height: 1.42857143;
    font-weight: 800;
    border-radius: 0;
}

/******************* Media Queries **********************/

@media screen and (min-width: 768px){
    .product-section__image{
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        max-width: 50%;
    }

    .product-section__entry--right .product-section__image{
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .product-section__subtitle{
        text-align: left;
    }

    .product-section__description{
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        padding-top: 20px;
        padding-bottom: 20px;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

@media screen and (min-width: 1024px) {
    .header-container__paragraph{
        font-size: 1.214em;
    }

    .product-section__title{
        font-size: 1.64285714286em;
    }

    .product-section__subtitle{
        font-size: 1.64285714286em;
    }

    .product-section__paragraph{
        font-size: 1.214em;
    }
}

@media screen and (min-width: 1200px) {
    .product-section__description{
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media screen and (min-width: 1300px){
    .header-container__paragraph{
        font-size: 1.429em;
    }

    .product-section__title{
        font-size: 2em;
    }

    .product-section__subtitle{
        font-size: 2em;
    }

    .product-section__paragraph{
        font-size: 1.429em;
    }
}
