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 {
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

html,
body {
    height: 100%;
}

body {
    font-family: Titillium Web;
    background-color: rgb(235, 245, 238);
    font-size: 1.1em;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: flex;
    flex-direction: row;
    -webkit-overflow-scrolling: touch;
}

/* Nav Bar */
nav {
    display: flex;
    background-color: rgb(39, 71, 84);
    width: 9em;
    padding: 2em;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: hidden;
}

nav a {
    color: rgb(235, 245, 238);
    text-decoration: none;
}

nav a:hover {
    text-decoration: none;
    color: rgb(231, 111, 81);
}

nav .info {
    flex: none;
    color: rgb(235, 245, 238);
    font-weight: bold;
}

nav .name {
    margin-right: 0.9em;
}

nav aside {
    font-weight: normal;
    color: rgba(235, 245, 238, 0.5);
}

nav .info>aside {
    font-weight: normal;
    color: rgb(244, 162, 97);
    align-self: center;
}

nav .menu {}

/* Name */
.name a {
    color: rgb(235, 245, 238);
    border-bottom: 0px;
    text-decoration: none;
}

.name a:hover {
    text-decoration: none;
    color: rgb(235, 245, 238);
}

/* Splash screen */
.splash {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    background-color: rgb(235, 245, 238);
}

.splash iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: all;
}

.overlay {
    z-index: 2;
    pointer-events: none;
    font-family: Titillium Web;
    font-weight: bold;
    color: rgb(231, 111, 81);
}

.splash>.big {
    font-size: 6.5em;
    text-align: center;
    align-self: center;
}

.splash>.small {
    font-size: 1.5em;
    margin-top: -1em;
    text-align: center;
    align-self: center;
}

/* Interactives */

.experiment-description p {
    font-family: inherit;
    -webkit-font-smoothing: inherit;
    margin: 0px;
}

.clickable {
    pointer-events: all;
    padding-bottom: 1em;
    padding-left: 2.125em;
    padding-right: 2.125em;
}

.corner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.clickable p {
    max-width: 100%;
}

.clickable a {
    border-bottom: 1px solid rgb(39, 71, 84);
}

.clickable a:hover {
    text-decoration: none;
    color: rgb(231, 111, 81);
}

/* Menu */
.menu li {
    margin-bottom: 1em;
}

/* Social */
.social {
    display: flex;
}

.social li {
    display: inline;
    padding-right: 14px;
}

.social a:hover {
    border-bottom: 0px;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
}

h1,
h2 {
    font-weight: bold;
}

.content {
    flex: 1;
}

/* Grid */
.grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: baseline;
}

.grid>.item {
    box-sizing: border-box;
    flex: 0 0 33.33%;
    margin-bottom: 0.9em;
    padding-right: 2em;
    display: flex;
    flex-direction: column;
    font-size: 0.9em;
    line-height: 1.4;
    -webkit-font-smoothing: subpixel-antialiased;
}

.grid>.item>img {
    width: 100%;
    margin-bottom: 1em;
}

.grid>.item>small {
    color: rgba(0, 0, 0, 0.5);
}

.grid:after {
    content: "";
    flex: auto;
}

header,
section {
    padding-bottom: 1em;
    margin-bottom: 2em;
    border-bottom: 1px solid rgba(39, 71, 84, 0.5);
}

/* Article */
article {
    padding: 2.125em 6em;
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
}

/* Third split */
.third {
    display: flex;
    flex-direction: row;
}

.third> :first-child {
    box-sizing: border-box;
    width: 33%;
    padding-right: 2em;
}

.third> :nth-child(2) {
    flex: 1;
}

.work_outer_container {
    flex-direction: column;
    display: flex;
    justify-content: space-evenly;
    align-items: left;
    display: flex;
}

.cv_entry_container {
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.cv_header {
    flex-direction: row;
    align-items: center;
    justify-content: center;

}

/* CV */
#cv h1,
h2,
h3,
p,
li,
a {
    color: rgb(39, 71, 84);
    text-decoration: none;
}

#cv a:hover {
    text-decoration: underline;
}

#cv h1 {
    font-size: 1.75em;
}

#cv h2 {
    font-size: 1.5em;
}

#cv h3:hover {
    font-weight: lighter;
    text-decoration: underline;
}

#cv img {
    width: 75%;
}

#cv p,
ul {
    max-width: none;
    margin: 0.5em 0;
    line-height: 1.5;
}

#cv ul> :first-child {
    font-weight: bold;
}

#cv ul> :nth-child(2) {
    font-weight: lighter;
}

/* Responsive */

@media (min-width: 60em) {
    article.center {
        align-items: center;
    }

    div.writing {
        width: 36em;
    }
}

@media (max-width: 60em) {
    .grid>.item {
        flex: 0 0 50%;
    }

    article {
        padding: 2.125em 4em;
    }
}

@media (max-width: 50em) {
    .grid>.item {
        flex: 0 0 100%;
    }

    article {
        padding: 2.125em 2em;
    }
}

@media (max-width: 45em) {
    .cover iframe {
        display: none;
    }

    body {
        flex-direction: column;
    }

    nav {
        flex-flow: row wrap;
        width: 100%;
        box-sizing: border-box;
        padding: 1em;
        overflow-y: initial;
    }

    nav aside {
        display: none;
    }

    nav .name {
        margin-right: 1em;
    }

    .social {
        display: none;
    }

    .menu li {
        display: inline;
        margin-bottom: 0em;
        margin-right: 1em;
    }

    article {
        overflow-y: initial;
        padding: 2.125em 2.125em;
    }

    .third {
        display: flex;
        flex-direction: column;
    }

    .third> :first-child {
        box-sizing: initial;
        width: 100%;
        padding: 0;
    }

    .third> :nth-child(2) {
        flex: initial;
        width: 100%;
        padding: 0;
    }

}

@media (max-width: 42em) {
    .grid>.item {
        flex: 0 0 50%;
    }
}

@media (max-width: 32em) {
    .grid>.item {
        flex: 0 0 100%;
    }
}

@media (max-width: 23em) {
    .experiment-description {
        display: none;
    }
}

@media print {
    ::-webkit-scrollbar {
        display: none;
    }

    body {
        font-size: 0.9em;
        line-height: 1.25;
        display: block;
        overflow-y: hidden;
    }

    nav {
        display: none;
    }

    article {
        display: block;
        padding: 2.125em 3em;
    }
}