html {
  scroll-behavior: smooth;
}

body{
  background-color: #fff;
}

#store-selector{
  background-image: linear-gradient(rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.10)), url(../img/bg.png);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

#need-more{
  background-image: linear-gradient(rgba(153,27,30, 0.90), rgba(153,27,30, 0.90)), url(../img/bg.png);
}

hr{
  color:#fff !important;
  background-color:#fff;
  width:75%;
  border-width: 2px;
}

#selection-box{
  transition: all .5s;
}

#selection-box:hover{
  box-shadow: rgba(0,0,0,.25) 2rem 2rem 2rem;
}


a{
  color: gray;
  text-decoration: none;
  transition: all .5s;
}

a:hover{
  color:goldenrod;
  text-decoration: none !important;
}

