@font-face {
  font-family: "Graff";
  src: url("../fonts/kosalsayshy.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  min-height: 100vh;
  margin: 0;
  background-color: #000;
  padding: 0px;
}

.content {
  flex: 1; /* Grow to fill available space */
  background-image: url(../images/background.jpg);
  background-position: right top;
  background-size: 46vw auto;
  background-repeat: no-repeat;
  background-color: #000;
  padding: 0px;
  padding-bottom: 10vh;
}

.topBox {
  width: 80%;
  margin-left: 7%;
  margin-bottom: 0vh;
}

.banner {
  padding: 0px;
  color: gold;
  text-align: left;
  font-family: "Graff", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 7vw;
}

.content_boxes {
  display: flex;
  justify-content: space-between;
  margin-top: 0vh;
  color: gold;
  font-size: 16px;
  padding: 2px;
  line-height: 1.5;
}

.content_box_left {
  width: 30%;
  margin-left: 5%;
  margin-right: 5%;
}

.content_box_right {
  width: 30%;
  margin-right: 30%;
}

.content_box::after {
  content: "";
  clear: both;
  display: table;
}

h1 {
  font-family: Verdana;
  font-size: 2em;
  color: #fff;
  text-align: left;
  padding: 10px;
  margin: 0px;
}

h3 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.5em;
  text-align: left;
  color: gold;
  padding: 10px;
  margin-top: 0px;
  margin-bottom: 20px;
  /* border-right: solid 1px #FFF; */
}

.fa-solid {
  color: #85cdff;
  font-size: 16px;
  padding: 0px;
}

a.page:link {
  font-family: Verdana;
  font-weight: bold;
  font-size: 1.5em;
  color: #85cdff;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
}

a.page:hover {
  color: gold;
  text-decoration: underline;
  cursor: pointer;
}

a.page:visited {
  color: #85cdff;
  text-align: left;
  cursor: pointer;
}

a:link,
a:visited,
a:hover a:visited {
  color: inherit;
  text-decoration: inherit;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #ddd;
  border-radius: 15px;
}

::-webkit-scrollbar-thumb {
  background-color: #555555;
  border-radius: 15px;
}

/* For screens larger than or equal to 2500px */
@media only screen and (min-width: 2500px) {
  .content {
    background-size: 48vw auto;
    padding-bottom: 10vh;
  }

  .content_boxes {
    font-size: 18px;
  }

  .fa-brands,
  .fa-solid {
    font-size: 20px;
  }
}

/* For screens larger than or equal to 1024px */
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .content {
    background-size: 48vw auto;
    padding-bottom: 12vh;
  }

  .content_boxes {
    font-size: 13px;
  }

  .fa-brands,
  .fa-solid {
    font-size: 12px;
  }
}

/* Screens between 640px and 1023px */
@media (min-width: 640px) and (max-width: 1023px) {
  .content {
    background-size: 40vw auto;
    padding-bottom: 1vh;
  }

  .content_boxes {
    font-size: 12px;
  }

  .fa-brands,
  .fa-solid {
    font-size: 12px;
  }
}

/* Screens less than 640px */
@media (max-width: 639px) {
  .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-size: 40vw auto;
    padding: 0;
    margin: 0;
    padding-bottom: 1vh;
  }

  .topBox {
    width: 90%;
    margin-left: 4%;
    padding: 0;
  }

  .banner {
    text-align: left;
    font-size: 44px;
    padding: 0;
    margin: 0;
  }

  .liner {
    text-align: left;
    font-size: 20px;
    padding: 0;
    margin: 0;
  }

  .content_boxes {
    font-size: 10px;
  }

  .content_box_left,
  .content_box_right {
    width: 40%; /* Adjust this as needed */
    margin: 5%;
    padding: 0;
  }

  h1 {
    font-size: 2em;
    padding: 0px;
    margin: 0px;
  }

  h3 {
    font-size: 1.5em;
    padding-bottom: 20px;
    margin: 0px;
  }

  .fa-brands,
  .fa-solid {
    font-size: 12px;
  }
}
