body {
    font-family: verdana;
    color: #ffffff;
}
h1, h2, h3, h4 {
    font-family: 'Viga', sans-serif;
}

/* navbar */
.navbar {
    position: relative;
    z-index: 10;
}

.navbar-brand {
    font-family: 'Viga', sans-serif;
    font-size: 32px;
}

.logo {
    height: 50px;
    width: 50px;
    margin-right: 10px;
}


/* Button */
.search-button {
    margin-left: 10px;
    width:100px;
    margin-top: -5px;
    border-radius: 40px;
}

.sub-button {
    width:100px;
    border-radius: 40px;
}

/* jumbotron */
.jumbotron {
    background-color: #fcf8f8; 
    opacity: .9; 
    height: 100%;
    background-image: url("img/menara-bw.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   
}

.jumbotron img {
    position: absolute;
    top: 40px;
    left: 680px;
    height: 600px;
    width: 630px;
    background-size: cover;
    z-index: 1;
    
}

.jumbotron h1,p {
    text-align: left;
    position: relative;
    color: #ffffff;
    z-index: 2;
}

.jumbotron-search {
    display: block;
}

.jumbotron-search input {
    border-radius: 30px;
    margin-top: 10px;
    padding: 5px 10px;
    text-align: center;
    width: 300px;
    font-size: 15px;
    border-color: black;
}

.jumbotron-search input:focus {
    border-color: var(--primary);
}

#about .container {
    color: #f0eded;
    background-color: #736f6f;   
  
}
#about .container .konten {
   border-right: 1px solid #ddd;
}
#about .container .konten i {
    padding: 15px;
    font-size: 45px; 
}
#about .container .konten h2 {
    color: #7f0eded;
    font-family: 'Viga', sans-serif;
    font-size: 1.4rem;
    margin : 0 0 5px 0;
    padding: 0;

}
#about .container .konten p {
    text-align: center;
    font-size: 1rem;
    font-weight: lighter;
    color: #f0eded;
}

#contact .container {
    margin-top : 30px;
    color: #000;

}
#welcome .container h1 {
    color: #000;
    font-family: 'Viga', sans-serif;
    font-size: 35px;
    margin : 30px 0 10px 0;
    padding: 0;

}
#welcome .container h3 {
    color: #000 !important;
    font-family: 'Viga', sans-serif;
    font-size: 20px;
    margin : 0 0 10px 0;
    padding: 0;

}
#welcome .container h4 {
    color: #6445ef;
    font-family: 'Viga', sans-serif;
    font-size: 17px;
    margin : 0 0 10px 0;
    padding: 0;

}
#welcome .container p {
    color: #454545;
    font-family : verdana;
    font-size: 1rem;

}

/* DESKTOP */
@media (min-width: 993px) {
    .jumbotron h1 {
        margin-top: 50px;
    }

    .nav-link {
        text-transform: uppercase;
        margin-right: 30px;
    }

    .nav-link:hover::after {
        content: '';
        display: block;
        border-bottom: 3px solid #0B63DC;
        width: 20px;
        margin: auto;
        padding-bottom: 5px;
        margin-bottom: -8px;
    }

    .login-button {
        margin-left: 10px;
        text-transform: uppercase;
        border-radius: 40px;
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .jumbotron img {
        position: absolute;
        top: 200px;
        left: 520px;
        height: 400px;
        width: 400px;
        background-size: cover;
        z-index: 1 !important;
        margin-top: -75px;
    }

    .jumbotron h1 {
        margin-top: 80px;
        font-size: 30px;
        font-weight: bold;
    }

    .jumbotron p {
        font-size: 20px;
        margin: auto;
    }

    .jumbotron-search input {
        border-radius: 30px;
        margin-top: 10px;
        padding: 5px 10px;
        text-align: center;
        width: 250px;
        font-size: 15px;
    }

    .login-button {
        background-color: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.1);
        color: black !important;
        opacity: 0.5;
        margin-left: -13px;
    }

    .login-button:hover {
        opacity: 1;
        background-color: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.1);
    }
}

@media (max-width: 575.98px) {
    .jumbotron {
        height: 600px;
    }

    .jumbotron img {
        position: absolute;
        top: 100px;
        left: 30px;
        height: 400px;
        width: 400px;
        background-size: cover;
        z-index: 1 !important;
        margin-top: -75px;
    }

    .jumbotron h1 {
        font-size: 25px;
        font-weight: bold;
    }

    .jumbotron h1 {
        margin-top: 280px;
        line-height: 20px;
        text-align: center;
    }

    .jumbotron-search {
        text-align: center;
        margin-bottom: 10px;
    }

    .jumbotron-search input {
        border-radius: 30px;
        margin-top: 20px;
        padding: 5px 8px;
        text-align: center;
        width: 280px;
        font-size: 12px;
        position: relative;
        z-index: 2;
    }

    .jumbotron-search a {
        display: inline-block;
        text-align: center;
        position: relative;
        z-index: 2;
        margin-top: -5px;
        width: 80px;
    }

    .jumbotron-search .sub-button {
        margin-top: 10px;
        width: 100px;
    }

    h1 {
        margin-top: 300px !important;
        line-height: 30px !important;
    }
    #about .container {
        background-color: #2c2c2a;
        width: 90%;
                
    }
    #welcome {
        margin-top: -250px;

    }
}

