* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    user-select: none;
}

:root {
    --thumbnail-width: 30%; 
}

.d-flex{
    display: flex;
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
}

.h1 {
    font-family: din-2014, sans-serif;
    color: #1D351A;
    font-size: 2rem;
    line-height: 2.2rem;
}


.h2 {
    font-family: din-2014, sans-serif;
    color: #1D351A;
    font-size: 1.6rem;
    line-height: 1.8rem;
}

.h3 {
    font-family: din-2014, sans-serif;
    color: #1D351A;
    font-size: 1.2rem;
    line-height: 1.4rem;
}

img {
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

p {
    font-family: din-2014, sans-serif;
    display: inline-block;
    padding: 0;
    margin: 0;
    font-style: normal;
    font-size: 1.1rem;
    line-height: 1.3rem;
    color: #0D3501;

}

label {
    font-family: din-2014, sans-serif;
    display: inline-block;
    padding: 0;
    margin: 0;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.3rem;
    font-weight: 700;
    color: #0D3501;

}



.navbar_type {
    font-family: din-2014, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1rem;
    color: #0D3501;
    display: inline-block;
    padding: 0;
    margin: 0;
    border-bottom: 0.2rem #ffffff solid;
}

.dropdown_type {
    font-family: din-2014, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #FDFFFE;
    background-color: #0D3501;
    text-align: right;
    padding: 1rem 0 1rem 0;
    margin: 0;
    width: auto;
    outline: none;
    cursor: pointer;
    border-bottom: 0.2rem #0D3501 solid;
    display: block;
}

.dropdown_type:hover,
.dropdown_type:active,
.dropdown_type.active {
    font-weight: 700;
    border-bottom: 0.2rem #84BA0D solid;
}


.footer_type {
    color: #0D3501;
    font-family: din-2014, sans-serif;
    display: inline-block;
    padding: 0;
    margin: 0;
    font-style: normal;
}

footer {
    padding: 5vh 0 5vh 0;
}

.text_right {
    text-align: right;
}

.nav_active {
    font-weight: 700;
    border-bottom: 0.2rem #0D3501 solid;
}


.bold {
    font-weight: 700;
}

.project_right {
    text-align: left;
    justify-content: flex-start;
}

/*----------------------SLIDESHOW----------------------*/


.arrow_slideshow_container {
    z-index: 2000;
    position: absolute;
    height: 90vh;
    display: flex;
    align-items: center;

}

.arrow:hover {
    opacity: 1;
}

.arrow {
    height: 2rem;
    width: 2rem;
    opacity: 0.5;
    cursor: pointer;
    z-index: 30000;
}

.left {
    transform: scaleX(-1);
}

.st0 {
    fill: none;
    stroke: #FDFFFE;
    stroke-width: 5;
    stroke-miterlimit: 10;
    width: 100%;
}


/* .slideshow_grid_container {
    margin: 0;
    padding:0;
    width: 100vw;
    height: 88vh;
    z-index: 5;
    display: grid;
    grid-template-columns:[line1] 1fr [line2] 720px [line3] 1fr ;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    border:4px solid black;
  } */

.slideshow_container_1 {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 88vh;
    overflow: hidden;
    z-index: 5;
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 5;
}

.slideshow_container {
    margin: 0 auto;
    width: 100vw;
    height: 88vh;
    overflow: hidden;
    z-index: 5;
}

.arrow_left_slideshow {
    height: 2rem;
    width: 2rem;
    opacity: 0.5;
    cursor: pointer;
    z-index: 30000;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 5;
    align-self: center;
    transform: scaleX(-1);
}

.arrow_right_slideshow {
    height: 2rem;
    width: 2rem;
    opacity: 0.5;
    cursor: pointer;
    z-index: 30000;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 5;
    align-self: center;
    justify-self: end;
    display: flex;
    justify-content: flex-end;
}


.slides {
    height: 88vh;
    width: 600vw;
    display: flex;
    z-index: -4;
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 5;
}

.slide {
    width: 100vw;
    height: 88vh;
    margin: 0;
    border: 0;
    cursor: pointer;
}

.slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 7;
}

