/**
 * custom
 * place custom style in this file
 * add !important to the end if no effect
 * e.g. color: #fff !important;
 * --------------------------------------------------
 *
 */
body {
    background-image: url("/assets/img/bg/about.jpg");
}

.social_links {
    text-align: center;
}

#formNewsletter {
    background-color: black;
    opacity: 50%;
}