@font-face {
    font-family: "IowanOldStyle";
    src: url('../../assets/fonts/IowanOldStyle-Titling-07.ttf') format("truetype");
}

@font-face {
    font-family: "HelvCond";
    src: url('../../assets/fonts/HelveticaNeue Condensed.otf') format("truetype");
}

@font-face {
    font-family: "HelvBold";
    src: url('../../assets/fonts/HelveticaNeue BoldCond.otf') format("truetype");
}

body {
  background-color: #000000;
}

.iframe-content {
  width: 52%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.img-size-md {
  width: 55%;
}

.ticket-btn {
  position: absolute;
  left: 38%;
  width: 25%;
}

.fb-btn {
  margin-top: -4rem;
  position: absolute;
  left: 45%;
  width: 4%;
}

.ig-btn {
  margin-top: -4rem;
  position: absolute;
  left: 50%;
  width: 4%;
}

.flex-b {
  margin: 2.5rem 0;
  justify-content: center;
  display: flex;
  flex-direction: row;
  gap: 3rem;
}

.btn-dark {
  background-color: #000;
  border-radius: 0;
  border: 2px solid #b38e5a;
  font-size: 1.5rem;
  font-family: 'HelvCond';
  padding-right: 2rem;
  padding-left: 2rem;
}

.btn-dark:hover {
  border-radius: 0;
  background-color: #333;
  border: 2px solid #b38e5a;
}

.body-copy {
  position: absolute;
  left: 28%;
  transform: translate(0, -45px);
  width: 45%;
  margin: auto;
  font-size: .7rem;
}

@media (min-width: 320px) and (max-width: 480px) {
  .iframe-content {
    width: 100%;
  }

  .body-copy {
    position: relative;
    width: 85%;
    font-size: .8rem;
    left: 0;
    margin: 3rem auto 0;
  }

  .ticket-btn {
    position: absolute;
    left: 28%;
    width: 45%;
  }

  .fb-btn {
    margin-top: -2rem;
    left: 42%;
    width: 5%;
  }

  .ig-btn {
    margin-top: -2rem;
    left: 52%;
    width: 5%;
  }

  .img-size-md {
    width: 100%;;
  }

  .flex-b {
    margin: 1.5rem 0;
    justify-content: center;
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
}
