

/********************** DEFAULT STYLES **********************/

html { 
  scroll-behavior: smooth; 
}

*, body {
    margin: 0;
    padding: 0;
}

body {
    background-color: #111211;
    font-family: 'Montserrat', sans-serif;
}

.clear {
    clear: both;
}

/*************/

.heroimage {
    width: 100%;
    margin-top: 132px;
    background-image: url('../images/JIL_about_heroimage_reviews.jpg');
    background-size: 110% auto;
    background-position: 0% 100%;
}
    .heroimage h1 {
        text-align: center;
        display: block;
        padding: 12vw 0;
        font-size: 3em;
        font-weight: 700;
        color: #dddddd;
        margin-bottom: 0px;
    }

.sectionA {
    background-color: #111211;
    color: #DDD;
}
    .sectioncontainer {
        padding: 48px 26px 0px 26px;
    }

        .reviewblock {
            width: 100%;
            height: auto;
            margin-bottom: 48px;
            border-bottom: 1px solid #dddddd;
            padding-bottom: 48px;
        }
            .stars {
                width: 100%;
                height: auto;
                margin-bottom: 24px;
            }
                .stars img {
                    width: 35px;
                    height: auto;
                    float: left;
                    margin-right: 5px;
                }
            .reviewtext {
                width: 100%;
                height: auto;
            }
                .reviewtext p {
                    font-size: 1.25em;
                }
            .reviewauthor {
                width: 100%;
                height: auto;
            }
                .reviewauthor h3 {
                    text-align: right;
                    font-size: 1.5em;
                    margin-bottom: 0px;
                }
        .googlelink {
            display: block;
            background-color: #4C8BF5;
            color: #fff;
            border-radius: 10px;
            text-align: center;
            padding: 24px 12px;
            width: 100%;
            transition: 0.3s;
            text-decoration: none;
            font-size: 1.25em;
            margin-bottom: 24px;
        }
            .googlelink:hover {
                background-color: #0C5EE8;
                text-decoration: underline;
                color: #fff;
            }



/*************/

/************************************************************/

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

    

}

/************************************************************/

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

}

/************************************************************/

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

}

/************************************************************/

@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) {

}

/************************************************************/

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

/************************************************************/

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

}

/************************************************************/

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

}

/************************************************************/

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

   

}

/************************************************************/

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


}

/************************************************************/

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

    .heroimage {
        width: 100%;
        background-size: 110% auto;
        background-position: 0% 60%;
    }
        .heroimage h1 {
            padding: 8vw 0;
            font-size: 3em;
        }

    .sectioncontainer {
        width: 768px;
        margin: auto;
        padding: 48px 45px 0 45px;
    }

        .reviewtext p {
            font-size: 1.125em;
        }
        .reviewauthor h3 {
            font-size: 1.25em;
        }
        .googlelink {
            font-size: 1.125em;
        }

}

/************************************************************/

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

}

/************************************************************/

/*ipad pro portrait*/
@media only screen 
    and (min-device-width: 820px) 
    and (max-device-width: 1180px) 
    and (-webkit-min-device-pixel-ratio: 2)  
    and (orientation: portrait)  {

}

/************************************************************/

@media only screen 
    and (device-width : 812px) 
    and (device-height : 375px) 
    and (-webkit-device-pixel-ratio : 3) {

}

/************************************************************/

/*ipad air portrait*/
@media only screen 
    and (min-device-width: 820px) 
    and (max-device-width: 1180px) 
    and (-webkit-min-device-pixel-ratio: 2)  
    and (orientation: portrait)  {

}

/************************************************************/

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

    .heroimage h1 {
        padding: 60px 0;
    }

    .sectioncontainer {
        padding: 48px;
    }

}

/************************************************************/

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

}

/************************************************************/

/*ipad pro portrait*/
@media only screen 
    and (min-device-width: 1024px) 
    and (max-device-width: 1366px) 
    and (-webkit-min-device-pixel-ratio: 2)  
    and (orientation: portrait)  {


}

/************************************************************/

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

				
}

/************************************************************/

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

}

/************************************************************/

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

    .sectioncontainer {
        width: 820px;
        margin: auto;
    }

}

/************************************************************/

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

}

/************************************************************/


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

/************************************************************/

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

}

/************************************************************/














