html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: '';
  clear: both;
  height: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.visuallyHidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0);
  overflow: hidden;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 2rem;
  font-family: "Fira Sans", sans-serif;
  color: #233237;
  background-color: #eac67a;
  text-align: center;
  line-height: 1.8;
}

.wrapper {
  max-width: 1240px;
  width: 85%;
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Stripping Styles */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
a,
button {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

li {
  text-decoration: none;
}

/* Typographic Styles */
h1 {
  font-family: "Lobster", cursive;
  color: #984b43;
  font-size: 12rem;
}

h2 {
  font-size: 6rem;
  color: #eac67a;
}

h1,
h2 {
  line-height: 1.2;
}

h3 {
  font-size: 4rem;
}

/* Dropdown Button */
.dropbtn {
  width: 100%;
  background: #233237;
  color: #eac67a;
  padding: 3% 5%;
  margin-top: 3%;
  font-family: "Fira Sans", sans-serif;
  font-size: 3.5vw;
  font-weight: bold;
  border: none;
}

.dropbtn:hover, .dropbtn:focus {
  background: #984b43;
}

.dropdown {
  width: 100%;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdownContent {
  display: none;
  background-color: #eac67a;
  min-width: 100%;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdownContent li {
  color: #233237;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdownContent li:hover,
.dropdownContent li:focus {
  background-color: #ddd;
  border: 1 solid #984b43;
}

li:hover,
li:focus,
button:hover,
button:focus {
  cursor: pointer;
}

/* Show the dropdown menu */
.show {
  display: block;
}

ol {
  list-style-position: inside;
  padding: 0 5%;
  list-style-type: decimal;
}

header {
  background: #233237;
}

footer {
  background: #984b43;
  color: #eac67a;
  margin-bottom: -10%;
}

header,
footer {
  padding: 2% 0;
}

main {
  background-color: #fff;
  padding: 2% 3%;
  text-align: center;
  min-height: 50vh;
}

main.wrapper {
  width: 65%;
  margin: 8% auto;
}

#playlistResult {
  margin-top: 5%;
}

/* Portrait tablet and small desktops */
@media (max-width: 940px) {
  main.wrapper {
    width: 80%;
  }
  .dropbtn {
    font-size: 5vw;
  }
  footer {
    padding: 2% 0;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
  h1,
  h2 {
    line-height: 1;
  }
  h1 {
    font-size: 9rem;
    line-height: 1;
  }
  h2 {
    font-size: 4.5rem;
    margin: 4.5% auto;
  }
  h3 {
    font-size: 3.25rem;
  }
  header .wrapper {
    width: 95%;
  }
  main.wrapper {
    width: 90%;
    margin: 10% auto;
  }
  .dropbtn {
    padding: 4% 6%;
  }
}

/* Landscape phones and down */
@media (max-width: 480px) {
  body {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  h1 {
    font-size: 6.5rem;
    line-height: 1;
    margin: 3% auto;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.5rem;
  }
  main.wrapper {
    width: 95%;
    margin: 10% auto;
  }
  .dropbtn {
    padding: 6% 8%;
    font-size: 6vw;
  }
  .dropdownContent {
    position: relative;
  }
  footer .wrapper {
    width: 80%;
  }
  footer p {
    padding: 5% 0;
  }
}
