html{
    font-size: 16px;
    overflow-x : hidden;
    font-family: 'Montserrat', sans-serif;
    background-color: #fafafa;
    color: #222222;
}
h1,h2,h3,h4,h5,h6{
    margin:1rem 0;
}
h1{
    font-size: 20px;
}
h2{
    font-size: 19px;
}
h3{
    font-size: 18px;
}
h4{
    font-size:16px;
}
h5{
    font-size:14px;
}
h6{
    font-size: 12px;
}
.card{
    border-radius:8px;
    overflow: hidden;
}
.vue-select + label {
    top: -4px!important;
}
.vue-select .vs__dropdown-toggle{
    padding-bottom: 0px;
    border: 2px solid #9e9e9e !important;
    border-radius: 6px !important;
}
.vue-select .vs__dropdown-toggle input{
    margin-bottom: 0;
    border:none;
    padding: 0 10px;
}
.vue-select .vs__dropdown-menu{
    top: calc(100% - 4px);
}
.vue-select .vs__dropdown-option {
    line-height: 2.429rem;
    transition: all .3s ease;
}
.vue-select .vs__selected-options{
    position: relative;
}
.vue-select .vs__selected-options .vs__selected{
    position: absolute;
    display: block;
    height: 100%;
    margin: 0;
    padding: 0 10px;
    line-height: 3rem;
}
.dropdown-content.select-dropdown{
    border-radius: 6px!important;
}
.select-dropdown.dropdown-content li{
    transition: background-color .3s ease;
}
.btn,.btn:hover,.btn:focus{
    height: 48px!important;
    line-height: 42px!important;
    font-size: 20px;
    font-weight: bold;
    background:transparent;
    border-radius: 6px;
}

section.welcome{
    height: auto;
    width: 100vw;
    padding: 15vh 0;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
    position: relative;
}
section.welcome .overlay{
    position: absolute;
    content:'';
    background-color: rgba(0,0,0,0.4);
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
}
section.welcome .card{
    overflow: visible;
}
section.welcome .card-content {
    padding: 0 12px;
}
section.welcome .card-header{
    height: 60px;
    display: flex;
}
section.welcome .card-header img{
    height: 120px;
    margin-top: -60px;
    -webkit-box-shadow: 0px -54px 54px -64px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -54px 54px -64px rgba(0,0,0,0.75);
    box-shadow: 0px -54px 54px -64px rgba(0,0,0,0.75);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; 
}
section.welcome .btn{
    width: 100%;
    text-align: center;
}
section.welcome .text-container{
    min-height: 130px;
}

section.stores{
    padding: 50px 0;
}
section.stores h2{
    font-size: 28px;
    margin-bottom: 2rem;
    display: flex;
    width: 100%;
    justify-content: center;
}

section.stores h2 .vue-select{
    display: inline-block;
    position: relative;
    margin-top: -12px;
}
section.stores h2 .vue-select .vs__dropdown-toggle{
    border: 2px solid #e1e1e1 !important;
}
section.stores h2 .vue-select .vs__clear{
    display: flex;
}
section.stores h2 .vue-select .vs__dropdown-option{
    font-size: initial;
}
.card.store ul{
    margin:0;
}
.card.store ul li{
    font-size: 14px;
    margin:5px 0;
}
.card.store ul li:first-child{
    font-weight: bold;
}
.card.store i.md-icon{
    float: left;
    font-size: 20px;
}
.card.store a{
    color:inherit
}
.card .card-image img{
    height: 200px;
}
.text-center{
    text-align:center;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.text-justify{
    text-align: justify;
}
.text-bold{
    font-weight:bold;
}
.page-footer{
    background-color: #D8D8D8;
}
.page-footer,.page-footer .footer-copyright {
    color: #222222!important;
}
a{
    color: #222222!important;
}
a:hover{
    text-decoration: underline!important;
}
.copyright-container{
    text-align: right;
}
@media only screen and (max-width: 600px){
    section.stores h2 {
        display: block;
    }
    section.stores h2 .vue-select{
        margin-top: 1rem;
    }
    footer{
        text-align: center!important;
    }
    .copyright-container{
        text-align: center;
    }
}
