::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(90, 147, 173, 0.3);
}

::-webkit-scrollbar-thumb {
    background: rgba(204, 204, 204, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(249, 250, 241, 0.5);
}

.mdl-layout__header-row {
    padding-left: 40px !important;
}

.mdl-layout__drawer-button {
    display: none !important;
}

.header-background {
    background-color: #636363 !important;
}

.active-navigation {
    background-color: #555555 !important;
}

.header-devider {
    font-size: 15px;
    margin: 5px;
    color: #fff;
}

.main-page-carousel {
    height: 88vh !important;
    width: 97vw !important;
}

.main-page-carousel img {
    height: 88vh !important;
    left: -750px;
    overflow-y: hidden !important;
}

.main-page-carousel h4 {
    position: absolute;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 700px) {
    .main-page-carousel img {
        max-width: none !important;
        position: absolute;
    }

    .main-page-carousel h4 {
        top: 20vh;
        left: 15vw;
        width: 70vw;
    }
}

@media screen and (max-height: 450px) {
    .main-page-carousel img {
        height: 166vh !important;
    }
}

@media screen and (min-width: 1025px) {
    .main-page-carousel img {
        max-width: 100% !important;
    }

    .main-page-carousel h4 {
        top: 38vh;
        left: 15vw;
        width: 30vw;
    }
}

.main-page-img {
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.title {
    text-align: center;
}

.logo-image-in-menu {
    width: 200px;
}

.biglogo {
    width: 100%;
}

.btn {
    width: 100%;
}

.grey-background {
    background-color: #f5f5f5 !important;
}

.grey-text {
    color: #717171;
}

.show-catalog-button {
    border-radius: 0 !important;
    margin-bottom: 20px !important;
}

.footer {
    background-color: #636363 !important;
    text-align: center;
    color: #c3c3c3 !important;
}

.footer-text-color {
    color: #e6e6e6 !important;
}

.navigation-button {
    text-decoration: none !important;
}

.navigation-button:hover {
    background-color: #4b4b4b !important;
    cursor: pointer;
}

.material-icons {
    background-image: url("../img/menu.svg") !important;
    visibility: hidden !important;
}

.modal-content {
    border-radius: 0 !important;
}

.carouse2img {
    color: #ffffff;
}