

/********************** 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.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: #111211;
        margin-bottom: 0px;
    }

.sectionA {
    padding: 26px;
    background-color: #111211;
    color: #DDD;
    text-align: center;
}

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

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

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

    .leftcolumn {
        width: 100%;
        height: auto;
    }
        .headshot {
            width: 100%;
            padding-bottom: 100%;
            background-image: url('../images/JIL_headshot.jpg');
            background-size: 100% auto;
            background-position: 50% 50%;
            margin-bottom: 36px;
        }
        .memberbox {
            width: 100%;
            height: auto;
            background-color: #fff;
            padding: 0 0 24px 0;
        }
            .memberbox.desktop {
                display: none;
            }
            .memberbox.mobile {
                display: inherit;
                margin-top: 48px;
            }
            .memberbox p {
                text-align: center !important;
                display: block;
                width: 100%;
                padding: 8px 0;
                background-color: #5D5D5D;
                color: #fff;
                text-transform: uppercase;
                font-size: 1.25em;
            }
            .memberbox img {
                margin: 18px 0;
            }
            .PEOlogo {
                width: 80%;
                height: auto;
            }
            .WSIBlogo {
                width: 40%;
                height: auto;
            }

    .rightcolumn {
        width: 100%;
        height: auto;
    }
        .rightcolumn p {
            text-align: left;
            font-size: 1em;
        }

}

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

@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 {
        background-image: url('../images/JIL_about_heroimage.jpg');
        background-size: 110% auto;
        background-position: 0% 100%;
    }
        .heroimage h1 {
            padding: 8vw 0;
            font-size: 3em;
        }

    .sectioncontainer {
        padding: 48px 45px 0 45px;
    }
        .leftcolumn {
            float: left;
            width: 40%;
            padding-right: 12px;
        }
            .headshot {
                margin-bottom: 0px;
            }
            .memberbox.desktop {
                display: inherit;
            }
        .rightcolumn {
            float: right;
            width: 60%;
            padding-left: 18px;
        }
            .memberbox.mobile {
                display: none;
            }

}

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

@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 100px 48px 100px;
    }
        .leftcolumn {
            padding-right: 24px;
        }
        .rightcolumn {
            padding-left: 60px;
        }

}

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

@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: 1115px)  {
				
}

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

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

}

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

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

    .sectioncontainer {
        width: 1180px;
        margin: auto;
    }
        .leftcolumn {
            width: 38%;
            padding-right: 50px;
        }
        .rightcolumn {
            width: 62%;
            padding-left: 100px;
        }
            .rightcolumn {
                font-size: 1.125em;
            }

}

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

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

}

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


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

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

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

}

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














