nav {
    background-color: #1a1a1a;
}

#project-landing p {
    color: #1a1a1a;
    width: 60%;
    text-align: center;
    font-family: "jost-medium-i";
    margin-top: 50px;
    max-width: 400px;
}

#scroll-info {
    position: absolute;
    bottom: 31px;
    right: 10%;
    border-top: solid 3px #1a1a1a;
    width: 90px;
    padding-top: 5px;
    text-align: right;
    transform: rotate(-90deg);
    z-index: 1;
}

.project-gold {
    background-color: #C7B299;
    width: 100%;
    position: relative;
}

.project-black {
    background-color: #1a1a1a;
    width: 100%;
    position: relative;
}

#placeholder {
    padding-top: 100vh;
}

.project {
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    padding-top: 100px;
    padding-bottom: 140px;
    max-width: 800px;
}

.project-black h2 {
    color: #C7B299;
}

.project-black p {
    color: #C7B299;
}

.project img {
    display: block;
    width: 100%;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.34);
    border-radius: 2px;
}

.project-gold p {
    color: #1a1a1a;
}

.project div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.project button {
    float: right;
    margin-top: -30px;
    margin-right: -7%;
    position: relative;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.34);
}

#shape {
    position: absolute;
    bottom: -1px;
    display: block;
    object-fit: cover;
    width: 100%;
}

#area-bottom-nav {
    position: relative;
}

#area-contact {
    position: relative;
}

#area-legal {
    position: relative;
    background-color: white;
}

@media only screen and (min-width: 900px) {
    #project-landing {
        background-image: url(../images/wallpaper/background-2-desktop.png);
    }

    .project {
        width: 70%;
        padding-top: 180px;
        padding-bottom: 270px;
    }
}