/*your custom css goes here*/ 
.bg-gradient-red {
    background: linear-gradient(90deg, #BF2025 0%, #D79444 100%);
    background: -webkit-linear-gradient(90deg, #BF2025 0%, #D79444 100%);
    background: -moz-linear-gradient(90deg, #BF2025 0%, #D79444 100%);
    background: -o-linear-gradient(90deg, #BF2025 0%, #D79444 100%);
    background: -ms-linear-gradient(90deg, #BF2025 0%, #D79444 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #BF2025), color-stop(100%, #D79444));
    background: -moz-gradient(linear, left top, right top, color-stop(0%, #BF2025), color-stop(100%, #D79444));

}
.topbar-title span{
    color: #FFFFFF;
    font-family: "Marcellus", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.h2, h2 {
    font-size: 50px;
}