html, body {
    height: 100%;
    background: #ffeac0;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffeac0+0,ffda90+100 */
    background: #ffeac0; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ffeac0 0%, #ffda90 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ffeac0 0%,#ffda90 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ffeac0 0%,#ffda90 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeac0', endColorstr='#ffda90',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


    --s: 150px;
    --c1: #ffeac0;
    --c2: #ffda90;
    --_g:
            var(--c1) 0%  5% ,var(--c2) 6%  15%,var(--c1) 16% 25%,var(--c2) 26% 35%,var(--c1) 36% 45%,
            var(--c2) 46% 55%,var(--c1) 56% 65%,var(--c2) 66% 75%,var(--c1) 76% 85%,var(--c2) 86% 95%,
            #0000 96%;
    background:
            radial-gradient(50% 50% at 100% 0,var(--_g)),
            radial-gradient(50% 50% at 0 100%,var(--_g)),
            radial-gradient(50% 50%,var(--_g)),
            radial-gradient(50% 50%,var(--_g)) calc(var(--s)/2) calc(var(--s)/2)
            var(--c1);
    background-size: var(--s) var(--s);



    padding: 0px;
    margin: 0px;
    font-family: Arial, "Helvetica Neue", "Helvetica", Helvetica, sans-serif;
    font-size: 16px;
    color: #111;
}
.wrapper {
    min-height: 100%;
    margin-bottom: -30px;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f45e30+0,f45e30+100&0.1+0,0+14,0+86,0.1+100 */
    background: -moz-linear-gradient(left, rgba(244,94,48,0.1) 0%, rgba(244,94,48,0) 14%, rgba(244,94,48,0) 86%, rgba(244,94,48,0.1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(244,94,48,0.1) 0%,rgba(244,94,48,0) 14%,rgba(244,94,48,0) 86%,rgba(244,94,48,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(244,94,48,0.1) 0%,rgba(244,94,48,0) 14%,rgba(244,94,48,0) 86%,rgba(244,94,48,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1af45e30', endColorstr='#1af45e30',GradientType=1 ); /* IE6-9 */
}
.footer {

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f85032+0,f16f5c+50,f6290c+51,f02f17+71,e73827+100;Red+Gloss+%231 */
    background: rgb(248,80,50); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* IE6-9 */

    font-weight: bold;
    color: #fff;
    height: 30px;
}
.footer .footer-text {
    padding-top: 6px;
    padding-left: 12px;
}

#header {
    display: block;
    position: relative;
    height: 150px;
    overflow: visible;
    border-bottom: 3px solid #000;
    background: url('../web/images/art/header.jpg');
    background-repeat: repeat;
    background-position: left center;
}
#header .logo {
    width: 300px;
    height: 130px;
    position: absolute;
    top: 85px;
    left: 40px;
    z-index: 200;
}

#content {
    text-align: center;
}
.media {
    display: inline-block;
    max-width: 1040px;
    text-align: left;
    margin: 50px 20px;
}

.media-block {
    display: inline-block;
    text-align: center;
    width: 200px;
    height: 200px;
    overflow: visible;
}

.media-cover-frame {
    display: inline-block;
    position: relative;
    width: 115px;
    height: 172px;
}

.media-cover {
    position: absolute;
    display: inline-block;
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    transition: all ease-in-out 0.2s;
}

.media-block:hover .media-cover-frame .media-cover {
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    z-index: 100;
}

.media-title {
    position: relative;
    color: #000;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    display: block;
    font-size: 14px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all linear 0.2s;
    top: 0%;
}
.media-title .type {
    color: #22a;
    display: block;
}

@font-face {
    font-family: 'MrDafoe';
    src: url('../web/fonts/MrDafoe-Regular.ttf');
}