@import url("https://fonts.googleapis.com/css2?family=PT+Sans&family=Roboto:wght@300;400;700&family=Yellowtail&display=swap");

/* GLOBALS */

html,
body {
  height: 100vh;
  font-size: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
}

p {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-size: 1.1rem;
}

.btn {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

figcaption {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

@media all and (max-width: 767px) {
  .btn {
    font-size: 0.8rem;
    padding: 0.375rem 0.5rem;
  }
}

.form-group {
  width: 100%;
}
.form-group > input {
  width: 100%;
}

/* UTILITIES */

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.bg-red {
  background-color: #ba1e2c !important;
  color: #ffffff;
}
.bg-white {
  background-color: #ffffff !important;
  color: #ba1e2c;
}
.bg-gray {
  background-color: #a3a9ab !important;
}

.underlay-dark {
  background-color: rgba(0, 0, 0, 0.5);
}
.underlay-light {
  background-color: rgba(255, 255, 255, 0.8);
}

.text-red {
  color: #ba1e2c !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
.text-gray {
  color: #a3a9ab !important;
}

.text-serif {
  font-family: "PT Serif", serif !important;
  letter-spacing: 1px;
  line-height: 1;
}
.text-san-serif {
  font-family: "Roboto", sans-serif !important;
}
.text-cursive {
  font-family: "Yellowtail", cursive !important;
}

.text-italic {
  font-style: italic;
}
.text-underline {
  text-decoration: underline;
}

.text-xxs {
  font-size: 0.58em !important;
}
.text-xs {
  font-size: 0.75em !important;
}
.text-sm {
  font-size: 0.9em !important;
}
.text-lg {
  font-size: 1.6em !important;
}
.text-xl {
  font-size: 1.8em !important;
}
.text-xxl {
  font-size: 3em !important;
}

.text-bold {
  font-weight: 700 !important;
}

.btn-primary {
  background-color: #ba1e2c;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-align: center;
  border-radius: 13px;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out,
    color 200ms ease-in-out;
}
.btn-primary:hover {
  background-color: #ffffff;
  border-color: #ba1e2c;
  color: #ba1e2c;
}

.small-gutters {
  margin-right: -5px;
  margin-left: -5px;
}
.small-gutters > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.medium-gutters {
  margin-right: -30px;
  margin-left: -30px;
}
.medium-gutters > [class*="col-"] {
  padding-right: 30px;
  padding-left: 30px;
}

.large-gutters {
  margin-right: -45px;
  margin-left: -45px;
}
.large-gutters > [class*="col-"] {
  padding-right: 45px;
  padding-left: 45px;
}

.button-img {
  position: relative;
}
.button-img .btn {
  position: absolute;
  top: 70%;
  left: 14%;
  right: 14%;
}

/* NAVIGATION */

.navbar {
  display: block;
}
.navbar > ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}
.navbar > ul > li {
  flex: 1 1 auto;
}
.navbar a {
  display: block;
  text-align: center;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
  padding: 0 0.5rem;
  text-align: center;
  border-left: 1px solid #fff;
}
.navbar li:first-child a {
  border-left: 0;
}
.navbar a:hover {
  text-decoration: none;
}

#navBtn,
#closeNavBtn {
  display: none;
}
.nav-active {
  color: #e7919a !important;
}

@media all and (max-width: 767px) {
  #navDrawer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    background-color: #ba1e2c;
    border-right: 2px solid #fff;
    transition: left 500ms;
  }
  .navDrawer-closed {
    left: -600px !important;
  }
  .navbar {
  }
  .navbar > ul {
    flex-direction: column;
    margin-top: 3rem;
  }
  .navbar > ul > li {
    margin-bottom: 0.75rem;
  }
  .navbar a {
    border-left: 0;
    font-size: 1rem;
  }

  #navBtn,
  #closeNavBtn {
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
    background: none;
    border: none;
    color: #fff;
  }

  #navBtn > i,
  #closeNavBtn > i {
    pointer-events: none;
  }
}

/* COUNTDOWN TIMER */

#countdown {
  font-family: sans-serif;
  color: #fff;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
  background-color: rgba(251, 247, 245, 0.3);
  padding: 0 1rem;
}

#countdown > div {
  padding: 1rem 0.5rem;
  border-radius: 3px;
  display: inline-block;
}

#countdown div > span {
  border-radius: 3px;
  display: inline-block;
  font-size: 2.2rem;
  line-height: 2.2rem;
  padding-bottom: 0 15px;
}

