.connatix, .cnx-main-container {
    margin: 10px auto;
    max-width: 420px !important;
    text-align: center;
}
.connatix-category {
    margin: 20px auto;
    max-width: 420px;
    text-align: center;
}

/* Weather */

.DailyWeatherSummary-layout {
   background-color: rgba(0,0,0,.5);
}

/* Images */

.img-fluid {
    width: 100%;
    height: auto;
}

/* Football Header */

.football-header {
    background-color: #d8e5f2;
    margin: 20px auto;
    padding: 10px;
}
.football-header {
    margin-bottom: 10px;
}
.football-header h3 {
    font-size: 22pt;
    text-align: center;
    font-weight: 700;
    color: #000;
}
.football-header h5 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 10pt;
    font-weight: 700;
    margin: 5px 0;
}
.football-header h5 span {
    border-radius: .25rem;
    background-color: #000;
    padding: 5px;
}
.football-header h6 {
    font-size: 15pt;
    text-align: center;
    font-weight: 700;
    color: #000;
}
.football-header p {
    text-align: center;
}
.football-header .feature-small p {
    font-size: 13pt;
    text-align: center;
}
.football-header h3 a {
    color: #000;
    text-decoration: none;
}
.football-header h3 a:hover {
    color: #000;
    text-decoration: underline;
}

/* Coronavirus Header */

.coronavirus-header {
    background-color: #e1e1e1;
    margin: 20px auto;
    padding: 10px;
    text-align: center;
}
.coronavirus-header h3 i {
    font-size: 28pt;
    font-weight: 700;
    color: #bb0a1e;
    text-align: center;
}
.coronavirus-header .title {
    background-color: #bb0a1e;
    padding: 10px;
}
.coronavirus-header .title h3 {
    color: #fff !important;
}
.coronavirus-header h3 {
    font-size: 28pt;
    font-weight: 700;
    color: #bb0a1e;
    text-align: center;
    text-transform: uppercase;
    display: inline;
}
.coronavirus-header p {
    font-size: 24pt;
    font-weight: 700;
    color: #000;
    display: inline;
    text-align: center;
    line-height: 1;
}
.coronavirus-header p a {
    color: #000;
    text-decoration: none;
}
.coronavirus-header p a:hover {
    color: #bb0a1e;
    text-decoration: none;
}

/* Weather Header */

.weather-header {
    background-color: #e1e1e1;
    margin: 20px auto;
    padding: 10px;
}
.weather-header img {
    margin: 5px 0;
}
.weather-header h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 24pt;
    font-weight: 700;
    line-height: 1.1;
}
.weather-header h3 {
    color: #00277e !important;
    font-size: 42pt;
    text-align: center;
}
.weather-header h3 a {
    color: #00277e !important;
}
.weather-header .feature p {
    text-align: center;
}
.weather-header p {
    font-size: 13pt;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #555;
}
.weather-header p a {
    color: #555 !important;
}
.weather-header h3 a, .weather-header p a {
    text-decoration: none;
}
.weather-header .feature {
    text-align: center;
    font-size: 14pt;
}
.weather-header .feature i a {
    color: #00277e !important;
    font-size: 48pt;
}
.weather-header .feature a:hover {
    text-decoration: none;
}
.weather-header .list {
    text-align: left !important;
}
.weather-header .list i, .weather-header .list i a, .weather-header .blue {
    color: #00277e !important;
}
.centered {
    text-align: center;
}

.civic-science-widget {
    top: 65px;
    position: sticky;
}