html, body {
    width: 100%;
    height: 100%;
}

.alert {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    min-height: 20px;
    text-align: center;
    background-color: #e9ffd9;
}

.section + .section {
    padding-top: 2rem;
}

p {
    margin-bottom: 1rem;
}

.hero {
    width: 100%;
    height: 150px;
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.8)), url('../img/people.jpg');
    background-size: cover;
    background-position: center center;
    color: #fff;
    display: table;
    text-align: center;
}

.hero .container {
    display: table-cell;
    vertical-align: middle;
    line-height: 1;
    letter-spacing: -0.05rem;
}

.hero img {
    width: 700px;
    max-width: 80%;
}

.tabber .tabs {
    text-align: center;
    width: 100%;
}

.tabber .tabs a {
    background-color: white;
    opacity: 0.8;
    transition: 0.4s opacity ease-in-out;
}

.tabber .tabs a.active, .tabber .tabs a.active:hover {
    opacity: 1;
}

.tabber .tabs a:hover {
    opacity: 0.9;
}

.officers {
    text-align: center;
    font-size: 1.1em;
    margin-bottom: 12px;
}

.team-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    column-count: 2;
    column-gap: 10px;
    text-align: center;
}

@media screen and (min-width: 750px) {
    .team-list {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }

    .officers {
        text-align: center;
        font-size: 1.3em;
    }
}

.year-navigation-container {
    margin-top: -14px;
    margin-bottom: 24px;
}

.column img {
    max-height: 100px;
    padding-bottom: 5px;
    display: block;
    margin: auto;
}

.sponsor-logos {
    text-align: center;
}
.sponsor-logos img {
    max-height: 60px;
}

.you-can-be-next {
    font-style: italic;
}

#resources h4 {
    margin: 0;
    margin-top: 30px;
}

.fb-page {
    width: 500px;
    max-width: 100%;
    display: block !important;
    margin: 0 auto;
}

.wrapper {
    width: 100%;
    min-height: 100%;
    /*margin-top: 20px;*/
    box-sizing: border-box;
    margin-bottom: -35px; 
}

.wrapper:after {
    content: "";
    display: block;
}

.content {
    margin-bottom: 20px;
}

.content > div {
    display: none;
}


.footer, .wrapper:after {
    height: 35px; 
}

.footer {
    text-align: center;
    font-size: 1rem;
    color: gray;
}

@media screen and (min-width: 400px) {
    .hero {
        height: 200px;
    }

    .hero .container .tagline {
        font-size: 8vw;
    }

    .hero .container .tagline span {
        font-weight: bold;
    }

    .hero .container .sub-tagline {
        font-size: 2.7vw;
    }
}

@media screen and (min-width: 750px) {
    .hero {
        height: 460px;
        background-attachment: fixed;
    }

    .tabber {
        position: relative;
    }

    .tabber .tabs {
        position: absolute;
        top: -3.82rem;
    }

    .tabber .tabs a {
        border-bottom: 0;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
}

@media screen and (min-width: 1120px) {
    h3 span {
        display: block;
    }
}
