.logo {
    height: 80px;
}

.header {
    height: 120px;
}

.header-inner {
    height: 80px;
    padding: 20px;
}

.header-link {
    font-size: 19px;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    color: rgba(22, 146, 28, .9);
}

.header-links {
    float: right;
}

#logo {
    height: 50px;
}

#hero {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 400px;
    background-image: url("/public/hero.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
}

#hero > img {
    width: 100%;
}

#hero > p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: white;
    text-align: center;
    text-shadow: 0 4px 10px black;
    width: 100%;
}

#contact-hero {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 400px;
    background-image: url("/public/sf-zoomed-out.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#contact-hero > p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: white;
    text-align: center;
    text-shadow: 0 4px 10px black;
    width: 100%;
}

.mailing-list {
    padding-top: 20px;
}

.mission h1, .mission h2, .mission h3, .header-font {
    font-family: 'Slabo 13px', serif;
}

.mission p, .mission li, .body-font {
    font-family: 'Vollkorn', serif;
    font-size: 18px;
}

.homepage p, .take-action p {
    font-family: 'Vollkorn', serif;
    font-size: 18px;
}

.homepage h2, .homepage h3, .take-action h1, .take-action h2, .take-action h3 {
    font-family: 'Slabo 13px', serif;
}

.social-link:hover, .social-link:focus {
    text-decoration: none;
}

.social-icon {
    width: 50px;
    height: 50px;
    padding: 10px;
}

.social-icons {
    height: 70px;
}

.signup-form {
    margin-top: 20px;
}

/* Begin bootstrap overrides */

.navbar-default .navbar-nav > li > a {
    font-size: 19px;
    text-transform: uppercase;
    color: rgba(22, 146, 28, .9);
}

.navbar {
    min-height: 80px;
    margin-bottom: 0;
}

.navbar-header {
    min-height: 80px;
}

/* End bootstrap overrides */
