/* Default Styles */

#hero {
  background: url(../images/ViaVeta_Hero.jpg) no-repeat center center;
  background-size: cover;
  padding: 0;
  margin: 0;
  z-index: 2;
}

.parallax-background {
  background-position: 50% 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#hero_overlay {
  background: rgb(6 3 53 / 68%);
  background: radial-gradient(rgb(43 3 53 / 30%), rgb(6 3 53 / 77%));
  color: white;
  margin: 0;
  padding: 0;
}

.topnav {
  width: 100%;
  text-align: center;
  position: sticky;
  top: 0;
  transition: top 1s;
}

#topnav_home {
  position: fixed;
  background: linear-gradient(#2f0b38, transparent);
}

#topnav_home .menu {
  background: linear-gradient(45deg, transparent, #cac4c41c, transparent);
}

#topnav_home img {
  margin: 15px 40px 0px;
  height: 30px;
}

#topnav_sticky {
  position: fixed;
  background: white;
  background: linear-gradient(to right, #4b396a, #2f0f3b);
  box-shadow: 0px 0px 10px grey;
  z-index: 1;
  opacity: 0;
  transition: opacity 2s;
}

#topnav_sticky img {
  height: 27px;
  margin: 10px;
  float: left;
}

.topnav .link {
  text-transform: uppercase;
  color: #5037aa;
  text-decoration: none;
  padding: 13px 20px;
  transition: 1s;
  display: inline-block;
}

.topnav .link:hover {
  color: white;
  -ms-transform: translate(10px); /* IE 9 */
  transform: translate(10px);
  margin-right: 15px;
  text-shadow: 0px 0px 10px white;
}

#topnav_home .link,
#topnav_sticky .link {
  color: #a098b9;
  font-weight: bold;
}

/*
#topnav_sticky .link {
    text-transform: lowercase;
    padding: 13px 15px;
}
*/

#topnav_sticky a:hover {
  color: #603eca;
}

#tagline {
  margin: 25% 50px 50px;
  max-width: 80%;
}

.util-link {
  color: black;
  text-decoration: none;
  font-size: larger;
  margin-bottom: 10px;
  display: block;
}

.topnav .util-link,
.nav-more {
  color: #0cb8a5;
}

.topnav .util-link:hover,
.nav-more:hover,
.nav-item:hover {
  color: #9e86ea;
}

#products {
  position: fixed;
  top: 100px;
  z-index: 3;
  width: 100%;
  display: none;
}

#products .row {
  margin: 0px 10%;
  background: white;
  padding: 3%;
  font-family: fantasy;
  box-shadow: 0px 10px 10px rgb(73 59 114 / 0.5);
}

.hover-menu a {
  display: block;
}

.nav-item {
  color: gray;
  text-decoration: none;
}

#footer {
  background: #3e3186;
  background: #988dae;
  color: white;
}

/* Tablet Styles */

@media only screen and (min-width: 500px) {
  .util-nav {
    top: 10px;
    position: absolute;
    right: 10px;
  }
  #topnav_sticky img {
    position: absolute;
    left: 12px;
    top: 10px;
    margin: 0;
  }
  .util-link {
    display: inline;
    margin-right: 10px;
    margin-bottom: 0px;
  }
}

/* Desktop Styles */

@media only screen and (max-width: 850px) {
  #topnav_sticky {
    height: 50px;
  }
  .menu {
    width: 30%;
    margin: auto;
    max-height: 50px;
    overflow-x: hidden;
    transition: 1s;
  }
  #topnav_home .menu {
    background-color: rgb(196 182 239 / 0.5);
    border-radius: 20px;
  }
  #topnav_home .menu:hover {
    background-color: rgb(196 182 239 / 0.9);
  }
  #topnav_sticky .menu {
    background: #c4b6ef;
    box-shadow: 0px 5px 10px #7d7d7d;
  }
  .menu:hover {
    max-height: 500px;
  }
  .topnav .link {
    display: block;
    color: white;
  }
  #topnav_home .link {
    color: #49369f;
    font-weight: bold;
  }
  #topnav_sticky .link:hover {
    color: white;
  }
}

/* Functional Styles */

.brand-font {
  font-family: "Raleway", sans-serif;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
}

.container.slide {
  padding: 8% 0px;
}

p {
  font-family: "Judson", serif;
  letter-spacing: 0.2px;
  font-size: 1.9rem;
}

.container.dark {
  margin: 0;
  padding: 5% 10%;
  width: 100%;
  background: #d8d0ea;
  background: linear-gradient(45deg, white, #d8d0ea);
}

.dark .brand-font {
  color: #7466a2;
}

/* Individual Styles */

.mottos {
  font-size: 1.5rem;
  text-align: center;
}

#about_images img {
  width: 70%;
}

#about_images .column {
  text-align: center;
}
