@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700&display=swap');

* {
    box-sizing: border-box;
}

body {
    font-family: 'Quicksand', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #808080;
}

header {
    display: inline;
}

.head .data {
    height: 300px;
    background-image: url(../img/hero.png);
    background-size: cover;
    
}

.head .data .p {
    padding-top: 35px;
    text-align: center;
    color: rgb(0, 0, 0);
}

.head .data .p img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.head .data  .nama h1 {
    font-size: 25px;
    font-weight: bold;
}

nav ul li {
    display: inline;
    list-style-type: none;
    margin-right: 20px;
}

nav {
    background-color: lightskyblue;
    padding: 5px;
    position: sticky;
    top: 0px;
}

nav a {
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    color: white;
}

nav a {
    font-size: 16px;
    font-weight: 250;
    text-decoration: none;
}

nav a:hover {
    font-weight: bold;
}

main {
    padding: 20px;
    overflow: auto;
}

.tentang h2 {
    font-size: 24px;
    font-weight: bold;
}

.tentang .penulis {
    font-size: 10px;
    margin-top: -15px;
}

.profile header {
    text-align: center;
}

.isi {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 20px;
    margin-top: 20px;
    background-color: #d3d3d3;
}

h2, h3 {
    color: black;
}

#content {
    float: left;
    width: 75%;
}

.gambar {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    object-position: center;
}

aside {
    float: right;
    width: 25%;
    padding-left: 20px;
}

@media screen and (max-width: 1000px) {
    #content,
    aside {
        width: 100%;
        padding: 0;
    }
}

.profile img {
    width: 200px;
}

.pos h2 {
    font-weight: bolder;
}

.pos ul li a {
    text-decoration: none;
    color: salmon;
}

.pos ul li a:hover {
    font-weight: bold;
    background-color: lightskyblue;
    color: whitesmoke;
}

main .js {
    padding-top: 500px;
    padding-left: 1000px;
}

footer {
    padding: 20px;
    color: white;
    background-color: black;
    text-align: center;
    font-weight: bold;
}
