a, abbr, address, applet, area, article, aside, audio, b, bdi, bdo, blockquote,
body, br, canvas, caption, cite, code, col, colgroup, data, dd, del, dfn, div,
dl, dt, em, embed, figcaption, figure, footer, h1, h2, h3, h4, h5, h6, header,
hgroup, hr, html, i, iframe, img, ins, kbd, li, main, main, map, mark, nav,
noscript, object, ol, p, param, picture, pre, q, rb, rp, rt, rtc, ruby, s, samp,
section, small, source, span, strong, sub, sup, table, tbody, td, tfoot, th,
thead, time, tr, track, tt, u, ul, var, wbr, ::before, ::after {
  all: unset;
  box-sizing: border-box;
}

address, article, aside, blockquote, details, dialog, dd, div, dl, dt, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr,
iframe, li, main, nav, ol, p, pre, section, table, ul {
  display: block;
}

html {
  font-size: 100%;
}

a {
  cursor: pointer;
  text-decoration: underline;
}
a:focus,
a:hover {
  color: #999999;
}

body {
  background-color: #c2b9b0;
  font-family: sans-serif;
  font-size: 16px;
}

header {
  background-color: #000000;
  background-image: url("header.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 100vh;
}
header svg {
  bottom: 10vh;
  color: #ffffff;
  display: block;
  height: auto;
  left: 50%;
  max-width: 90%;
  position: absolute;
  transform: translateX(-50%);
  width: 900px;
}

nav ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  left: 0;
  margin: 16px;
  position: absolute;
  right: 0;
  top: 0;
}
nav li {
  display: block;
  margin: 8px 8px;
}
nav a {
  color: #ffffff;
  display: block;
  transition: transform 0.25s;
}
nav a:hover,
nav a:focus {
  transform: scale(1.25);
}
nav svg {
  height: 48px;
  width: 48px;
}

section {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 16px;
  padding: 16px;
}
section article {
  text-align: center;
}
section article h1 {
  font-family: serif;
  font-size: 40px;
  margin: 16px 0;
  text-transform: uppercase;
}
section article h1:before,
section article h1:after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNDkuOTk5OTk2IDUyLjMzNzciPgogIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01NS42OTAyMTMsLTk3LjQzMDcxOSkiPgogICAgPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0ibSA4NC42NTU5MDEsOTcuNDMwNzE5IC02LjU3MzY5LDguMDAyOTYxIGMgMCwwIDEuMzk3MjEsMTIuNjM4OTggMjcuNjA3OTk5LDE2LjMxOTQzIDAsMCAtMjEuMzYzNDM5LC02LjA4MTk4IC0yMS4wMzQzMDksLTI0LjMyMjM5MSB6IG0gLTE3LjkwNDIyMiwyMC44ODM3MzEgLTExLjA2MTQ2Niw1LjI4NzU4IDExLjA2MTQ2Niw1LjI4MjY1IDI2LjI4NDg3MiwtNS4yODI2NSB6IG0gMzguOTM4NTMxLDcuMTM0MDQgYyAtMjYuMjEwNzg5LDMuNjgwNDUgLTI3LjYwNzk5OSwxNi4zMTk0MyAtMjcuNjA3OTk5LDE2LjMxOTQzIGwgNi41NzM2OSw4LjAwMDUgQyA4NC4zMjY3NzEsMTMxLjUyOCAxMDUuNjkwMjEsMTI1LjQ0ODQ5IDEwNS42OTAyMSwxMjUuNDQ4NDkgWiIvPgogIDwvZz4KPC9zdmc+Cg==");
  background-size: 24px;
  content: "";
  display: inline-block;
  height: 24px;
  margin: auto 12px;
  width: 24px;
}
section article h1:after {
  transform: scaleX(-1);
}
section article iframe {
  background-color: #ffffff;
  border-radius: 8px;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 100%;
}
section article:nth-of-type(1) a {
  background-color: #333333;
  border-color: #333333;
  border-radius: 8px;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: grid;
  font-size: 20px;
  font-weight: 700;
  height: 48px;
  letter-spacing: 1px;
  padding: 0 48px;
  place-items: center;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
section article:nth-of-type(1) a:focus,
section article:nth-of-type(1) a:hover {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #000000;
  outline: 0;
}

footer {
  background-color: #cccccc;
  padding: 8px;
}
footer p {
  font-size: 12px;
  text-align: center;
}

input[type='submit'] {
  background-color: #333333;
  border-color: #333333;
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: 700;
  height: 48px;
  letter-spacing: 1px;
  padding: 0 48px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
input[type='submit']:focus,
input[type='submit']:hover {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #000000;
  outline: 0;
}
input[type='email'],
input[type='text'],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
  box-shadow: none;
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  height: 48px;
  margin-bottom: 16px;
  padding: 8px 16px;
  width: 100%;
}
input[type='email']:focus,
input[type='text']:focus,
textarea:focus {
  border-color: #333333;
  outline: 0;
}
textarea {
  min-height: 100px;
}
label {
  box-sizing: border-box;
  display: block;
  font-size: 20px;
  text-align: left;
  margin-bottom: 8px;
}

.spotify {
  height: 400px;
  width: 100%;
}

.youtube {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.youtube iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (min-width: 900px) {
  nav ul {
    justify-content: right;
  }
  section {
    margin: 0 auto;
    max-width: 900px;
  }
}
