 @font-face {
  font-family: 'roobert';
  src: url('https://romhub.io/d/Public/RESOURCES/fonts/Roobert-Font/woff2/Roobert-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'roobert', sans-serif;
}

/* === GLOBAL CLASSES === */
  .flex-1{
    flex: 1; 
  }
  
           /* Swaps the color pattern of primary and secondary buttons*/
  .btn-primary{
    color: white;
    background-color: black;
    border-color: black;
  }
  
  .btn-secondary{
    color: black;
    background-color: white;
    border-color: white;
  }
  
  /* === NAVBAR === */
  .navbar-class{
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  
  .breadcrumb{
    display: none !important;
  }

  /* === HOMEPAGE BANNER === */
.rally-bg-color{
background-color: #3A4456 !important;
}
.dynasty-bg-color{
background-color: #EDE6DC !important;
}
.dynasty-banner-container{
background-color: #36573B !important;
}
  .banner {
    position: relative;
    height: 60vh;
    background-image: url('https://store-media.mpowerpromo.com/66637de85ffd576c3caa3f30/pages/66637dea5ffd576c3caa4214/Guy-Tri-Header-s-1717796791420.png');
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
  }

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

  .banner-logo {
    width: 55%;
  }

/* === REWARD PAGE CONTENT === */
    
  .bouncing-arrow-container{
    height: 10vh;
  }
  
  .reward-message{
    flex-direction: column;
    max-width: 50%;
    margin-top: 5vh;
  }
  
  .conratulations{
    font-size: clamp(1.5rem, 5vw, 5rem);
  }
  .justify-content-evenly{
  justify-content: space-evenly !important;
  }
  .reward-button-container{
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 2rem;
    padding-bottom: 7rem;
  }
  
  .reward-button{
    color: white;
    background-color: black;
    border-color: white;
    border-radius: 3rem;
    border-width: 3px;
  }
  
  .reward-button:hover{
    color: black;
    background-color: white;
    border-color: white;
    border-radius: 3rem;
    border-width: 3px;
  }

/* === Product Page === */
.product-configure-part-label{
display: none;
}
span.product-configure-part-count::after {
content: " Option(s)";
}

/* === Cart Page === */
.py-3 > a[href="/"] {
  display: none;
}


[data-id="mPower-referenceField"][data-value="Competition Name"] {
    display: none !important;
  }
/* === Checkout Page === 
.checkout-reference-fields{
display: none;
}*/

/* === FOOTER === */
  .footer-link{
    display: block;
    padding: .5rem 1rem;
    text-decoration:none;
  }
  
  @media screen and (max-width: 1000px) {
    .nav-link{
    color: black !important;
    }
  }
  @media screen and (max-width: 600px) {
    .reward-message{
    align-items: center;
    }
    .reward-button-container{
    flex-direction: column;
    }
    .reward-button{
    margin-bottom: 1rem;
    }
    .row{ /* footer content */
    flex-direction: column;
    }
  }