body {
    margin: 0;
    padding: 0;
}

.intro-desktop {
    display: block;
    margin: 0 auto;
}

h1 {
    color: #fc7514;
    font-family: "flyerfontshardcore";
    font-size: 45px;
    letter-spacing: 1px;
    margin: 40px auto 40px auto;
}

h2 {
    font-family: "wimpykiddialogue2017regular";
    font-size: 28px;
    margin-bottom: 50px;
    line-height: 40px;
}

main.bg-img {
    background-position: center;
    background-repeat: repeat-y;
    background-size: cover;
}

.bg-img-bottom {
    background-position: 0 -20px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100px;
    position: relative;
    z-index: 1;
}

.col-md-2 a {
    height: 100%;
    display: flex;
    justify-content: center;
}

.col-md-2 a img {
    align-self: center;
}

.content {
    display: flex;
    align-items: center;
    height: 90%;
}

.content h3 {
    line-height: 40px;
    margin-bottom: 40px;
    font-size: 25px;
}

.wall-section {
    margin-top: -100px;
    padding-top: 100px;
    padding-bottom: 60px;
}

footer {
    background-color: black;
    padding: 16px;
}

footer p {
    color: white;
}

@media screen and (min-width: 576px) {
    h1 {
        font-size: 60px;
    }
    h2 {
        font-size: 30px;
    }
    .content h3 {
        margin-bottom: 0;
        font-size: 28px;
    }
    .bg-img-bottom {
        background-position: 0 -25px;
    }
    .wall-section {
        margin-top: -100px;
        padding-top: 150px;
        padding-bottom: 80px;
    }
}

@media screen and (min-width: 768px) {
    .bg-img-bottom {
        background-position: 0 -35px;
    }
}

@media screen and (min-width: 1440px) {
    .bg-img-bottom {
        background-position: 0 -45px;
    }
}

@media screen and (min-width: 1920px) {
    .bg-img-bottom {
        background-position: 0 -60px;
    }
}
