

/********************** 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_photogallery_heroimage.jpg');
    background-size: 100% auto;
    background-position: 50% 55%;
}
    .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;
    }

    .projectcontainer {
        width: 100%;
        height: auto;
        margin-bottom: 36px;
    }
        .projectcontainer h2 {
            font-size: 2em;
            line-height: 1em;
            font-weight: 700;
            margin-bottom: 24px;
        }
        .projectcontainer a {
            padding-bottom: 12px;
        }
            .lightbox-caption {
                background-color: #000;
            }
        .gallerycontainer {
            margin-top: 24px;
        }

        .row>* {
            padding-right: calc(var(--bs-gutter-x) * .25);
            padding-left: calc(var(--bs-gutter-x) * .25);
        }

        .row {
            --bs-gutter-x: 1.5rem;
            --bs-gutter-y: 0;
            display: flex;
            flex-wrap: wrap;
            margin-top: calc(-1 * var(--bs-gutter-y));
            margin-right: calc(-.25 * var(--bs-gutter-x));
            margin-left: calc(-.25 * var(--bs-gutter-x));
        }

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

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

@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 h1 {
        padding: 8vw 0;
        font-size: 3em;
    }

    .sectioncontainer {
        padding: 48px 45px 0 45px;
    }

    .projectcontainer a {
        padding-bottom: 12px;
    }
    

}

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

@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: 60px 48px 26px 48px;
    }

        .gallerycontainer {
            margin-top: 24px;
        }
        

}

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

@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)  {

    .flexcontainer {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    
				
}

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

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

}

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

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

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

}

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

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

}

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


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

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

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

}

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














