* {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-optical-sizing: auto;
    font-style: normal;
}

body {
    color: #fff;
    background-color: #1b1b1b;
}

header {
    display: flex;
    background-image: url(/images/band.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 350px;
    justify-content: center;
    align-items: center;
}

section {
    padding: 30px 0;
    background: rgb(15,15,15);
    background: linear-gradient(180deg, rgba(15,15,15,1) 0%, rgba(27,27,27,1) 100%);
}

footer {
    padding: 50px 0;
}

header a {
    display: block;
    text-align: center;
}

header img {
    height: 300px;
    margin: 0;
}

@media (min-width: 992px) {
    section {
        padding: 100px 0;
    }

    header {
        height: 500px;
        justify-content: start;
    }

    header img {
        margin-left: 6rem;
        height: 400px;
    }
}

#intro .row {
    align-items: center;
}

#intro img {
    width: 100%;
}

p.lined {
    border-left: solid 3px #fff;
    padding-left: 15px;
}

.icon-social {
    width: 50px;
}

.social-item {
    position: relative;
    display: inline-block;
    border: 1px solid #555;
    border-radius: 8px;
    padding: 15px 15px 10px;
}

.social-title {
    position: absolute;
    padding: 0 15px;
    background-color: #1b1b1b;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}

#events a {
    color: #d4af37;
}

.legal {
    margin-top: 100px;
}

.row.lined {
    padding: .5rem 0;
}

.row.lined {
    border-bottom: solid 1px #777;
}