/* CSS RESET  */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* CSS RESET END */



.container {
    width: 960px;
    margin: 100px auto 0px auto;
    background-color: #f6f6f6;
    border: 1px solid #eaeaea;
    padding-top: 6px;
    border-radius: 14px;
    position: relative;
    /* border-bottom: none;
    border-top: none; */
}

body {
    font-size: 16px;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    background-color: #e3e1e1;
    color: #333;
    background-image: url(img/background.png);

}

.top-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    background-color: #333;
    border-bottom: 2px solid black;
    z-index: 1;
}

.judul {
    font-size: 48px;
    text-align: center;
    left: 0;
    right: 0;
    position: absolute;
    line-height: 80px;
    font-weight: bold;
    color: #f6f6f6;
    font-family: 'Great Vibes', cursive;
    display: inline-block;
}

.header {
    padding: 20px;
}




.header ul li {
    display: inline-block;
    margin-top: 20px;
    margin-right: 10px;
}

.header a {
    text-decoration: none;
    color: rgba(0, 60, 170, 0.979);
    padding: 3px;
    font-size: 16px;
}

.header a:hover {
    background-color: #e2e2e2c5;
    color: rgb(1, 1, 146);
    border-radius: 6px;
}

.hero {
    height: 350px;
    background-image: url(img/hero.jpg);
    background-size: cover;
    background-repeat: none;
    background-position: 0 -600px;
    border-radius: 8px;
    margin: 0px 6px;


}

.content {
    overflow: auto;
}

.main {
    width: 650px;
    padding: 20px;
    box-sizing: border-box;
    float: left;
    border-right: 1px solid #e3e1e1;


}

.main h2 {
    font-size: 30px;
    font-weight: bold;
}

.main .penulis {
    font-size: 13px;
    margin-top: -12px;
}

.main .penulis a {
    text-decoration: none;
    color: rgba(0, 60, 170, 0.979);
    padding: 3px;
}

.main .penulis a:hover {
    color: rgb(1, 1, 146);
    background-color: #e2e2e2c5;
    border-radius: 6px;
}

.main h3 {
    margin: 24px 0px;
    font-weight: 700;

}

.main h4 {
    margin: 24px 0px;
    font-weight: 700;

}

.main p {
    font-size: 16px;
    padding-top: 20px;
    text-align: justify;
    font-weight: 400;
}

.italic {
    font-style: italic;
}

.sidebar {
    width: 250px;
    border-left: 1px solid #e3e1e1;
    float: right;
    padding: 20px;
    overflow: auto;
    padding: 14px;
    background-color: #f3f1f1;
    height: 1723px;

}

.sidebar h5 {
    color: black;
    font-weight: 600;

}


.sidebar img {
    width: 80px;
    height: 80px;
    float: left;
    padding-right: 10px;
}

.sidebar p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.sidebar .biodata {
    margin-bottom: 50px;
    line-height: 26px;

}

.sidebar ul li {
    font-size: 14px;
    font-weight: 400;
    list-style: circle;
    line-height: 20px;
}

.sidebar ul {
    margin-left: 40px;
    margin-bottom: 20px;
}

.sidebar h6 {
    text-align: center;
    font-weight: 500;
    margin-bottom: 8px;
    margin: 14px 0px;
}



.footer {
    background-color: #333;
    padding: 10px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

.footer .copy {
    color: #eaeaea;
    text-align: center;
    font-size: 14px;
}

.line {
    border: 1px solid rgb(0, 0, 0);
    margin-top: 12px;
}

.sosmed {
    width: 250px;
    margin: auto;
    overflow: auto;
}

.sosmed p {
    text-align: left;
    margin-left: 40px;
}

i {
    text-align: center;
    float: left;
    margin-bottom: 4px;
    margin-left: 15px;

}

.logo-hsi {
    width: 63px;
    height: 70px;
    margin-right: 10px;
    margin-top: 6px;
    background-image: url(img/logohsiresize.png);
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 10px;
}

.logo-idn {
    width: 70px;
    height: 70px;
    background-image: url(img/logoidnresize.png);
    background-repeat: no-repeat;
    display: inline-block;
}