.slide-content {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: rgba(13, 53, 1, 0.8);
    width: 100vw;
    height: 100%;
    z-index: 1000000;
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 6;
    grid-row-end: 7;
    display: grid;
    border-top-left-radius: 0.6rem;
    border-top-right-radius: 0.6rem;

}

.slideshow_type {
    font-family: din-2014, sans-serif;
    margin: 0;
    font-style: normal;
    color: #FDFFFE;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 700;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    text-align: left;
}

.slideshow_number {
    float: right;
}


.slideshow_type_1 {
    font-family: din-2014, sans-serif;
    margin: 0;
    font-style: normal;
    color: #FDFFFE;
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 400;
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;

}


#next-btn,
#prev-btn {
    cursor: pointer;
}

#next-btn:focus,
#prev-btn:focus {
    outline: none;
}

#next-btn:hover,
#prev-btn:hover {
    opacity: 1;
}




/* .slideshow_container {
    width: 100vw;
    height: 88vh;
    overflow: hidden;
    margin: 0;
} */

.slideshow1 {
    width: 400vw;
    height: 100%;
    display: flex;
    flex-direction: row;
    overflow: hidden;

}

.slide1 {
    width: 25%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.slideshow_img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.caption {
    background-color: rgba(13, 53, 1, 0.8);
    width: 100%;
    height: 15vh;
    z-index: 100;
    position: absolute;
    top: 74vh;
    display: flex;
    align-items: center;
    padding: 0 5vw 0 5vw 0;
}

.project-page-caption {
    background-color: rgba(13, 53, 1, 0.8);
    width: 100%;
    height: auto;
    padding:0.5rem; 
    z-index: 100;
    position: absolute;
    bottom: 0vh;
    display: flex;
    align-items: center;
}

.project-page-caption-text {
    grid-row-start: 1;
    grid-row-end: 5;
    z-index: 2;
    margin: 0 0 0 2vw;
    align-self: center;
    color:#ffffff;
}

/* 
.arrows {
    z-index: 2000;
    position: absolute;
    height: 90vh;
    display: flex;
    align-items: center;
}

.arrow:hover {
    opacity: 1;
}

.arrow {
    height: 2rem;
    width: 2rem;
    opacity: 0.5;
    cursor: pointer;
    z-index: 30000;
}
 */

.filter {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.filterDiv {
    display: none;
}

.hidden-scroll {
    opacity: 0;
    transition: all 1s;
}

.show-scroll {
    opacity:1;
}

.show {
    display: block;
}

.filter_btn {
    font-family: din-2014, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1rem;
    color: #0D3501;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    outline: none;
    cursor: none;
    text-align: left;
    padding: 0;
    padding: 0;
}

.filter_btn:hover,
.filter_btn_active {
    border-bottom: 2px solid #0D3501;
    font-weight: 700;
}

/*.filter_btn.active {
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #0D3501;
    font-weight: 700;
}*/


.search_container {
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.search-overflow-hidden {
    width:100%;
    overflow: hidden;

}

.search_field {
    height: 2rem;
    width: 101%;
    padding: 0 0 0 1rem;
    margin: 0;
    outline: none;
    border: 1px solid #1D351A;
    display: inline;
    float: left;
    border-top-left-radius: 0.6rem;
    border-bottom-left-radius: 0.6rem;
    border-top-right-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
}

.search_button {
    height: 2rem;
    width: 12%;
    padding: 0;
    margin: 0;
    border: 1px solid #1D351A;
    outline: none;
    background-color: #697F65;
    display: inline;
    float: right;
    border-top-right-radius: 0.6rem;
    border-bottom-right-radius: 0.6rem;
}

.search_button:hover,
.search_button:active,
.submit_button:hover,
.submit_button:active {
    background-color: #1D351A;
}

.search_icon {
    height: 1.2rem;
    width: 1.2rem;
    padding: 0;
    margin: 0;
    border: 0;
}

.search {
    fill: none;
    stroke: #FDFFFE;
    stroke-width: 20;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    height: 100%;
    width: 100%;
}

.about_img_container {
    width:100%;
    height: 85%; 
    overflow: hidden;
    object-fit: cover;
}

.service-img-container {
    width:100%;
    height: auto; 
    overflow: hidden;
    border-radius: 0.6rem;
}

.profile-img-container{
    width:100%;
    height:auto; 
}

.rollover-scale {
    transition: all .2s ease-in-out;
}


.rollover-scale:hover {
    transform: scale(1.1);
}


/*-------------LOADING SCREEN------------*/

#loading_animation {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 60000;
    background-color: #ffffff;
}

.delete_later {
    display: none;
}

.preload {
    overflow: hidden;
}

.logo_loading {
    width: 25vh;
    height: 25vh;
}

.logo_square {
    fill: #8CBF3F;
}

.logo_circle {
    fill: #23572B;
}

.logo_lines {
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 7;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 210;
    stroke-dashoffset: 210;
    animation: dash 4s linear alternate infinite;
}

@keyframes dash {
    from {
        stroke-dashoffset: 210;
    }

    to {
        stroke-dashoffset: 0;
    }
}

.logo_loading_type {
    width: 25vh;
    padding: 2vh 0 0 0;
    margin: 0;
    font-size: 4vh;
    line-height: 4vh;
    font-weight: 700;
    color: #0D3501;
    font-family: din-2014, sans-serif;
}


/*---------------SEARCH BAR---------------*/

.submit_button {
    border: 1px solid #1D351A;
    outline: none;
    background-color: #697F65;
    color: #FDFFFE;
    font-family: din-2014, sans-serif;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.3rem;
    font-weight: 700;
    padding:0.45rem 1rem; 
    border-radius: 0.6rem;
}


input[type=text] {
    font-family: din-2014, sans-serif;
    margin: 0;
    font-style: normal;
    color: #1D351A;
    font-size: 1rem;
    line-height: 1.2rem;
    padding: 0 0 0 0.5rem;
    height: 2rem;
}

.name {
    width: 100%;
    border-radius: 0.6rem;
}

.e-mail {
    width: 100%;
    border-radius: 0.6rem;
}

textarea {
    font-family: din-2014, sans-serif;
    margin: 0;
    font-style: normal;
    color: #1D351A;
    font-size: 1rem;
    line-height: 1.2rem;
    padding: 0.5rem 0 0 0.5rem;
    height: 8rem;
    width: 100%;
}

/*---------------ICONS-----------------*/
.service_text{
    width:100%;
    height:100%; 
    padding:0 2vw 0 0; 
    display: none;
}

#text1 {
    display: block;
}

.icon_container.active {
    opacity: 1;
}


.icon_container {
    width:25%;
    height:auto; 
    padding:0;
    margin:0;
    opacity: 0.6;
    cursor: pointer;
}

.icon_caption{
    width:100%;
    padding:1rem 0 1rem 0; 
}

.light_green_fill {
    fill: #8CBF3F;
}

.dark_green_fill {
    fill: #23572B;
    stroke: #FFFFFF;
    stroke-width: 7;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.white_stroke {
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 7;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.speech_bubble {
    width:100%;
    height:100%;
    padding:1rem 1rem 1rem 1rem;
    background-color: #dcefd8;
    margin:0;
    border-radius: 0.6rem;
}
.space_between_container{
    width:90%;
    height:100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin:0;
    padding:0;
}

.hanging_quote {
    height: 100%;
    width: 1rem; 
    display: block;
    float: left;
}

.quote_container {
    height:auto;
    /* width:40rem; */
    display: inline-block;
    float:left; 
}

.referee_container {
    height:auto;
    width:auto;
    display: inline-block;
    padding:0; 
    margin:0;
    position: relative;
}

.triangle{
    width:8%;
    border:0;
    padding: 0;
    margin:0 2rem 0 0;
    float: right;
}

.triangle_fill {
    fill: #dcefd8;
}


/*---------------NAVIGATION-----------------*/

.logo_nav_type {
    font-size: 1rem;
    line-height: 1rem;
    color: #0D3501;
    font-weight: 700;
}

.justify_nav {
    display: flex;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    flex-wrap: wrap;

}

.right_align {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.right_align_col {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}


.logo_nav_type:hover,
.navbar_type:hover {
    font-weight: 700;
    border-bottom: 0.2rem #0D3501 solid;
}


#navbar {
    height: 12vh;
    display: flex;
    align-items: center;


}


a:hover {
    text-decoration: none;
}

.nav_logo {
    height: 2rem;
    width: 2rem;
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: top;
    border: 0;
}

.border {
    border: 1px solid red;
}

.dark_green {
    background-color: #0D3501;
}



hr {
    background-color: #0D3501;
    width: 100%;
    size: 2;
    padding: 0;
    margin: 0;
}



#dropdown_menu {
    display: none;
    position: absolute;
    top: 10vh;
    left: 0;
    z-index: 8000;
    background-color: #0D3501;
    padding: 2vh 0 2vh 0;
    width: 100%;
}

.menu-button-container {
    display: flex;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#menu-toggle~.menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

#menu-toggle:checked~.menu li {
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
}



#menu-toggle {
    display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
    display: block;
    background-color: #0D3501;
    position: absolute;
    height: 4px;
    width: 30px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
}

.menu-button::before {
    content: '';
    margin-top: -8px;
}

.menu-button::after {
    content: '';
    margin-top: 8px;
}

#menu-toggle:checked+.menu-button-container .menu-button::before {
    margin-top: 0px;
    transform: rotate(405deg);
}

