#nav-dropdown a:hover {
  background-color: #5a4b66;
  color: white;
}

#nav-dropdown a {
  color: white;
}

a.ref-product {
  background-color: rgba(207,147,255,0.12);
  padding: 10px;
  border-radius: 15px;
}

a.ref-product:hover {
  background-color: rgba(248,157,201,0.27);
}

header.masthead .bg-circle {
  z-index: 0;
  position: absolute;
  border-radius: 100%;
  background: linear-gradient(0deg, #ff97ca 0%, #f2a670 100%);
}

header.masthead {
  position: relative;
  overflow: hidden;
  padding-top: calc(7rem + 72px);
  padding-bottom: 7rem;
  background: linear-gradient(0deg, #ff6a00 0%, #dcb6c8 100%);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}

li {
  margin: 5px;
}

