html, body {
      margin: 0;
      padding: 0;
      width: 100%;
}

body {
      font-family: "Helvetica Neue",sans-serif;
      font-weight: lighter;
}

header {
      width: 100%;
      height: 5vh;
/*      background: url(../images/main.jpg) no-repeat 50% 50%;
      background-size: cover;*/
}
img.right{
  width: 35%;
  float: right;
  height: 35%;
  margin-left: 15px;
  margin-top: 45px;
}
img.left{
  float: left;
  width: 35%;
  height: 35%;
  margin-right: 15px;
  margin-left: -2px;
}
.button2 {
  background-color: rgb(0, 93, 190);
  text-align: center;
  padding: 15px 32px;
  border-radius: 4px;
  color: white;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border: none;

}
.content {
      width: 65%;
      margin: 4em auto;
      font-size: 20px;
      line-height: 30px;
      text-align: justify;
}

.logo {
      line-height: 60px;
      position: fixed;
      float: left;
      margin: 16px 46px;
      color: #fff;
      font-weight: bold;
      font-size: 20px;
      letter-spacing: 2px;

}

nav {
      position: fixed;
      width: 100%;
      line-height: 60px;
}

nav ul {
      line-height: 60px;
      list-style: none;
      background: rgba(46, 49, 49, 1);
      overflow: hidden;
      color: #fff;
      padding: 0;
      text-align: right;
      margin: 0;
      padding-right: 40px;
      transition: 1s;

}
img{
  height: 500px;
  width: 500px;
  float: right;
  margin-left: 10px;
  margin-top: 5px;

}

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;
      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;
      }

}
