/* Keep footer at bottom of page */
html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    line-height: 1;
    position: relative;
}
#page {
    min-height: 100%;
    position: relative;
}
#content {
   padding-bottom: 200px;  /* Height of footer */
}
#footer {
   position: absolute;
   bottom: 0;
   width: 100%;
   height: 200px;
   line-height: 1;
}
@media all and (min-width: 450px) {
    #content {
       padding-bottom: 80px;  /* Height of footer */
    }
    #footer {
       height: 80px;
   }
}

/* Base styling */
* {
    outline: none;
}
body {
    background-color: #FFF;
    color: #333;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-stretch: normal;
    font-size: 16px;
}
a {
    color: inherit;
    text-decoration: none;
}
.sized {
    position: relative;
    width: 96%;
    margin: 0 auto;
}
@media all and (min-width: 850px) {
    .sized {
        width: 850px;
    }
}
.hidden {
    display: none !important;
}

#content > .inner {
    padding-top: 97px;
    padding-bottom: 57px;
}
#content p {
    margin-bottom: 2ex;
    line-height: 1.3;
}

#menu {
    width: 100%;
}
@media all and (min-width: 704px) {
    #menu {
        width: 675px;
    }
}
#menu .item {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 20%;
    margin-bottom: 38px;
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}
#menu .item a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#menu .item.photo {
    background-image: url(menu-photo.jpg);
}
#menu .item.film {
    background-image: url(menu-film.jpg);
}
#menu .item.art {
    background-image: url(menu-art.jpg);
}

#footer {
    font-size: 16px;
}
#footer a {
    color: inherit;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
#footer h1 {
    margin: 0;
    padding: 0;
    font-weight: 700;
}
#footer h1 a:hover {
    text-decoration: none;
}
#footer .right {
    color: #C0C0C0;
}
@media all and (min-width: 750px) {
    #footer .right {
        position: absolute;
        top: 0;
        right: 0;
    }
}
#footer .item {
    line-height: 28px;
}
@media all and (min-width: 550px) {
    #footer .item {
        display: inline-block;
        padding: 0 0.6em;
    }
    #footer .item:first-child {
        padding-left: 0;
    }
}
#footer .item:last-child {
    padding-right: 0;
}
