* {
    text-decoration: none;
    text-decoration-color: #fff;
  }
  a {
    color: #000;
  }
  
  @font-face {
    font-family: "oswald_reg";
    src: url(../fonts/Oswalds/Oswald-Regular.ttf);
  }
  
  @font-face {
    font-family: "oswald_bold";
    src: url(../fonts/Oswalds/Oswald-Bold.ttf);
  }
  
  @font-face {
    font-family: "impact_reg";
    src: url(../fonts/Impact/impact.ttf);
  }
  
  .feo_link {
    text-decoration: none;
    color: #1a1a1a;
  }
  
  body {
    width: 100%;
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    margin: 0px;
    justify-content: center;
  }
  
  .columns {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  
  .full_title_bar_black {
    height: 60px;
    background-color: #1a1a1a;
    font-family: oswald_reg;
    font-size: 38px;
  }
  
  .full_title_bar_mesh {
    height: 60px;
    background-color: #1a1a1a;
    background-image: url("../img/horizontal_mesh.jpg");
    font-family: oswald_reg;
    font-size: 38px;
  }
  
  .full_center {
    width: 75%;
    height: auto;
    margin: auto;
  }
  
  .program_section {
    height: auto;
    padding-top: 30px;
    border: #000 solid 0px;
  }
  
  .full_program_section_flex {
    flex-wrap: wrap;
    display: flex;
    gap: 10px;
    height: auto;
    padding-bottom: 80px;
  
    justify-content: center;
  }
  
  .half_program_insert {
    width: 49%;
  }
  
  footer {
    background-color: #1a1a1a;
    width: 100%;
    height: auto;
    color: #f0f0f0;
    padding: 20px 0px 30px 0px;
  }
  
  .footer_div {
    width: 380px;
    padding-right: 50px;
  }
  
  @media only screen and (max-width: 600px) {
    .half_program_insert {
      width: 90%;
    }
  
    body {
      margin: 0px;
    }
  
    .full_center {
      width: 100%;
      height: auto;
      text-align: center;
      margin: auto;
    }
  
    .half_program_insert img {
      width: 90%;
    }
  
    .full_program_section_desc {
      height: auto;
      width: 90%;
      padding: 20px;
      text-align: left;
      font-family: Arial, Helvetica, sans-serif;
      color: black;
      font-size: 24px;
    }
  
    .full_program_section_flex {
      border: 0px solid black;
      padding-top: 10px;
      gap: 10px;
    }
  
    .mobile {
      justify-content: center;
      padding: 5%;
    }
  }
  