@charset "utf-8";
/* CSS Document */

h1 {
    color: #1F175C;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.0rem;
    text-align: left;
    font-weight: bold;
    line-height: 80%;
}

h2 {
    color: #1F175C;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.0rem;
    text-align: center;
    font-weight: bold;
    line-height: normal;
    line-height: 80%;
}

h3 {
    color: #EF0A0E;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 2rem;
    text-align: left;
    font-weight: bold;
    line-height: 80%;
}

h4 {
    color: #EF0A0E;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 2.0rem;
    text-align: center;
    font-weight: bold;
    line-height: 80%;
}
        
h5 {
    color: #1F175C;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    text-align: left;
    font-weight: bold;
    
}   
 
h6 {
    color: #1F175C;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    margin-top: 1.0rem;
    margin-bottom: 1.5rem;
 }


