﻿@font-face {
    font-family: 'bitstream_vera_sansbold';
    src: url('/font/Vera-Bold-webfont.eot');
    src: url('/font/Vera-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/Vera-Bold-webfont.woff') format('woff'),
         url('/font/Vera-Bold-webfont.ttf') format('truetype'),
         url('/font/Vera-Bold-webfont.svg#bitstream_vera_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
    box-sizing: border-box;
}
html, body {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}
body {
    position: relative;
    overflow: hidden;
}
div {
    position: relative;
}
div, h1, h2, h3, h4, p, li, ul, ol, menu {
    font-family: 'Open Sans', sans-serif;
}
h1,h2,h3,h4,p,li {
    margin: 0;
    color: #57585A;
    position: relative;
}
menu, ol, ul {
    padding-left: 0;
}
li {
    list-style: none;
}
h1 {
    text-align: center;
    font-family: 'bitstream_vera_sansbold';
    font-size: 180px;
    color: #0071B2;
    letter-spacing: -12px;
}
#container {
    top: 0;
    position: relative;
    margin-top: 76px;
    width: 1024px;
    margin: 76px auto 0 auto;
}
#logo {
    background-image: url(/img/yolp.png);
    background-size: 400px 205px;
    width: 400px;
    height: 205px;
    margin: 0 auto 20px auto;
}
#left,#right {
    display: inline-block;
    vertical-align: top;
    margin: 30px;
}
#left {
    width: 240px;
    margin-right: 29px;
    padding-top: 2px;
}
    #left li {
        font-size: 16px;
        font-weight: 300;
        color: #AAA;
        height: 26px;
        cursor: default;
    }
    #left li div {
        position:relative;
    }
.norm, .hover {
    position: absolute;
    -moz-transition: opacity 180ms ease-in-out;
    -o-transition: opacity 180ms ease-in-out;
    -webkit-transition: opacity 180ms ease-in-out;
    transition: opacity 180ms ease-in-out;
    overflow: hidden;
}
.norm:hover {
    color: #555;
}
.hover {
    opacity: 0;
    pointer-events: none;
    font-weight: 600;
    color: #0071B2;
}
    #left:hover li,#left li.active {
        color: #888;
    }
li:hover .norm,li.active .norm {
    opacity: 0;
    pointer-events: none;
}
li:hover .hover,li.active .hover {
    opacity: 1.0;
    pointer-events: auto;
}
#right {
    width: 400px;
    min-height: 680px;
}
    #right > div {
        opacity: 0.0;
        pointer-events: none;
        position: absolute;
        -moz-transition: opacity 180ms ease-in-out;
        -o-transition: opacity 180ms ease-in-out;
        -webkit-transition: opacity 180ms ease-in-out;
        transition: opacity 180ms ease-in-out;
        line-height: 26px;
        color: #57585A;
    }
        #right > div.active {
            opacity: 1.0;
            pointer-events: auto;
        }
    #right ul {
        margin: 0;
        list-style: none;
    }
        #right ul li {
            line-height: 26px;
            padding-left: 0;
            text-indent: -10px;
            cursor: default;
            margin-bottom: 26px;
        }
            #right > div > ul > li:before {
                content: "•";
                color: #0071B2;
            }
            #right ul li ul {
                margin-left: 46px;
            }
                #right ul li ul li {
                    margin-bottom: 0;
                }
    #right p {
        margin-bottom: 26px;
    }
#whom {
    width: 600px;
}
    #whom ul li {
        display: inline-block;
        margin-right: 50px;
        margin-bottom: 40px;
        text-indent: 0;
        line-height: 0;
        width: 140px;
    }
        #whom ul li a {
            height: 27px;
            display: inline-block;
        }
        #whom ul li:before {
            content: "" !important;
        }

@media (prefers-color-scheme: dark) {
    body {
        background-color: #232420;
    }
    h1,h2,h3,h4,p,li {
        color: #57585A;
    }
}
