body {
    font-family: Avenir Next, sans-serif;
    font-weight: 200;
    font-style: normal;
    padding: 0;
    margin: 0;
    color: #fff;
    background-color: #000;
}
h1 {
    color: #ff0000;
    font-family: Avenir Next Ultra Light, sans-serif;
    text-align: center;
}
a {
    color: #ff0000;
    font-family: Avenir Next Ultra Light, sans-serif;
    text-decoration: none;
}



/*
 * Project Grid
 */
.container {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
@media (min-width: 1400px) {
    .container {
        width: 1400px;
    }
} 
@media (min-width: 1600px) {
    .container {
        width: 1600px;
    }
}
@media (min-width: 1920px) {
    .container {
        width: 1920px;
    }
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}
.btn__home-link {
    color: #fff;
    background-color: #f00;
    position: absolute;
    top: 5;
    left: 5;
}
.btn__homelink {
    color: #fff;
    background-color: #f00;
    position: absolute;
    top: 94%;
    left: 94%;
}
.spc {
    padding-top: 20px;
    padding-bottom: 50px;
}
.dwn {
    padding-top: 100px;
    padding-bottom: 100px;
}
.project-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.project-image {
    width: 100%;
}
.project-image img {
    width: 100%;
}
.project-grid {
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}
.project-grid__image {
    width: 100%;
}
.project-grid__image img {
    width: 100%;
}
@media (min-width: 800px) {
    .project-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 1400px) {
    .project-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
