
/** Large Devices **/
@media screen and (width >= 992px) {
    /* ---------- Header ------------- */
    header.header {
        padding: 1rem 1rem;
    }

    #block-custom-barrio-page-title h1 {
        font-size: 2.5rem;
    } 

    /* ---------- Footer ------------- */


    /* ---------- Project List ------------- */
    .page-view-projects .view-projects .view-content .views-row .views-field-nothing a {
        min-height: 350px;
    }

    /* ---------- Project Detail ------------- */
    .node--type-projects .node--view-mode-full-detail .node__content {
        grid-template-areas: 'hdrImg hdrImg' 'desc gallery' 'desc gallery';
        grid-template-columns: 29% 69%;
        gap: 1rem;
    }

    .node--type-projects .node__content .field--name-field-project-description {
        padding: 0 .5rem 0 2rem;
    }

    .node--type-projects .node__content .slick .slick__arrow button {
        font-size: 5rem;
    }

    .node--type-projects .node--type-projects .node__content .lightgallery-wrapper .lightgallery {
        /* max-height: 870px; */
    }


    /*
    * Add more pics at the bottom
    */

    /* ---------- About Us ------------- */
    .page-node-7 .node__content .field--name-field-text-and-image-section .paragraph .field--name-field-images {
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(4, 180px);
        gap: 1rem;
    }
    
    .page-node-7 .node__content .field--name-field-text-and-image-section .paragraph .field--name-field-images .field__item:first-of-type {
        grid-column: 1/3;
        grid-row: 1/2;
    }

    .page-node-7 .node__content .field--name-field-text-and-image-section .paragraph .field--name-field-images .field__item:nth-of-type(2) {
        grid-column: 1/3;
        grid-row: 2/3;
    }

    .page-node-7 .node__content .field--name-field-text-and-image-section .paragraph .field--name-field-images .field__item:nth-of-type(3) {
        grid-column: 3/7;
        grid-row: 1/3;        
    }

    .page-node-7 .node__content .field--name-field-text-and-image-section .paragraph .field--name-field-images .field__item:last-of-type {
        grid-column: 1/7;
        grid-row: 3/5;        
    }

    /* ---------- Contact Us ------------- */

    /* ---------- Contact Us ------------- */
    .node--type-webform .node__content .field--name-webform form #edit-contact-info-block {
        padding-bottom: 3rem;
    }
}

/** **/
@media screen and (width >= 1024px) {
    /* ---------- Project Detail ------------- */
    .node--type-projects .node__content .field--name-field-project-description p {
        text-align: center;
    }

    .node--type-projects .node__content .field--name-field-project-description h3 {
        font-size: 2rem;
        text-align: center;
        margin-top: 2rem;
    }
}

/** Extra Large Devices **/
@media screen and (width >= 1200px) {
    /* ---------- Footer ------------- */
    .site-footer .region-footer-first .nav-item .nav-link,  .site-footer .region-footer-fourth .nav-item .nav-link {
        display: block;
        width: 100%;
        padding: .5rem .3rem;
        font-size: .75rem;
        text-transform: uppercase;
    }

    /* ---------- Project List ------------- */
    .page-view-projects .view-projects .view-content {
        grid-template-columns: repeat(3, 1fr);
    }

    .page-view-projects .view-projects .view-content .views-row .views-field-nothing a {
        min-height: 320px;
    }

    /* ---------- Project Detail ------------- */
    .node--type-projects .node--view-mode-full-detail .node__content {
        grid-template-columns: 35% 65%;
        gap: 1.3rem;
    }

    .node--type-projects .node__content .field--name-field-project-description {
        padding: 0 .5rem 0 2rem;
    }

    .node--type-projects .node__content .field--name-field-project-description p {
        text-align: left;
    }

    .node--type-projects .node__content .field--name-field-project-description h3 {
        font-size: 1.8rem;
        text-align: left;
    }

    .node--type-projects .node--type-projects .node__content .lightgallery-wrapper .lightgallery {
        /* max-height: 985px; */
        gap: 1.3rem;
    }

    /* ---------- About Us ------------- */
    .page-node-7 .node__content .field--name-field-text-and-image-section .paragraph {
        grid-template-areas: 'txt img';
        grid-template-columns: 34% 65%;
        gap: 1rem;
    }

    .page-node-7 .node__content .field--name-field-text-and-image-section .paragraph .field--name-field-images {
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(4, 230px);
        gap: 1rem;
    }
    
    /* ---------- Contact Us ------------- */    
    .node--type-webform .node__content .field--name-webform form #edit-contact-info-block {
        padding-bottom: 4rem;
    }
    
}

/** Extra extra large devices **/
@media screen and (width >= 1400px) {
    ---------- Footer -------------


    /* ---------- Project List ------------- */
    .page-view-projects .view-projects .view-content .views-row .views-field-nothing a {
        min-height: 400px;
    }

    /* ---------- Project Detail ------------- */
    .node--type-projects .node--view-mode-full-detail .node__content {
        grid-template-areas: 'hdrImg hdrImg' 'desc gallery' 'desc gallery';
        grid-template-columns: 29.5% 69.4%;
    }

    .node--type-projects .node--type-projects .node__content .lightgallery-wrapper .lightgallery {
        /* max-height: 1270px; */
    }

    /* ---------- About Us ------------- */
    .page-node-7 .node__content .field--name-field-text-and-image-section .paragraph {
        grid-template-areas: 'txt img';
        grid-template-columns: 34% 66%;
        gap: 1rem;
    }

    .page-node-7 .node__content .field--name-field-text-and-image-section .paragraph .field--name-field-images {
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(4, 320px);
        gap: 1rem;
    }
    
    .page-node-7 .node__content .field--name-field-text-and-image-section .paragraph .field--name-field-images img {
        /* height: 100%; */
        /* object-position: center; */
    }

}

/** **/
@media screen and (width >= 1600px) {
    /* ---------- Project Detail ------------- */
    .node--type-projects .node--type-projects .node__content .lightgallery-wrapper .lightgallery {
        max-height: 1410px;
    }

    /* ---------- Contact Us ------------- */
    .node--type-webform .node__content .field--name-webform form  {
        padding: 0;
    }

}

/** **/
@media screen and (width >= 1800px) {
    /* ---------- Project Detail ------------- */
    .node--type-projects .node--type-projects .node__content .lightgallery-wrapper .lightgallery {
        /* max-height: 1580px; */
    }
}

/** **/
@media screen and (width >= 1920px) {

    /* ---------- Project Detail ------------- */

    .node--type-projects .node--type-projects .node__content .lightgallery-wrapper .lightgallery {
        /* max-height: 1690px; */
    }

    /* ---------- Footer ------------- */

}