/* ------Colors and Fonts---*/
/* ------Headers---*/
h1 {
  font-family: "Aleo", serif;
  font-weight: 700;
  font-size: 26px;
  color: #ebebeb;
}

h2 {
  font-family: "Aleo", serif;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  padding-top: 8px;
}

h3 {
  font-family: "Aleo", serif;
  font-weight: 400;
  font-size: 26px;
}

p {
  font-family: "Aleo", serif;
  font-size: 16px;
  font-weight: 400;
  color: #ebebeb;
}

a {
  color: #caa8f7;
}

a:hover {
  color: #90e955;
}

.asterix {
  font-size: 1rem;
  color: #d7e444;
}

span.apostrophe {
  font-size: 2rem;
}

::-moz-selection {
  background: #caa8f7;
}

::selection {
  background: #caa8f7;
}

.contents-text {
  line-height: 1rem;
}

.about-text {
  line-height: 1.2rem;
}

#contents-phil .asterix {
  font-size: 26px;
  color: #d7e444;
}

#lore-phil .contents-text-warning {
  margin-top: 40px;
  font-size: 12px;
  color: #d7e444;
}

#lore-lytta .lore-text {
  line-height: 1.2rem;
}

#lore-phil .lore-text {
  line-height: 1.2rem;
}

.warning-text {
  color: #d7e444;
  line-height: 1.2rem;
}

span.apostrophe {
  font-size: 2rem;
}

p.lore-text-end {
  font-weight: 700;
  font-size: 16px;
}

nav li {
  display: inline-block;
  margin: 0 20px;
  padding: 0;
}

/* ------Background---*/
.background-image {
  position: fixed;
  top: -5%;
  left: -5%;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  background-image: url("https://ik.imagekit.io/vijr2wy39v/glamarye/img/background_dYtMNa9Sx.jpg");
  width: 120%;
  height: 120%;
  background-size: cover;
  filter: blur(4px);
}

/* ------All Content besides BG---*/
.content {
  position: relative;
  left: 0;
  right: 0;
  z-index: 2;
  margin-left: 20px;
  margin-right: 20px;
}

/* ------Box Shadows and Display---*/
.bg-black-blur {
  background: rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 0px 0px 5px 6px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0px 0px 5px 6px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 5px 6px rgba(0, 0, 0, 0.9);
  border-radius: 4px;
}

.bg-black-blur-heavy {
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.6);
  border-radius: 4px;
}

.white-outline {
  border-style: solid;
  border-color: white;
}

/* ------Headers and Sections---- */
.section-header {
  text-align: center;
  margin-bottom: 2%;
}

.gallery-section {
  margin: 1% auto 0 auto;
}

.reviews-section {
  margin: 0 auto;
}

.howtouse-section {
  width: 60%;
  margin: 2% auto;
  padding-bottom: 1%;
}

.about-section {
  margin: 2% auto;
  height: auto;
}

.contact-section {
  width: 60%;
  height: auto;
  margin: 3% auto;
}

/* ------Carousel Arrows Gallery---- */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 80px;
  width: 80px;
  outline: white;
  background-size: 100%, 100%;
  border-radius: 50%;
  border: 1px solid white;
  background-image: none;
}

.carousel-control-next-icon:after {
  content: ">";
  font-size: 50px;
}

.carousel-control-prev-icon:after {
  content: "<";
  font-size: 50px;
}

/* ------Carousel Arrows Reviews---- */
.reviews-arrows {
  margin: 0 0 15% 0;
  height: 200px;
}

/* ------Logo Image---- */
.logo {
  width: 80%;
}

.navbar-nav {
  display: inline;
}

.nav-buttons {
  margin-bottom: 0;
}

.nav-link {
  text-align: center;
}

.btn-shop {
  border: 3px solid #dc3545;
}

.btn-shop:hover {
  border: 3px solid #dc3545;
}
.btn-shop:hover h2 {
  color: white;
}

/* ------Product Gallery---- */
.products-side-container {
  height: auto;
  margin-bottom: 1%;
}

.product-selector {
  max-width: 70%;
  max-height: 70%;
  margin: 0;
  padding: 0;
}

.productname-img {
  width: 90%;
  z-index: 2;
}

.product-img-small {
  max-width: 80%;
  max-height: 80%;
  border-style: solid;
  border-width: thick;
  margin-bottom: 5%;
}

.product-img-small:hover {
  border-style: solid;
  border-width: thick;
  margin-bottom: 5%;
}

.gallery-container {
  text-align: center;
  height: 100%;
}

.carousel-gallery {
  margin-top: 0;
}

.gallery-img {
  max-width: 100%;
  height: auto;
}

/* ------Buy Now Buttons---- */
.btn-buy-now {
  max-width: 120px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  border: 3px solid #ffc107;
  z-index: 999;
  position: absolute;
  top: 85%;
  right: 5%;
}
.btn-buy-now h2 {
  color: #eeeeee;
  font-size: 1.5rem;
  text-align: center;
  margin: auto;
  padding: 5% 3% !important;
  text-decoration: none;
}

