body {
    background-image:url('../../assets/img/background-sandro.jpg');
}
body.alt-background {
    background-image:url('../../assets/img/background-steve.jpg');
}

body.alt-background p,
body.alt-background h1,
body.alt-background h2,
body.alt-background h3,
body.alt-background h4,
body.alt-background h5,
body.alt-background h6,
body.alt-background span.censored,
body.alt-background li
{ color: #000; }

.location iframe {
    border: 5px solid #fff;
    border-style: inset;
}

.location p,
.location h3,
.location ul li,
.location ul li span,
.location ul {
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    padding:0;
}
.location ul {
    margin: 0 0 0 20px;
}
.location h3
{
    font-weight: 100;
}
.location span {
    color: #ff0;
    opacity: 0.7;
}

.badge {
    position: fixed;
    top: 0px;
    right: 0px;
}
.fb-like {
    position: absolute;
    left: 20px;
    top: 20px;
}