:root {
  --primary: #000;
  --primaryHover: #555555;
}

img {
  max-width: 100%;
}

/* @font-face {
  font-family: "Trade Gothic LT Std Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Trade Gothic LT Std Regular"),
    url("../fonts/trade-gothic-lt-std-58a78e64434a9.woff") format("woff");
}

@font-face {
  font-family: "Trade Gothic LT Std Bold Condensed No. 20";
  font-style: normal;
  font-weight: normal;
  src: local("Trade Gothic LT Std Bold Condensed No. 20"),
    url("../fonts/trade-gothic-lt-std-bold-condensed-no-20-5872def1d27d8.woff")
      format("woff");
} */

/* bold */
@font-face {
  font-family: "STDBold";
  src: url("../fonts/TradeGothicLTStd-Bold.woff2") format("woff2"),
    url("../fonts/TradeGothicLTStd-Bold.woff") format("woff");
  /* font-weight: bold; */
  font-style: normal;
}

/* regular */
@font-face {
  font-family: "STDRegular";
  src: url("../fonts/TradeGothicLTStd.woff2") format("woff2"),
    url("../fonts/TradeGothicLTStd.woff") format("woff");
  /* font-weight: 300; */
  font-style: normal;
}

/* light */
@font-face {
  font-family: "STDLight";
  src: url("../fonts/TradeGothicLTStd-Light.woff2") format("woff2"),
    url("../fonts/TradeGothicLTStd-Light.woff") format("woff");
  /* font-weight: 200; */
  font-style: normal;
}

/* condensed */
@font-face {
  font-family: "STDCondensed";
  src: url("../fonts/TradeGothicLTStd-Cn18.woff2") format("woff2"),
    url("../fonts/TradeGothicLTStd-Cn18.woff") format("woff");
  /* font-weight: 100; */
  font-style: normal;
}

.normal {
  font-family: "STDRegular", sans-serif;
}
.condensed {
  font-family: "STDCondensed", sans-serif;
}

body,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Trade Gothic LT Std Bold Condensed No. 20", sans-serif;
}

body,
html {
  background-color: var(--primary);
}

.about_logo img {
  max-width: 100%;
}

ul.inline {
  list-style: none;
  display: flex;
  padding-left: 0px;
  align-items: center;
}

.event-in.event-in-B {
  color: #fff;
}

section.event {
  background-color: #ff541f;
}

ul.hA3_list a {
  color: var(--primary);
  font-size: 1.5em;
  padding: 0.25em;
}
ul.hA3_list a:hover {
  color: var(--primaryHover);
}

.border-0 {
  border-radius: 0px;
}

.about {
  background-color: #e3f4f2;
  color: var(--primary);
  text-align: center;
}

.py-A {
  padding-top: 5em;
  padding-bottom: 5em;
}

.weight-normal {
  font-weight: normal !important;
}

.foot_stuff ul {
  display: inline-flex;
}
.foot_stuff ul li a {
  color: #fff;
  text-decoration: none;
  padding: 10px 5px;
  display: block;
  text-transform: uppercase;
}
.foot_stuff ul li a {
  color: aliceblue;
}
p.attribution {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 0.6em;
  letter-spacing: 2px;
  color: #fff;
}
p.attribution a {
  color: #fff !important;
  border-bottom: 1px solid;
}
a.navbar-brand img {
  max-width: 300px;
}

.country_drop img {
  max-width: 20px;
}

.video-wrapper iframe {
  aspect-ratio: 16 / 9;
  width: 100% !important;
}

li.social-media-info {
  font-size: 0.8em;
}

.btn-tickets {
  font-family: "STDBold", sans-serif;
  font-weight: 600;
  background: red;
  color: #fff;
}

.btn-tickets:hover {
  background: var(--primary);
  color: #fff;
}

.country_drop .btn,
.country_drop .dropdown-item {
  font-family: "STDBold", sans-serif;
  font-weight: 600;
  color: var(--primary);
}
.country_drop .btn {
  background: transparent;
  border: 1px solid #ccc !important;
}

.btn {
  font-family: "STDBold", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.wrapper {
  overflow: hidden;
  max-width: 100%;
}
.frame-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  width: 300%; /* enlarge beyond browser width */
  left: -100%; /* center */
}

.frame-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
nav#top_nav {
  padding: 1.5em 0;
}

.event-in h2 {
  font-weight: 600;
  font-size: 3em;
}

.btn-black {
  background-color: var(--primary);
  color: #fff;
  font-size: 1em;
}
.btn-black:hover {
  background-color: var(--primaryHover);
  color: #fff;
}

section.buy-ticket-iframe iframe {
  width: 100%;
  height: 100vh;
  border: 0px;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 980px) {
  nav#top_nav {
    padding: 0.5em 0 1em 0;
  }
  div#top_nav_list {
    width: 100%;
    text-align: center;
    justify-content: space-between;
    margin-bottom: 1em;
  }
  div#top_nav_list .country_drop,
  div#top_nav_list .btn {
    font-size: 0.8rem;
  }
  a.navbar-brand img {
    max-width: 220px;
  }
  a.navbar-brand {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0px;
  }
  li.social-media-info {
    display: none;
  }
  ul.inline.hA3_list {
    justify-content: center;
    display: flex;
    width: 100%;
    margin-top: 0.5em;
  }
  ul.hA3_list a {
    font-size: 1em;
  }
}