.btn-buy-now:hover {
  background-color: #ffc107;
  border-radius: 20px;
  border: 3px solid #ffffff;
  z-index: 999;
  position: absolute;
  top: 85%;
  right: 5%;
}
.btn-buy-now:hover h2 {
  color: white;
  font-size: 1.5rem;
  text-align: center;
  margin: auto;
  padding: 5% 3% !important;
  text-decoration: none;
}

/* ------Contents Container---- */
.contents-container {
  height: auto;
  text-align: left;
}

.contents-text-container {
  margin-top: 10px;
}

/* ------Lore Container---- */
.lore-container {
  height: auto;
  text-align: left;
}

.lore-text {
  padding-top: 1%;
}

/* ------Scent Profiles---- */
.scent-container {
  height: auto;
}

.scentprofile-img {
  max-width: 100%;
  height: auto;
  margin-top: 0;
}

/* ------Reviews Container---- */
.reviews-container {
  height: auto;
  width: 96%;
  margin: 1% auto;
  text-align: center;
}

.carousel-reviews {
  width: 75%;
  margin: auto;
  z-index: 10;
}

.review-stars {
  font-size: 2rem;
}

/* ------Lightbox and Review Pics---- */
.lightbox {
  /** Default lightbox to hidden */
  display: none;
  /** Position and style */
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

.lightbox img {
  /** Pad the lightbox image */
  max-width: 90%;
  max-height: 80%;
  margin-top: 15%;
}

.lightbox:target {
  /** Remove default browser outline */
  outline: none;
  /** Unhide lightbox **/
  display: block;
}

.review-pic {
  max-width: 15%;
  margin: 10px 10px 10px 10px;
}

/* ------How To Use Section---- */
.howtouse-text {
  padding: 1% 3% 0 3%;
}

/* ------About Section---- */
.about-container {
  max-width: 100%;
  height: auto;
}

.about-img {
  max-width: 25%;
  max-height: 25%;
  border-radius: 100%;
  border-style: solid;
  border-width: thick;
  float: left;
  margin: 2%;
}

.feature-section {
  text-align: center;
  margin: 1% auto;
}

.feature-img {
  width: 60%;
  margin-bottom: 1%;
}

.pod-img {
  width: 100%;
  margin-bottom: 1%;
}

.feature-text {
  font-size: 1.2rem;
}

/* ------Contact Section---- */
.links-container {
  text-align: center;
  margin-top: 1%;
}

.links-container i {
  color: #caa8f7;
}

.links-text {
  margin-top: 2%;
  color: #caa8f7;
}

.links-text:hover {
  color: #90e955;
}

.video-container {
  text-align: center;
}

/* ------Footer Section---- */
.footer-section {
  margin: auto 1%;
  text-align: center;
}

a {
  text-decoration: none !important;
}

/* ------Media Queries---- */
@media only screen and (max-width: 1200px) {
  .product-selector {
    max-width: 70%;
    max-height: 70%;
  }

  .scent-container {
    height: auto;
    text-align: center;
    margin-bottom: 2%;
  }

  .scentprofile-img {
    width: 35%;
  }
}
@media only screen and (max-width: 992px) {
  .products-side-container {
    margin-bottom: 10px;
  }

  .product-img-small {
    max-width: 90%;
    max-height: 90%;
  }

  .product-img-small:hover {
    max-width: 90%;
    max-height: 90%;
  }

  .scent-container {
    height: auto;
    text-align: center;
  }

  .reviews-section {
    margin-top: 1%;
  }

  .review-pic {
    max-width: 25%;
  }

  .howtouse-section {
    width: 100%;
    margin: auto;
    margin-top: 3%;
  }

  .about-section {
    width: 100%;
    height: auto;
    margin-top: 3%;
  }

  .contact-section {
    width: 95%;
    height: auto;
    margin-top: 5%;
  }

  .logo {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .nav-buttons {
    padding-bottom: 20px;
  }

  .btn-buy-now {
    max-width: 80px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 3px solid #ffc107;
    z-index: 999;
    position: absolute;
    top: 85%;
    right: 5%;
  }
  .btn-buy-now h2 {
    color: #eeeeee;
    font-size: 1rem;
    text-align: center;
    margin: auto;
    padding: 4% 2% !important;
    text-decoration: none;
  }

  .btn-buy-now:hover {
    background-color: #ffc107;
    border-radius: 10px;
    border: 3px solid #ffffff;
    z-index: 999;
    position: absolute;
    top: 85%;
    right: 5%;
  }
  .btn-buy-now:hover h2 {
    color: white;
    font-size: 1rem;
    text-align: center;
    margin: auto;
    padding: 4% 2% !important;
    text-decoration: none;
  }
}
@media only screen and (max-width: 576px) {
  .product-selector {
    max-width: 100%;
    max-height: 100%;
  }

  .product-img-small {
    max-width: 100%;
    max-height: 100%;
    border-width: medium;
  }

  .product-img-small:hover {
    max-width: 100%;
    max-height: 100%;
  }

  .scentprofile-img {
    width: 75%;
  }

  .about-img {
    max-width: 35%;
    max-height: 35%;
    border-width: medium;
    margin-right: 10px;
  }

  .review-stars {
    font-size: 1.5rem;
  }
}
/*# sourceMappingURL=styles.scss.map */

/*# sourceMappingURL=styles3.css.map */
