@charset "UTF-8";

a#con+section:before {
    content: '';
    background-color: rgba(0, 0, 0, .7);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
a#con+section h3.h {
    text-shadow: 1px 1px 3px #fff;
}