@font-face {
  font-family: "Didot Regular";
  src: url(fonts/DidotRegular.ttf);
}

@font-face {
  font-family: "Gotham Light";
  src: url(fonts/GothamLight.otf);
}

#arnor-dan {
  font-family: "Didot Regular", "Times New Roman", Times, serif;
  text-align: center;
}

.main-header {
  font-size: 70px;
  padding: 100px 0px 17px 0px;
}

.header {
  font-size: 70px;
  padding: 100px 0px 30px 0px;
}

.sub-header {
  font-family: "Gotham Light", "Open Sans", "Helvetica neue";
  font-size: 13px;
  padding: 17px;
  text-align: left;
  margin: 0px 200px;
  line-height: 20px;
}

.header2 {
  font-size: 50px;
  padding: 50px 0px 30px 0px;
}

.button-container {
  padding: 40px;
}

.listen-button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 2px solid black;
  padding: 13px 25px;
  text-decoration: none;
  color: black;
  font-size: 12px;
  font-weight: 500;
}

.image {
  margin-top: 50px;
  padding: 17px;
  max-height: 763.83px;
  max-width: 761.5px;
  width: 90%;
  height: auto;
}

.music-item {
  padding: 15px 0px;
}

.fab {
  text-decoration: none;
  color: black;
  font-size: 23px;
  padding: 10px;
}

a.fab:hover {
  color: lightgrey;
}

iframe {
  max-width: 861.5px;
  padding: 30px 0px;
}

.social-media-icons {
  padding-top: 10px;
}
