a {
  text-decoration: none;
  color: #fff;
}

@font-face {
  font-family: "dyna_reg";
  src: url(../fonts/DynaPuff/DynaPuff-Regular.ttf);
}

div#title_txt.title span {
  font-family: dyna_reg;
  font-size: 42px;
}

div#title_txt.title span:nth-child(1) {
  color: rgb(17, 154, 17);
}
div#title_txt.title span:nth-child(2) {
  color: #fdea0d;
}
div#title_txt.title span:nth-child(3) {
  color: rgb(247, 62, 77);
}

* {
  text-decoration: none;
}

@font-face {
  font-family: "oswald_reg";
  src: url(../fonts/Oswalds/Oswald-Regular.ttf);
}

@font-face {
  font-family: "poppins_reg";
  src: url(../fonts/Poppins/Poppins-Regular.ttf);
}

body {
  font-family: poppins_reg;
  margin: 0px;
  color: #f9f9f9ff;
  font-size: larger;
}

.title {
  font-family: oswald_reg;
  font-size: 36px;
  color: #f9f9f9ff;
  font-weight: bold;
}

.title_Dark {
  font-family: oswald_reg;
  font-size: 36px;
  color: #000;
  font-weight: bold;
}

.spacer_dark {
  height: 5px;
  width: 40px;
  background-color: black;
}

.spacer_Light {
  height: 5px;
  width: 40px;
  background-color: #f9f9f9;
}

.main_insert > div:nth-child(1) {
  display: flex;
  width: 1366px;
  margin: auto;
  border: 0px solid black;
  height: 100%;
}

.main_insert:nth-child(odd) {
  height: auto;
  margin: 0 auto;
  background-color: #c56004;
  color: #f9f9f9;
  width: 100%;
}

.main_insert:nth-child(even) {
  height: auto;
  margin: 0 auto;
  background-color: #f9f9f9;
  color: #000;
}

div#footer > div > div {
  border: #efe9e5 solid 0px;
  width: 300px;
  height: auto;
  text-align: center;
  padding: 2%;
}

div#footer > div > div > div:nth-child(1) {
  color: #fdea0d;
  font-size: 22px;
  font-weight: bold;
}

div#footer > div:nth-child(2) {
  background-color: #c56004;
  height: auto;
  font-weight: bolder;
  font-size: 32px;
  text-align: center;
}

.auto_menu_bar {
  position: fixed;
  top: -70;
  width: 100%;
  height: 70px;
  background-color: #282625;
  transition: top 0.3s;
  z-index: 1;
  visibility: hidden;
}

.auto_menu_bar ul li {
  display: inline;
  padding: 0px 20px 25px 20px;
  font-family: oswald_reg;
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
}

.auto_menu_bar ul li a {
  text-decoration: none;
  color: #efe9e5;
}

.list_items {
  display: flex;
  gap: 10px;
}

.list_items div {
  width: 50%;
}

.split_width {
  width: 50%;
  margin: 4%;
}

.insert_imgs {
  width: 80%;
}

#footer > div {
  display: flex;
  justify-content: center;
  padding: 3%;
}

#testamonials_items {
  height: 500px;
  display: flex;
  gap: 10px;
  color: #282625;
  flex-direction: row;
}

div#testamonials_items div {
  width: 400px;
  height: 90%;
  background-color: #c9c9c9;
  padding: 1%;
  overflow-y: scroll;
  border: #282625 1px solid;
}

.columnfy {
  width: 1266px;
  height: 100%;
  margin: auto;
  display: flex;
}

#menu_bar_mini {
  display: none;
}

#mini_hero {
  display: none;
}

.program_insets {
  border: #282625 solid 1px;
  width: 200px;
  height: 300px;
}

#video_insert {
  object-fit: cover;
  background-image: url("./img/summer/vecteezy_circuit-board-texture-for-banner-or-high-tech-poster_22756379.png");
  background-size: cover;
  opacity: 1;
}

#schedule_consult_container {
  display: flex;
  justify-content: center;
  gap: 50px;
  padding: 40px 0px 40px 0px;
}

#schedule_consult_container > div {
  text-align: center;
  font-size: 30px;
  color: #282625;
}

#schedule_consult_container > a > div {
  background-color: #c56004;
  width: 400px;
  margin: auto;
  text-align: center;
  font-size: 30px;
}

#gallery_link {
  background-image: url("../img/summer/horizontal_mesh.jpg");
  background-repeat: no-repeat;
  font-weight: bolder;
  text-align: center;
  font-size: 32px;
  padding: 40px;
}

#hero_overlay_background {
  width: 90%;
  margin: auto;
  font-weight: bold;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 1%;
}

#hero_text_container {
  height: auto;
  background-color: #fff;
  padding: 40px 0px 10px 0px;
}

@media only screen and (max-width: 600px) {
  .main_insert > div:nth-child(1) {
    display: flex;
    width: 100%;
    margin: auto;
    border: 0px solid black;
    height: auto;
    flex-direction: column;
  }

  #hero_text_container {
    width: 90%;
    margin: auto;
  }

  #schedule_consult_container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  #gallery_link {
    background-image: url("../img/summer/horizontal_mesh.jpg");
    background-repeat: no-repeat;
    font-weight: bolder;
    text-align: center;
    font-size: 22px;
    background-size: cover;
    padding: 40px;
  }

  #strategy div {
    width: 98%;
  }

  #full_hero {
    display: none;
  }

  #menu_bar_homepage {
    display: none;
  }

  .list_items {
    display: flex;
    gap: 10px;
    flex-direction: column;
  }

  .list_items div {
    width: 100%;
  }

  .insert_imgs {
    width: 200%;
  }

  .split_width {
    width: 100%;
    margin: 4%;
  }

  .columnfy {
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
  }

  #footer > div {
    display: flex;
    justify-content: center;
    padding: 3%;
    flex-direction: column;
  }

  #testamonials_items {
    height: auto;
    display: flex;
    gap: 10px;
    color: #282625;
    flex-direction: column;
  }

  div#testamonials_items div {
    width: auto;
    height: auto;
    background-color: #c9c9c9;
    padding: 1%;
    overflow-y: none;
    border: #282625 1px solid;
  }

  #menu_bar_mini {
    display: block;
  }

  #mini_hero {
    display: block;
  }

  #schedule_consult_container {
    width: 95%;
  }

  #schedule_consult_container > a > div {
    background-color: #c56004;
    width: 400px;
    margin: auto;
    text-align: center;
    font-size: 30px;
  }
}
