:root{
    --font-family: 'Montserrat', sans-serif;
    --font-size: 13px;
    --bs-bg-opacity:1
}
body{
    font-family: var(--font-family);
    font-size: var(--font-size);
}

header {
    background-color: #333;
}

#home{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/header-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    text-align: center;
    color:#fff;
    height: 50vh;
    padding-top: 10vh;
    padding-bottom: 10vh;
    justify-content: space-between;
}

.bglight{
    background-color: #fff;
    padding-bottom: 3vh;
   }

.link-dark {
    color:#999;
}

.empty{
    color:#fff;
    background-color: #00c8c8;

}

.currency{
    color:#999;
}

.form-imputs{
    position: relative;
}

#stores{
    padding-top: 5vh;
    padding-bottom: 5vh;
}

#directions{
    background-color: #f8f8f8;
    display:flex;
    margin-bottom: 10vh;
    height: 50vh;
    text-align: center;
    justify-content: center center;
    width: 100%;
    height: 100%;
}

#col-info{
    padding-top: 3vh;
    padding-bottom: 3vh;
}

.list-unstyled{
    text-align: left;
}

footer{
    background-color: #f8f8f8;
    padding-top: 5vh;
    font-family: 'Montserrat', sans-serif;
}

#uno{
    background-color: #333333;
    color:white;
    text-align: center;
    padding-top: 5vh;
    padding-bottom: 3vh;
    margin-top: 10vh;
    margin-bottom: 10vh;
}

#dos{
    background-color: #00c8c8;
    color:white;
    text-align: center;
    padding-top: 5vh;
    padding-bottom: 3vh;
    margin-top: 10vh;
    margin-bottom: 10vh;
}

#tres{
    background-color: #333333;
    color:white;
    text-align: center;
    padding-top: 1vh;
    padding-bottom: none;
}