#menu-toggle:checked+.menu-button-container .menu-button {
    background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked+.menu-button-container .menu-button::after {
    margin-top: 0px;
    transform: rotate(-405deg);
}


/***********SEARCH BAR***********/





/**********CONTAINERS**********/

.tab {
    width: 1rem;
    display: inline-block;
}



.footer_container {
    width: 7.5rem;
}

.form_container {
    width: 100%;
    padding: 0 0 2vh 0;
}

textarea {
    border-radius: 0.6rem;
}

.justify_content {
    display: flex;
    justify-content: space-between;
    width:100%; 
}

.type_container {
    display: inline-block;
    width: 4rem;
}

.container_100vh {
    height: 100vh;
    width: 100%;
}

/**********ROLLOVER IMAGES***********/

.gallery_container {
    width: 100%;
    height: auto;
    margin: 0;
    overflow: hidden;
    position: relative;
    margin: 2.5vh 0 2.5vh 0;
    border-radius: 0.6rem;
}

.image_roll {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #0D3501;
    font-family: din-2014, sans-serif;
    color: #FDFFFE;
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 1rem 1rem 1rem 1rem;

}

.gallery_container:hover .overlay {
    opacity: 0.9;
}



/********PROJECT IMAGES***********/

.mySlides {
    display: none;
}


