/* Custom Stylesheet */


/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

@media only screen and (max-width: 600px) {
    .tap-target,
    .tap-target-wrapper {
        width: 600px;
        height: 600px;
    }
}

.btn-floating-container {
    position: relative;
    height: 70px;
    z-index: 99;
}

.tabs .indicator {
    display: none;
}

.tabs .hidden {
    display: none!important;
}

.hidden {
    display: none!important;
}

.hero {
    padding-top: 70px;
    width: 100%;
}

nav ul a,
nav .brand-logo {
    color: #444;
}

.navblack {
    background: #fff;
}

.nav-wrapper-2 {
    padding-right: 40px;
    background: #fff !important;
}

.nav-wrapper-2 .brand {
    background-image: url("../img/logo.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 24px 24px;
    margin-top: 6px;
    transition: .5s;
}

.nav-wrapper-2 .brand:hover {
    transition: .5s;
    opacity: .6;
    background-color: rgba(1, 1, 1, 0) !important;
}

.nav-wrapper-2 .baskett {
    transition: .5s;
}

.nav-wrapper-2 .baskett:hover {
    background: none;
    transition: .5s;
}

.nav-wrapper-2 .badge {
    position: relative !important;
    top: -72px;
    left: 10px;
    background-color: #fb7171 !important;
    padding: 3px 8px 3px 8px;
    border-radius: 17px;
    color: #fff;
}

.nav-wrapper-2 .nohover:hover {
    background: none;
}

.nav-wrapper-2 .nohover .responsive-img {
    margin-top: 6px;
}

.nav-wrapper-2 .dark-text {
    color: #494551 !important;
}

p {
    line-height: 2rem;
}

.button-collapse {
    color: #26a69a;
}

.parallax-container {
    min-height: 380px;
    line-height: 0;
    height: auto;
    color: rgba(255, 255, 255, .9);
}

.parallax-container .section {
    width: 100%;
}

@media only screen and (max-width: 992px) {
    .parallax-container .section {
        position: absolute;
        top: 40%;
    }
    #index-banner .section {
        top: 10%;
    }
}

@media only screen and (max-width: 600px) {
    #index-banner .section {
        top: 0;
    }
}

.icon-block {
    padding: 0 15px;
}

.icon-block .material-icons {
    font-size: inherit;
}

footer.page-footer {
    margin: 0;
}


.picker__date-display {
  background-color:#009688;
}
.picker__weekday-display {
  background-color:#009688;
}
.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected {
  background-color:#009688;
}