#header.header-transparent {
  background: transparent;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #ce712e;
  padding: 5px 15px 7px 15px;
  margin-left: 5px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 50px;
  font-family: "Open Sans", sans-serif;
}

.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
  background: #ef6603;
  text-decoration: none;
  color: #ffff;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 100px;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  text-align: center;
  position: relative;
  height: 70vh;
  padding-top: 56px;
  flex-wrap: nowrap;
  align-content: flex-start;
}
.img-custom {
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  -webkit-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.75);
  margin-bottom: 20px;
}

.img-custom:hover {
  filter: none; /* IE6-9 */
  -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
}
#hero {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: linear-gradient(0deg, #067ca9 0%, #9cc5e9c7 100%);
  padding: 0;
}
.hero-waves {
  display: block;
  width: 100%;
  height: 60px;
  position: relative;
}
#heroCarousel {
  max-height: 100%;
}
.h3 {
  font-size: 2.5rem;
}
.mobile-nav-toggle i {
  color: #ef6603;
}
