@font-face{
	font-family: "poppins";
	src: url('../fonts/page/Poppins-Light.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: "roboto";
	src: url('../fonts/page/Roboto-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: "neue";
	src: url('../fonts/page/BebasNeue-Regular.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face{
    font-family: "existence";
    src: url('../fonts/page/Existence-StencilLight.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: "folks";
    src: url('../fonts/page/Folks-Normal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: "inconsolata";
    src: url('../fonts/page/Inconsolata.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: "sanspro";
    src: url('../fonts/page/SourceSansPro-It.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

*{
    margin: 0;
    padding: 0;
}

body{
    font-family: "roboto";
    font-weight: 200;
}

img{
    max-width: 100%;
    max-height: 100%;
}

.clear{
    clear: both;
}

.display-4{
    font-family: "poppins";
    font-size: 35px;
}

/* Navbar */
nav{
    position: fixed;
    width: 100%;
    min-height: 75px;
    background-color: rgb(255, 255, 255);
    text-shadow: 1px 1px 1px grey;
    font-family: "folks";
    font-size: 15px;
    z-index: 999999999;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.navbar{
    position: fixed;
    top: 0;
}

.navbar .nav-link{
    color: black !important;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 15px;
}

nav a.nav-link.nav-active{
    color: #F5B62B !important;
}

nav ul a.nav-link.nav-active{
    color: #F5B62B !important;
}

nav a.nav-active{
    color: #F5B62B !important;
}

nav ul a.nav-active{
    color: #F5B62B !important;
}

.dropdown-menu {
    border-radius: 0;
    border-bottom: 2.5px solid #F5B62B;
}

.dropdown-menu .dropdown-item{
    padding: 10px 20px;
    text-transform: uppercase;
    color: black;
    font-size: 13px;
}

/* homepage */
#hp-berita{
    width: 100%;
    min-height: 600px;
    border-top: 5px solid rgba(0, 0, 0, .075);
}

.box-berita{
    width: 100%;
    min-height: 425px;
    border: 1px solid rgba(0, 0, 0, .2);
}

.box-berita .content{
    padding: 5px 7px;
    font-size: 13px;
}

.box-berita .content .tanggal{
    text-align: center;
    text-transform: uppercase;
    color: #F5B62B;
}

.box-berita .content p{
    padding-left: 15px;
}

.box-berita .content .judul{
    font-size: 15px;
    font-family: "poppins";
    text-transform: uppercase;
    padding: 5px 10px;
}

/* Halaman Page */
#page{
    margin-top: 86px;
    min-height: 90vh;
    font-size: 15px;
}

#page .title-page{
    width: 100%;
    min-height: 100px;
    background: #F5B62B;
}

.title-page .title{
    width: 100%;
    line-height: 100px;
    font-size: 35px;
}

#page .tanggal, #page .penulis{
    background: salmon;
    padding: 10px;
    font-family: "folks";
    border-radius: 2px;
    margin-right: 10px;
}

#page .penulis{
    background: cyan;
}

#page .category{
    box-sizing: border-box;
    padding: 10px;
    font-family: "folks";
    border: 2px solid black;
    border-radius: 2px;
    margin-right: 10px;
}

/* Halaman Posts */
.content-body{
    margin-top: 20px;
    box-sizing: border-box;
}

.content-body .content-post{
    width: 100%;
    height: 200px;
    position: relative;
    margin-bottom: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.content-post .left{
    position: absolute;
    width: 40%;
    height: 100%;
    top: 0;
    left: 0;
}

.content-post .left img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.content-post .right{
    position: absolute;
    width: 60%;
    height: 100%;
    top: 0;
    right: 0;
}

.content-post .right .judul{
    width: 100%;
    padding: 0 5px;
    font-family: "poppins";
    font-size: 19px;
    text-transform: uppercase;
}

.content-post .right .judul a{
    color: cornflowerblue;
    transition: .1s;
}

.content-post .right .judul a:hover{
    text-decoration: none;
    color: #F5B62B;
}

.content-post .right .info{
    width: 100%;
    padding: 0 5px;
    margin: 10px 0 5px 0;
}

.content-post .right .info .tanggal, .content-post .right .info .penulis{
    background: salmon;
    padding: 10px;
    font-family: "folks";
    border-radius: 2px;
    margin-right: 10px;
}

.content-post .right .isi{
    width: 100%;
    padding: 0 0 0 20px;
    font-size: 13px;
    text-align: justify;
    margin-top: 17px;
}

/* Sidebar */
.sidebar{
    width: 100%;
    box-sizing: border-box;
    margin-top: 30px;
}

.sidebar .title{
    font-family: "poppins";
    font-size: 25px;
    margin-bottom: 10px;
}

.sidebar .s-box{
    padding-left: 5px;
}

.sidebar .s-box .judul{
    font-size: 15px;
    margin-bottom: 5px;
}

.s-category{
    display: inline-block;
    padding: 10px;
    border: 2px solid black;
    border-radius: 2px;
    text-transform: uppercase;
    color: black;
    margin-bottom: 5px;
    transition: .1s;
}

.s-category:hover{
    text-decoration: none;
    color: #F5B62B;
    border: 2px solid #F5B62B;
}

/* Footer */
footer{
    width: 100%;
    height: 100px;
    background-color: #F5B62B;
    text-align: center;
    line-height: 100px;
    margin-top: 30px;
}

footer span{
    color: #fff;
    font-weight: bold;
    font-family: "folks";
}

/* Pagination */
.j-paginate{
    width: 100%;
    text-align: center;
}

.j-paginate .j-pagination li{
    display: inline-block;
    padding: 0 3px;
}

.j-paginate .j-pagination li.active span{
    color: black;
    font-family: "neue";
    font-size: 15px;
    font-weight: bold;
}

.j-paginate .j-pagination li a{
    display: block;
    color: rgb(0, 157, 217);
    font-family: "neue";
    font-size: 15px;
    font-weight: bold;
    padding: 3px;
}

.j-paginate .j-pagination li a:hover{
    text-decoration: none;
    color: rgb(198, 84, 29);
}

@media (max-width: 1220px) { 
    nav{
        font-size: 13px;
    }
}

@media (max-width: 991px) { 
    .title-page .title{
        line-height: 50px;
        font-size: 35px;
    }
}

@media (max-width: 450px) {
    .title-page{
        margin-top: 125px;
        padding: 0 10px;
    }

    .title-page .title{
        line-height: 100px;
        font-size: 25px;
    }

    #page .content{
        padding: 0 5px;
    }

    .content-post .right .info .tanggal, .content-post .right .info .penulis{
        display: block;
    }
}
  