body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12pt;
    letter-spacing: 1px;
    background: #fafafa;
    color: #202020;
}

div#content p, ol, ul {
    margin: 1rem 5rem 0 5rem;
}

div#content ul {
    list-style-type: square;
    list-style-position: inside;
}

div#content ul li {
    margin: 2em;
}

div#content h1 {
    font-size: 28pt;
    text-align: center;
    text-transform: uppercase;
}

div#content h2 {
    font-size: 20pt;
    text-align: center;
    text-transform: uppercase;
}

div#content img.illustration {
    max-width: 35%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

div#catalogue img.product {
    max-width: 25%;
    height: auto;
    display: inline-block;
    padding: 1rem 0 0 1rem;
}

a.block {
    text-decoration: none;
    font-weight: bold;
    color: #cc00cc;
    display: inline-block;
}

a.block:hover {
    text-decoration: underline;
}

div#content a {
    text-decoration: none;
}

div#content a:link {
    color: #cc00cc;
}

div#content a:visited {
    color: #74b467;
}

div#content a:hover {
    text-decoration: underline;
}

div#links {
    margin: 0;
    padding: 16px 0 0 16px;
}

div#links img#logo {
    max-width: 25%;
    height: auto;
    vertical-align: middle;
}

div#links a {
    text-decoration: none;
    color: #202020;
    padding: 0.8rem;
}

div.carousel, div.heading {
    width: 100vw;
    display: table-cell;
    padding: 1rem 0 0 0;
}

div.heading img {
    width: 100%;
    height: 35vh;
    object-fit: cover;
}

div.carousel img {
    width: 100%;
    height: auto;
}

article#stories, article#news {
    padding: 0 2rem 2rem 2rem;
}

article#stories section.headline {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    padding: 0 2rem 0 0;
}

article#news section.headline {
    padding: 2rem 0 0 0;
}

article#stories h1, article#news h1 {
    font-size: 28pt;
    text-align: center;
    text-transform: uppercase;
}

article#stories section.headline img.thumbnail {
    width: 100%;
    height: 200px;
    object-fit: cover;
    vertical-align: middle;
    padding: 0 12pt 0 0;
}

article#stories section.headline a {
    text-decoration: none;
    font-weight: bold;
    color: #cc00cc;
    display: inline-block;
}

article#stories section.headline a:hover {
    text-decoration: underline;
}

article#news section.headline time {
    display: block;
    font-weight: bolder;
    margin: 0 0 1rem 0;
    padding: 0 0 0 1rem;
    border-left: 1px solid #000;
}

article#news section.headline p {
    font-size: 12pt;
    display: inline-block;
    width: 80%;
}

article#news section.headline a {
    font-weight: lighter;
    text-decoration: none;
    color: #cc00cc;
}

article#news section.headline a:hover {
    text-decoration: underline;
}

article#news section.headline img.thumbnail {
    width: 128px;
    height: 96x;
    object-fit: cover;
    vertical-align: middle;
    padding: 0 12pt 0 0;
}

div.tweet {
    display: block;
    width: 490px;
    margin: 16px 0;
    padding: 8px;
    background-color: #eaeaea;
}

div.tweet div.heading {
    background-color: #e0e0e0;
    margin: 0px;
    padding: 0px;
}

div.tweet div.heading span.name {
    font-size: 12pt;
    font-weight: bold;
}

div.tweet div.heading a.handle {
    color: #404040;
    font-size: 10pt;
}

div.tweet div.heading img.avatar {
    display: inline-block;
    margin: 4px;
    padding: 4px;
    border-radius: 8px;
}

div.tweet div.body {
    padding: 8px;
}

ul#nav {
    width: 20%;
    list-style-type: none;
    display: table-cell;
}

ul#nav li.heading {
    display: block;
    font-size: 18pt;
    font-weight: bold;
}

ul#nav li {
    margin: 0 0 8px 0;
    padding: 8px;
}

ul.matrix {
    list-style-type: none;
    display: block;
}

ul.matrix li.heading {
    background-color: #e0e0e0;
    font-weight: bold;
}

ul.matrix li {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    min-height: 128px;
    margin: 0 12px 12px 0;
    padding: 12px;
    background-color: #eaeaea;
}

footer {
    font-weight: lighter;
    padding: 2rem;
}

footer a {
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}
