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

/*Notes from mw
 - same styles for both desktop and tablet
 - mobile has deltas only
 - class ".R" means reversed for dark backgrounds
*/

/* body {
    background-color: #aabeb4;
} */

.center {
    text-align: center;
}

p {
    font-family: 'Zilla Slab', serif;
    Font-size: 20px;
    Line-height: 180%;
    Color: #4f4f4f;
    text-align: left;
}

p.R {
    color: #cbddd6;
}

p.bold {
    font-weight: 700;
}

H1 {
    font-family: 'Big Shoulders Display', sans-serif;
    font-size: 66px;
    line-height: 109%;
    color: #202926;
    text-align: left;
}

H1.R {
    color: #FFF;
}

H2 {
    font-family: 'Big Shoulders Display', sans-serif;
    Font-size: 44px;
    Line-height: 109%;
    Font-weight: 400;
    Color: #202926;
    text-align: left;
}

H2.R {
    color: #ffffff;
}

.top nav ul li a.nav, H3, .button {
    font-family: 'Red Hat Text', sans-serif;
    Font-size: 12px;
    Font-weight: 700;
    Line-height: 216%;
    Color: #c54c00;
    text-align: left;
}

.top nav ul li a.R, H3.R {
    color: #8ca295;
}

H4 {
    font-family: 'Red Hat Text', sans-serif;
    Font-size: 12px;
    Font-weight: 500;
    Line-height: 216%;
    Color: #999999;
    text-align: left;
}

H4.R {
    color: #8ca295;
}

.sidebar {
    font-family: 'Red Hat Text', sans-serif;
    Font-size: 20px;
    Font-weight: 400;
    Line-height: 200%;
    Color: #4f4f4f;
    text-align: left;
}

.sidebar.R {
    color: #cbddd6;
}

.subhead {
    font-family: 'Red Hat Text', sans-serif;
    Font-size: 16px;
    Font-weight: 500;
    Line-height: 175%;
    Color: #4f4f4f;
    text-align: left;
}

.subhead.R {
    color: #cbddd6;
}


/*Mobile (deltas only)
*/

H1.m {
    Font-size: 42px;
    Line-height: 109%;
}

H2.m {
    Font-size: 28px;
    Line-height: 114%;
}

H3.m {
    Font-size: 8px;
    Line-height: 150%;
}

H4.m {
    Font-size: 8px;
    Line-height: 212%;
}

.sidebar .m {
    Font-size: 14px;
    Line-height: 171%;
}

.subhead .m {
    Font-size: 12px;
    Line-height: 166%;
}

p.m {
    Font-size: 14px;
    Line-height: 171%;
}
