body {
    background-color: #1c2932;
    color: #fff;
    font-family: Arial, sans-serif;
    min-width: 720px;
}

html, body{
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    flex-flow: column nowrap;
}
header, footer {
    flex: none;
    color: white;
}
article {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    overflow: hidden;
}

a { color: #fff; }
a:hover, a:active, .active a, a.active { color: #95740f; }

header, footer {
    text-transform: uppercase;
    text-align: center;
    padding: 2em 0;
    line-height: 2em;
}

header { letter-spacing: 1ex; }
footer { letter-spacing: 3ex; }

/* Slideshow */
.slideshow {
    margin: 0;
    padding: 0;
}

.slideshow div {
    margin: 0;
    padding: 0;
}

.slideshow img,
article > img,
.controls {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-width: 100%;
    max-height: 100%;
}

.controls { width: 100%; }

.controls .next, .controls .prev {
    color: white;
    font-size: 60px;
    text-decoration: none;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.controls .next { float: right; }
.controls .prev { left: 0; }

/* Navigation */
header a {
    text-decoration: none;
}
header ul {
    list-style: none;
    display: table;
    width: 100%;
}

header ul li {
    display: table-cell;
}

/* Content */
article {
    position: relative;
}

/* Collection */
.collection {
    display: table;
}

.collection div {
    display: table-cell;
    padding: 0 1em;
}

.collection div img {
    max-width: 100%;
}

.contact img {
    cursor: pointer;
}
