/* GLOBAL STYLES */
body {
  background-image: url(../images/click_go_lotto_gemini_generated.jpeg);
  background-repeat: repeat-x;
  background-position: top;
  background-size: 50%;
  background-color: #000;
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
}

.navbar {
  background-color: #a19885;
}

.navbar-brand,
.nav-link {
  color: #FFF;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #000;
}

.dropdown-item.active {
  background-color: #e9c46a;
  color: #000;
}

.container {
  margin-top: 35vh;
  background-color: #a19885;
  border-radius: 1.5rem;
  width: 50%;
}

.btn {
  background-color: #000;
  color: #d4cec0;
  border: none;
}

.btn:hover {
  background-color: #eee9dd;
  color: #000;
}

.contact-info-col {
  position: fixed;
  left: 0;
  bottom: 0;
  padding-top: 0.25rem;
  width: 100%;
  font-size: 1rem;
  text-align: center;
  background-color: #a19885;
  color: #000;
}

.contact-info-col a {
  color: #FFF;
  text-decoration: none;
}

.contact-info-col a:hover {
  color: #ecbe44;
  text-decoration: none;
}

/* GAME PAGE STYLES */
.game-container {
  margin-top: 30vh;
  background-color: #a19885;
  border-radius: 1.5rem;
  width: 40%;
}

.game-container-with-latest-winning-numbers {
  margin-top: 25vh;
  background-color: #a19885;
  border-radius: 1.5rem;
  width: 50%;
}

.cash4life-title,
.mega-millions-title,
.powerball-title,
.lotto-num-short,
.lotto-num-long,
.cash4life-lotto-num,
.mega-millions-lotto-num,
.powerball-lotto-num {
  color: #000;
}

.spinner {
  margin-bottom: 0.75rem !important;
}

/* MOBILE DEVICE STYLES */
/* SMALL PHONES */
@media screen and (min-width: 320px) and (max-width: 424px) {

  /* GLOBAL STYLES */
  body {
    background-repeat: repeat-y;
    background-position: top;
    background-size: 100%;
  }

  .container {
    margin-top: 30vh;
    width: 80% !important;
  }

  .btn {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-font-size: 1rem;
  }

  .national-button {
    margin-left: 3rem !important;
    margin-bottom: 1.5rem !important;
  }

  .state-button {
    margin-right: 2.75rem !important;
  }

  .contact-info-col {
    font-size: 0.8rem;
  }

  /* GAME PAGE STYLES */
  .game-container {
    margin-top: 30vh;
    width: 85% !important;
  }

  .game-container-with-latest-winning-numbers {
    margin-top: 10vh;
    width: 85% !important;
  }

  .winning-numbers-header,
  .date-header,
  .winning-numbers {
    font-size: 1rem !important;
  }

  .cash4life-title,
  .mega-millions-title,
  .powerball-title,
  .cash4life-lotto-num,
  .mega-millions-lotto-num,
  .powerball-lotto-num {
    font-size: 1.25rem !important;
  }

  .game-title {
    font-size: 1.75rem !important;
  }

  .lotto-num-short {
    font-size: 2rem !important;
  }

  .lotto-num-long {
    font-size: 1.75rem !important;
  }

  .game-button {
    display: block;
    margin: 0 auto;
  }

}

@media screen and (min-width: 425px) and (max-width: 767px) {

  /* GLOBAL STYLES */
  body {
    background-repeat: repeat-y;
    background-position: top;
    background-size: 100%;
  }

  .container {
    margin-top: 30vh;
    width: 80% !important;
  }

  .btn {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-font-size: 1.25rem;
  }

  .national-button {
    margin-left: 3rem !important;
    margin-bottom: 1.5rem !important;
  }

  .state-button {
    margin-right: 2.75rem !important;
  }

  .contact-info-col {
    font-size: 0.9rem;
  }

  /* GAME PAGE STYLES */
  .game-container {
    margin-top: 30vh;
    width: 85% !important;
  }

  .game-container-with-latest-winning-numbers {
    margin-top: 20vh;
    width: 85% !important;
  }

  .winning-numbers-header,
  .date-header,
  .winning-numbers {
    font-size: 1rem !important;
  }

  .cash4life-title,
  .mega-millions-title,
  .powerball-title,
  .cash4life-lotto-num,
  .mega-millions-lotto-num,
  .powerball-lotto-num {
    font-size: 1.25rem !important;
  }

  .game-title {
    font-size: 1.75rem !important;
  }

  .lotto-num-short {
    font-size: 2rem !important;
  }

  .lotto-num-long {
    font-size: 1.75rem !important;
  }

  .game-button {
    display: block;
    margin: 0 auto;
  }
}

