a:hover {
    text-decoration: none;
    color: unset;
}

body {
    background-color: #008b55;
    background-size: cover;
}


/* OVERIDE */
.carousel-inner {
    height: 308px;
}


.header-cell {
    background: #64b410;
    color: white;
    height: 100px;
}


.header-logo img {
    width: 70px;
    align-self: center;
}

.header-logo h3 {
    margin: 0 0 0 10px;
    align-self: center;
}

.home {
    background: #e0522f;
}
.website {
    background: #ffcc00;
}
.ejurnal {
    background: #10cca6;
}
.elibrary {
    background: #5435ae;
}
.elearning {
    background: #6bb61d;
}
.komunitas {
    background: #2e8bef;
}
.mahasiswa {
    background: #e15230;
}
.karyawan {
    background: #1fb5cd;
}
.pmb {
    background: #1d5692;
}
.webmail {
    background: #1b03ba;
}
.news {
    background: #178d51;
}

.pddikti {
    background: #660267;
}

.menu-coll {
    padding: 2px;
}

.menu-cell {
    padding: 14px;
    text-align: center;
    color: white;
    transition: 0.3s;
    height: 100px;
    display: flex;
    width: 100%;
    /* margin: auto; */
}

.menu-cell:hover {
    box-shadow: inset 0px 0px 0px 2px #fff;
}

.menu-cell-icon {
    align-self: center;
    margin: auto;
}

.menu-cell p {
    text-transform: uppercase;
    margin: 0;
    font-size: 11px;
}

.menu-cell i {
    font-size: 40px;
}

/* FOOTER */
.main-footer {
    background: #155724;
    padding: 15px 0 1px 0;
    text-align: center;
    color: white;
    width: 100%;
}

.footer-sosmed {
    display: flex;
    margin-bottom: 5px;
}

.footer-sosmed img {
    width: 30px;
    margin-right: 7px;
}

.footer-sosmed p {
    margin: 0;
}


@media only screen and (max-width: 425px) {
    .carousel {
        position: relative;
        height: 181px;
    }
    .carousel-inner {
        height: 178px;
    }
  }