main a,
footer address a {
    text-decoration: none
}

main a:hover,
footer address a:hover {
    text-decoration: underline
}

.image-strip {
    background-color: grey;
    border-top: 3px solid #ddd;
    border-bottom: 3px solid #c00;
    height: 106px
}

#image-strip-xs {
    background-image: url(/static/images/image-strip-xs.jpg)
}

#image-strip-sm {
    background-image: url(/static/images/image-strip-sm.jpg)
}

#image-strip-md {
    background-image: url(/static/images/image-strip-md.jpg)
}

#image-strip-lg {
    background-image: url(/static/images/image-strip-lg.jpg)
}

#image-strip-xl {
    background-image: url(/static/images/image-strip-xl.jpg)
}
