a {
    color: #477b96;
}

a:hover {
    color: #aa1c7d
}

.navbar-light .navbar-brand {
    color: #477b96 !important;
    font-weight: bolder;
}

.hero, .hero-large {
    background-size: cover;
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
}

.hero-large {
    background-image: url(/img/hero-large.jpg);
    padding: 40px;
    font-weight: 300;
    font-size: 40px;
    color: #2C3C69;
    line-height: 1.4em;
}

@media (max-width: 768px)
 {
    .hero-large div.heading
    {
        font-size: 30px;
        line-height: 1.4em;
    }
    .hero-large a.hero-link
    {
        font-size: 25px;
    }
 }

.hero {
    background-image: url(/img/hero.jpg);
}

.hero div.headerbox,
.hero-large div.headerbox {
    background-color: rgba(254, 254, 254, 0.8);
    border: 1px solid rgba(254, 254, 254, 0.85);
    border-radius: 5px;
    padding: 10px;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    color: #2C3C69;
}

a.hero-link {
    font-size: 0.8em;
    padding: 10px 20px;
    margin: 5px 10px;
    border: 2px solid #477b96;
    border-radius: 10px;
    line-height: 2.5em;
    white-space: nowrap;
    font-weight: 500;
}

.hero a {
    
}

.hero a:hover,
.hero-large a:hover {
    color: black;
    border-color: black;
}

a.hero-link:hover {
    color: black;
    border-color: black;
    text-decoration: none;
}

.hero h1 {
    font-weight: 300;
    font-size: 40px;
    color: #2C3C69;
    line-height: 1.4em;
    margin: 0;
}

footer {
    background-color: rgb(245, 245, 245);
}

.page-description {
    margin: -1em 0 1em 0;
    padding-left: 1em;
    font-size: 1.1em;
    font-style: italic;
    border-left: 5px solid #e0e0e0;
}

ul.news-list, ul.page-list {
    padding-left: 0;
}

ul.news-list li, ul.page-list li {
    list-style: none;
}

ul.news-list time, ul.page-list time {
    color: #828282;
    display: block;
}

ul.news-list a.post-title, ul.page-list a.page-title {
    font-size: 1.8em;
    display: block;
}

ul.news-list .summary, ul.page-list .summary {
    margin-bottom: 2em;
    font-size: 1.2em;
}
