@charset "ISO-8859-1";

/* Add padding to container elements */
/* Add padding to container elements */
#title{
    text-transform: uppercase;    
    color:rgb(194, 17, 17);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

#title h1{
    /*
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    */
    /*
    color: #ff4411;
    font-size: 28px;
    font-family: 'Signika', sans-serif;
    padding-bottom: 0px;
    */
    color: #b48608; 
    font-family: 'Droid serif', serif; 
    font-size: 36px; 
    font-weight: 400; 
    font-style: italic; 
    /*line-height: 44px; */
    margin: 0 0 12px; 
    text-align: center; 
}

#title hr.hrStyle {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}