@font-face {
  font-family: "Vitesse";
  src: url("../fonts/Vitesse-Bold.woff2") format("woff2");
  src: url("../fonts/Vitesse-Bold.woff") format("woff");
}

.ghost.white, .ghost.white:visited {
  background: none !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}


/* MARQUEE OVERRIDES */
.uu-c2a-description h1 {
  font-family: "Vitesse", sans-serif;
}
.uu-c2a-description h1 span {
  font-size: 16px !important;
  display: block !important;
  letter-spacing: 2px;
}

.uu-c2a-content {
  padding: 200px 60px;
}


/* Top Buttons in Marquee */
.uu-top-tabs {
  position: absolute;
  margin: 0px auto;
  max-width: 940px;
  left: 0;
  right: 0;
  bottom: -40px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  z-index: 992;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 800px) {
  .uu-top-tabs {
    display: none;
  }
}
@media only screen and (max-width: 940px) {
  .uu-top-tabs a {
    padding: 20px;
    font-size: 12px;
  }
  .uu-top-tabs a:first-child {
    border-radius: 0px !important;
  }
  .uu-top-tabs a:last-child {
    border-radius: 0px !important;
  }
}
.uu-top-tabs a {
  flex: 1 1 auto;
  background: #CC0000;
  text-align: center;
  color: #ffffff;
  padding: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.uu-top-tabs a:first-child {
  border-radius: 8px 0px 0px 8px;
}
.uu-top-tabs a:last-child {
  border-radius: 0px 8px 8px 0px;
}
.uu-top-tabs a:hover {
  color: #FFFFFF;
  background: #930000;
  text-decoration: none;
}
.uu-top-tabs a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

.uu-top-tabs.red a {
  background: #CC0000;
}

.uu-top-tabs.red a:hover {
  background: #930000;
}


.uu-top-tabs a img {
  text-align: center;
  margin:  0px auto 10px auto;
  display: block;
  transition: all 0.3s ease;
}
.uu-top-tabs a:hover img {
  transform: translateY(-5px);
}
.uu-top-tabss a span {
  display: block;
}


/* RAFFLE */
.raffle {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  min-height: 100vh;
  box-sizing: border-box;
}
.raffle-current-winner {
  position: relative;
  flex: 1 0 70%;
  min-height: 70vh;
  padding: 100px 0px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-image: linear-gradient(140deg, #214173, #0A1B2E);
  background-color: #214173;
  color: #FFFFFF;
  box-sizing: border-box;
  z-index: 1
}
.raffle-current-winner::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background-image: url('https://debate2020.utah.edu/wp-content/uploads/sites/25/2020/10/sunray.svg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
  opacity: .1;
}
.raffle-current-winner > div {
  position: relative;
  z-index: 3
}
.raffle-current-winner h1 {
  font-family: 'Vitesse', 'Montserrat', sans-serif;
  font-size: 300px;
  line-height: 1;
  text-transform: uppercase;
}
.raffle-current-winner h1 span {
  display: block;
  font-size: 34px;
  line-height: 34px;
  letter-spacing: 4px;
}
.raffle-past-winners {
  flex: 0 1 30%;
  text-align: center;
  background-color: #CC0000;
  color: #FFFFFF;
  padding: 60px 0px;
  box-sizing: border-box;
}
.raffle-past-winners h3 {
  font-family: 'Vitesse', 'Montserrat', sans-serif;
  font-size: 34px;
  line-height: 34px;
  letter-spacing: 4px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.raffle-past-winners .raffle-past-nums {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: 0px auto;
}
.raffle-past-winners .raffle-past-nums .raffle-past-num {
  flex: 0 1 auto;
  box-sizing: border-box;
  width: 100px;
  font-size: 30px;
  font-family: 'Vitesse', 'Montserrat', sans-serif;
  color: #FFFFFF;
  padding: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.raffle-past-winners .raffle-past-nums .raffle-past-num:hover {
  transform: scale(1.2);
}

@media screen and (max-width:650px) {
  .raffle {
    display: block;
    height: auto;
  }
  .raffle-current-winner {
    position: relative;
  }
  .raffle-current-winner h1 {
    font-size: 100px;
  }
  .raffle-current-winner h1 span, .raffle-past-winners h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .raffle-past-winners .raffle-past-nums .raffle-past-num {
    font-size: 21px;
    padding: 20px 10px;
  }
}
