/* Qi: Put this file at the end to override 3rd-party css*/
* {
    margin: 0;
    padding: 0
}

body {
    font-family: "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    background: #fff;
    color: #333
}

a, a:focus, a:hover, .btn-link, .btn-link:focus, .btn-link:hover {
    color: #990000;
}

/*a:checked,a:hover{*/
/*color: #990000;*/
/*}*/

h1, h2, h3, h4, h5, h6 {
    font-family: open-sans-condensed, "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
}

.title-text {
    font-family: league-gothic, "proxima-nova-1", "proxima-nova-2", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 62pt;
    line-height: 54pt;
    color: #990000;
}

.cmu-color {
    color: #990000;
}