a {
    color: inherit;
}

body {
    font-size: 16pt;
    margin: 1em;
}

footer {
    color: #666;
    font-size: 12pt;
    margin: 20em 0 8em;
    text-align: center;
}

h2 {
    font-size: 28pt;
    margin: 0 0 1em;
    text-align: center;
    text-transform: uppercase;
}

header {
    margin: 2em auto;
    text-align: center;
    max-width: 600px;
}

html {
    background: #111;
    color: #ddd;
    font-family: Bahnschrift, 'DIN Alternate', 'Franklin Gothic Medium', 'Nimbus Sans Narrow', sans-serif-condensed, sans-serif; 
}

img {
    max-width: 100%;
}

main {
    margin: 0 auto;
    max-width: 800px;
}

nav {
    display: block;
    font-size: 20pt;
    font-weight: bold;
    margin: 2em 0;
    text-align: center;
    text-transform: uppercase;
}

nav a {
    color: inherit;
    text-decoration: none;
}

nav a:hover {
    text-decoration: underline;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav li {
    display: inline;
    margin: 0 1em;
}

section {
    margin: 0 0 8em;
}

#contact {
    text-align: center;
}

#mailing-list {
    text-align: center;
}

#mailing-list nav {
    display: none;
}

#mailing-list input {
    margin: 0.5em;
}

#mailing-list input[type=text],
#mailing-list input[type=email] {
    background-color: rgba(255,255,255,0);
    color: #fff;
    border: solid 1px #fff;
    border-radius: 2px;
    padding: 11px 20px;
    width: 283px;
    font-size: 18px;
    font-weight: 400;
    max-width: 325px;
}

#mailing-list input[type=submit] {
    background: #830023;
    color: #fff;
    width: 167px;
    padding: 0 10px;
    border: none;
    border-radius: 4px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 17px;
    text-align: center;
    cursor: pointer;
    height: calc(45px - 2px - 2px);
    max-width: calc(167px - 2px - 2px);
}

#merch a {
    align-items: center;
    display: flex;
    font-size: 26pt;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

#merch a .arrow {
    position: relative;
    right: 0;
    transition: right 0.35s;
}

#merch a:hover .arrow {
    right: -0.35em;
}

#merch .image {
    width: 50%;
}

#merch .link {
    padding: 0.5em;
    width: 40%;
}

#music #action {
    margin: 2em 0;
    text-align: center;
}

.button {
    background: #ddd;
    border-radius: 1em;
    color: black;
    padding: 0.5em 1em;
    text-decoration: none;
    transition: background-color 0.5s;
}

.button:hover {
    background: #fff;
}

.sr-only {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

.video {
    position: relative;
    overflow: hidden;
}

.video::after {
    display: block;
    content: "";
    padding-top: 56.25%;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

