@font-face {
    font-family:'AkkuratLightPro-Regular';
    src: url('/font/AkkuratLightPro-Regular_gdi.eot');
    src: url('/font/AkkuratLightPro-Regular_gdi.eot?#iefix') format('embedded-opentype'),
    url('/font/AkkuratLightPro-Regular_gdi.woff') format('woff'),
    url('/font/AkkuratLightPro-Regular_gdi.ttf') format('truetype'),
    url('/font/AkkuratLightPro-Regular_gdi.svg#AkkuratLightPro-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-25CA;
}

* {
    margin: 0;
}

::selection {
    color: #fff;
    background: #ff5218;
}

a {
    color: #3b5999;
}

article {
    padding: 3% 7% 3% 57%;
}

body, html {
    background-color: #fff;
    font-family: 'AkkuratLightPro-Regular', Arial;
    color: #999;
    font-size: 20px;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    transition: font-size 0.5s;
}

footer {
    padding: 0% 7% 0% 57%;
}

footer,
#theme-content:after {
    height: 60px;
}

footer ul {
    border-top: 1px solid #ccc;
    margin: 0;
    padding: 0px;
}

footer a,
nav a {
    color: #999;
    font-size: 10px;
    text-decoration: none;
}

footer ul li,
nav ul li {
    border-right: 1px solid #eee;
    display: inline-block;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: normal;
    margin-right: 10px;
    padding-right: 10px;
    text-transform: uppercase;
}

footer ul li:nth-last-child(1),
nav ul li:nth-last-child(1) {
    padding-right: 0px;
    margin-right: 0px;
    border-right: none;
}

h2 {
    color: #23282b;
    font-size: 40px;
    font-weight: normal;
    margin: 30px 0px;
}

nav {
    padding: 0% 7% 0% 57%;
}

p {
    line-height: 32px;
}

ul {
    list-style-type: none;
    line-height: 40px;
    margin: 0px;
    padding: 0px;
}

#theme-avatar {
    width: 150px;
}

#theme-content {
    min-height: 100%;
    margin-bottom: -60px;
}

#theme-content:after {
    content: "";
    display: block;
}

#theme-image {
    background-color: #eee;
    background-image: url('/img/theme-image.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    box-sizing: border-box;
    height: 100%;
    display: block;
    left: 0;
    position: fixed;
    right: 50%;
    transition: width 0.8s;
    transition: padding 0.5s;
    top: 0;
    width: 50%;
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2) {
    #theme-image {
        display: none;
    }

    #theme-avatar {
        display: block;
        margin: 0px auto;
    }

    article {
        padding: 10%;
        text-align: left;
    }

    footer {
        padding: 10%;
    }

    footer ul {
        list-style-type: circle;
        padding: 10% 0% 10% 5%;
    }

    footer ul li {
        border-right: none;
        display: list-item;
        font-size: 14px;
        margin-bottom: 5%;
    }
}
