body {
    background-color: #f7f7f7;
}

p {
    margin-bottom: 0;
}

tr {
    border-bottom: 1px solid #ededed;
}

th, td {
    padding: 10px 0;
}

textarea {
    resize: none;
}

#mini-navbar ul li a {
    font-size: 12px;
}
#mini-navbar ul li a:hover {
    text-decoration: underline;
}
section#homeslide {
    min-height: 600px;
    height: 90vh;
    position: relative;
    padding-top: 70px;
    padding-bottom: 0;
}
#homeslide img {
    filter: brightness(70%);
}
header+section {
    /* padding-top: 70px !important; */
}
.social-media-feed ul li {
    display: inline-block;
    /* width: 300px;
    height: 300px; */
    position: relative;
    overflow: hidden;
}
.social-media-feed img {
    width: 100%;
}
.social-media-feed .post-text {
    position: absolute;
    height: auto;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    color: white;
    padding: 5px;
    font-size: 11px;
}
.social-media-feed .post-head {
    position: absolute;
    top: 0; left: 0;
    padding: 5px;
    display: flex;
    width: 100%;
    color: black !important;
    background-color: white;
    font-size: 11px;
}
.social-media-feed .post-head .post-head-title {
    font-weight: bold;
}
.social-media-feed .post-head .social-logo {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
    width: 50px;
    height: 50px;
}

.social-media-feed .post-head .social-avatar {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: white;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#navbar-container .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1000;
}

.user {
    font-size: 12px;
}

.berita-box {
    margin-bottom: 30px;
    padding: 15px;
    border: 1px solid #eaeaea;
    background-color: white;
    position: relative;
    min-height: 250px;
    max-height: 250px;
}
.berita-box-fi {
    display: block;
    width: 100%;
    background-color: silver;
    padding-bottom: 70%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.berita-box-date {
    margin-top: 10px;
    font-size: 12px;
    color: #aeadad;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.pengumuman-box {
    padding: 15px;
    background-color: white;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}

p.text {
    color: grey;
}

.date-label {
    font-size: 12px;
    color: #aeadad;
    margin-top: 15px;
}

.content-box {
    padding: 30px;
    background-color: white;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    border-radius: 5px;
    margin-bottom: 30px;
}

.centered {
    text-align: center;
}

.justified {
    text-align: center;
}

.avatar-box img {
    width: 100%;
    border-radius: 50%;
}

.form-row {
    margin-bottom: 10px;
}

.link-show {
    cursor: pointer;
}
.link-show:hover {
    background-color: rgb(223, 237, 246);
}

section#google-map {
    display: block;
    position: relative;
    height: 50vh;
    padding: 0;
    margin-top: 30px;
}

section#contact-form {
    padding-bottom: 0;
}

.cycle-slideshow {
    height: 100%;
}

.slide-container {
    width: 100%;
    height: 100%;
}

.slide-container .slide-text {
    position: absolute;
    bottom: 15%;
    width: 100%;
    padding: 40px;
    color: white;
    background-color: rgba(0,0,0,0.2);
}

.slide-text h6 {
    color: white;
}

.slide-text h1 a {
    color: white;
}

.user-avatar-container {
    display: grid;
    grid-template-columns: auto;
}

.user-avatar-container img {
    margin: 0 auto;
    display: grid;
    align-self: center;
}

.cycle-slide-control {
    position: absolute;
    height: 100%;
    height: 100%;
    display: flex;
    top: 0;
    left: 0;
    z-index: 1001;
    font-size: 40px;
    color: rgba(255,255,255,0.5);
    width: 100%;
}

.cycle-slide-control #prev {
    display: flex;
    align-self: center;
    margin-left: 30px;
    cursor: pointer;
}

.cycle-slide-control #next {
    display: flex;
    align-self: center;
    margin-right: 30px;
    cursor: pointer;
    margin-left: auto;
}

#prev {
    margin-left: 30px;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 49%;
    font-size: 40px;
    color: rgba(255,255,255,0.5);
    z-index: 100;
}

#next {
    margin-right: 30px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 49%;
    font-size: 40px;
    color: rgba(255,255,255,0.5);
    z-index: 100;
}

.cycle-pager {
    bottom: 0 !important;
}

.highlight-row {
    border-radius: 20px;
    -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
    margin: 5px;
    padding: 30px 15px;
}

@media (max-width: 800px) {
    section#homeslide {
        min-height: 0;
        height: 50vh;
    }

    .cycle-slide h1 {
        font-size: 15px;
    }

    .slide-text {
        font-size: 12px;
        width: 70%;
        padding: 40px 100px 40px 100px !important;
    }
}

@media (max-width: 500px) {

    section#homeslide {
        min-height: 0;
        height: 39vh;
    }

    .social-media-feed ul li {
        width: 100%;
        display: block;
    }

    header+section {
        padding-top: 0 !important;
        margin-top: 60px;
    }

    #header .logo img {
        height: 30px;
    }

    .cycle-slide h1 {
        font-size: 15px;
    }

    .slide-text {
        font-size: 12px;
        width: 70%;
        padding: 40px 100px 40px 100px !important;
    }
}