@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
body,.bg-dark {
  background-color: #0B0B0B !important;
}

@font-face {
  font-family: "Gotham";
 /*src: url("../assets/fonts/Gotham/GothamMedium.ttf") format("truetype");*/
  src: url('../assets/fonts/Gotham/GothamMedium.woff2') format('woff2'),
        url('../assets/fonts/Gotham/GothamMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  /*src: url("../assets/fonts/Gotham/GothamMediumItalic.ttf") format("truetype");*/
   src: url('../assets/fonts/Gotham/GothamMediumItalic.woff2') format('woff2'),
        url('../assets/fonts/Gotham/GothamMediumItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Gotham";
  /*src: url("../assets/fonts/Gotham/GothamBold.ttf") format("truetype");*/
    src: url('../assets/fonts/Gotham/GothamBold.woff2') format('woff2'),
        url('../assets/fonts/Gotham/GothamBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  /*src: url("../assets/fonts/Gotham/GothamBoldItalic.ttf") format("truetype");*/
    src: url('../assets/fonts/Gotham/GothamBoldItalic.woff2') format('woff2'),
        url('../assets/fonts/Gotham/GothamBoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Gotham";
  /*src: url("../assets/fonts/Gotham/Gotham-Light.otf") format("truetype");*/
   src: url('../assets/fonts/Gotham/Gotham-Light.woff2') format('woff2'),
        url('../assets/fonts/Gotham/Gotham-Light.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
body {
  /* font-family: "Gotham"; */
  font-family: "Figtree", sans-serif;
  color: #FFFFFF;
}
header .nav-link {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 25px;
}
.nav-link:hover {
  color: #FFD200;
}

.btn {
  color: #212427;
  font-family: "Figtree", sans-serif;
}
.btn-light {
  --bs-btn-color: #212427;
}

.button-font{
  /* font-family: "Verdana" !important; */
  font-family: "Figtree", sans-serif;
}

header .navbar-nav {
  width: 100%;
  gap: 0.5rem;
  justify-content: space-evenly;
}
header .nav-item {
  /* width: 20%; */
  text-align: center;
}

.navbar {
  padding:55px 0 0 0;
  color: #FFFFFF; 
}

.page-headline h1 {
  font-size: 70px;
  font-weight: bold;
  padding-top: 52px;
}
.page-headline h1 span{
  color: #FFD200;
}
.page-headline p{
  font-size: 25px;
  font-weight: 200;
}
.featured-text {
  font-size: 50px;
  color: #FFFFFF;
  font-weight: bold;
}
.featured-top {
  top:15px;
}

.featured-btn-white {
  font-size: 30px;
  font-weight: bold;
  height: 65px;
  width: 480px;
}

.home-featured .carousel-item {
  height: 636px;
}

.home-featured .carousel-item::after,
.home-featured .carousel-item::before {
	content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: black;
  opacity: 0.25;
}
.home-featured button[data-bs-slide] {
  z-index: 3;
}

.home-featured .carousel-item h1 {
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  width: 60%;
}


.yellow {
  color: #FFD200 !important;
}

footer .nav-link{
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 200;
}
footer .nav-item{
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 200;
}
footer .nav-item a:hover {
  color: #FFD200 !important;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
display: block !important;
}


/* Carousel base class */
.carousel {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 720px;
}


/* Match Schedules CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.match-schedules .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.match-schedules .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

.match-schedules h2{
  font-size: 40px;
  font-weight: bold;
}

.match-schedules .ms-scores {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 10px;
  padding: 0 10%;
  vertical-align: bottom;
}
.match-schedules .ms-date {
  font-size: 15px;
  font-weight: 100;
}
.match-schedules .card-body {
  padding: 10px;
}
.match-schedules .card {
  border-radius: 20px;
}
.match-schedules .ms-event-logo {
  margin-bottom: -30px;
}
/* rtl:end:ignore */

.shop-menu li {
  padding: 0 3%;
}
.shop-menu li a{
  color: #FFFFFF;
  text-decoration: none;
}
.shop-menu li a svg {
  width: 72px;
}
.shop-menu li a:hover{
  color: #FFD200;
}
.shop-menu li img {
  padding-bottom:20px;
  width: 75px;
}
.sonic-rep-featured h1 {
  font-weight: bold;
  font-size: 50px;
}
.sonic-rep-featured h4 {
  font-weight: 100;
  font-size: 28px;
  line-height: 50px; 
}
.sonic-rep h2 {
  font-weight: bold;
  font-size: 50px;
}

.presskit p {
  font-size: 28px;
  font-weight: 100;
  padding:2% 10%;
}

.presskit button {
  width: 65%;
  font-size: 45px;
  font-weight: bold;
  border-radius: 8px;
  border:1px #707070 solid;
  display: flex;
  flex-direction: row;
  margin: auto;
  align-items: center;
  color: white;
}
.presskit button .icon-left{
  display: block;
  float: left;
  width: 20%;
}
.presskit button .text-mid{
  display: block;
  /* margin-top: 20px; */
  float: left;
  width: 60%;
  color: white;
}
.presskit button .icon-right{
  display: block;
  /* margin-top: 20px; */
  float: right;
  width: 20%;
}
.sponsor-preview {
  background:#2d2d2d;
  /*height: 367px; */
  border-radius:20px;
  margin:10px 0;
  padding: 6% 4%;
}
.sponsor-preview h1,
.sponsor-preview.sponsor-header h1,
.previous-sponsors-header {
  /* font-size: 50px; */
  font-weight: bold;
  /* margin-bottom: 10%; */
  font-size: clamp(32px, 10vw, 50px);
  margin-bottom: 5%;
}
.sponsor-preview p{
  /* font-size: 28px; */
  font-size: calc(1.2rem + .3vw);
  line-height: 1.5;
  font-weight: 100;
}
.sponsor-preview > .row > .col-lg-4 {
  margin-bottom: 1rem;
}
.sponsor-contact__content {
  margin: 1rem 0;
}
.sponsor-contact__content p {
  margin-bottom: 0;
  font-size: calc(1.1rem + .3vw)
}
/* Featurettes
------------------------- */

header .form-control {
  border-radius: 25px;
    border-color: #FFFFFF;
    width: 260px;
}

header .search-icon {
  position: absolute;
    margin: 10px 0 10px 226px;

}
header .search-icon:hover {
  color: #FFD200;
}

header .active {
  color: #FFD200 !important;
}

.three-previews .card {
  min-height: 748px;
  border-radius: 20px;
}
.three-previews .card .card-body {
  display: flex; 
  flex-direction: column;
  z-index: 1;
  justify-content: space-between;
  align-items: center;
 }
.three-previews .card .card-body.::before {
  content: "";
  position: absolute;
  inset: 0;
  background: black;
  z-index: -1;
  opacity: 0.2;
}

.three-previews .card .card-body .btn {
  /* margin: auto auto 0 auto; */
  /*max-width: 40%;*/
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0; padding: 0;
  text-align: center;
 }
 .three-previews h5 {
  font-size: 35px;
  font-weight: bold;
  /* margin:10px 0 0 10px; */
   margin: 0;
   text-align: center;
 }

 .socmed-link {
  width: 165px;
 }
 .socmed-link li{
  background: #707070;
  border-radius: 4px;
  margin: 8px;
 }
 .socmed-link li a{
    padding:8px;
    font-size: 22px;
    line-height: 22px;
    color: #FFFFFF !important;
 }
/* .socmed-link li a i{
  vertical-align: sub;
 }
*/
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}


@media (max-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1100px;
    /*padding: 0;*/
  }
  header .nav-link {
        font-size: 18px;
  }
  header .nav-link li img {
    width: 24px;
  }
  header input.form-control {
    width: 180px;
  }
  header .search-icon {
    margin: 10px 0 10px 150px;
  }
  .match-schedules .ms-scores {
    padding: 0;
  }
}
@media (max-width: 992px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 900px;
    /*padding: 0;*/
  }
  header .nav-link {
        font-size: 14px;
  }
  header .nav-link li img {
    width: 14px;
  }
  header input.form-control {
    width: 145px;
  }
  header .search-icon {
    margin: 10px 0 10px 120px;
  }
  .match-schedules .ms-scores {
    padding: 0;
    font-size: 30px;
    letter-spacing: normal;
  }
  .card-text img {
    width: 90px;
    height: 90px;
  }
  .match-schedules .ms-event-logo {
    margin-bottom: 5px;
  }
  .three-previews .card .card-body .btn {
        width: 100%;
  }
}

@media (max-width: 768px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 740px;
    /*padding: 0;*/
  }
  header .nav-link {
        font-size: 10px;
  }
  header .nav-link li img {
    width: 10px;
  }
  header input.form-control {
    width: 120px;
  }
  header .search-icon {
    margin: 10px 0 10px 90px;
  }
  .match-schedules .ms-scores {
    padding: 0;
    font-size: 40px;
    letter-spacing: normal;
  }
  .card-text img {
    width: 100px;
    height: 100px;
  }
  .match-schedules .ms-event-logo {
    margin-bottom: 0;
  }
  .three-previews .card .card-body .btn {
        width: 100%;
  }
  .three-previews .card {
    background-size: cover;
    /* margin-bottom: 20px; */
  }
}
@media (max-width: 577px){
  .row-small>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
  }
  .row-small-child{
    position: absolute;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 576px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 520px;
    /*padding: 0;*/
  }
  header .nav-link {
        font-size: 30px;
  }
  header .nav-item {
    width: 100%;
    text-align: center;
    padding-top: 5px;
  }
  header .nav-link li img {
    width: 30px;
  }
  header input.form-control {
    width: 100%;
  }
  header .search-icon {
    margin: 10px 70px 10px 0px;
    right: 0;
  }
  .match-schedules .ms-scores {
    padding: 0;
    font-size: 40px;
    letter-spacing: normal;
  }
  .card-text img {
    width: 100px;
    height: 100px;
  }
  .match-schedules .ms-event-logo {
    margin-bottom: 0;
  }
  .three-previews .card .card-body .btn {
        width: 100%;
  }
  .three-previews .card {
    background-size: cover;
    /* margin-bottom: 20px; */
  }
  footer .nav-link {
    text-align: center;
  }
  footer ul.flex-column { 
    padding-bottom: 20px;
    width: 100%;
  }
  footer img {
    width: 100%;
  }
  .socmed-link {
    width: 100%;
    justify-content: center !important;
    padding-top: 20px;
  }
}

@media (max-width: 492px) {
  .page-headline h1 {
    font-size: 50px;
  }
  .presskit button .text-mid{
    font-size: calc(0.8rem + .9vw);
  }
}

@media (max-width: 415px) {
  .page-headline h1 {
    font-size: 55px;
  }
}

@media (min-width: 1400px) {
/*.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1640px;
    padding: 0;
  }*/
  header .nav-link {
        font-size: 20px;
  }

  header .nav-link li img {
    width: 20px;
  }
  header input.form-control {
    width: 200px;
  }
  header .search-icon {
    margin: 10px 0 10px 175px;
    
  }
}

@media (min-width: 1750px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1640px;
    padding: 0;
  }
}
    
  
.carousel-inner {
    border-radius: 20px !important;
}  

.main-nav.home2 { 

    list-style-type: none;
    font-size: 60px;
    font-weight: bold;
  padding-left: 0;
        padding-top: 40px;
  }

  .form-select:focus {

    box-shadow: none;
}

@media (max-width: 992px) {
  .presskit button {
    flex-direction: column;
    gap: 16px;
    width: 100%;
  }
  .presskit button .icon-left,
  .presskit button .text-mid {
    width: 100%;
  }
}

/* ESPORTS =============================================================================== */
.three-previews .card.bg-image {
  background-position: center;
}