@charset "utf-8";
/* gemini_fonts.css 1.01 4-21-26 */

@font-face {
  font-family: 'Open Sans';
  src: url('/css/fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ==============================
   RESET & BASE
============================== */
* {
  box-sizing: border-box;
}

body {
  background-color: #090909;
  color: #ffffff;
  font-family: Verdana, Geneva, sans-serif;
  margin: 0;
  padding: 0;
  background-image: url(../root_images/main_bg_01.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

/* ==============================
   CONTAINER
============================== */
#container {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  background-color: #090909;
}

/* ==============================
   DIVIDER BAR
============================== */
.divbar {
  width: 100%;
  height: 1px;
  background-color: #333333;
  font-size: 0;
  line-height: 0;
}

/* ==============================
   BACKGROUND COLORS
============================== */
.table09 {
  background-color: #090909;
}
.table23 {
  background-color: #171717;
}

/* ==============================
   TOPPER
============================== */
.topper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 34px;
  padding: 4px 8px;
}

.topper-social {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1;
}

.topper-social img {
  display: block;
}

.topper-tagline {
  flex: 1;
  text-align: center;
}

.topper-tagline-img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.topper-nav {
  flex: 1;
  text-align: right;
}

/* ==============================
   HEADER IMAGE
============================== */
.head_image {
  width: 100%;
  margin: 0;
  padding: 0;
}

.full-width-img {
  display: block;
  width: 100%;
  height: auto;
}

/* ==============================
   WARNING SECTION
============================== */
.warning-section {
  width: 100%;
  padding: 10px 0;
}

.warning-inner {
  max-width: 85%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
}

.warning-img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 10px auto;
}

/* ==============================
   NAVIGATION BAR
============================== */
.nav-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 4px 0;
}

.nav-img {
  display: block;
  max-width: 100%;
  height: auto;
}

.nav-img-join {
  flex-shrink: 0;
}

/* ==============================
   TERMS LINKS
============================== */
.terms-link-container {
  text-align: center;
  padding: 15px 0;
}

.terms-link {
  display: inline-block;
  padding: 10px 24px;
  background-color: #090909;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease;
  letter-spacing: 1px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
}

.terms-link:hover {
  background: linear-gradient(180deg, #ffd93d 0%, #e6c235 100%);
  color: #000000;
  transform: scale(1.02);
  box-shadow: 0 0 15px rgba(255, 217, 61, 0.4);
}

/* ==============================
   SOCIAL MEDIA BAR
============================== */
.social-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  padding: 6px 0;
}

.social-item {
  flex: 1 1 120px;
  text-align: center;
  padding: 4px;
}

.social-icon {
  vertical-align: middle;
}

/* ==============================
   REVIEWS BAR
============================== */
.reviews-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  padding: 10px 0;
}

.review-logo {
  max-width: 120px;
  height: auto;
  display: block;
  margin: 6px auto;
}

/* ==============================
   FOOTER
============================== */
.footer {
  width: 100%;
  text-align: center;
  padding: 10px 8px 20px 8px;
}

.footer p {
  margin: 8px 0;
}

.filter-links {
  margin: 10px 0;
}

.filter-links a {
  display: inline-block;
  margin: 4px 8px;
}

/* ==============================
   TYPE CLASSES
============================== */
.h1 {
  font-family:'Open Sans', Arial, Helvetica, sans-serif; font-weight:400;
  font-size: 16px;
  font-style: normal;
  line-height: 1.5;
  font-weight: normal;
  text-align: center;
  letter-spacing: 1px;
  color: #ffffff;
}
.h2 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  color: #ffffff;
}
.h3 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  color: #ffffff;
}
.h4 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
  letter-spacing: 1px;
  color: #A70925;
}
.h5 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
  letter-spacing: 1px;
  color: #A70925;
}
.p1 {
  font-family:'Open Sans', Arial, Helvetica, sans-serif; font-weight:400;
  font-size: 14px;
  font-style: normal;
  line-height: 1.5;
  font-weight: normal;
  text-align: center;
  letter-spacing: 1px;
  color: #ffffff;
}
.p2 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
  font-style: normal;
  line-height: 1.5;
  font-weight: normal;
  text-align: justify;
  letter-spacing: 1px;
  color: #ffffff;
}
.text18pxl {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
  color: #ffffff;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
.text16pxl {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 16px;
  color: #ffffff;
  vertical-align: top;
  padding: 0;
  margin: 0;
}
.text14pxl {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  color: #ffffff;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
.text12pxl {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: #ffffff;
  vertical-align: top;
  padding: 0;
  margin: 0;
  line-height: 1.6;
}

/* ==============================
   LINKS
============================== */
a:link {
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  color: #ffffff;
}
a.blk:link {
  text-decoration: underline;
  color: #171717;
}
a:visited {
  color: #E7E7E7;
  text-decoration: none;
}
a.blk:visited {
  color: #090909;
  text-decoration: none;
}
a:hover {
  color: #A70925;
  text-decoration: none;
}
a.blk:hover {
  color: #A70925;
  text-decoration: none;
}

/* =====================================================
   CSS IMAGE HOVER SWAPS
   Uses the two-image stacking method.
   Each link contains two <img> tags:
     - .img-normal  (shown by default, hidden on hover)
     - .img-hover   (hidden by default, shown on hover)
   This method works in all browsers.
   ===================================================== */

/* Stack both images on top of each other */
a.hover-swap {
    display: inline-block;
    position: relative;
}
a.hover-swap .img-normal,
a.hover-swap .img-hover {
    display: block;
}
a.hover-swap .img-hover {
    display: none;
}
a.hover-swap:hover .img-normal {
    display: none;
}
a.hover-swap:hover .img-hover {
    display: block;
}


/* ==============================
   WARNING TEXT COLOR
============================== */
#warning1 {
  color: #A70925;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

/* ==============================
   MOBILE: phones up to 600px
============================== */
@media screen and (max-width: 600px) {

  .topper {
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 8px;
  }

  .topper-social,
  .topper-tagline,
  .topper-nav {
    flex: none;
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .topper-nav p {
    text-align: center;
  }

  .nav-bar {
    flex-direction: column;
    gap: 6px;
    padding: 8px 0;
  }

  .nav-img {
    width: 90%;
    margin: 0 auto;
  }

  .warning-inner {
    max-width: 95%;
  }

  .h1 {
    font-size: 14px;
  }

  .h2 {
    font-size: 14px;
  }

  .p1 {
    font-size: 13px;
  }

  .social-item {
    flex: 1 1 45%;
  }

  .filter-links a {
    display: inline-block;
    margin: 4px 6px;
    font-size: 12px;
  }

  .text12pxl br {
    display: none;
  }
}

/* ==============================
   TABLET: 601px to 900px
============================== */
@media screen and (min-width: 601px) and (max-width: 900px) {

  .topper {
    padding: 4px 12px;
  }

  .nav-bar {
    gap: 4px;
  }

  .nav-img {
    max-width: 30%;
  }

  .warning-inner {
    max-width: 90%;
  }
}
