body {
    overflow: hidden;
}

/* NAVBAR */
.navbar {
    position: relative;
    z-index: 1;

}
.navbar-brand {
    font-family: Viga;
    font-size: 30px;
}


/* JUMBOTRON */
.jumbotron {
    background-image: url(img/isolir-bg.jpg);
    background-position:-22cm;
    height: 800px;
    text-align: right;
    position: relative;
    padding-top: 8rem;
    transition: all 1s ease-in-out;
}

.jumbotron .container {
    z-index: 1;
    position: relative;
}

.display-4 {
    color: white;
    margin-top: 40px;
    font-weight: 200;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 1);
    margin-bottom: 30px;
    font-size: 25px;
    transition: all 1s ease-in-out;
}

.lead {
    color: white;
    font-weight: 200;
    font-size: 20px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    transition: all 1s ease-in-out;
}

.jumbotron .display-4 span {
    font-weight: 500;
}

.jumbotron::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0) );
    position: absolute;
    bottom: 0;
}

.logo {
    width: auto;
    height: 25px;
    margin-top: -4px;
    margin-right: 8px;
}

.info {
    color: yellow;
    text-align: right;
    font-size: 12px;
    font-weight: 100;
    font-style: italic;
    margin-bottom: 5px;
}

/* UTILITY */
.tombol {
    text-transform: uppercase;
    border-radius: 40px;
}


@media (max-width: 992px) {

    .jumbotron {
        padding-top: 3rem;
        transition: all 1s ease-in-out;
    }
    .display-4 {
        margin-top: 35px;
        font-size: 20px;
        transition: all 1s ease-in-out;
    }

    .lead {
        font-size: 15px;
        transition: all 1s ease-in-out;
    }
}


@media (max-height: 600px) {
    .jumbotron {
        height: 600px;
        padding-top: 1rem !important;
        transition: all 1s ease-in-out;
        }
}

@media (min-height: 768px) {
    .jumbotron {
        height: 800px;
        padding-top: 8rem !important;
        transition: all 1s ease-in-out;
        }
}

@media (min-height: 800px) {
    .jumbotron {
        height: 800px;
        padding-top: 8rem !important;
        transition: all 1s ease-in-out;
        }
}

@media (min-height: 1368px) {
    .jumbotron {
        height: 1000px;
        padding-top: 5rem;
        transition: all 1s ease-in-out;
        }
        .display-4 {
            margin-top: 35px;
            font-size: 35px;
            transition: all 1s ease-in-out;
        }
    
        .lead {
            font-size: 22px;
            transition: all 1s ease-in-out;
        }
    
}

/* DESKTOP VERSION */
@media (min-width: 992px) {

    .nav-link {
        text-transform: uppercase;
        margin-right: 30px;
    }

    .navbar-nav {
        margin-left: auto;
    }

    
    .navbar-brand, .nav-link {
        color: white !important;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    }


    .nav-link:hover::after {
        content: '';
        display: block;
        border-bottom: 3px solid rgb(1, 247, 255);
        width: 50%;
        margin: auto;
        padding-bottom: 5px;
        margin-bottom: -8px;
    }

    .jumbotron {
        background-position: left;
        background-size: cover;
        height: 800px;
        margin-top: -75px;
        padding-top: 5rem;
        transition: all 1s ease-in-out;
    }

    .display-4 {
        margin-top: 35px;
        font-size: 35px;
        transition: all 1s ease-in-out;
    }

    .lead {
        font-size: 22px;
        transition: all 1s ease-in-out;
    }


}