.home #header {
    background: transparent;
}

.home #main {
    margin-top: 0;
}
.home-hero-logo {
    text-align: center;
    filter: drop-shadow(#ffffff 0rem 0rem 20px);
}
.footer-link ul {
    display: block;
    list-style: none;
    text-align: center;
    margin-bottom: 0;
}

.footer-link ul li a {
    font-family: 'Bebas Neue';
    font-weight: normal;
    letter-spacing: 2px;
    color: #fff;
    font-size: 20px;
    display: block;
    padding: 10px 20px;
    margin-bottom: 10px;
}

.footer-link ul li {
    display: inline-block;
}

#footer {
    padding: 50px 0;
}

.footer-link ul li a:hover {
    background-color: #a54c22;
}

.footer-logo {
    text-align: center;
    margin-bottom: 15px;
}