#countdown div.divider {
  font-size: 30px;
  vertical-align: top;
  line-height: 55px;
}

#countdown .smalltext {
  font-size: 0.6rem;
  text-transform: uppercase;
}

@media all and (max-width: 767px) {
  #countdown {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }
  #countdown > div {
    padding: 1rem 0;
  }
  #countdown > div > span {
    font-size: 2rem;
  }
  #countdown div.divider {
    padding: 1rem 0;
  }
  #countdown .smalltext {
    font-size: 0.5rem;
  }
}

/* HEADER / MAIN / FOOTER */

.header {
  background-image: url("../img/header-bg.png");
  background-size: cover;
  background-position: center center;
  padding: 3rem 0 0.8rem 0;
}

.logo {
  width: 100%;
}

.main {
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  background-color: #a3a9ab;
}

.footer {
  background-image: url("../img/footer-bg.png");
  background-size: cover;
  background-position: center center;
  min-height: 400px;
  display: flex;
  align-items: center;
}
.footer p {
}

/* WELCOME */

.welcome-container {
  background-image: url("../img/welcome-bg.jpg");
  background-size: cover;
  background-position: center center;
  display: flex;
  height: 100%;
}
.welcome-container p {
  font-family: "Roboto", sans-serif;
  font-size: 0.9em;
  text-align: justify;
}
.welcome-container ul {
  list-style: none;
}
.welcome-container ul li {
  margin-bottom: 0.3rem;
}
.welcome-container ul p {
  margin-bottom: 0;
  font-size: 0.7rem;
}
.welcome-container a {
  font-weight: 700 !important;
  color: #ba1e2c !important;
}

@media all and (max-width: 767px) {
  .welcome-container h1 {
    font-size: 2rem !important;
  }

  .welcome-container .pl-5 {
    padding-left: 0.5rem !important;
  }
  .welcome-container .pr-5 {
    padding-right: 0.5rem !important;
  }
}

/* MARKET */

.market-container {
  background-image: url("../img/market-bg.jpg");
  background-size: cover;
  background-position: center center;
  display: flex;
  height: 100%;
  min-height: 565px;
}
.market-container h1 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 0.9;
  text-shadow: 0px 0px 34px #000000, 0px 0px 16px #000000;
}
.market-container h1 .thin {
  font-weight: 300;
  font-size: 2.2rem;
}
.market-container h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 0.9;
  text-shadow: 0px 0px 34px #000000, 0px 0px 16px #000000;
}

@media all and (max-width: 767px) {
  .market-container {
    background-image: url("../img/market-bg-mobile.jpg");
  }
  .market-container h1 {
    font-size: 1.6rem;
  }
  .market-container h1 .thin {
    font-size: 1.25rem;
  }
  .market-container h2 {
    font-size: 1.4rem;
  }
}

/* RAFFLE */

.raffle-container {
}
.raffle-container h2 {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.9px;
}
.raffle-container h3 {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.9px;
}

/* SUPPORT */

.support-container {
  background-image: url("../img/sponsors-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  display: flex;
  height: 100%;
  min-height: 565px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.support-container h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.9px;
}
.support-container p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
}
.support-container .sponsors-list {
  list-style: none;
}
.support-container .sponsors-list li:not(:last-child) {
  margin-bottom: 0.8rem;
}
.support-container .sponsors-list img {
  max-width: 254px;
}
.support-container .sponsors-list figcaption {
  text-transform: uppercase;
  margin: 0.6rem 0;
}
.support-container .small-contrib a {
  color: #ffffff !important;
}

@media all and (max-width: 767px) {
  .support-container {
    background-image: url("../img/sponsors-bg-mobile.jpg");
  }
  .support-container h1 {
    font-size: 2rem;
    letter-spacing: 0.1px;
  }
}

/* AUCTION */

.auction-container {
  background-image: url("../img/silent-auction-bg.jpg");
  background-size: cover;
  background-position: center center;
  display: flex;
  height: 100%;
  min-height: 565px;
}
.auction-container h1 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 0.9;
  text-shadow: 0px 0px 34px #000000, 0px 0px 16px #000000;
}
.auction-container h1 .thin {
  font-weight: 300;
  font-size: 2.2rem;
}

@media all and (max-width: 767px) {
  .auction-container {
    background-image: url("../img/silent-auction-bg-mobile.jpg");
  }
  .auction-container h1 {
    font-size: 2rem;
  }
  .auction-container h1 .thin {
    font-size: 1.25rem;
  }
}

/* APPAREL */

