.iconColor {
  color: black !important;
}
.sidenav {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align: center;
  background-color: #505050f0;
  opacity: 1;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -ms-transition-property: -ms-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.sidenav img {
  width: 150px;
  height: auto;
}
.sidenav.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .sidenav {
    padding-top: 180px;
  }
}
.sidenav a {
  padding: 15px 0 15px 25px;
  text-align: left;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  color: white;
  text-transform: uppercase;
  display: block;
  transition: 0.3s;
}
.sidenav span {
  font-size: 1.2em;
  font-weight: 100;
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .sidenav span {
    font-weight: 200;
    font-size: 1.4em;
  }
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
  position: absolute;
  top: -7px;
  right: 13px;
  font-size: 36px;
  margin-left: 50px;
}
.sideNav.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 18px;
  }
}
.barH5Mobile {
  height: 2px;
  width: 25px;
  margin-left: 1px;
  margin-bottom: 10px;
  background-color: #c5c5c5;
}
.menuBtn {
  z-index: 10;
  cursor: pointer;
  position: fixed;
  right: 15px;
  top: 12px;
}
@media only screen and (min-width: 992px) {
  .menuBtn {
    display: none;
  }
}
.menuBtn i {
  color: white;
  transition: .3s;
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .menuBtn i {
    font-size: 30px;
  }
}
