@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,700,600,300);
.judulaja {
        background-color:  rgb(175, 102, 18);
        width: 950px;
        height: 100%;
        border-radius: 8px;
        display: flex;            /* Aktifkan flexbox */
        justify-content: center;   /* Konten ditengah secara horizontal */
        align-items: center;       /* Konten ditengah secara vertikal */
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
    }

body {
    background: white;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}
footer {
    background-color: rgb(175, 102, 18);
    width: 950px;
    height: 200px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
}
hr {
    border: 0;
    background: white;
    height: 2px;
}
header img{
    margin-top: 5px;
    border-radius: 8px;
}
header{
    text-align: center;
    color: black;
}
header .inijudul{
    font-size: 17pt;
}
header .deskripsi{
    font-size: 11pt;
}
.wrap {
    width: 950px;
    margin: 25px auto;
    flex-direction: column;
}
nav.menu ul {
    overflow: hidden;
    color: white;
    list-style: none;
    float: left;
    padding: 0px;
    width: 650px;
    margin: 0 0 0;
    background: rgba(197, 114, 20, 0.932);
    -webkit-box-shadow: 1px 1px 1px 0px rgba(204, 204, 204, 0.55);
    -moz-box-shadow: 1px 1px 1px 1px rgba(148, 137, 137, 0.55);
    border-radius: 15px;
    display: flex;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: red;
}
nav.menu ul li {
    margin: 15px;
    float: left;
    flex: 1;
    
}
nav.menu ul a {
    padding: 10px;
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    transition: all 0.5s ease;
    text-decoration: none;
    text-align: center;
    
}
.active a{
    background-color: rgba(84, 48, 4, 0.968);
    border-radius: 50px;
    color: red;
}
nav.menu ul a:hover {
    text-decoration: underline;
    border-radius: 10px;
    background: white;
    /*margin: 0.2px*/
    color: black;
    
    
}
nav.menu ul a:active {
    background-color: rgba(84, 48, 4, 0.968);
    border-radius: 50px;
    color: red;
    
}
.sidebar {
    float: right;
    width: 275px;
}
.widget-pict{
    border-radius: 8px;
}
.sidebar .widget {
    padding: 25px;
    margin: 0 0 25px;
    background: white;
    border-bottom: 2px solid white;
    transition: all 0.5s ease;
    border-radius: 15px;
    border: 1px solid /*tambahin warna*/;
}
.sidebar .widget:hover {
    border-bottom: 4px solid /*tambahin warna*/;
    box-shadow: 5px 5px 5px 0px rgba(148, 137, 137, 0.55);
}
.sidebar  .widget h2 {
    padding: 0;
    margin: 0 0 15px;
    color: black;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}
.sidebar .widget p {
    font-size: 14px;    
}

.sidebar .widget p:last-child {
    margin: 0;;
}
.blog {
    float: left;
}
.widget .faq-selengkapnya{
    color: black;
    transition: all 0.5s ease;
    text-decoration: none;
    font-weight: 700;
}
.faq-selengkapnya:hover{
    margin-left: 10px;
}
.konten {
    width: 600px;
    padding: 25px;
    margin: 15px auto;
    background-color: white;
    transition: all 0.5s ease;
    border: 1px solid white;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(204, 204, 204, 0.35);
    -moz-box-shadow: 1px 1px 1px 0px rgba(204, 204, 204, 0.35);
    box-shadow: 1px 1px 1px 0px rgba(204, 204, 204, 0.35);
    border-radius: 11px 25px;
    background-color: white;
}
.konten:hover{
    border-bottom: 4px solid /*kasih warna*/;
    box-shadow: 5px 5px 5px 0px rgba(148, 137, 137, 0.55);
}
.konten img {
    min-width: 650px;
    margin: 0 0 25px -25px;
    max-width: 650px;
}
.konten h1 {
    padding: 0;
    margin: 0 0 15px;
    font-weight: normal;
    color: #666;
    font-family: Georgia;
}
.konten p:last-child {
    margin: 0;
}
.konten .continue-lendo {
    color: black;
    transition: all 0.5s ease;
    text-decoration: none;
    font-weight: 700;
}
.konten .continue-lendo:hover {
    margin-left: 10px;
}
.post-info {
    float: right;
    font-size: 12px;
    margin: -10px 0 15px;
    text-transform: uppercase;
}

@media screen and (max-width: 960px)
{    
    .judulaja {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .header {
        position: inherit;
    }
    .wrap {
        width: 90%;
        margin: 25px auto;
        flex-direction: column;
    }
    .sidebar {
        width: 100%;
        margin: 25px 0 0;
        float: right;
    }
    .sidebar .widget {
        padding: 5%;
    }
    nav.menu ul {
        width: 100%;
    }
    nav.menu ul {
        float: inherit;
    }


    nav.menu ul li {
        float: inherit;
        margin: 0;
    }
    nav.menu ul a {
        padding: 15px;
        font-size: 16px;
        border-top: 1px solid /*tambahin warna*/;
        border-bottom: 1px solid /*tambahin warna*/;
    }
    .blog {
        width: 90%;
    }
    .konten {
        float: inherit;
        margin: 0 auto 25px;
        width: 101%;
        border: 1px solid #dedede;
        padding: 5%;
        background: white;
    }
    .konten img {
        max-width: 110%;
        margin: 0 0 25px -5%;
        min-width: 110%;
    }
    .konten .continue-lendo:hover{
        margin-left: 0;
    }

}

@media screen and (max-widht: 460px) {
    nav.menu ul a {
        padding: 15px;
        font-size: 14px;
    }
    .sidebar {
        display: none;
    }
    .post-info {
        display: none;
    }
}