@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Italic-VariableFont_wdth,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: italic;
}

html {
  margin-top: 0px !important;
}

body {
  font-family: 'Open Sans';
}

.article-content strong {
  font-weight: 700;
  color: #991b1b;
}

.article-content b {
  font-weight: 700;
  color: #991b1b;
}

.article-content h1 {
  margin-top: 1rem;
}

.article-content h2 {
  font-weight: 800;
  color: #991b1b;
}

.article-content a {
  color: #991b1b;
}

.article-content a:hover {
  color: #7f1d1d;
}

.faq-answer a {
  color: #991b1b;
}

.faq-answer a:hover {
  color: #7f1d1d;
}

.div-logo {
  background-image: url('../images/SpartanPokerTour-Logo.png');
  height: 250px;
  width: 250px;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 768px) {
  .div-logo {
    height: 150px;
    width: 150px;
  }
}

@media screen and (max-width: 400px) {
  .div-logo {
    height: 100px;
    width: 100px;
  }
}

.div-logo2 {
  background-image: url('../images/SpartanPokerTour-Logo2.png');
  height: 250px;
  width: 250px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .div-logo2 {
    height: 150px;
    width: 150px;
  }
}

@media screen and (max-width: 400px) {
  .div-logo2 {
    height: 100px;
    width: 100px;
  }
}

.hero-bg {
  background-size: cover;
  background-position: center;
}

.hero-bg-2 {
  background-size: cover;
  background-position: top;
}

details {
  padding: 0.5rem;
  border-width: 1px;
  border-radius: 0.75rem;
  margin: 0.5rem;
}

details summary {
  font-weight: 800;
  color: #991b1b;
}

.glass {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
} 

.bglass {
  /* From https://css.glass */
  background: rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px) !important;
  -webkit-backdrop-filter: blur(5px) !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.img-gal {
  width: 400px;
  height: 225px;
  place-self: center;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
}

.wp-block-heading {
  font-weight: 800;
  color: #991b1b;
}

.gform_wrapper {
  border-width: 1px;
  border-radius: 0.75rem;
  margin: 0.5rem;
  padding: 1rem;  
}

.gform_title {
  margin-top: 0;
}

.add_to_cart_button {
  background-color: #991b1b !important;
  color: white !important;
  font-weight: 700;
  padding: 0.5rem 1rem !important;
  border-radius: 0 !important;
  margin-top: auto !important;
  duration: 200ms !important;
}

.add_to_cart_button:hover {
  duration: 200ms !important;
  background-color: #7f1d1d !important;
  color: white !important;
}

.woocommerce-Price-amount {
  font-weight: 700;
  font-size: 20px;
  color: #111827;
}

.wc-block-product {
  margin: 0;
  padding: 0.5rem !important;
  border: solid 1px #e5e7eb;
}

.wc-block-product img {
  margin:0;
  height: 200px !important;
  object-fit: contain !important;
}

.wc-block-product h2 {
  font-weight: 700;
  color: #991b1b;
  font-size: 20px !important;
}

button.wc-block-components-button {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
  background-color: #991b1b !important;
  color: white !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition-property: background-color !important;
  transition-duration: 200ms !important;
}

button.wc-block-components-button:hover {
  background-color: #7f1d1d !important;
}