@import url('https://fonts.googleapis.com/css?family=Lato:400,700|Montserrat:200,300,400');
* {
    box-sizing: border-box;
}
body {
    margin: 0;
    line-height: 1.25;
    background-color: #eee;
    font-family: 'Lato';
    min-height: 100vh;
}
div.titlebar {
    color: #af6;
    font-size: 48pt;
    height: 60pt;
    font-family: 'Montserrat';
    font-weight: 200;
    display: block;
    padding-left: 1rem;
    width: 100%;
    background-color: #222;
    box-shadow: 0 0 40px 0px #000;
    position: relative;
}
div.content {
    width: 80%;
    background-color: white;
    box-shadow: 0 0 40px 0px #0004;
    margin-top: 0;
    margin-top: -60pt;
    padding: 6em;
    padding-top: calc(60pt + 2em);
    margin-left: auto;
    margin-right: auto;
    min-height: 100vh;
}
div.heading {
    font-size: 24pt;
    font-family: "Montserrat";
    text-transform: uppercase;
}
h2 {
    font-size: 24pt;
    font-family: "Montserrat";
    text-transform: uppercase;
}
a.heading {
    text-decoration: none;
    font-weight: 300;
}
a:hover {
    text-decoration: underline;
}
a {
    color: #8c5;
}
