﻿.container {
    max-width: 1070px;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-top: 10%;
    /* Margin bottom by footer height */
    margin-bottom: 55px;
    font-family: 'Century Gothic', Verdana, Geneva, 'DejaVu Sans', sans-serif;
    font-size: 1.5em;
    background-color: #ddd;
}

img {
    max-width: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 35px;
    background-color: #080808;
    vertical-align: middle;
}

.container .text-muted {
    margin: 5px 0;
}

h1 {
    font-size: 1.8em;
}