body {
    font-size: 18px;
    line-height: 130%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Rubik', 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.brand {
    font-family: 'Archivo Black', 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-left: 5px;
}

/* Align subtitle with title */
@media (min-width: 462px) {
    .subtitle-brand {
        margin-left: 40px;
    }
}

.nav li {
    margin-top: 10px;
}

.navbar-header a:hover,
.navbar-header a:focus {
    text-decoration: none;
}

.navbar-toggle {
    margin-top: 20px;
}

.splash-photo {
    margin-top: 60px;
    background-image:
        linear-gradient(
          rgba(0, 0, 0, 0.6),
          rgba(0, 0, 0, 0.6)
        ),
        url('/images/newsroom.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 350px;
}

@media (max-width: 285px) {
    .splash-photo {
        height: 650px;
    }
}

@media (min-width: 285px) and (max-width: 350px) {
    .splash-photo {
        height: 600px;
    }
}

@media (min-width: 350px) and (max-width: 400px) {
    .splash-photo {
        height: 500px;
    }
}

@media (min-width: 400px) and (max-width: 450px) {
    .splash-photo {
        height: 450px;
    }
}

@media (min-width: 450px) and (max-width: 550px) {
    .splash-photo {
        height: 400px;
    }
}

@media (min-width: 768px) and (max-width: 985px) {
    /* Bump back up when we hit sm -> md breakpoint */
    .splash-photo {
        height: 450px;
    }
}

.motto {
    color: white;
    background: #333;
    padding: 10px;
    line-height: 150%;
}

.content .section {
    margin-top: 40px;
    margin-bottom: 60px;
}

.content .section.first {
    margin-top: 0px;
}

.row.accent {
    background-color: #333;
    color: white;
}

.splash-motto,
.row.accent h2 {
    color: #ff8700;
}

a {
    color: #1528ba;
}

.row.accent a {
    color: #8592f8;
}

.row.accent a:hover,
.row.accent a:focus {
    color: #c8cefb;
}

.content .section:before {
    /* Pad headers so that the navbar doesn't headbutt them */
    /* (Thx to Chris Coyer on CSS-Tricks for the elegant sol'n) */
    /* https://css-tricks.com/hash-tag-links-padding/ */
    display: block;
    content: " ";
    margin-top: -70px;
    height: 70px;
    opacity: 0;
    pointer-events: none;
}

.content h1, .content h2, .content h3,
.content h4, .content h5 {
    margin-bottom :25px;
}

.content p,
.content ul {
    margin-bottom: 25px;
}

.content p,
.content li {
    font-size: 1.2em;
    line-height: 150%;
}

.content li {
    margin-bottom: 10px;
}

.partner-logos img {
    margin-right: 35px;
    margin-left: 35px;
    margin-top: 40px;
    display: inline;
    max-height: 60px;
    max-width: 100%;
    opacity: 0.7;
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

.partner-logos img#chicago-reporter {
    /* Extra-low opacity for the Chicago Reporter logo, which is high contrast */
    opacity: 0.6
}

img.big-logo {
    max-height: 50px;
}

img.small-logo {
    max-height: 80px;
}

.partner-logos img:hover,
.partner-logos img#chicago-reporter:hover {
    -webkit-filter: grayscale(0);
    filter: none;
    opacity: 1;
}

.partner-logos a:hover {
    text-decoration: none;
}

.table-indent {
    margin-left: 15px;
}

.underlined {
    border-bottom: 1px solid #333;
}

.footer-text {
    padding-top:20px;
    padding-bottom:10px;
    background-color: #ededed;
}
