body {
    margin: 40px auto;
    font-family: 'Noto Sans', Verdana, sans-serif;
    background-color: #021027;
    color: #DDDDDD;

    width: 880px;
    font-size: 20px;
    line-height: 30px;
    word-spacing: 1px;
    text-align: justify;
}

footer {
    margin-top: 48px;
    font-size: 75%;
    line-height: 15px;
}

header {
    display: block;
    margin-bottom: 30px;
}

.intro img.profile {
    height: 200px;
    float: left;
    border-right: 10px;
    border-radius: 38%;
    padding: 10px;
    margin-bottom: 22px;
}

.intro p {
    font-style: italic;
}

hr.header-hr {
    background-color: #ffc600;
    opacity: 1;
    height: 2px;
    border: none;
    margin-top: 4px;
}

hr.footer-hr {
    background-color: #ffc600;
    opacity: 1;
    height: 2px;
    border: none;
    margin-bottom: 18px
}

hr.sep-hr2 {
    background-color: silver;
    opacity: 0.5;
    height: 0.5pt;
    border: none;
    width: 800px;
    margin-top: -6px;
}

hr.sep-hr3 {
    background-color: silver;
    opacity: 0.25;
    height: 0.5pt;
    border: none;
    width: 360px;
    margin-top: -6px;
}

h1 {
    font-weight: bold;
    margin-top: 20px;
    padding-left: 30px;
}

h2 {
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 12px;
}

h3 {
    font-weight: bold;
    font-style: oblique;
    margin-top: 28px;
}

p.subtitle {
    font-size: 22px;
    font-style: italic;
    font-weight: 100;
    margin-top: -16px;
    margin-bottom: 10px;
    padding-left: 30px;
}

a {
    color: #87caef;
    text-decoration: none;
    border-bottom: 2px dotted;
}

a:visited {
    color: #87caef;
}

a:hover {
    color: #ffc600;
    border-bottom: 2px solid;
}

a.project-github-link {
    display: inline;
    border: none;
    width: fit-content;
    font-size: 26px;
    margin-right: 6px;
}

a.project-photo {
    border: none;
    width: fit-content;
}

p.project-skills {
    display: inline;
    font-size: 16px;
    font-style: italic;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #0c2854;
    border-radius: 4px;
}

footer a {
    border-bottom: none;
}

footer a:hover {
    border-bottom: none;
}

#nbapark-inner-projects {
    font-size: 18px;
    padding-left: 50px;
}

div.project-link-skills {
    margin-top: 26px;
    margin-left: 12px;
    margin-bottom: 60px;
}

.navbar-top {
    margin-top: 0px;
    margin: auto;
    width: fit-content;
}

/* Visible only for mobile */
.navbar-top button.nav-toggle {
    display: none;
}

.navbar-top ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-spacing: 0;
}

.navbar-top li {
    background-color: #0c2854;
    position: relative;
    display: inline-block;
    width: 200px;
    height: 36px;

    text-align: center;
    font-size: 22px;

    border-style: solid;
    border-width: 0px;
    border-collapse: collapse;
    border-radius: 4px 4px 4px 4px;
}

.navbar-top li:hover > a {
    color: #ffc600;
}

.navbar-top li.active-tab {
    z-index: 4;
    background-color: #11346c;
    border-color: #ffc600;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-width: 2px;
}

.navbar-top a {
    border: none;
}

.navbar-top a:hover {
    color: #ffc600;
    font-weight: bold;
}

.navbar-top li.active-tab > a {
    color: #ffc600;
    font-weight: bold;
}

img.r-battle {
    margin-left: 30px;
    border-radius: 12px;
}

img.mvp-comp {
    margin-left: 30px;
    border-radius: 12px;
}

img.lily58 {
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 16px;
    border-radius: 12px;
}

iframe.embedded-ybvideo {
    width: 570px;
    height: 315px;
    margin-left: 30px;
    margin-bottom: 10px;
    border-style: none;
    border-radius: 12px;
}

iframe.embedded-cv {
    display: block;
    margin: 0 auto;
    border-style: solid;
    border-width: 2px;
    border-radius: 6px;
    border-color: #dddddd;
    opacity: .9;
}

#cv-download {
    margin-top: 20px;
    font-size: 20px;
    text-align: right;
}

.game-list {
    column-count: 2;
}

@media screen and (max-width: 580px) {
    body {
        margin: 10px auto;
        text-align: left;
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        word-spacing: 0px;
        word-wrap: break-word;
    }

    /* Visible only for mobile */
    .navbar-top button.nav-toggle {
        color: #87caef;
        background-color: #021027;
        border-style: none;
        font-size: xx-large;
        display: inline-block;
        position: absolute;
        right: 10px;
    }

    .navbar-top button.active {
        color: #ffc600;
    }

    .navbar-top ul {
        display: none;
    }

    .navbar-top ul.show {
        display: block !important;
        position: absolute;
        right: 44px;
        top: 22px;
        z-index: 1;
        background-color: #021027;
        padding: 6px;
        border-radius: 4px;
        opacity: .95;
    }

    .navbar-top li {
        display: block;
        width: auto;
        height: 32px;
        margin-bottom: 8px;
        padding-left: 6px;
        padding-right: 6px;
    }

    .intro img.profile {
        height: 160px;
        margin-bottom: 0px;
    }

    hr.sep-hr2 {
        width: auto;
    }

    #nbapark-inner-projects {
        font-size: 18px;
        padding-left: 20px;
    }

    iframe.embedded-ybvideo {
        width: 300px;
        height: 225px;
        margin: auto;
    }

    iframe.embedded-cv {
        width: 400px;
        height: 580px;
    }

    .game-list {
        column-count: 1;
    }

    img.r-battle {
        width: 250px;
        display: block;
        margin: auto;
    }

    img.mvp-comp {
        width: 250px;
        display: block;
        margin: auto;
    }

    img.lily58 {
        width: 250px;
        display: block;
        margin: auto;
        margin-bottom: 20px;
    }
}
