body {
    background: #fafafa !important;
}

/* menghapus menu register dan login */
header#headerNavigationContainer .container-fluid .row {
    display: none;
}

/* menghapus judul jurnal yang ada di menu */
.navbar-default .navbar-brand,
.header_view .navbar-brand {
    display: none;
    /* color: #fff; */
}

/* warna header */
.navbar-default,
.header_view {
    background-color:#44959e ;
}

/* teks header */
.navbar-default .nav>li>a,
.header_view .nav>li>a {
    color: #fff;
}

/* warna toggle navigation  */
.navbar-default .navbar-toggle .icon-bar,
.header_view .navbar-toggle .icon-bar {
    background-color: #fff;
}

/* halaman kerja */
.pkp_structure_content {
    margin-top: -20px;
    padding-top: 40px;
    background-color: #fafafa;
}

/* footer */
footer[role="contentinfo"] {
    background: #44959e;
    color: #fff;
}

footer[role="contentinfo"] a {
    background: #44959e;
    color: gold;
}


.pdf {
    background: sapphire;
    border: none;
}



/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}


/* RESPONSIVE */


@media screen and (max-width: 500px) {

    /* mengatur gambar pada header */
    .gambar-header-hp {
        display: block;
        background: gold;
        height: 100px;
    }

    /* mengatur gambar pada header */
    .gambar-header {
        display: none;
    }

    .teks-berjalan {
        background: gold;
        height: 25px;
        margin-bottom: -6px;
        font-size: 18px;
        font-weight: 600;
    }

    /* mengatur gambar OJS pada footer */

}

@media screen and (min-width: 500px) {

    .gambar-header {
        display: block;
    }

    .gambar-header-hp {
        display: none;
        background: gold;
        height: 100px;
    }

    .teks-berjalan {
        background: gold;
        height: 30px;
        padding-top: 3px;
        margin-bottom: -6px;
        font-size: 18;
        font-weight: 600;
    }
}