.full_height_container {
    height: 100%;
    width: 100%;
}

.project_description {
    width: 100%;
    height: auto;

}
.project-text-wrapper {
    height: 80vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* .justify_container {
    height: 80vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
} */

.thumbnail_container {
    width: 100%;
    height: auto;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    gap:10px; 
}

.thumbnail {
    width: 25vw;
    height: 14vw;
    /* margin: 2.5vh 0 0 0; */
    cursor: pointer;
    opacity: 0.6;
    border-radius: 0.6rem;
}

.thumbnail:hover,
.thumbnail.active {
    opacity: 1;
}

.object_fit_cover {
    object-fit: cover;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 0.6rem;
}
.object-fit-contain {
    object-fit: contain;
}

.grid_container {
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;

}

.arrow_left {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 5;
    z-index: 2;
    margin: 0 0 0 2vw;
    align-self: center;
}



.arrow_right {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 5;
    z-index: 2;
    margin: 0 2vw 0 0;
    align-self: center;
    justify-self: end;
}

.display_image_container {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 5;
    width: 100%;
    height: 30vw;
    display: none;
    overflow: hidden;
    float: right;
    z-index: 1;
    padding: 0;
    margin: 0;
    background-color: #9DA89A;
    border-radius: 0.6rem; 
}

.arrow_container {
    z-index: 4000;
    position: absolute;
    width: 100%;
    padding: 0 2vw 0 2vw;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.display_image {
    height: 100%;
    width: 100%;
    object-fit: contain;
    background-color: #9DA89A;
}

.project_container {
    height: 100%;
    width: 15rem;
    padding: 0.5rem 0 0.5rem 0;
    border-bottom: 0.2rem #FFFFFF solid;
    display: inline-block;
}

.project_container:hover,
.project_container:active {
    border-bottom: 0.2rem #0D3501 solid;
}



.display_desktop {
    display: static;
}

/** {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

::-webkit-scrollbar {
    display: none;
}


html,
body {
    overscroll-behavior: none;
}

main {
    position:fixed;
    z-index: 0;
    height: 90vh;
    width: 100%;
}

.project_images_container {
    height: 70vh;
    width: 100%;
    overflow-y: scroll;
    border: 1px solid red;
    position: relative;
}

.scrollable {
    width: 100%;
    top: 0;
    left: 0;
    will-change: transform;
}

.content {
    position: relative;
    width: 100%;
}

section {
    position: relative;
    height: 50vh;
}

.project_image {
    height: 50vh;
    width: 100%;
    object-fit: cover;
    position:relative;
}*/












.align_top {
    position: absolute;
    /* top: 1rem;
    left: 1rem;*/
    /* animation-name: fadeinDown;
    animation-duration: 1s;
    animation-iteration-count: 1;*/
}

.align_bottom {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    width:90%; 
    /* animation-name: fadeinUp;
    animation-duration: 1s;
    animation-iteration-count: 1;*/
}

.animate_fadeinDown {
    animation-name: fadeinDown;
    animation-duration: 2s;
}

.animate_fadeoutDown {
    animation-name: fadeoutDown;
    animation-duration: 2s;
    animation-play-state: running;
}

.animate_fadeinUp {
    animation-name: fadeinUp;
    animation-duration: 2s;
    animation-play-state: running;
    animation-fill-mode: forwards;
}

.animate_fadeoutUp {
    animation-name: fadeoutUp;
    animation-duration: 2s;
    animation-play-state: running;
}


/**********SPACERS**********/
.spacer_5vh {
    height: 5vh;
    width: 100%;

}

.spacer_2vh {
    height: 2vh;
    width: 100vw;
}



.mobile_spacer {
    height: 5vh;
    width: 100%;
    display: block;
}

.spacer_mobile {
    width: 100%;
    height: 5vh;
    display: block;
}


/************ANIMATION************/

@keyframes fadeinDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeinUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeoutDown {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-20px);
    }
}

