.gallery-type {
    padding: 100px 0;
}

.full-width-gallery {
    max-width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.full-width-gallery img {
    max-width: 100%;
}

.two-cols-gallery {
    max-width: calc(1440px - 25px);
    margin: 0 auto;
    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 25px;
}

.two-cols-gallery img {
    max-width: 50%;
}

/* OTHER STYLESHEETS */

#contact .content-wrapper #contact-heading::before {
    content: none;
}

/* PROJECT */

#project-landing {
    height: 70vh;
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#project-landing h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 3em;
}


#about-project {
    max-width: 1440px;
    margin: 0 auto;
    height: auto;
}

#about-project .content-wrapper {
    min-height: 110vh;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 25px;
}

#about-project .content-wrapper .project-description {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
	padding: 50px 0px;
}

#about-project .content-wrapper .project-description .project-data, #about-project .content-wrapper .project-description .project-tags {
    flex: 1;
    padding: 25px 35px;
}

#about-project .content-wrapper .project-description .project-data h2 {
    font-size: 2em;
    margin-bottom: 15px;
}

#about-project .content-wrapper .project-description .project-data h3 {
    font-size: 1.3em;
    margin-bottom: 45px;
}

#about-project .content-wrapper .project-description .project-data p {
    font-size: 1.1em;
    line-height: 1.5em;
}

#about-project .content-wrapper .project-description .project-tags {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

#about-project .content-wrapper .project-description .project-tags .tags-list .tag {
    margin-bottom: 10px;
}

#about-project .content-wrapper .project-description .project-tags .tags-list .tag .tag-head {

    color: #fbc127ff;
}

#about-project .content-wrapper .project-description .project-tags .tags-list .tag {
    font-style: normal;
    text-transform: none;
}

#about-project .content-wrapper .project-gallery {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

#about-project .content-wrapper .project-gallery .gallery {
    width: 70%;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#about-project .content-wrapper .project-gallery .gallery img {
    max-width: 95%;
    display: none;
}

.next-btn {
    margin-right: 25px;
}

.prev-btn {
    margin-left: 25px;
}

.next-btn, .prev-btn {
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
}

.next-btn i, .prev-btn i {
    font-size: 2.5em;
    color: #FFFFFF;
}

#project-nav-bar {
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 55px;
}

#project-nav-bar ul {
    width: 90%;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

#project-nav-bar ul li a i.fa-chevron-left {
    margin-right: 10px;
}

#project-nav-bar ul li a i.fa-chevron-right {
    margin-left: 10px;
}

#project-nav-bar ul li a {
    transition:  color .3s ease-in-out;
}

#project-nav-bar ul li a:hover, #project-nav-bar ul li a:focus {
    color: #fbc127ff;
}

@media screen and (max-width: 768px) {
	#project-landing {
		background-attachment: scroll;
		background-attachment: scroll;
        -webkit-background-size: cover;
      	-moz-background-size: cover;
      	-o-background-size: cover;
      	background-size: cover;
	}
	
    #project-landing h1 {
        font-size: 2em;
    }

    #about-project .content-wrapper {
        min-height: auto;
        align-items: center;
        justify-content: center;
    }

    #about-project .content-wrapper .project-description {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #about-project .content-wrapper .project-description .project-data, #about-project .content-wrapper .project-description .project-tags {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        padding: 25px 0;
    }

    #about-project .content-wrapper .project-description .project-tags {
        max-width: 85%;
    }

    #about-project .content-wrapper .project-description .project-data h3 {
        font-size: 1em;
        max-width: 85%;
    }

    #about-project .content-wrapper .project-description .project-data p {
        font-size: .9em;
        line-height: 1.8em;
        max-width: 85%;
    }

    #about-project .content-wrapper .project-gallery {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #about-project .content-wrapper .project-gallery .gallery {
        width: 100%;
    }

    #about-project .content-wrapper .project-gallery .gallery img {
        display: block;
    }
    .full-width-gallery {
        max-width: 85%;
        flex-direction: column;
        gap: 25px;
    }

    .two-cols-gallery {
        width: 85%;
        height: auto;
        flex-direction: column;
        gap: 25px;
    }

    .two-cols-gallery img {
        max-width: 100%;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
	
	#project-nav-bar ul li a {
		font-size: .8em;
	}

	#project-nav-bar ul li a i.fa-chevron-left {
		margin-right: 10px;
	}

	#project-nav-bar ul li a i.fa-chevron-right {
		margin-left: 10px;
	}
}