#all{
    padding: 0px;
    overflow-x: hidden;
}
section{
    display: flex;
    position: relative;
    flex-direction: column;
    background-size: cover;
    padding-right: 15px;
}
.articleContainer{
    display: flex ;
    flex-direction: column;
}
#section1{
    height: 94vh;
    width: 100%;
    background-size: cover;
    background-position: bottom;
}
#section1 .articleContainer{
    justify-content: flex-end;
}

#projectName{
    background-color: #bdbdbd9c;
    padding: 27px 27px 37px 27px;   
}
.title{
    font-weight: 800;
}
.placeYear{
    font-weight: 100;
    font-family: Roboto Slab;
}

#section2 .articleContainer{
    justify-content: flex-start;
}
#projectDescription{
    background-color: #bdbdbd9c;
    padding: 27px;   
    height: 292px;
}
#projectDetails{
    width: 100%;
    height: 292px;
    background-color: #7a80c7;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.detail p{
    /* margin-bottom: 5px; */
    color: #ececec;
}
.detailItem span{
    text-transform: capitalize;
}
#projectImages{
    margin-bottom: 50px;
}
.project-img:hover{
    cursor: pointer;
    box-shadow: 0 0 26px #c1c1c1;
}
.card{
    margin: 15px 0;
    background: #a6a6a6;
}
.left, .right, .center{
    padding-left: 0;
}
.mySlides {display:none;}

.black-screen{
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    flex-direction: column;
    justify-content: center;
}
@media only screen and (max-width: 992px) {
    section{
        /* padding-left: 60px; */
    }
    #projectImages{
        padding-left: 33px;
    }
}