.apparel-container {
  position: relative;
  background-image: url("../img/apparel-bg.jpg");
  background-size: cover;
  background-position: center center;
  display: flex;
  height: 100%;
  min-height: 767px;
}
.apparel-container .apparel-link-bg {
  position: absolute;
  top: 62%;
  left: 0;
  right: 0;
  padding: 1rem 0;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
}
.apparel-container a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.1px;
  transition: 100ms ease-in color;
}
.apparel-container a:hover {
  text-decoration: none;
  color: #ba1e2c;
}

@media all and (max-width: 767px) {
  .apparel-container {
    background-image: url("../img/apparel-bg-mobile.jpg");
  }
  .apparel-container a {
    font-size: 1.8rem;
  }
}

/* EVENTS */

.events-container {
}
.events-container .flex-fill {
  width: 50%;
}
.events-container .events-one {
  background: url("../img/events1-bg.jpg");
  background-size: cover;
  background-position: center center;
  display: flex;
  height: 100%;
  border-right: 3px solid #ffffff;
}
.events-container .events-two {
  background: url("../img/events2-bg.jpg");
  background-size: cover;
  background-position: center center;
  display: flex;
  height: 100%;
  border-left: 3px solid #ffffff;
}
.events-container .events-one .events-underlay {
  margin-left: auto;
}
.events-container .events-underlay {
  width: 66%;
}
.events-container .events-underlay {
  position: relative;
}
.events-container p,
.events-container li {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.events-container .sold-out {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

@media all and (max-width: 767px) {
  .events-container .flex-fill {
    width: 100%;
  }
  .events-container .events-one {
    border-right: 0;
    border-bottom: 3px solid #ffffff;
  }
  .events-container .events-two {
    border-left: 0;
    border-top: 3px solid #ffffff;
  }
  .events-container .events-one .events-underlay {
    margin-left: auto;
  }
  .events-container .events-underlay {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
  }
  .events-container .pr-3 {
    padding-right: 0.5rem !important;
  }
  .events-container .pl-3 {
    padding-left: 0.5rem !important;
  }
  .events-container li {
    font-size: 0.85em;
  }
}

/* MERCHANT CATEGORY */

.merchantcat-container {
  background-image: url("../img/market-bg.jpg");
  background-size: cover;
  background-position: center center;
  display: flex;
  height: 100%;
  min-height: 565px;
}
.merchantcat-container .merchantcat-link {
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
}
.merchantcat-container .merchantcat-link-title {
  background-color: #c03341;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 1rem;
  padding: 0.8rem 0.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
}
.merchantcat-container .merchantcat-link:hover {
  text-decoration: none;
}

/* MERCHANT */

.merchant-nav {
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  border-bottom: 2px solid #ffffff;
}
.merchant-nav-btn {
  border: 0;
  outline: 0;
  background: transparent;
}
#closeMerchantBtn {
  background: transparent;
  border: 0;
  outline: 0;
  color: #ffffff;
  position: absolute;
  right: 0;
}
#closeMerchantBtn > * {
  pointer-events: none;
}
#merchantDrawer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;

  z-index: 99;
  background-color: #ba1e2c;
  border-right: 2px solid #fff;
  transition: left 500ms;
}
.merchantDrawer-closed {
  left: -600px !important;
}

#merchantDrawer ul {
  list-style: none;
  padding-left: 0;
  padding: 0 2rem;
  margin-top: 48px;
}
#merchantDrawer li {
  margin-bottom: 0.4rem;
}
#merchantDrawer a {
  color: #ffffff;
}

.merchant-container {
  position: relative;
  background-image: url("../img/market-bg.jpg");
  background-size: cover;
  background-position: center center;
  display: flex;
  height: 100%;
  min-height: 722px;
}
.merchant-container a {
  display: block;
}
.merchant-container img {
  max-width: 100%;
}

.merchant-link-container {
}

.merchant-grid {
  padding: 3.5rem 0;
}
.merchant-grid-row {
  display: flex;
  flex-direction: row;
  margin-bottom: 4px;
}
.merchant-grid .lg,
.merchant-grid .md,
.merchant-grid .sm {
  display: inline-block;
  margin-right: 4px;
}
.merchant-grid .lg {
  width: 75%;
}
.merchant-grid .md {
  width: 50%;
}
.merchant-grid .sm {
  width: 25%;
}
.merchant-grid-row .lg:last-child,
.merchant-grid-row .md:last-child,
.merchant-grid-row .sm:last-child {
  margin-right: 0;
}

.merchant-grid img {
  max-width: 100%;
}
