/*****************************************************************
* Custom CSS Stylesheet. You can add any custom CSS selectors here after the comment line 
* They will be given the highest priority on any elements on the forum
* Customize your forum color scheme in one click: www.sitesplat.com/phpBB3/ 
* **************************************************************
*
* FLATBOOTS @SiteSplat.com - Custom CSS STYLESHEET - 
* 
* **************************************************************
*****************************************************************/
/* ===[ CSS HOOK TOP ]=== */
 

/* ===[ CSS HOOK BOTTOM ]=== */

.flat-header{
    background-image: url('https://xpengforum.se/images/42c0ab5cd6f48c75dda93537f9513ac8.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 250px;
}

.flat-header .masthead:before{
display: none;
}

/* Join the community section */

.row.join-image:before {
    content: '';
    position: absolute;
    height: 60px;
    left: 0;
    right: 0;
    display: block;
    background: linear-gradient(180deg, #26bcb5 0%, #26bcb5de 35%, #26bcb500 100%);
}

.join-community {
    background-color: #26bcb5;
    padding: 15px;
    color: #ffffff;
}

.join-community h3 {
    border: none;
    color: #ffffff;
}

.join-community li, .join-community li a {
    display: inline;
    color: #fff;
    background-color: #0aaaa3;
    transition: all .3s;
}

.join-community li a:hover {
    background-color: #3fd2cb;
}

.join-community .nav {
    text-align: center;
    margin: 25px 0 5px;
}

#page-body {
    margin-top: 0px;
}