html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.container {
    display: flex;
}

section {
    margin: 2em, 0px, 2em, 0px;
    padding: 3em;
    padding-top: 5em;
    padding-bottom: 5em;
}

h1 {
    font-size: 3rem;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    margin: 0.25em 0 0.5em;
    font-weight: 200;
}

.title {
    font-style: oblique;
    font-size: 1.1rem;
}

.narrow {
    width: 80vw;
    font-size: 2em;
    font-weight: bold;
    align-items: center;
}

.logo {
    width: 40vw;
    height: 80hw;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.logosection {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 75vh;
}

.hero h1 {
    color: #fff;
}

.art h1 {
    color: #ffffff;
    margin: 0.25em 0 0.5em;
}

.hero {
    background-color: #444;
    xbackground-image: url(//unsplash.it/1000/400);
    background-image: url(../images/GridGhostWeb.jpg);
    background-blend-mode: multiply;
    background-size: cover;
    color: #fff;
    display: flex;
    flex-direction: column;
    xalign-items: center;
    xjustify-content: center;
}

.store {
}

.art {
    background-color: #444;
    background-image: url(//unsplash.it/1000/600);
    background-blend-mode: multiply;
    background-size: cover;
    color: #fff;
    display: flex;
    flex-direction: column;
}
