@import url(https://fonts.googleapis.com/css?family=Poiret+One:400,300,700);
body, html {
    font-family: 'Poiret One', fantasy !important;
    height: 100%;
    margin: 0;
    color: #777;
    background-color: #080808;
}

a {
    color: #fff;
}

a :hover {
    color: #fff;
    text-decoration: none;
}

.body-content {
    padding-top: 52px;
    padding-bottom: 30px;
}

.bgimg-1 {
    position: relative;
    opacity: 0.75;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.bgimg-1 {
    background-image: url("pics/acid_rose.jpg");
    height: 100%;
}

.caption {
    font-weight: bold;
    font-size: smaller;
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    text-align: center;
    color: #000;
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}

.caption a {
    font-size: x-small;
    letter-spacing: 5px;
    text-decoration: none;
}

.caption span.border {
    color: #fff;
    padding: 18px;
    opacity: 0.65;
}