/* SMALL PHONES */
/* LANDSCAPE ORIENTATION */
@media screen and (min-height: 320px) and (max-height: 424px) and (orientation: landscape) {

  /* GLOBAL STYLES */
  body {
    background-repeat: repeat-x;
    background-position: center;
    background-size: 100%;
  }

  .container {
    margin-top: 20vh;
    width: 75% !important;
  }

  .btn {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-font-size: 1.25rem;
  }

  .contact-info-col {
    display: none;
  }

  /* GAME PAGE STYLES */
  .game-container {
    margin-top: 10vh;
    width: 50% !important;
  }

  .game-container-with-latest-winning-numbers {
    margin-top: 10vh !important;
    width: 50% !important;
    padding: 1rem 0 !important;
  }

  .winning-numbers-header,
  .date-header,
  .winning-numbers {
    font-size: 1rem !important;
  }

  .cash4life-title,
  .mega-millions-title,
  .powerball-title,
  .cash4life-lotto-num,
  .mega-millions-lotto-num,
  .powerball-lotto-num {
    font-size: 1rem !important;
  }

  .game-title {
    font-size: 1.75rem !important;
  }

  .lotto-num-short {
    font-size: 2.25rem !important;
  }

  .lotto-num-long {
    font-size: 2rem !important;
  }

  .game-button {
    display: block;
    margin: 0 auto;
  }
}

@media screen and (min-height: 425px) and (max-height: 767px) and (orientation: landscape) {

  /* GLOBAL STYLES */
  body {
    background-repeat: repeat-x;
    background-position: center;
    background-size: 100%;
  }

  .container {
    margin-top: 28vh;
    width: 75% !important;
  }

  .btn {
    --bs-btn-padding-y: 0.4rem;
    --bs-btn-padding-x: 0.85rem;
    --bs-btn-font-size: 1.25rem;
  }

  .contact-info-col {
    display: none;
  }

  /* GAME PAGE STYLES */
  .game-container {
    margin-top: 10vh;
    width: 60% !important;
  }

  .game-container-with-latest-winning-numbers {
    margin-top: 10vh !important;
    width: 50% !important;
    padding: 1rem 0 !important;
  }

  .winning-numbers-header,
  .date-header,
  .winning-numbers {
    font-size: 1.25rem !important;
  }

  .cash4life-title,
  .mega-millions-title,
  .powerball-title,
  .cash4life-lotto-num,
  .mega-millions-lotto-num,
  .powerball-lotto-num {
    font-size: 1.25rem !important;
  }

  .game-title {
    font-size: 2rem !important;
  }

  .lotto-num-short {
    font-size: 2.5rem !important;
  }

  .lotto-num-long {
    font-size: 2.25rem !important;
  }

  .game-button {
    display: block;
    margin: 0 auto;
  }
}

/* TABLETS */
@media screen and (min-width: 768px) and (max-width: 825px),
screen and (min-height: 768px) and (max-height: 825px) and (orientation: landscape) {

  /* GLOBAL STYLES */
  body {
    background-repeat: repeat-y;
    background-position: top;
    background-size: 100%;
  }

  .container {
    margin-top: 30vh;
    width: 90% !important;
  }

  /* GAME PAGE STYLES */
  .game-container {
    margin-top: 30vh;
    width: 70% !important;
  }

  .game-container-with-latest-winning-numbers {
    margin-top: 20vh !important;
    width: 75% !important;
    padding: 1rem 0 !important;
  }

  .winning-numbers-header,
  .date-header,
  .winning-numbers {
    font-size: 1.5rem !important;
  }

  .cash4life-title,
  .mega-millions-title,
  .powerball-title,
  .cash4life-lotto-num,
  .mega-millions-lotto-num,
  .powerball-lotto-num {
    font-size: 1.5rem !important;
  }

  .game-title {
    font-size: 2rem !important;
  }

  .lotto-num-short {
    font-size: 2.25rem !important;
  }

  .lotto-num-long {
    font-size: 2.25rem !important;
  }

  .game-button {
    display: block;
    margin: 0 auto;
  }
}

/* SMALL LAPTOPS */
@media screen and (min-width: 1024px) and (max-width: 1439px) {

  /* GLOBAL STYLES */
  body {
    background-repeat: repeat-y;
    background-position: center;
    background-size: 100%;
  }

  .container {
    width: 70% !important;
  }

  /* GAME PAGE STYLES */
  .game-container {
    margin-top: 30vh;
    width: 50% !important;
  }

  .game-container-with-latest-winning-numbers {
    margin-top: 20vh !important;
    width: 80% !important;
    padding: 1rem 0 !important;
  }

  .winning-numbers-header,
  .date-header,
  .winning-numbers {
    font-size: 1.6rem !important;
  }

  .cash4life-title,
  .mega-millions-title,
  .powerball-title,
  .cash4life-lotto-num,
  .mega-millions-lotto-num,
  .powerball-lotto-num {
    font-size: 1.6rem !important;
  }

  .game-button {
    display: block;
    margin: 0 auto;
  }
}

/* LARGE LAPTOPS */
@media screen and (min-width: 1440px) and (max-width: 1600px) {

  /* GLOBAL STYLES */
  body {
    background-position: center;
    background-size: 100%;
  }

  /* GAME PAGE STYLES */
  .game-container {
    margin-top: 30vh;
    width: 40% !important;
  }

  .game-container-with-latest-winning-numbers {
    width: 60% !important;
    padding: 1rem 0 !important;
  }

  .winning-numbers-header,
  .date-header,
  .winning-numbers {
    font-size: 1.6rem !important;
  }

  .cash4life-title,
  .mega-millions-title,
  .powerball-title,
  .cash4life-lotto-num,
  .mega-millions-lotto-num,
  .powerball-lotto-num {
    font-size: 1.6rem !important;
  }

  .game-button {
    display: block;
    margin: 0 auto;
  }
}