html{
  /* font-size: 1rem; */
}

body {
  /* background-size: 0.5rem 0.5rem;
  background-image:
    linear-gradient(to right, pink 1px, transparent 1px),
    linear-gradient(to bottom, pink 1px, transparent 1px); */
  font-family: 'Lato', sans-serif;
  /* line-height: 1.5 !important; */
  /* background-color: pink; */

}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}


a{
  text-decoration: underline;
}

.container{
  min-height: 101vh;
  /* background-color: white; */
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Montserrat', sans-serif;
}



a:hover{
  color: hotpink !important;
}



ul{
  padding-left: 20px;
}

li{

}


#header-container{
  /* position: sticky; */
  /* top: 0; */
  /* overflow: hidden; */
  /* background-color: white; */
  
  padding-bottom: 1rem;
  z-index: 5;
  /* border-top: 1px lightgrey solid; */
  /* border-bottom: 1px lightgrey solid; */

}

#desktop-nav{
  display: none;
  /* margin-top: 0.88rem; */
  /* padding-bottom: 0.12rem; */
  margin-top: 1rem;
  padding-bottom: 0rem;
}


#desktop-nav a{
  /* line-height: 1rem !important; */
  font-size: 1rem;
  color: black;
  /* margin-left: 1rem; */
  /* margin-right: 1rem; */
  font-family: 'Raleway', sans-serif;
  text-decoration: none;
  letter-spacing: 0.0125rem;
}

.desktop-nav-item{
  margin-left: 1rem;
  margin-right: 1rem;
}

.desktop-nav-item a:hover{

}

.desktop-social-icon{
  text-decoration: none !important;
}

.desktop-social-icon a:hover{
  text-decoration: none !important;
}

#logo a:hover{
  color: #0B205F !important;
  /* color: black; */
}


#logo a{
  color: #0B205F;
  /* color: black; */
  /* font-size: 0.85rem !important; */
  font-size: 1rem !important;
  /* line-height: 1rem !important; */
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  /* margin-top: 0.2rem; */
  /* padding-bottom: 0.3rem; */
  text-decoration: none;

  /* Needed to be able to adjust line height */
  display: inline-block;
  /* letter-spacing: 0.5px; */
  letter-spacing: -0.0125rem;
  margin-top: 1rem;
  padding-bottom: 0rem;
}


#menu-open{
  color: #0B205F;
  /* color: black; */
  margin-top: 0.5rem;
}


#menu-open:hover {
  cursor: pointer;
  color: #0B205F;
}


#menu-close-container{
  text-align: right;
  padding-right: 1.0rem;
  margin-top: 1.9rem;
  padding-bottom: 0.1rem;
}


#menu-close{
  color: white;
}


#menu-close:hover {
  cursor: pointer;
  color: black;
}


#mobile-nav {
  background-color: #0B205F;
  position: fixed;
  width: 0;
  height: 100vh;
  z-index: 9999;
  opacity: 0.95;
  top: 0;
  text-align: left;
  overflow-x: hidden;
  transition: 0.5s;
  color: white;
  left: 0;
  /* background-size: 0.5em 0.5em;
  background-image:
    linear-gradient(to right, lightblue 1px, transparent 1px),
    linear-gradient(to bottom, lightblue 1px, transparent 1px); */
}


#mobile-nav-items{
  margin-left: 1rem !important;
  line-height: 3rem !important;
  white-space: nowrap;
  text-transform: uppercase;
  margin-top: 3.75rem;
  padding-bottom: 0.25rem;
  margin-left: 1.5rem;
  letter-spacing: 0.125em;
  }


#mobile-nav a{
  text-decoration: none;
  color: white;
}


#mobile-nav a:hover{
  color: hotpink;
  text-decoration: none;
}

.mobile-social-icons{
  padding-top: 5rem;
  background-color: red !important;
}



.footer{
  margin-top: 3.15rem;
  padding-bottom: 1.85rem;
  font-size: 0.8rem;
  text-align: center;
  font-family: 'Lato', sans-serif;
}

.footer a{
  color: black;
}

.footer-social-media{
  display: none;
}


.price{
    font-family: 'Montserrat', sans-serif;
}


#cartIconLinkWrapper{
  text-decoration: none;
  color: black;
  opacity: 0.8;
}


#infoBannerContainer{
  display: None;
  z-index: -5;
}



@media (min-width: 576px) {
  #desktop-nav{
    display: none;
  };
}


@media (min-width: 768px) {
  #menu-open {display: none !important;}
  #desktop-nav {display: block;}
  h4{
    margin-top: 0rem;
    padding-bottom: 0rem;
  }
}

@media (min-width: 768px){
  .footer-social-media{
    display: block;
  }
  .footer-text{
    text-align: start !important;
  }

}

@media (min-width: 576px) and (max-width: 768px) {

  /* h1{
    font-size: 2rem;
    line-height: 2.5rem;
    margin-top: 0.04rem;
    padding-bottom: 0.96rem;
  }

  h2{
    font-size: 1.6875rem;
    line-height: 2rem;
  }

  h3{
    font-size: 1.5625rem;
    line-height: 2rem;
    margin-top: 0.45rem;
    padding-bottom: 0.55rem;
  }

  h4{
    font-size: 1.375rem;
    line-height: 1.5rem;
    margin-top: 0.3rem;
    padding-bottom: 0.2rem;
  } */

  .desktop-header{
    padding-bottom: 2rem;
  }

}


@media (min-width: 768px) and (max-width: 992px) {
  /* h1{
    font-size: 2.125rem;
    line-height: 2.5rem;
    margin-top: 1.1rem;
    padding-bottom: 0.9rem;
  }

  h2{
    font-size: 1.8125rem;
    line-height: 2rem;
  }

  h3{
    font-size: 1.625rem;
    line-height: 2rem;
    margin-top: 0.45rem;
    padding-bottom: 0.55rem;
  }

  h4{
    font-size: 1.4375rem;
    line-height: 2rem;
  } */
}


@media (min-width: 992px) and (max-width: 1200px) {

  /* h1{
    font-size: 2.375rem;
    line-height: 2.5rem;
    margin-top: 1.1rem;
    padding-bottom: 0.9rem;
  }

  h2{
    font-size: 1.9375rem;
    line-height: 2.5rem;
  }

  h3{
    font-size: 1.6875rem;
    line-height: 2rem;
    margin-top: 0.45rem;
    padding-bottom: 0.55rem;
  }

  h4{
    font-size: 1.46875rem;
    line-height: 2rem;
  } */
}


@media (min-width: 1200px) and (max-width: 1400px) {
  .desktop-header{
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1200px) {

  /* h1{
    font-size: 2.5rem;
    line-height: 3.0rem;
    margin-top: 1.1rem;
    padding-bottom: 0.9rem;
  }

  h2{
    font-size: 2rem;
    line-height: 2.5rem;
  }

  h3{
    font-size: 1.75rem;
    line-height: 2.5rem;
    margin-top: 0.15rem;
    padding-bottom: 0.35rem;
  }

  h4{
    font-size: 1.5rem;
    line-height: 2rem;
  } */
  .product-box{
    margin-top: 4.5rem;
  }
}


@media (min-width: 1400px) {
  .desktop-header{
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}
