@import url(/_js/dojo/resources/dojo.css);

@font-face {
    font-family: 'Mishmash';
    src: url('/_fonts/mishmash.brk.eot');
    src: local('☺'), url('/_fonts/mishmash.brk.woff') format('woff'),
    url('/_fonts/mishmash.brk.ttf') format('truetype'),
    url('/_fonts/mishmash.brk.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    background-color: white;
}

body, html {
    font-family: Mishmash;
    font-size: 90px;
}

header {
    width: 950px;
    margin: 0px auto;
    padding: 30px 15px;
    height: 160px;
    display: block;
}

header > div:first-child {
    background-color: rgba(255,255,255,0.8);
    width: 460px;
    height: 160px;
    float: left;
    position: relative;
}

header > div:nth-child(2) {
    background-color: rgba(255,255,255,0.8);
    width: 420px;
    height: 120px;
    padding: 20px;
    float: left;
    margin-left: 30px;
    position: relative;
}

header > div:nth-child(2) * {
    font-size: 18px;
    font-family: helvetica, verdana, arial, sans-serif;
    color: #777;
    text-decoration: none;
    float: right;
}

header > div:nth-child(2) div:first-child {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

header .companyname {
    padding: 22px 10px 18px 20px;
    font-size: 76px;
    color: #001;
    font-family: Mishmash;
    width: 240px;
    text-decoration: none;
    line-height: 80%;
    display: block;
}

header .companyname span:nth-child(2) {
    color: #777;
}
header .companyname span:nth-child(3) {
    color: #eb0000;
}

nav {
    font-size: 24px;
    position: absolute;
    bottom: 18px;
    right: 20px;
    width: 180px;
}

nav a {
    color: #100;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

nav ul {
    padding: 0px;
    margin: 0px;
}

nav li {
    display: block;
    margin: 0px 0px 0px auto;
    line-height: 31px;
    text-align: right;
}

nav a:hover {
    color: #777;
    text-decoration: none;
}

nav li:last-child a {
    color: #eb0000;
}

nav li:last-child a:hover {
    color: #ff5555;
}

article {
    text-align: center;
    color: white;
    text-shadow: 0px 0px 16px rgba(0,0,0,0.1);
}
