/*
    Theme Name:             Container Studio Boilerplate
    Description:            A project starter for Container Studio Projects.
    Author:                 John Pett <john@containerstud.io>
    Version:                0.0.1
    Theme URI:              https://bitbucket.org/containerstudio/container-boilerplate-wordpress
    Bitbucket Theme URI:    https://bitbucket.org/containerstudio/container-boilerplate-wordpress
    License:                GPL-2.0
    License URI:            http://www.gnu.org/licenses/gpl-2.0.html
*/
main {
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.5;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 16px;
}

.wrapper {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
}

.logo {
    min-height: 400px;
    background: url('img/dollop logo B-W-1.png') no-repeat center;
    background-size: contain;
    display: block;
    width: 100%;
}

a {
    border: 4px solid black;
    padding: 16px;
    margin-bottom: 24px;
    display: block;
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 36px;
    text-decoration: none;
    color: black;
}

a:hover {
    background: black;
    color: white;
}