body {
    background: whitesmoke;
}

#navigation {
    background-image: linear-gradient(to bottom, rgb(202, 75, 29), rgb(141, 141, 196));
}
#dropdown1 {
    background-image: linear-gradient(to bottom, rgb(202, 75, 29), rgb(141, 141, 196));
    padding-left: 15px;
    padding-right: 15px;
}
#dropdown1 a {
    border-bottom: darkgray 1px solid;
    padding-top: 10px;
    padding-bottom: 10px;
}
#dropdown1 a:last-child {
    border-bottom: none;
}
#homeBrand {
    border: darkgray solid 1px;
    font-size: medium;
    padding-left: 8px;
    padding-right: 8px;
}
#homeBrand:hover {
    color: snow;
}
#dropdown1 a:hover {
    color: snow;
    background-color: transparent;
}

#navbarResponsive ul li {
    margin-right: 10px;
    margin-left: 10px;
    border: darkgray solid 1px;
}
#home i, h4{
    display: inline;
}

#navbarResponsive li a i{
    color: darkcyan;
    margin: 5px;
}
#navbarResponsive a:hover {
    color:snow;
} 

.selected {
    color: snow !important;
}

#profile {
    background-image: linear-gradient(to right, blue, darkblue );
    opacity: 0.8;
}
#profilLogo img{
    width: 100px;
    margin: 10px;
}
#profilJudul {
    color: snow;
    padding-left: 30px;
}
#us {
    color: yellow !important;
}
#profilKontak {
    color: lightgray;
}

#pengumuman .container{
    background-color: lightgray !important;
}

#pengumuman a {
    font-size: 18px;
}

#kata_pengantar {
    min-height: 150px;
    background-image: url(../images/students-background.jpg);
    background-repeat: repeat;
    border-radius: 3px;
}

#kata_pengantar img {
    border-radius: 50%;
}

#textPengantar p{
    color: lightblue;
}

#berita {
    background-color: lightgray !important;
}

#berita img {
    width: 100%;
    height: 250px !important;
    object-fit: cover;
}

#footer {
    background-color: lightseagreen !important;
}

#footer i{
    font-size: xx-large !important;
}