@import url(https://fonts.googleapis.com/css?family=Bangers);

body {
	background-color: #000;
	padding-top: 150px;
}

.cover-img {
    background-image: url("../../../../multimedia/images/structure/custom/gallery/23816/bg-23816.jpg")

}

@media (max-width: 767px) {
    body {
    }
    .cover-img {
        background-image: url("../../../../multimedia/images/structure/custom/gallery/23816/bg-23816-767.jpg")
    }
}

img.customBodyHeaderImage {
	max-width: 400px !important;
	margin-bottom: 10px;
    z-index: 10;
    cursor: pointer;
}

body.clubs img.customBodyHeaderImage {
    margin-top: 25px;
    display: none;
}

@media (max-width: 767px) {
    img.customBodyHeaderImage {
        max-width: 90% !important;
        margin-bottom: 20px;
    }
}

.customBodyHeaderImage {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.customBodyHeaderImage:hover {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
    transform:scale(1.25);
}

.addthis_sharing_toolbox {
    margin-top: 30px;
}

@media (max-width: 767px) {
.customBodyHeaderImage {
    /*display: none;*/
}
}

.customBodyHeaderImageText {
    font-family: 'Bangers', cursive;
    color: #ffffff;
    background-color: #231f20;
    padding: 20px 30px;
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 1px;
}

.customBodyHeaderImageText a {
    text-decoration: underline;
}