body {
    font-family: 'Ubuntu';
}

a {
    color: #f97d15;
}

header {
    background-color: #1b1b1b;
    color: white;
    text-align: right;
    box-shadow: 0 5px 5px #888;
}

header nav {
    text-align: right;
    border-bottom: 1px solid gray;
    margin: 0 20px;
}

header nav a {
    padding: 4px 0px 7px 0px;
    margin: 0 0 10px 10px;
    display: inline-block;
    background-color: #f97d15;
    color: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 0.9em;
    width: 10em;
    text-align: center;
}

header h1 {
    float: left;
    font-weight: normal;
    margin-left: 20px;
    margin-top: 35px;
    font-size: 4em;
}

header h1 img {
    height: 0.8em;
    vertical-align: -5%;
    margin-right: 10px;
    margin-left: 20px;
}

header h2 {
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: normal;
    margin: 30px 20px;
    padding-bottom: 30px;
}

footer {
    position:absolute;
    bottom:0;
    width:100%;
    height:40px;
    background: #1b1b1b;
}
