body {
    margin: 0px;
    font-family: serif;    
    /* font-family: 'Titillium Web', 'Lato', 'Arial', sans-serif;     */
    /* font-family: Space Mono, JetBrains Mono, monospace, serif; */
    font-weight: 100;
    color: #e6dab2;
    background-color: #cccccc;
}

A {
    text-decoration: none;
}

.header {
    /* width: 80%; */
    margin: 0 auto;
    background-color: #387071;
    height: 160px;
}

.header-menu {
    float: left;
    padding-top: 60px;
    width: 800px;
    text-3align: center;
}
.header-menu ul { display: inline-block; }
.header-menu li {
    display: inline;
    padding: 5px 10px;
    border-radius: 5px;
}

.header-menu li a { color: white; font-weight: bold; }

.menulink { color: white; }
.header-menu-active { background-color: #c56727;}

.top-menu {
    clear: both;
    margin: 0 auto;
    background-color: #202020;
    height: 40px;
    text-align: center;
    padding-top: 8px;
}

.top-menu ul {
    display: inline-block;
    /* list-style: none; */
}

.top-menu li {
    /* float: left; */
    /* margin: 5px 5px; */
    /* background-color: #dedede; */
    display: inline;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 4px;
    padding-bottom: 5px;
}

.top-menu-active {
    background-color: #363d42;
}
.top-menu li:not(:last-child) {
    border-right: 2px solid #e6dab2;
}

/* .top-menu li:nth-child(odd) { background: #e4e4e4; } */



.top-menu A {
    color: #e6dab2;
    font-size: 100%;
}

.header-socials {
    padding-top: 20px;
    /* width: 300px; */
    float: right;
}

.header-socials ion-icon {
    font-size: 24px;
    color: #fff;
    padding: 3px;
    /*border: 1px solid #00000000;*/

}

.header-socials ion-icon:hover {
    /* border: 1px solid white;*/
    border-radius: 4px;
    color: #ee711e;
}

.content {
    width: 80%;
    margin: 0 auto;
    background-color: white;
    color: black;
    min-height: 800px;
}

.footer {
    clear: both;
    padding-top: 15px;
    min-height: 50px;
    background-color: #202020;
    text-align: center;
    font-size: 90%;
}

.project .title {
    font-weight: bold;
    font-size: 110%;
}

.project .title A {
    color: #ffffff;
}

.project .title A:hover {
    color: #ee711e;
}

.tech {
    padding-top: 5px;
    font-size: 95%;
}

.tech code {
    font-size: 90%;
    font-weight: bolder;
    color: #ee711e;
}

.wip {
    font-style: italic;
    color: #ee711e;
}

.mobile-nav-icon {
    display: none;
    cursor: pointer;
    padding: 10px;
    text-align: center;
}

.mobile-nav-icon ion-icon {
    font-size: 32px;
    color: #e6dab2;
    vertical-align: middle;
}

/* Mobile menu animation */
.top-menu ul {
    transition: all 0.3s ease;
}

.top-menu.nav-open {
    background-color: #202020;
}
