/*---------- PROJECTS PAGE ----------*/
#marker-1{
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    /*background-color: #FF0000;*/
    margin-top: 101vh;
    z-index: 999;
    }
.project-image-block{
    position: relative;
    display: grid;
    grid-template-columns: 100%;
    /*background-color: #1D71AA;*/
    margin: 0 0 1rem;
    cursor: pointer;
    overflow: hidden;
    }
.project-image-block-coming-soon{
    position: relative;
    display: grid;
    grid-template-columns: 100%;
    /*background-color: #1D71AA;*/
    margin: 0 0 1rem;
    cursor: pointer;
    overflow: hidden;
    }
.project-image-block .project-image{
    position: relative;
    }
.project-image-block .project-image::before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
    transition: all ease-in-out 300ms;
    }
.project-image-block .project-image-text{
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 300;
    font-style: normal;
    color: #f4f4f4;
    opacity: 1;
    text-align: center;
    width: 100%;
    padding: 0px 15px;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1em;
    text-shadow: 0px 0px 24px rgba(0, 0, 0, 1), 0px 0px 48px rgba(0, 0, 0, 1);
    z-index: 3;
    transition: all ease-in-out 300ms;
    pointer-events: none;
    }
.project-image-block .project-image-text.lrg{
    font-size: 28px;
    }
.project-image-text-coming-soon{
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 300;
    font-style: normal;
    color: #111;
    opacity: 1;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1em;
    z-index: 3;
    transition: all ease-in-out 300ms;
    }
/*---------- /PROJECTS PAGE ----------*/
/*---------- INDIVIDUAL PROJECTS PAGES ----------*/
.project-header-last{
    float: left;
    padding-bottom: 9px;
    }
.no-float{
    float: none;
    }
.status{
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1em;
    text-transform: uppercase;
    padding-top: 24px;
    font-weight: 300;
    font-style: normal;
    }
.status.reduce-top{
    padding-top: 0px;
    margin-top: -15px;
    }
.projects-top-paragraph{
    padding-bottom: 24px;
    }
/*---------- INDIVIDUAL PROJECTS PAGES ----------*/
@media only screen and (min-width:576px){
}
@media only screen and (min-width:768px){
.project-image-block .project-image-text.lrg{
    font-size: 32px;
    }
.projects-top-paragraph{
    padding-bottom: 72px;
    }
}
@media only screen and (min-width:992px){
.old-projects-gap{
    margin-top: 36px;
    }
.project-image-block .project-image-text{
    top: 40%;
    opacity: 0;
    }
.project-image-block:hover .project-image::before{
    background-color: rgba(0, 0, 0, 0.5);
    }
.project-image-block:hover .project-image-text{
    top: 50%;
    opacity: 1;
    }
.status{
    padding-top: 32px;
    }
}
@media only screen and (min-width:1200px){

}
