/* ubah Font Brand */
.navbar-brand{
font-family: 'Ubuntu', sans-serif;
font-size: 2em;
font-weight: bold;
}

/* Ubah warna Navigasi */
.navbar #myMenu .custom-nav .nav-item a{
    color:whitesmoke;
}

.navbar #myMenu .custom-nav .nav-item a:hover{
    color: #9fff9f ;
}

/* Header dengan Foto SIMPAN */
.back-image{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 90vh;
    border-radius: 0px;
    margin-top: 74px;
}

/* Sub Header Foto-title */
.font-italic{
    font-size: 24px;
}



.fi-color {
    color:  #198754;
}

.fi-color:hover{
    color: #00ee63;
}
a{
    color: rgb(51, 47, 47);
}

.active{
    color: #f7e87f;
    background-color: #5cb85c;
}

a:hover{
    color: #beffe1;
}




/* Margin untuk selamat datang */
.mainheading{
margin-top: 50px;
}

/* myclass */
@media only screen and (max-width:600px){
    .myclass{
     margin-top: 350px;
     text-align: center;
    }
}