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

body {
    padding-top: 40px;
}

@media (min-width: 768px) {
    body {
        /* Margin bottom by footer height */
        margin-bottom: 60px;            
    }
}

h1 {
    display: block;
    font-size: 0px;
    width: 400px;
    height: 200px;
    background: url(../img/logo.png) no-repeat;
    background-size: contain;
    margin: 0 auto;
}

a {
    color: #eee;
}

a:hover {
    color: white;
}

a.page-header {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px;
    border-bottom: 1px dotted black;
}

a.page-header:hover {
    text-decoration: none;
    background-color: rgba(0,0,0,0.1);
}

.title {
    font-size: 26px;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    font-family: open_sansbold, "Helvetica Neue", Helvetica, Arial, sans-serif;    
}

@media (max-width: 767px) {
    .title {
        font-size: 20px;
    }
}

.thumbnail {
    position: relative;
}

.thumbnail .title {
    position: absolute;
    bottom: 4px;
    left: 5px;
    margin-right: 5px;
    padding: 10px;
    background-color: rgba(0,0,0,0.6);
}

.footer {
    width: 100%;
    /* Set the fixed height of the footer here */
    padding-top: 20px;
    background-color: rgba(0,0,0,0.2);
    text-align: center;
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    .footer {
        position: absolute;
        bottom: 0;
        height: 60px;
        padding-bottom: 0px;
    }
}