html, body {
    width: 100vw;
    height: 100%;
    margin: 0;
}
.app-img {
    height: 40px;
    width: 150px;
    object-fit: scale-down;
}
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(109, 185, 147,0.8); 
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(109, 185, 147,0.4); 
}
body {
    font-family: 'Poppins', sans-serif;
    background-color: #d3d3d3;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

#wrapper {
    /*width: 100%;*/
    /*background-color: white;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    min-height: 85vh;
}
#header-search-button {
 width: 30px;
 height: 100%;
 display: flex;
 justify-content: center;
 align-items: center;
}

#logoTxt {
    color: #6DB993;
    width: 25vw;
    transition: width 250ms;
}

#logoTxt:hover {
    /*width: 16vw;*/
}

#locationTxt {
    color:rgb(170, 170, 170);
    display: block;
    margin: 0;
    padding-top: 10px;
}
#header-bar {
     background-color: #6DB993;
}
#header-logo {
    /*height: 100px;*/
    max-width: 100%;
    max-height: 100px;
}
#logo-link {
    width: 200px;
}
#logo-wrapper {
    display:flex;
    flex-direction: row;
    justify-content:space-between;
    align-items: center;
   
    padding-top: 12px;
    width: 100%;
}

#navButton {
    display: none;
}

#nav {
    /*display: inline;*/
    width: 60%;
   display: flex;
   justify-content: space-between;
}

#dropdown-content{
    display:flex;
    flex-direction: row;
    justify-content:space-around;
    align-items: center;
    background-color: white;
    height: 8vh;
    width: 100%;
}
#header-search {
    width: 200px;
}
#logo-wrapper a {
    color:#565656;
}

#logo-wrapper a:hover {
    color:#868686;
}

#logo {
    /*font-family: 'Shrikhand', cursive;*/
    text-decoration: none;
    margin-bottom: 10px;
}

#content-wrapper {
    background-color: #D7CEC7;
    border-top: none;
}

#content {
    padding: 0;
    min-height: 73vh;
}

#footer {
    background-color: #FFFFFF;
    padding: 8px;
    padding-left: 25px;
    font-size: 12px;
}

.countySelect {
    padding: 5px;
    background: rgba(0, 0, 0, 0.5);
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    border-radius: 5px;
    color: white;
    text-align: center;
    border: none;
}

.flat {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding: 0.5em;
    background-color: #16A085;
    border: none;
    border-radius: 400px;
    color: white;
    /*font-family: "Poppins", sans-serif;*/
    transition: font-size 250ms;
    text-align: center;
}

.flat:hover {
    font-size: 17px;
}

.dropdown-menu {
    max-height: 500px;
    overflow-y: auto;
}

#title {
    /*font-family:'Shrikhand',cursive;*/
    font-weight:100;
    font-size: 4vw;
    color: white;
    margin-top:-1vh;
}

#bar {
    background-color: #c70039;
    height: 30px;
    display: flex;
    justify-content: space-evenly;
}

#bar .dropdown-toggle {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

#search-wrapper {
    /*margin: auto;*/
    /*display: block;*/
    /*background-image:url(https://wobaby.com/assets/img/coupons_background_dark.jpg);*/
    /*background-attachment: fixed;*/
    /*background-size:cover;*/
    /*padding-top: 20px;*/
    text-align: center;
    /*min-height: 66vh;*/
}
.pointer {
    cursor: pointer;
}

#inner-wrapper {
    /*background-color: rgba(118, 50, 63, 1);*/
    /*background-color: #6DB993;*/
    background-color: #6DB993;
    padding: 10px;
    /*width:48vw;*/
    width: 100%;
    border-radius: 10px;
   ;
   margin-top: 10px;
   
    box-sizing: border-box;
  
}

#search {
    font-family:'Poppins',sans-serif;
    border:none;
    padding: 5px;
    font-size: 20px;
}

#searchTitle {
    text-align:center;
    font-size:1.5em;
    color:#e9e9e9;
    padding-bottom:5px;
    border-bottom:2px solid rgba(0,0,0,.1);
    margin-top: 0;
}

.searchButton {
    margin-top: 5px;
    font-size: 25px;
    color: #6db993;
    background-color: white;
}

.searchButton-small {
    /*color: #fff;*/
    font-size: 20px;
}
.searchButtons {
    color: #6db993;
    background-color: white;
}
#search:focus {outline:none;}

.category {
    /*background-color:#6DB993;*/
    width:100%;
    padding: 10px 0 5px 0;
    /*border-bottom:1px solid rgba(0,0,0,.2);*/
    height: 200px;
    border-radius: 10px 10px 0px 0px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    color: white;
    
    /*background-attachment: fixed;*/
    /*background-image:url(https://wobaby.com/assets/img/city.jpg);*/
}

/*#categories {*/
/*    padding-top:5vh;*/
/*    display:flex;*/
/*    flex-wrap:wrap;*/
/*    justify-content: center;*/
/*}*/
.category-wrapper {
    
 min-height: 300px;
}
    /*.category a {*/
    /*    font-family:'Shrikhand';*/
    /*    font-size:2em;*/
    /*    color: white;*/
        
    /*}*/
.categoryTitle {
    /*font-family: 'Shrikhand';*/
    cursor: pointer;
    font-size: large;
    margin-top: 10px;
    /*color: white;*/
}
.categoryTitle:hover {
    border-bottom: 1px solid white;
}


.subcategories {
    background-color:white;
    padding:20px 0;
    border-bottom:1px solid rgba(0,0,0,.2);
    /*height: 100%;*/
    height: 100px;
       border-radius: 0px 0px 10px 10px;
}
.subcategories a {
    font-size:1.5em;
    margin:1.6px;
    color:black;
}
.category i {
    display:block;
    /*width:100px;*/
    font-size:100px;
    color:rgba(255,255,255,0.5);
    
    -webkit-text-stroke: 2.5px;
    -webkit-text-stroke-color: white;
    
    
}

#honorHead {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    color: #6DB993;
}

#home, #feedback input[type="submit"] {
    margin: auto;
    width: 30vw;
    background-color: #008080;
    text-align: center;
    color: #e9e9e9;
    padding: 10px;
}

#home:hover {
    text-decoration: underline;
}

#homeWrapper {
    margin: auto;
    width: 30vw;
    height: 20vh;
}


#feedback {
    width: 50%;
    margin: 10px auto auto;
    text-align: center;
    display: flex;
}

#feedback input {
    width: 51%;
    font-size: 20px;
    margin: 5px;
    font-family: 'Poppins', sans-serif;
}

#feedback textarea {
    resize: none;
    width: 75%;
    height: 20vh;
    font-size: 20px;
    margin: 5px;
}

#dialog {
    transition: opacity 5s;
    background-color: #FFFFDD;
    padding: 10px;
    color: #666666;
    border: 1px solid #CCCCCC;
    font-family: 'Poppins', sans-serif;
    position: fixed;
}

.phone {
    width: 10% !important;
}

.info {
    padding: 10px;
}

.info #title {
    color: #6DB993;
}

.card-message {
    margin: 20px;
    font-family: 'Poppins', sans-serif;
}