﻿body {
    text-align: center;
    padding: 2rem 1.5rem;
}
h1.siteLogo a {
    background: url(../images/logo-dark.png) center center no-repeat;
}
h1.siteLogo {
    float: none;
    display: block;
    margin: 1rem auto 2rem;
    position: relative;
    width: 287px;
    height: 93px;
}

h2.alert {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 3rem;
}


/**********************
    Media Querries
**********************/
@media (min-width: 1200px){
    .container {
        max-width: 1440px;
        margin: auto;
    }
}