@font-face {
  font-family: Impact;
  src: url('../fonts/impact.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Impacted;
  src: url('../fonts/Impacted.ttf') format("truetype"), url('../fonts/Impacted.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Unicode;
  src: url('../fonts/unicode.impact.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: College Boy;
  src: url('../fonts/College-Boy.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 6 Brands Regular 400";
  src: url('../fonts/Font-Awesome-6-Brands-Regular-400.otf') format("opentype"), url('../fonts/Font-Awesome-6-Brands-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Overwave;
  src: url('../fonts/Overwave.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.navbar {
  z-index: 2;
  background-color: #fff;
  position: sticky;
  top: 0;
}

.navbar.inverted {
  background-color: #0b0d08;
}

.main {
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  padding-top: 40px;
  display: flex;
}

.footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.wrapper {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  color: #000;
  padding: 8px 30px 5px;
  transition: all .4s;
  position: absolute;
}

.navbar-brand-three:hover, .navbar-brand-three:focus {
  color: #000c;
  background-color: #ffab3f;
}

.navbar-brand-three.inverted {
  color: #fff;
}

.navbar-brand-three.inverted:hover, .navbar-brand-three.inverted:focus {
  color: #000000e6;
  background-color: #ee3e27;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  text-transform: uppercase;
  border-bottom: 2px solid #0000;
  margin-left: 2px;
  margin-right: 2px;
  padding: 8px 8px 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: all .4s;
  display: inline-block;
}

.nav-link:hover {
  border-bottom: 2px solid #000000ba;
}

.nav-link:focus {
  border-bottom-color: #000000ba;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  border-bottom-color: #ffab3f;
}

.nav-link.inverted {
  color: #fff;
}

.nav-link.inverted:hover, .nav-link.inverted:focus {
  border-bottom-color: #ffffffba;
}

.nav-link.inverted.w--current {
  border-bottom-color: #ee3e27;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Overwave, sans-serif;
  font-size: 44px;
}

.heading:hover {
  color: #000000e6;
}

.body {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.navbar-logo-center-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three-2 {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three-2 {
  width: 100%;
}

.nav-menu-three-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: #000;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #000000ba;
  margin-left: 10px;
  margin-right: 10px;
  padding: 6px 25px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  transition: all .4s;
}

.button-primary-2:hover {
  color: #000;
  background-color: #ffab3f;
  border-color: #ffab3f;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2:focus {
  color: #000;
  background-color: #ffab3f;
  border-color: #ffab3f;
}

.button-primary-2.inverted {
  color: #fff;
  border-color: #ffffffe6;
}

.button-primary-2.inverted:hover, .button-primary-2.inverted:focus {
  color: #000;
  background-color: #ee3e27;
  border-color: #ee3e27;
}

.header {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 120px;
}

.center-flex-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 50vw;
  max-height: 675px;
}

.div-block {
  z-index: -1;
  position: absolute;
  inset: auto -20px -137px auto;
}

.paragraph {
  color: red;
  text-align: right;
  font-family: College Boy, sans-serif;
  font-size: 40px;
  line-height: 1;
}

.bold-text {
  color: #ffab3f;
  line-height: 1.1;
}

.flex-container {
  display: flex;
}

.about {
  padding-bottom: 60px;
}

.img-container {
  width: 40%;
}

.about-copy-container {
  width: 60%;
  padding-top: 70px;
  padding-left: 20px;
}

.about-copy {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.image {
  position: sticky;
  top: 116px;
}

.music {
  padding-bottom: 80px;
}

.music-container {
  flex-wrap: wrap;
  display: flex;
}

.music-item {
  width: 25%;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.music-copy-container {
  text-align: center;
}

.heading-2 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Changa One, Impact, sans-serif;
  text-decoration: none;
}

.link-block {
  width: 100%;
  text-decoration: none;
}

.paragraph-2 {
  color: #424242;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  display: block;
}

.image-2, .music-img-container {
  width: 100%;
}

.tour-section-subtitle {
  color: #312224;
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
  display: block;
}

.tour_main_wrap {
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.tour-venue {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.container-4 {
  text-align: center;
  flex: none;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.container-4.tour-container {
  max-width: 1400px;
  padding-left: 0;
  padding-right: 0;
}

.tour_ticket_wrap {
  text-align: left;
  justify-content: flex-start;
  align-self: flex-start;
  width: auto;
  display: flex;
}

.tour_venue_wrap {
  width: 50%;
  padding-right: 10px;
}

.tour-date, .tour-city {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}

.heading_wrap {
  text-align: left;
  border-bottom: 1px #c93125;
  justify-content: center;
  width: 100%;
  max-width: 1800px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.tour_location_wrap {
  text-align: left;
  flex: 1;
  display: flex;
}

.h3 {
  color: #130f1f;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 4px solid #130f1f;
  margin-bottom: 35px;
  padding-bottom: 3px;
  font-size: 44px;
  font-weight: 400;
  line-height: 100%;
}

.h3.alt-title-2 {
  color: #2c2c2c;
  border-bottom: 1px solid #2c2c2c;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.tour_date_wrap {
  text-align: left;
  width: 30%;
  padding-right: 10px;
}

.tour_city_wrap {
  flex: 1;
  padding-right: 10px;
}

.tour-dates {
  padding-top: 20px;
}

.button_ticket {
  color: #3a3a3a;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #ffffff80;
  border: 1px solid #363636;
  padding: 8px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .4s;
}

.button_ticket:hover {
  color: #000;
  background-color: #ffab3f;
  border-color: #ffab3f;
}

.button_ticket:focus {
  background-color: #ffab3f;
  border-color: #ffab3f;
}

.button_ticket.inverted {
  color: #fff;
  background-color: #fff0;
  border-color: #fff;
  font-size: 16px;
}

.button_ticket.inverted:hover, .button_ticket.inverted:focus {
  color: #000c;
  background-color: #ee3e27;
  border-color: #ee3e27;
}

.tour-row {
  border-bottom: 1px solid #3b3b3b70;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  display: flex;
}

.tour-row.hidden {
  display: flex;
}

.tour {
  padding-top: 0;
  padding-bottom: 100px;
}

.song-type {
  font-size: 18px;
}

.button-container {
  justify-content: center;
  width: 100%;
  padding-top: 40px;
  display: flex;
}

.button {
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #000;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  transition: all .4s;
}

.button:hover, .button:focus {
  background-color: #ffab3f;
  border-color: #ffab3f;
  text-decoration: none;
}

.section {
  padding-top: 60px;
}

.body-2, .body-3, .body-4, .body-5, .body-6, .body-7, .body-8, .body-9, .body-10 {
  font-family: Montserrat, sans-serif;
}

.body-10.inverted {
  background-color: #0b0d08;
}

.body-11, .body-12 {
  font-family: Montserrat, sans-serif;
}

.footer-links-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-links-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.sponsor-images {
  opacity: .8;
  align-items: center;
  width: 30%;
  padding-top: 0;
  display: flex;
}

.social-link {
  color: #000000e6;
  padding: 6px 10px;
  font-family: "Font Awesome 6 Brands Regular 400", sans-serif;
  font-size: 22px;
  text-decoration: none;
  transition: all .4s;
}

.social-link:hover, .social-link:focus {
  color: #ffab3f;
  transform: scale(1.1);
}

.social-link.inverted {
  color: #ffffffe6;
}

.social-link.inverted:hover, .social-link.inverted:focus {
  color: #ee3e27;
}

.image-3 {
  filter: invert();
}

.image-3.inverted {
  filter: none;
}

.image-4 {
  filter: invert();
}

.image-4.inverted {
  filter: none;
}

.list {
  justify-content: flex-end;
  display: flex;
}

.copyright-link-li {
  color: #fff;
  border-right: 1px #fff;
  align-self: auto;
  margin-right: 7px;
  padding-right: 0;
  line-height: .8;
}

.copyright-link-li.last-copyright-link-li {
  margin-right: 0;
}

.copyright-link-list {
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 0;
  padding-left: 7px;
  line-height: 1.2;
  list-style-type: none;
  display: flex;
}

.footer-copyright {
  color: #ffffffbf;
  text-transform: none;
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.footer-2 {
  border-top: 1px solid #dfdfdf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.copyright-link {
  color: #000000bf;
  text-transform: none;
  border-right: 1px solid #000000b3;
  margin-left: 0;
  margin-right: 0;
  padding-right: 7px;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
  display: inline-block;
}

.copyright-link.ot-sdk-show-settings.last-copyright-link {
  cursor: pointer;
  background-color: #0000;
  border-right-style: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.copyright-link.inverted {
  color: #ffffffbf;
  border-right-color: #ffffffb3;
}

.video-section {
  padding-bottom: 60px;
}

.video-container {
  display: flex;
}

.video-column {
  text-align: center;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.scroll-video-container {
  max-height: 80vh;
  overflow: scroll;
}

.video-item {
  padding-top: 10px;
}

.heading-3 {
  text-transform: uppercase;
  font-family: Changa One, Impact, sans-serif;
  font-size: 22px;
}

.video-type {
  color: #000000b3;
  text-transform: uppercase;
  font-family: Changa One, Impact, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.heading-4, .heading-5 {
  color: #000;
  margin-top: 0;
  font-family: Overwave, sans-serif;
  font-size: 32px;
}

.tour-img-header {
  background-image: url('../images/IMG_6661-min-extended-min.jpeg');
  background-position: 50% 60%;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 40vh;
}

._4n-nights-section {
  padding-bottom: 60px;
}

._4n-copy-container {
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  font-size: 17px;
  line-height: 22px;
}

.image-5 {
  width: 100%;
}

._4n-img-container {
  width: 50%;
}

.div-block-2 {
  display: flex;
}

._4n-event-details {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.button-2 {
  text-transform: uppercase;
  border: 1px solid #fff;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 600;
}

.list-item {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.paragraph-4 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}

.paragraph-5 {
  color: #fff;
  text-align: center;
  font-size: 16px;
}

.paragraph-6 {
  font-size: 15px;
  line-height: 21px;
}

.home-bio-section {
  padding-top: 60px;
  padding-bottom: 100px;
  display: block;
}

.paragraph-7 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4;
}

.div-block-3 {
  display: flex;
}

.form-field-div {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-4 {
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.form-button-container {
  justify-content: center;
  width: 100%;
  padding-top: 20px;
  display: flex;
}

.text-field, .text-field-2 {
  border: 2px solid #000000ba;
  padding-left: 10px;
  padding-right: 10px;
}

.textarea {
  border: 2px solid #000000ba;
  height: 200px;
  padding-left: 10px;
  padding-right: 10px;
}

.form-div {
  padding-top: 60px;
}

.email-div {
  padding-top: 60px;
  padding-bottom: 40px;
}

.div-block-5 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.h3-home {
  color: #1a1b1f;
  font-family: Overwave, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
  display: block;
}

.email-link {
  color: #313131;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  transition: all .4s;
}

.email-link:hover, .email-link:focus {
  color: #ffab3f;
}

.field-label, .field-label-2, .field-label-3 {
  text-transform: uppercase;
  font-weight: 500;
}

.contact-img-header {
  background-image: url('../images/Copy-of-4NNights-Press-Photo_WendyWei-min.jpg');
  background-position: 50% 40%;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 40vh;
}

.press-container {
  padding-top: 140px;
}

.press-links-container {
  flex-direction: column;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 60px;
  display: flex;
}

.icon_post_meta {
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 60%;
  height: auto;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.news-image-wrapper {
  border: 1px #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  position: static;
  box-shadow: 1px 1px 3px 1px #00000012;
}

.post_type {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #c93125;
  border-bottom: 1px solid #c93125;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  width: auto;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 600;
  line-height: 100%;
  position: absolute;
  top: 10px;
  left: 5px;
}

.post_type.news {
  color: #1d1d1d;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #ffab3fd9;
  border: 1px #000;
  border-radius: 1px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 3px 7px;
  font-family: Montserrat, sans-serif;
  font-size: 8px;
  font-weight: 600;
  line-height: 1.3;
  position: static;
}

.icon_thumb {
  flex: none;
  width: 100%;
  position: static;
  top: 0;
  left: 0;
}

.news_content {
  flex-wrap: wrap;
  align-items: flex-start;
  width: auto;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.news_content.item-container-function {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 20px;
}

.icon_post_text-2 {
  color: #1a1b1fe6;
  text-transform: uppercase;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
}

.icon_post {
  align-items: flex-start;
  width: 33.33%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.icon_post.press-post {
  cursor: pointer;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.sponsor-image {
  width: 50%;
}

.small-bio-container-header {
  padding-top: 10vw;
  display: block;
}

.paragraph-8 {
  text-align: right;
  text-transform: uppercase;
  padding-right: 3%;
  font-family: Changa One, Impact, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.home-news-section {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.home-news-post {
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.home-news-post.press-post {
  cursor: pointer;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.home-news-copy-title {
  color: #1a1b1fe6;
  text-transform: uppercase;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 1.7vw;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
}

.paragraph-9 {
  color: #131313;
}

.home-news-copy {
  color: #131313;
  width: 100%;
  margin-top: 30px;
  font-size: 1.5vw;
  line-height: 2vw;
}

.home-news-button {
  color: #000;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000000ba;
  margin-left: 10px;
  margin-right: 10px;
  padding: 8px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all .4s;
}

.home-news-button:hover {
  color: #000;
  background-color: #ffab3f;
  border-color: #ffab3f;
}

.home-news-button:active {
  background-color: #43464d;
}

.home-news-button:focus {
  color: #000;
  background-color: #ffab3f;
  border-color: #ffab3f;
}

.home-news-button.inverted {
  color: #fff;
  border-color: #ffffffe6;
}

.home-news-button.inverted:hover, .home-news-button.inverted:focus {
  color: #000;
  background-color: #ee3e27;
  border-color: #ee3e27;
}

.text-span, .text-span-2 {
  font-weight: 600;
}

.italic-text {
  font-weight: 700;
}

.button-container-copy {
  justify-content: center;
  width: 100%;
  padding-top: 30px;
  display: flex;
}

.text-span-3, .text-span-4 {
  font-weight: 500;
}

.no-dates-copy {
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.link {
  color: #1a1a1acc;
  text-transform: none;
  border-bottom: 1px solid #0000;
  padding-top: 7px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 2.2vw;
  text-decoration: none;
  transition: all .425s;
  display: inline-block;
}

.link:hover {
  color: #000;
  border-bottom-color: #000;
}

.link:focus {
  color: #000c;
  border-bottom-color: #000;
}

.italic-text-2 {
  font-weight: 500;
}

.tour-row-2 {
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #fff6;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-right: 20px;
  display: flex;
}

.tour-date-new {
  color: #000c;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.tour-city-new {
  color: #000;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 5px;
  font-family: Impacted, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
}

.tour-venue-new {
  color: #000c;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.tour-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1b364400;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 50px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: all .45s;
  display: flex;
}

.tour-button:hover {
  opacity: .9;
  background-color: #ffab3f;
  border-width: 1px;
  border-color: #ffab3f;
}

.tour-button:focus {
  opacity: .9;
  color: #fff;
  background-color: #1b364499;
  border-color: #1b364499;
}

.icon_thumb_2 {
  flex: none;
  width: 100%;
  position: static;
  top: 0;
  left: 0;
}

.text-span-5 {
  font-weight: 500;
}

.link-2 {
  line-height: 2.2vw;
}

.text-block-2 {
  text-align: center;
}

.form-response {
  text-align: center;
  font-size: 16px;
  display: block;
}

.div-block-7, .div-block-8 {
  display: none;
}

@media screen and (min-width: 1440px) {
  .header {
    font-size: 30px;
  }

  .tour_main_wrap {
    justify-content: center;
  }

  .tour-row.hidden {
    display: none;
  }

  .tour-img-header {
    background-position: 50%;
  }

  .paragraph-7 {
    font-size: 18px;
  }

  .contact-img-header {
    background-position: 50% 40%;
  }

  .news_content.item-container-function {
    padding-top: 80px;
  }

  .small-bio-container-header {
    padding-top: 100px;
  }

  .paragraph-8 {
    font-size: 22px;
  }

  .home-news-section {
    padding-top: 30px;
  }

  .home-news-copy-title {
    font-size: 24px;
  }

  .home-news-copy {
    font-size: 20px;
    line-height: 26px;
  }

  .home-news-button {
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 400;
  }

  .button-container-copy {
    padding-top: 40px;
  }

  .section-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .no-dates-copy {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    font-weight: 400;
  }

  .link {
    padding-top: 7px;
    font-size: 19px;
    font-weight: 400;
    line-height: 32px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    z-index: 2;
  }

  .main {
    padding-top: 30px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 50px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-menu-three.inverted {
    background-color: #000;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #000;
    background-color: #ffab3f;
  }

  .menu-button.inverted.w--open {
    background-color: #ffffffe6;
  }

  .container-2 {
    max-width: 728px;
  }

  .navbar-wrapper-three-2 {
    justify-content: space-between;
  }

  .navbar-brand-three-2 {
    position: relative;
  }

  .nav-menu-wrapper-three-2 {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .header {
    padding-bottom: 100px;
  }

  .about-copy-container {
    padding-top: 40px;
  }

  .image {
    top: 140px;
  }

  .heading-2 {
    font-size: 22px;
  }

  .tour-section-subtitle {
    font-size: 16px;
  }

  .container-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .container-4.tour-container {
    align-items: stretch;
  }

  .h3 {
    font-size: 40px;
  }

  .h3.alt-title-2 {
    font-size: 27px;
  }

  .tour {
    padding-top: 20px;
    padding-bottom: 80px;
  }

  .sponsor-images {
    width: 35%;
  }

  .list {
    margin-bottom: 5px;
  }

  .copyright-link-list {
    flex-wrap: wrap;
    margin-top: 5px;
  }

  .footer-2 {
    background-color: #f1f4f5;
  }

  .tour-img-header {
    background-position: 50% 80%;
  }

  ._4n-copy-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .paragraph-3 {
    font-size: 16px;
  }

  .inverted {
    color: #fff;
  }

  .email-div {
    padding-bottom: 40px;
  }

  .h3-home {
    font-size: 32px;
  }

  .contact-img-header {
    background-position: 50%;
  }

  .press-links-container {
    padding-top: 100px;
  }

  .icon_post_meta {
    padding-left: 15px;
  }

  .news_content.item-container-function {
    padding-top: 40px;
  }

  .icon_post {
    width: 50%;
    padding-left: 5px;
  }

  .small-bio-container-header {
    padding-top: 12vw;
  }

  .paragraph-8 {
    padding-right: 5%;
    line-height: 1.4;
  }

  .home-news-section {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .home-news-post {
    padding-left: 5px;
  }

  .home-news-copy-title {
    font-size: 1.8vw;
  }

  .home-news-copy {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 1.7vw;
    line-height: 2.1vw;
  }

  .home-news-button {
    padding: 6px 24px;
    font-size: 13px;
    font-weight: 400;
  }

  .button-container-copy {
    padding-top: 3.2vw;
  }

  .link {
    font-size: 1.7vw;
    font-weight: 400;
  }

  .tour-row-2 {
    padding-right: 15px;
  }

  .tour-city-new {
    font-size: 24px;
  }

  .tour-button {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .main {
    padding-top: 0;
  }

  .wrapper.home-header {
    width: 100%;
  }

  .navbar-brand-three {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-brand-three:hover, .navbar-brand-three:focus {
    background-color: #0000;
  }

  .nav-menu-three {
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-brand-three-2 {
    padding-left: 0;
  }

  .nav-menu-three-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block-2 {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .button-primary-2 {
    border-width: 1px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .header {
    padding-bottom: 60px;
  }

  .image {
    top: 100px;
  }

  .music-container {
    justify-content: space-between;
  }

  .music-item {
    width: 33%;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-2 {
    line-height: 17px;
  }

  .tour_main_wrap {
    align-self: center;
    align-items: flex-start;
  }

  .tour-venue {
    margin-bottom: 0;
  }

  .container-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .tour_venue_wrap {
    width: 100%;
  }

  .tour-city {
    margin-bottom: 0;
  }

  .tour_location_wrap {
    flex-direction: column;
  }

  .h3 {
    font-size: 36px;
  }

  .tour_date_wrap {
    width: 40%;
  }

  .button_ticket {
    letter-spacing: 2px;
    padding: 9px 12px;
    font-size: 17px;
  }

  .tour-row {
    align-items: center;
  }

  .tour {
    padding-top: 0;
  }

  .footer-links-container {
    flex-direction: column-reverse;
    align-items: center;
  }

  .sponsor-images {
    align-items: center;
    width: 50%;
    max-width: 250px;
    padding-top: 3px;
  }

  .social-link {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 20px;
  }

  .video-container {
    flex-direction: column;
  }

  .video-column {
    width: 100%;
  }

  .tour-img-header {
    background-image: url('../images/IMG_6661-min.jpg');
    background-position: 50%;
    background-attachment: scroll;
  }

  ._4n-nights-section {
    padding-bottom: 20px;
  }

  .paragraph-3 {
    font-size: 15px;
    line-height: 21px;
  }

  .list-item {
    padding-top: 10px;
  }

  .paragraph-4 {
    font-size: 17px;
  }

  .paragraph-5 {
    font-size: 15px;
  }

  .div-block-3 {
    flex-direction: column;
  }

  .form-field-div {
    width: 100%;
    padding-bottom: 5px;
  }

  .div-block-4 {
    padding-top: 0;
  }

  .text-field, .text-field-2, .textarea {
    border-width: 1px;
  }

  .email-div {
    padding-bottom: 40px;
  }

  .h3-home {
    font-size: 36px;
  }

  .contact-img-header {
    background-image: url('../images/Copy-of-4NNights-Press-Photo_WendyWei-min.jpg');
    background-position: 50% 30%;
    background-attachment: scroll;
  }

  .press-container {
    padding-top: 100px;
  }

  .press-links-container {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .icon_post_meta {
    width: 90%;
    padding-top: 40px;
    padding-left: 0;
  }

  .icon_thumb {
    width: 100%;
  }

  .news_content {
    padding-left: 0;
    padding-right: 0;
  }

  .news_content.item-container-function {
    padding-top: 30px;
  }

  .icon_post_text-2 {
    font-size: 16px;
  }

  .icon_post {
    border-bottom: 1px solid #0003;
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 23px;
    padding-left: 0;
    padding-right: 0;
  }

  .icon_post.press-post {
    border-bottom-style: none;
  }

  .sponsor-image {
    width: 100%;
  }

  .small-bio-container-header {
    padding-top: 80px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-news-section {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .home-news-post {
    border-bottom: 1px #0003;
    flex-direction: column;
    width: 100%;
    margin-bottom: 25px;
    padding-bottom: 23px;
    padding-left: 0;
    padding-right: 0;
  }

  .home-news-post.press-post {
    border-bottom-style: none;
  }

  .home-news-copy-title {
    font-size: 15px;
  }

  .home-news-copy {
    font-size: 16px;
    line-height: 21px;
  }

  .home-news-button {
    border-width: 1px;
    padding-left: 32px;
    padding-right: 32px;
    font-weight: 500;
  }

  .button-container-copy {
    padding-top: 5vw;
  }

  .no-dates-copy {
    font-size: 16px;
  }

  .link {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
  }

  .tour-date-new {
    padding-right: 0;
    font-size: 12px;
  }

  .tour-city-new {
    font-size: 19px;
  }

  .tour-venue-new {
    font-size: 12px;
  }

  .tour-button {
    margin-bottom: 3%;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 12px;
  }

  .icon_thumb_2 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .footer {
    padding-bottom: 10px;
  }

  .wrapper.home-header {
    width: 100%;
  }

  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-three-2 {
    flex-direction: column;
  }

  .header {
    padding-bottom: 40px;
  }

  .background-video {
    height: 55vw;
  }

  .flex-container {
    flex-direction: column;
  }

  .about {
    padding-bottom: 40px;
  }

  .img-container {
    width: 100%;
  }

  .about-copy-container {
    width: 100%;
    padding-left: 0;
  }

  .image {
    width: 100%;
  }

  .music {
    padding-bottom: 60px;
  }

  .music-item {
    width: 50%;
  }

  .paragraph-2 {
    font-size: 12px;
  }

  .tour_main_wrap {
    flex-direction: column;
  }

  .tour-venue {
    font-size: 15px;
  }

  .container-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .tour-date {
    margin-bottom: 10px;
    font-size: 15px;
  }

  .tour-city {
    font-size: 14px;
  }

  .tour_location_wrap {
    width: 100%;
  }

  .h3 {
    letter-spacing: 2px;
    font-size: 36px;
  }

  .h3.alt-title-2 {
    font-size: 24px;
  }

  .tour_date_wrap {
    width: 100%;
  }

  .tour-row {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .tour {
    padding-bottom: 40px;
  }

  .footer-links-container {
    flex-direction: column-reverse;
    align-items: center;
  }

  .sponsor-images {
    flex-direction: row;
    align-items: center;
    width: 80%;
    padding-top: 10px;
  }

  .social-link {
    padding: 10px;
    font-size: 18px;
  }

  .list {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
  }

  .copyright-link-li {
    margin-bottom: 4px;
    margin-right: 0;
    padding-right: 7px;
  }

  .copyright-link-li.last-copyright-link-li {
    padding-right: 0;
  }

  .copyright-link-list {
    flex-flow: wrap;
    padding-left: 0;
  }

  .copyright-link {
    border-right-style: none;
    padding-right: 0;
  }

  .video-section {
    padding-bottom: 40px;
  }

  ._4n-info-container {
    flex-direction: column-reverse;
    padding-top: 40px;
    display: flex;
  }

  ._4n-copy-container {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  ._4n-img-container {
    width: 100%;
  }

  .div-block-2 {
    flex-direction: column;
  }

  ._4n-event-details {
    width: 100%;
    padding-top: 40px;
  }

  .form-field-div, .div-block-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-field {
    padding-left: 7px;
    padding-right: 7px;
  }

  .text-field-2 {
    padding-left: 7px;
  }

  .textarea {
    padding-left: 7px;
    padding-right: 7px;
  }

  .form-div {
    padding-top: 40px;
  }

  .email-div {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .h3-home {
    font-size: 32px;
  }

  .field-label, .field-label-2, .field-label-3 {
    font-weight: 500;
  }

  .press-container {
    padding-top: 80px;
  }

  .icon_post_meta {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }

  .post_type.news {
    line-height: 1;
  }

  .icon_thumb {
    width: 100%;
  }

  .news_content.item-container-function {
    padding-top: 20px;
  }

  .icon_post_text-2 {
    font-size: 14px;
  }

  .icon_post.press-post {
    padding-bottom: 0;
  }

  .small-bio-container-header {
    padding-top: 60px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .home-news-section, .home-news-post.press-post {
    padding-bottom: 0;
  }

  .home-news-copy-title {
    font-size: 14px;
  }

  .home-news-copy {
    font-size: 15px;
  }

  .home-news-button {
    margin-top: 10px;
  }

  .button-container-copy {
    flex-direction: column;
    padding-top: 5vw;
  }

  .link {
    padding-top: 7px;
    font-size: 14px;
  }

  .tour-row-2 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .tour-copy {
    text-align: center;
  }

  .tour-date-new {
    margin-bottom: 5px;
  }

  .tour-city-new {
    font-size: 24px;
    font-weight: 300;
  }

  .tour-venue-new {
    font-size: 12px;
    font-weight: 400;
  }

  .tour-button {
    margin-top: 10px;
    font-size: 14px;
  }

  .icon_thumb_2 {
    width: 100%;
  }
}


@font-face {
  font-family: 'Impact';
  src: url('../fonts/impact.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Impacted';
  src: url('../fonts/Impacted.ttf') format('truetype'), url('../fonts/Impacted.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unicode';
  src: url('../fonts/unicode.impact.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'College Boy';
  src: url('../fonts/College-Boy.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 6 Brands Regular 400';
  src: url('../fonts/Font-Awesome-6-Brands-Regular-400.otf') format('opentype'), url('../fonts/Font-Awesome-6-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overwave';
  src: url('../fonts/Overwave.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}