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

.topnav {
    overflow: hidden;
    padding-top: 90px;
    z-index: 99999;
  }
  
  .topnav a {
    float: left;
    display: block;
    color: #000000;
    font-family: Oswald;
    text-align: center;
    padding: 14px 33px;
    text-decoration: none;
    font-size: 17px;
  }
  
  .topnav a:hover {
    color: #ed1c24;
  }
  
  .topnav .icon {
    display: none;
  }
  
  @media screen and (max-width: 728px) {
    .topnav{
        padding-top: 50px;
    }

    .topnav a{
        display: none;
    }

    .topnav a.icon {
      float: right;
      display: block;
    }
  }
  
  @media screen and (max-width: 728px) {
    .topnav.responsive {
      position: absolute;
      right: 0;
      width: 50%;
      z-index: 999999;
  }

    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
      margin-top: 50px;
    }
    .topnav.responsive a {
    padding: 14px 16px;
    background-color: #fff;
      float: none;
      display: block;
      text-align: left;
      border-bottom: #333 .5px solid;
    }
  }