/* Global */
@font-face {
  font-family: "FIRAGO-ULTRALIGHT";
  src: url("../fonts/FIRAGO/FIRAGO-ULTRALIGHT.EOT?#iefix")
      format("embedded-opentype"),
    url("../fonts/FIRAGO/FIRAGO-ULTRALIGHT.TTF") format("truetype"),
    url("../fonts/FIRAGO/FIRAGO-ULTRALIGHT.SVG#FIRAGO-ULTRALIGHT") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FIRAGO-LIGHT";
  src: url("../fonts/FIRAGO/FIRAGO-LIGHT.EOT?#iefix")
      format("embedded-opentype"),
    url("../fonts/FIRAGO/FIRAGO-LIGHT.TTF") format("truetype"),
    url("../fonts/FIRAGO/FIRAGO-LIGHT.SVG#FIRAGO-LIGHT") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FIRAGO-BOOK";
  src: url("../fonts/FIRAGO/FIRAGO-BOOK.EOT?#iefix") format("embedded-opentype"),
    url("../fonts/FIRAGO/FIRAGO-BOOK.TTF") format("truetype"),
    url("../fonts/FIRAGO/FIRAGO-BOOK.SVG#FIRAGO-BOOK") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FIRAGO-REGULAR";
  src: url("../fonts/FIRAGO/FIRAGO-REGULAR.EOT?#iefix")
      format("embedded-opentype"),
    url("../fonts/FIRAGO/FIRAGO-REGULAR.TTF") format("truetype"),
    url("../fonts/FIRAGO/FIRAGO-REGULAR.SVG#FIRAGO-REGULAR") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FIRAGO-MEDIUM";
  src: url("../fonts/FIRAGO/FIRAGO-MEDIUM.EOT?#iefix")
      format("embedded-opentype"),
    url("../fonts/FIRAGO/FIRAGO-MEDIUM.TTF") format("truetype"),
    url("../fonts/FIRAGO/FIRAGO-MEDIUM.SVG#FIRAGO-MEDIUM") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FIRAGO-SEMIBOLD";
  src: url("../fonts/FIRAGO/FIRAGO-SEMIBOLD.EOT?#iefix")
      format("embedded-opentype"),
    url("../fonts/FIRAGO/FIRAGO-SEMIBOLD.TTF") format("truetype"),
    url("../fonts/FIRAGO/FIRAGO-SEMIBOLD.SVG#FIRAGO-SEMIBOLD") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FIRAGO-EXTRABOLD";
  src: url("../fonts/FIRAGO/FIRAGO-EXTRABOLD.EOT?#iefix")
      format("embedded-opentype"),
    url("../fonts/FIRAGO/FIRAGO-EXTRABOLD.TTF") format("truetype"),
    url("../fonts/FIRAGO/FIRAGO-EXTRABOLD.SVG#FIRAGO-EXTRABOLD") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FIRAGO-HEAVY";
  src: url("../fonts/FIRAGO/FIRAGO-HEAVY.EOT?#iefix")
      format("embedded-opentype"),
    url("../fonts/FIRAGO/FIRAGO-HEAVY.TTF") format("truetype"),
    url("../fonts/FIRAGO/FIRAGO-HEAVY.SVG#FIRAGO-HEAVY") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "FIRAGO-REGULAR";
  background: url("https://casinonotongamstop.org.uk/includes/images/background3.png")
    repeat;
  background-size: 500px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Container spacing */
.section_wrapper {
  padding: 40px 0px;
  line-height: 1.3;
  color: #1f1f1f;
}

/* Heading 1 - Main Title */
.section_wrapper h1 {
  font-size: 2.5rem;
  font-family: "FIRAGO-MEDIUM";
  color: #111111;
  margin-bottom: 10px;
  border-bottom: 2px solid #ececec;
  padding-bottom: 10px;
}

/* Heading 2 - Section Titles */
.section_wrapper h2 {
  font-size: 1.75rem;
  font-family: "FIRAGO-MEDIUM";
  color: #222222;
  margin-top: 40px;
  margin-bottom: 15px;
  border-left: 4px solid #213448;
  padding-left: 12px;
}

.section_wrapper h3 {
  font-size: 1.5rem;
  font-family: "FIRAGO-MEDIUM";
  color: #222222;
  margin-bottom: 15px;
}

.section_wrapper h4 {
  font-size: 1.2rem;
  font-family: "FIRAGO-MEDIUM";
  color: #222222;
  margin-bottom: 15px;
}

/* Paragraphs */
.section_wrapper p {
  font-size: 1rem;
  margin-bottom: 20px;
  color: #333333;
}

/* Unordered List Styling */
.section_wrapper ul {
  margin: 0 0 20px 20px;
  padding: 0;
  list-style: disc;
}

/* List Items */
.section_wrapper li {
  margin-bottom: 10px;
  font-size: 1rem;
}

/* Strong elements */
.section_wrapper strong {
  color: #000000;
  font-weight: 600;
}

/* Links */
.section_wrapper a {
  color: #0077cc;
  text-decoration: underline;
  transition: color 0.2s ease-in-out;
}

.section_wrapper a:hover {
  color: #005799;
  text-decoration: none;
}

/* Tables */
.section_wrapper table {
  width: 100%;
  border-collapse: collapse;
  margin: 40px 0;
  font-size: 1rem;
  font-family: "FIRAGO-REGULAR";
  color: #e0e0e0;
  background-color: #1a1a1a;
  border: 1px solid #333;
}

/* Table Header */
.section_wrapper thead th {
  background-color: #213448;
  color: #ffffff;
  padding: 14px 16px;
  font-family: "FIRAGO-MEDIUM";
  text-align: left;
}

.section_wrapper thead tr td p {
  background-color: #213448;
  color: #ffffff;
  padding: 14px 16px;
  font-family: "FIRAGO-MEDIUM";
  text-align: left;
}

.section_wrapper thead tr td p strong {
  color: white;
  font-family: "FIRAGO-MEDIUM";
}

/* Table Body */
.section_wrapper tbody td {
  padding: 14px 16px;
  border: 1px solid #2c2c2c;
}

.section_wrapper tbody tr td p {
  color: white;
}

.section_wrapper tbody tr td p strong {
  color: white;
  font-family: "FIRAGO-MEDIUM";
}

/* Row Striping */
.section_wrapper tbody tr:nth-child(even) {
  background-color: #121212;
}
.section_wrapper tbody tr:hover {
  background-color: #1f2b3a;
}

@media screen and (max-width: 1290px) {
  .container_mobile {
    padding: 0px 15px;
  }

  .section_wrapper {
    padding: 15px 15px;
  }

  .section_wrapper table {
    display: block;
    overflow-x: auto;
  }
}

@media screen and (max-width: 768px) {
  .section_wrapper h1 {
    font-size: 1.9rem;
  }
}
