html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}

h1, h2, h3, h4, h5, h6, p, div, span,li, a, label, input{
      /*color: #000!important;*/
      font-family: 'Roboto', sans-serif!important;
}

body {
      font-family: "Helvetica Neue",sans-serif;
      font-weight: lighter;
      max-width: 1600px;
      margin: 0 auto;
}

.wrapper{
      max-width: 1600px;
      margin: 0 auto;
}


.content {
      width: 94%;
      margin: 4em auto;
      font-size: 20px;
      line-height: 30px;
      text-align: justify;
}

.logo {
      /*line-height: 60px;*/
      position: fixed;
      float: left;
      /*margin-left: 14%;*/
      /*margin: 0 46px 16px;*/
      color: #fff;
      font-weight: bold;
      font-size: 20px;
      letter-spacing: 2px;
}

nav {
      z-index: 1999;
      position: fixed;
      max-width: 1600px;
      width: 100%;
}

nav ul {
      /*line-height: 60px;*/
      list-style: none;
      background: rgba(0, 0, 0, 0);
      overflow: hidden;
      color: #fff;
      padding: 0;
      /*text-align: center;*/
      margin: 0;
      padding-right: 40px;
      transition: 1s;
}

nav.black ul {
      background: #000;
}

nav ul li {
      display: inline-block;
      padding: 16px 40px;;
}

nav ul li a {
      text-decoration: none;
      color: #fff;
      font-size: 16px;
}

.menu-icon {
      line-height: 60px;
      width: 100%;
      background: #000;
      text-align: right;
      box-sizing: border-box;
      /*padding: 15px 24px;*/
      padding: 10px 24px 0;
      cursor: pointer;
      color: #fff;
      display: none;
}

@media(max-width: 786px) {

      .logo {
            position: fixed;
            top: 0;
            /*margin-top: 16px;*/
      }

      nav ul {
            max-height: 0px;
            background: #000;
      }

      nav.black ul {
            background: #000;
      }

      .showing {
            max-height: 34em;
      }

      nav ul li {
            box-sizing: border-box;
            width: 100%;
            padding: 24px;
            text-align: center;
      }

      .menu-icon {
            display: block;
      }


}
.about-section {
  padding: 50px;
  text-align: center;
}

#footer_image{
      margin-bottom: -65px;     
}
@media(max-width: 786px) {
      #footer_image{
            margin-bottom: -35px;     
      }
}

.hr_underline {
      border: 2px solid #ffd864e8;
      border-radius: 1px;
      width: 100px;
      text-align: center;
      margin: 10px auto;
}

@media(max-width: 839px) {
      .header_image{
            margin-top: 70px;
      }
}