body {
    margin: 3%;
    text-align: center;
}

.logo-bottom {
    width: 250px;
    max-width: 90%;
    margin-top: 5%;
}

.logo-top {
    max-width: 90%;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
    margin-bottom: 10%;
}

@media (max-height: 400px) {
    .logo-top {
        max-height: 180px;
    }
}

nav {
    display: block;
    background: #000;
    display: -webkit-flex;
    display: flex;
    padding: .5em 5%;
    -webkit-flex-flow: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

nav a {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: .5em 1em;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
}

#frame {
    margin-left: auto;
    margin-right: auto;
    max-width: 660px;
}

body, h2 {
    font-family: Lato, sans-serif;    
}

h2 {
    font-size: 2.5em;
    font-weight: 900;
    margin-top: .8em;
    margin-bottom: 0.6em;
}

#images {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.image {
    width: 200px;
    height: 200px;
    border: 1px solid black;
    background-position: center center;
    background-size: cover;
    box-shadow: 0 0 2px #000;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin: 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.year {
    width: 100%;
}

.year h2 {
    text-align: center;
}

.facebook-wrapper {
    display: block;
    padding: 2%;
}
