@media only screen and (max-width: 768px) {

    .main-banner {
        height: 150px !important;
    }

    .mobile-padding {
        padding: 20px !important;
    }

    .container {
        padding: 0 !important;
    }
}


@media screen and (min-width: 800px) {
    .inner-container {
        margin-right: 133px;
        margin-left: 133px;
        padding: 3rem 1.5rem;
        /* padding-bottom: 2rem; */
    }
}

.vakances-bg-color {
    background-color: #F0F1F2;
}

.vakances-button-color {
    background-color: #002239 !important;
}

#nav-home-tab,
#nav-profile-tab {
    cursor: pointer;
}

.main-banner {
    height: 400px;
    display: flex;
    flex-direction: row;
    padding: 0%;
    background-position: center;
    background-size: cover;
}

.vakances-text-lblue {
    color: #18BDE6;
}

.bg-image {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed;
}

.carousel-caption {
    top: 50%;
    transform: translateY(-30%);
    z-index: 1;
}

.mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}

.article-paragraph p {
    font-size: 16px;
    font-weight: 400;
    line-height: 37px;
}

.nav-tab-div.active .mask {
    background: rgba(245, 232, 232, 0.658);
}

.nav-tab-div.active .carousel-caption {
    color: black !important;
}

.nav-tab-div .mask {
    background: rgba(0,0,0,0.3);
}

.nav-tab-div:hover {
    cursor: pointer;
}
