div.content {
    width: 100%;
}
div.content:after {
    content : '';
    position: absolute;
    top: 4em;
    display: block;
    background-image: url(/images/shern.png);
    background-size: 105%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
}
div.markdown h1 {
    padding-top: 2em;
}
div.explore {
    text-align: center;
}
div#map {
    text-align: center;
    padding: 1.5em;
}
img#northwestern-serlista-map {
    border: none;
}
img#shern {
    width: 100%;
    display: none;
}
span#music {
}
div.explore ul {
    font-size: 2em;
}
div.explore ul li {
    padding-top: 1em;
}
div.explore ul li a {
    font-family: 'Playfair Display SC', 'Times New Roman';
    color: #333333;
    transition: text-shadow 1.1s, filter 1.1s, color 1.1s;
    -moz-transition: text-shadow 1.1s linear, filter 1.1s linear, color 1.1s linear;
    -webkit-transition: text-shadow 1.1s, filter 1.1s, color 1.1s;
    text-shadow: 1px 0px 0px rgba(255, 255, 255, 0.2), 0px 1px 0px rgba(255, 255, 255, 0.3),
                 0 0 0.5em rgba(196, 196, 196, 1.0), #444444 0 0 0.5em, #666666 0 0 0.5em,
                 0px 0px 10px rgba(255,255,255,0.9), 0px 0px 20px rgba(255,255,255,0.8),
                 0px 0px 30px rgba(255,255,255,0.7), 0px 0px 40px rgba(255,255,255,0.4);
}
div.explore ul li a:hover {
    transition: text-shadow 0.4s, filter 0.4s, color 0.4s;
    -moz-transition: text-shadow 0.4s linear, filter 0.4s linear, color 0.4s linear;
    -webkit-transition: text-shadow 0.4s, filter 0.4s, color 0.4s;
    color: #222222;
    filter: glow(color=#222222, strength=5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Color='#222222', Strength=5)";
    text-shadow: 1px 0px 0px rgba(255, 255, 255, 0.4), 0px 1px 0px rgba(255, 255, 255, 0.5),
                 0 0 0.5em rgba(222, 222, 222, 1.0), #777777 0 0 0.5em, #999999 0 0 0.5em,
                 0px 0px 30px rgba(255,255,255,1.0), 0px 0px 40px rgba(255,255,255,0.9),
                 0px 0px 60px rgba(255,255,255,0.9), 0px 0px 180px rgba(255,255,255,0.5)
}

div.footer {
    margin-top: 20em !important;
}

@media screen and (max-width: 550px) {
    div.content:after {
        background-image: none;
    }
    img#shern {
        display: inherit;
    }
}
