.navigation-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    background: linear-gradient(45deg, #384c60 1%, #19262f 1%, #19262f 49%, #384c60 49%, #384c60 51%, #19262f 51%, #19262f 99%, #384c60 99%);
    background-color: black;
    background-size: 6px 6px;
    background-position: 50px 50px;
    font-family: "Ubuntu Condensed", sans-serif;
    color: #bca69a;
}

.left-column,
.center-column,
.right-column {
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}

.banner-image img {
    width: 200px;
    min-width: 100px;
    max-height: 200px;
}

.links-wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.nav-link a {
    font-size: 1.5em;
    text-decoration: none;
    transition: 0.5s;
}

.nav-link a:hover {
    color: #945c4e;
    letter-spacing: 2px;
}

.right-column {
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding-right: 50px;
}

.navigation-wrapper > .right-column a {
    text-decoration: none;
    transition: 0.5s;
}

.navigation-wrapper > .right-column > .contact-icon a:hover {
    color: #945c4e;
}

.contact-icon {
    margin-left: 10px;
}

.fab {
    font-size: 50px;
}

.info-wrapper {
    text-align: left;
    background: linear-gradient(45deg, #384c60 1%, #19262f 1%, #19262f 49%, #384c60 49%, #384c60 51%, #19262f 51%, #19262f 99%, #384c60 99%);
    background-color: black;
    background-size: 6px 6px;
    background-position: 50px 50px;
    color: #bca69a;
    padding: 0px 0px 10px 45px;
    border-bottom: 5px solid #cbcbcb;
}

.info-wrapper > .band-tagline {
    font-size: 0.9em
}

.info-wrapper a {
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #bca69a;
    font-size: 1em;
    transition: 0.5s;
}