@font-face
{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url('/css/of.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
html, body
{
    padding: 0;
    margin: 0;
    height: 100vh;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
body
{
    background: url('bg.jpg') no-repeat center center;
    background-size: cover;
    width: 100vw;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
header
{
    position: absolute;
    top: 16px;
    width: 100vw;
    display: flex;
    z-index: 1;
}
header ul
{
    padding: 0;
    margin: 0 auto;
}
header img
{
    width: 16px;
    height: 16px;
}
header li
{
    display: inline-block;
    list-style: none;
    padding: 8px 16px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
about
{
    margin: 0 5vw 64px 0;
    font-size: 150%;
}
h2
{
    font-size: 28px;
}
a
{
    color: #222;
    text-decoration: none;
}
a:hover
{
    border-bottom: 1px solid #222;
}
a.sel
{
    border-bottom: 1px solid #222;
}
about a
{
    border-bottom: 1px dashed #222;
}
slides
{
    position: absolute;
    width: 600vw;
    left: 0;
    display: flex;
    flex-direction: row;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}
slide
{
    width: 100vw;
    height: 100vh;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}
slide p
{
    line-height: 150%;
}
slide.about, slide.investments
{
    font-size: 14px;
}
.clearprop
{
    display: none;
}
