/* ------------ NAVBAR ------------  */

/* MOBILE NAVBAR */
.ella-bar-mobile {
}

.ella-nav-mobile-logo {
  width: 220px;
}

.header-small {
  background-color: #ff4f79;
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "Voltaire";
  font-size: 18px;
}

.ella-bar {
  background-color: #ff4f79;
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  justify-content: center;
  text-align: center;
}

/* ------------ NAVBAR LINKS ------------  */
.ella-nav-link {
  width: 80px;
  /* background: #000; */
  text-align: center;
  display: block;
}

.ella-nav-link-active {
  color: #963247 !important;
}

.ella-bar .ella-nav-link {
  color: white;
  text-decoration: none;
  display: inline-block;
  opacity: 1;
  transition: 0.3s;
}

.ella-bar .ella-nav-link:hover {
  color: #c93e5b;
  text-decoration: none;
  opacity: 1;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(255, 255, 255);
}

.ella-nav-link:active {
  color: black;
}

.nav-type {
  font-family: "Voltaire";
  font-size: 20px;
}

.ella-bar .img-link img {

  align-items: center;
  text-align: center;
}

header .sub-head {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon-pink {
  color: #ff4f74;
}
