/*****************************************************************
* 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 ]=== */
 /* FLATBOOTS header Teaser Background image change */
 .masthead:before{
   background: url("/images/header.png");
}
 /* FLATBOOTS header Teaser Text */
.flat-header h1{
  margin-top: revert;
  /* margin-left: 300px; */
  color: #059B71;
}
/* FLATBOOTS Header Teaser animation of */
.masthead{
   animation-name: sideupscroll-off;
}

.panel-forum>.panel-heading{
   background-color: #535A6C;
}
/* FLATBOOTS Footer Call to Action Background Color */
.mastbottom {
        background: url("/images/call_to_action_footer.png");
}
/* FLATBOOTS Footer Call to Action Text Color */
.call-to-action{
  color: #EE836E;
}

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