body {
    -webkit-overflow-scrolling: touch;
}

/* The side navigation menu */
.sidenav {
  height: 100vh; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 2; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  /* float: right;ß */
  background-color: #f5f5f5; /* White*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 12%; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

#mySidenav {
  width: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.navLogo {
  height: 169px;
  padding-bottom: 10%;
}

/* The navigation menu links */
.sidenav a {
  text-decoration: none;
  font-size: 28px;
  font-family: 'Lora', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 41px;
  color: #3d4d55;
  display: block;
  transition: 0.3s;
  /* padding-top: 23px; */
  margin-top: 23px;
}

.phone a {
  text-decoration: none;
}

.fa-facebook {
    font-size: 4rem;
    color: #96c121;
    /* margin: 25px; */
}

.sidenav button {
  display: block;
  background-color: #f5f5f5;
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 41px;
  padding: 10px 30px;
  margin: 14px;
  width: 85%;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openButton {
    z-index: 1;
    position: fixed;
    right: 0;
    top: 0;
    color: #3d4d55;
    margin-right: 5%;
    margin-top: 2%;
    font-size: 6.5rem;
}

@media only screen and (max-width: 1921px) {
  .sidenav {
    padding-top: 6%;
  }

  .openButton {
    font-size: 3.5rem;
  }

  .navLogo {
    padding-bottom: 5%;
  }
}

@media only screen and (max-width: 1024px) {
  .sidenav {
    padding-top: 25%;
  }

  .openButton {
    margin-top: 6%;
    font-size: 3.5rem;
  }

  .sidenav a {
    font-size: 30px;
  }
}

@media only screen and (max-width: 391px) {
  .navLogo {
    height: 111px;
  }

  .fa-facebook {
    font-size: 3rem;
  }
  .sidenav a {
    margin-top: 5px;
    font-size: 19px;
  }

  .openButton {
    font-size: 2.5rem;
  }
}