#navigation{
position: relative;
margin:0px;
padding:0px;
width: 100%;
height: 50px;
z-index: 100;
}
*{
  font-family: Imperial script;
  margin:0;
  padding:0;
  scroll-padding-top: 2rem;
  scroll-behavior: smooth;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;

}
.nav-list{
    color: black;
  font-size: 5vh;
  font-weight: bold;
  display:block;

  text-align: center;
  font-family: monospace;

}
.nav-list ul {
  list-style-type: none;
  margin: 0;
  padding-bottom:10px;
  overflow: hidden;

}

.nav-list li {
  float: left;
display: inline;
margin: 0px 10px 0px 10px;
display: inline;
}
.nav-list a {
  display: block;
  color:black;
  text-align: center;
  padding: 5px 5px;
  text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
  background-color: #ffb3b3;
  border-radius: 8px;
}
:root{
  --main-color: #d9cde4;
  --text-color: #000000;
  --bg-color:#e4cdcd;
}
.bag-icon{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
    bottom: 0.2rem;
    left: : 0;
    width:2rem;
}

.cart-botton{
position:relative;
background-color:White;
width:150px;
height: 2.5rem;
cursor: pointer;

right:1rem;
 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
 border-radius:5px;
}
.mini-logo{
  z-index: 2;
  display:flex;
  max-height: 100%;
  max-width: 100%;
  align-items: center;
  justify-content: space-between;
    bottom: 0;
    left: : 0;
    width:4rem;
    margin-left: 3rem;
    font-size: 3rem;
mix-blend-mode: multiply;
}
.store-botton-icon{
  position: absolute;
    bottom: 0;
    right: 0;
    width:1rem;
}


.navbar-toggler {
  outline: none !important;

.toggler-icon {
    font-size: 2.5rem;
    color: var(--mainPink);
  }


  /*.nav-bar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    width:100%;
    Height:70px;
    margin-top: 0px;
    position: absolute;
    z-index: 2;

  }
  .navbar a{
    float:right;
    display:block;
    color:#33001a;
    text-align:center;
    font-family: "Sofia",sans-serif;
    font-size:30px;
    font-weight: bold;
    padding:14px 16px;
    text-decoration:none;
  }

  .navbar a:hover{
    background-color:#ffb3b3;
    color:#4d0026;
  }

    .side-nav .btn-close{
      position:absolute;
      top:0px;
      right:22px;
      font-size: 36px;
      text-decoration: none;
      margin-left: 150px;
    }*/
    @media (max-width:568px;){
      .navbar-nav{display: block;}
        .nav-list{display: inline-block;}
        .nav-list a{font-size: 15px;}
    }
