.iconColor {
  color: #4d4d4e !important;
}
.sidenav {
  height: 100%;
  width: 70%;
  position: fixed;
  z-index: 1000000;
  top: 0;
  left: 0;
  overflow-x: hidden;
  text-align: center;
  background-color: #002848f5 f5;
  -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;
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .sidenav {
    padding-top: 40px;
  }
}
.sidenav a {
  padding: 15px 0 15px 25px;
  text-align: left;
  text-decoration: none;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  display: block;
  transition: 0.3s;
  font-family: 'Catamaran', sans-serif;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .sidenav a {
    padding: 30px 0 30px 45px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .sidenav a i {
    font-size: 40px;
  }
}
.sidenav a span {
  font-family: 'Catamaran', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.1em;
  font-weight: 400;
  color: #b8d9de;
  padding-top: 2px;
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .sidenav a span {
    font-size: 1.5em;
  }
}
.sidenav a .barH5Mobile {
  height: 15px;
  width: 15px;
  margin-right: 23px;
  border: 1px solid #73a8b0;
  transform: rotate(45deg);
}
.sidenav a:hover {
  color: #a3a2a5;
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .sidenav .logoMobile {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 480px) {
  .sidenav .logoMobile {
    width: 80%;
    margin-top: 40px;
  }
}
.sidenav .bordMobile {
  border-bottom: solid 1px #ccc;
  margin: 50px 0;
}
.sidenav .closebtn {
  position: absolute;
  top: -16px;
  right: 23px;
  font-size: 36px;
  margin-left: 50px;
}
@media only screen and (min-width: 992px) {
  .sidenav {
    display: none;
  }
}
.sidenav.active {
  background: rgba(0, 0, 0, 0.8);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 2px 0 20px rgba(0, 0, 0, 0.4);
}
.menuBtn {
  z-index: 600;
  cursor: pointer;
  position: fixed;
  right: 15px;
  top: 12px;
}
@media only screen and (min-width: 992px) {
  .menuBtn {
    display: none;
  }
}
.menuBtn i {
  color: #73a8b0;
  transition: 0.3s;
}
@media only screen and (max-width: 480px) {
  .menuBtn i {
    font-size: 30px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 991px) {
  .menuBtn i {
    font-size: 40px;
  }
}