@keyframes fadeoutUp {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}

/*MEDIA QUERY FOR TOUCH SCREEN*/
@media (pointer:coarse) {
    .overlay {
            opacity: 1;
            font-size: 1rem; 
        }
    
        .overlay, .align_top, .align_bottom {
            position:static;
        }
}

/*MEDIA QUERY FOR TOUCH SCREEN*/
@media (hover:none) {
    .overlay {
            opacity: 1;
            font-size: 1rem; 
        }
    
        .overlay, .align_top, .align_bottom {
            position:static;
        }
}



/*MEDIA QUERY FOR EXTRA SMALL*/
@media (max-width: 576px) {
    .display_image_container {
        height:100%;
    }

    .justify_container {
        height: auto;
    }

    .display_mobile {
        display: static;
    }

    .slideshow_grid_container {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        display: grid;
        grid-template-columns: 1fr 12fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
    }

    .slideshow_type_container {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        display: grid;
        grid-template-columns: 1fr 12fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
    }

    .slide {
        margin: 0;
        padding: 0;
        width: 100vw;
        height: 70vh;
        z-index: 5;
        display: grid;
        grid-template-columns: 1fr 12fr 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .slideshow_container_1 {
        height: 70vh;
    }


}

/*MEDIA QUERY FOR SMALL*/
@media (min-width: 576px) {
    .display_image_container {
        height:60vw;
    }

    .thumbnail {
        width: 18vw;
        height: 10vw;
        border-radius: 0.6rem;
    }

    .project_right {
        text-align: right;
        display: flex;
        justify-content: flex-end;
    }

    .display_mobile {
        display: static;
    }

    .slideshow_grid_container {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        display: grid;
        grid-template-columns: 1fr 510px 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
    }

    .slideshow_type_container {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        display: grid;
        grid-template-columns: 1fr 510px 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
    }

    .slide {
        margin: 0;
        padding: 0;
        width: 100vw;
        height: 70vh;
        z-index: 5;
        display: grid;
        grid-template-columns: 1fr 510px 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .slideshow_container_1 {
        height: 70vh;
    }
    

}

/*MEDIA QUERY FOR MEDIUM*/
@media (min-width: 768px) {
    .display_image_container {
        height:100%;
    }

    .thumbnail {
        width: 20vw;
        height: 11vw;
        border-radius: 0.6rem;
    }

    .display_mobile {
        display: none;
    }

    .slideshow_grid_container {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        display: grid;
        grid-template-columns: 1fr 690px 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
    }

    .slideshow_type_container {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        display: grid;
        grid-template-columns: 1fr 690px 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
    }

    .slide {
        margin: 0;
        padding: 0;
        width: 100vw;
        height: 88vh;
        z-index: 5;
        display: grid;
        grid-template-columns: 1fr 690px 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
    .slideshow_container_1 {
        height: 88vh;
    }



}


/*MEDIA QUERY FOR LARGE*/
@media (min-width: 992px) {
    .display_image_container {
        height:30vw;
    }
    .thumbnail {
        width: 8.5vw;
        height: 4vw;
        border-radius: 0.6rem;
    }
    .menu-button-container {
        display: none;
    }

    .display_desktop {
        display: none;
    }

    .spacer_mobile {
        display: none;
    }

    .mobile_spacer {
        display: none;
    }



    .justify_container {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .slideshow_grid_container {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        display: grid;
        grid-template-columns: 1fr 930px 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
    }

    .slideshow_type_container {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        display: grid;
        grid-template-columns: 1fr 930px 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
    }

    .slide {
        margin: 0;
        padding: 0;
        width: 100vw;
        height: 88vh;
        z-index: 5;
        display: grid;
        grid-template-columns: 1fr 930px 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    }



}


/*MEDIA QUERY FOR X-LARGE*/
@media (min-width: 1200px) {

    .slideshow_grid_container {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        display: grid;
        grid-template-columns: 1fr 1114px 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
    }

    .slideshow_type_container {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        display: grid;
        grid-template-columns: 1fr 1114px 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
    }

    .slide {
        margin: 0;
        padding: 0;
        width: 100vw;
        height: 88vh;
        z-index: 5;
        display: grid;
        grid-template-columns: 1fr 1114px 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    }


}

/*MEDIA QUERY FOR XX-LARGE*/
@media (min-width: 1400px) {

    .slideshow_grid_container {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        display: grid;
        grid-template-columns: 1fr 1290px 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
    }

    .slideshow_type_container {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        display: grid;
        grid-template-columns: 1fr 1290px 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
    }

    .slide {
        margin: 0;
        padding: 0;
        width: 100vw;
        height: 88vh;
        z-index: 5;
        display: grid;
        grid-template-columns: 1fr 1290px 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    }



}