/* 
    Document   : theme
    Created on : 03/02/2016, 9:55:49 AM
    Author     : Jasweb
    Description:
        Purpose of the stylesheet follows.
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
img {
  max-width: 100%;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 3rem;
  height: 3rem;
  display: none;
  z-index: 50;
  background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQwNS40NTcgNDA1LjQ1NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDA1LjQ1NyA0MDUuNDU3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnPgoJPHBhdGggZD0iTTMzMS4zMjIsMzQxLjMxYzQuOTg1LTAuMDc4LDkuOTExLTIuMTYzLDEzLjQzOC01LjY4OGw1NS01NWMzLjYwMS0zLjU5OSw1LjY5Ny04LjY1OSw1LjY5Ny0xMy43NSAgIHMtMi4wOTYtMTAuMTUxLTUuNjk3LTEzLjc1TDIxNi40NzgsNjkuODQxYy0zLjU5OS0zLjYwMS04LjY1OS01LjY5Ny0xMy43NS01LjY5N3MtMTAuMTUxLDIuMDk2LTEzLjc1LDUuNjk3TDUuNjk3LDI1My4xMjMgICBDMi4wOTYsMjU2LjcyMiwwLDI2MS43ODIsMCwyNjYuODczczIuMDk2LDEwLjE1MSw1LjY5NywxMy43NWw1NSw1NWMzLjU5OCwzLjU5MSw4LjY1MSw1LjY4MSwxMy43MzQsNS42ODEgICBzMTAuMTM2LTIuMDksMTMuNzM0LTUuNjgxbDExNC41NjItMTE0LjU2MkwzMTcuMjksMzM1LjYyM0MzMjAuOTU4LDMzOS4yODcsMzI2LjEzOSwzNDEuMzg3LDMzMS4zMjIsMzQxLjMxeiIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=)
    center center no-repeat;
  background-color: #da3278;
}
video#bgvid {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
  color: #fff;
  /*color: #5a5a5a;*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 25px;
  font-family: "Poppins", sans-serif;
  color: #002747;
}
h1 {
  color: #002747;
  font-family: "Poppins", sans-serif;
  font-size: 45px;
  line-height: 55px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -0.1px;
  text-transform: uppercase;
}

.dropdown-toggle.cstm::after{
    margin-left:0 !important;
    vertical-align:0 !important;
    position:absolute;
    left:0;
    top:50%;
    transform:translate(2px, -3px);
}

@media only screen and (max-width: 991px) {
  .dropdown-toggle.cstm::after{
    left:auto;
}
}

@media only screen and (max-width: 600px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
  }
}

h5,
.h6 {
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -0.1px;
  text-transform: uppercase;
}
.footer {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  font-weight: 200 !important;
  /* Set the fixed height of the footer here */
}

/* GLOBAL STYLES
-------------------------------------------------- */
a {
  color: #002747;
  /*color: #080054;*/
}
a:hover {
  color: #002747;
}
#logo {
  max-width: 230px;
  z-index: 50;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  /*margin-bottom: 4rem;*/
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  bottom: 3rem;
}

/*
 * Custom translucent site header
 */
#top-bar {
  position: relative;
  z-index: 20;
  background: #00fffa;
}
#top-bar a {
  /*color: #003e75;*/
  color: #002747;
}
#nav-bar {
  position: relative;
  z-index: 10;
}
.footer {
  /*background: #080054;*/
  color: #fff;
}
.navbar {
  color: #002747;
}
.footer {
  background: #002747;
}
.navbar a,
.footer a {
  text-transform: uppercase;
  /*color: #080054;*/
  color: #fff;
  transition: ease-in-out color 0.15s;
}

.navbar a {
  font-size: 15px;
  font-style: italic;
  font-weight: 600;
  color: #002747;
}
.dropdown-menu {
  background-color: #002747;
  color: #fff;
}
.dropdown-menu a {
  color: #002747;
}
a.dropdown-item {
  color: #fff !important;
}
a:hover.dropdown-item {
  color: #002747 !important;
  background-color: #fff !important;
}
.footer a {
  color: #fff;
}
.navbar a:hover {
  color: #002747;
  text-decoration: none;
}
.homeBlurb {
  line-height: 1.3em;
  font-family: "Yellowtail", cursive;
}

#myCarousel .list-inline {
  white-space: nowrap;
  /*overflow-x:auto;*/
}

#myCarousel .carousel-indicators {
  position: static;
  /*    left: initial;
      width: initial;
      margin-left: initial;*/
}

#myCarousel .carousel-indicators > li {
  width: initial;
  height: initial;
  text-indent: initial;
}

#myCarousel .carousel-indicators > li.active img {
  opacity: 0.7;
}
#myCarousel .carousel-item {
  background: #fff;
  padding: 10px;
}

.productItem .item {
  border: 0;
  background: transparent;
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
  background: #fff;
}
.card-title a {
  color: #002747;
}
.productItem .img {
  display: block;
  height: 230px;
  overflow: hidden;
}
.productItem img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.productItem .card-title a {
  color: #002747;
}

.btn-al {
  /*  background: #080054;
    color: #00e8e4;*/
  background: #00e8e4;
  color: #002747;
  border-radius: 0;
  cursor: pointer;
}

.grecaptcha-badge {
  position: fixed;
  bottom: 60px;
  right: 1px;
  z-index: 10;
}

.navbar-toggler {
  border-color: #ffffff;
  color: #002747;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 39, 71, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/* SHOPIFY API */
.shopify-buy__product__title {
  color: #fff !important;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  #logo {
    max-width: 350px;
  }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  aside .h3 {
    font-size: 1.25rem;
  }
  #logo {
    max-width: 350px;
  }
  .homeBlurb {
    line-height: 2em;
  }
}
@media (max-width: 768px) {
  .display-4 {
    font-size: 2.5rem;
  }
}
