
  p {
    font: 400 15px/1.3 Lato, sans-serif;
    color: #505050;
  }

  h1 {
    font: 400 20px/1.0 Lato, sans-serif;
    color: #505050;
  }

  h2 {
    font: 400 28px/1.0 Lato, sans-serif;
    color: #505050;
  }
  h3 {
    font: 500 15px/1.0 Lato, sans-serif;
    color: #838383;
  }

  h5 {
  font-family: 'Barlow Condensed', sans-serif;
    font-weight: 500;
    font-size: 32px;
    color: #838383;
    text-shadow: 1px 1px 3px #C0C0C0;
  }


  a {
    font-family: 'Lato';
    font-size: 17px;
    color: #505050;
    text-decoration: none;
  }
  
  @media screen and (max-width: 600px) {
    a{
	font-family: 'Barlow Condensed', serif;
    font-size: 600  15px;    
    }}

     
  a:link {
    font-family: 'Lato';
    font-size: 17px;
    text-decoration: none;
    color: #505050;
  }
  
  @media screen and (max-width: 600px) {
    a:link {
	font-family: 'Barlow Condensed', serif;
    font-size: 600  15px;    
    }}
    
  a:hover {
    font-family: 'Lato';
    font-size: 17px;
    color: #afafaf;
    text-decoration: none;
  }

  @media screen and (max-width: 600px) {
    a:hover {
	font-family: 'Barlow Condensed', serif;
    font-size: 600 15px;   
    }}


  .topnav {
    overflow: hidden;
    background-color: #ffffff;
  }

  .topnav a {
    float: left;
    display: block;
    color: #777777;
    text-align: center;
    padding: 3px 16px;
    text-decoration: none;
    font-size: 15px;
  }

  .topnav a:hover {
    background-color: #29bc44;
    color: black;
  }

  .topnav .icon {
    display: none;
  }

  @media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
      display: none;
    }

    .topnav a.icon {
      float: right;
      display: block;
    }
  }

  @media screen and (max-width: 600px) {
    .topnav.responsive {
      position: relative;
    }

    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }

    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
    
   
        .container-fluid {
            padding-left: 150px;
            padding-right: 150px;
        }

        @media screen and (max-width: 600px) {
            .container-fluid {
                padding-left: 5px;
                padding-right: 5px;
            }
        }
