section.cover {
    height: 100vh;
    background: url(../image/mahurangi1.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
section.cover h1 {
    color: #fff;
    position: relative;
    z-index: 10;
    font-size: 2vw;
    text-align: center;
}
section.cover h1 span {
    display: block;
    font-size: 3rem;
    color: #fff;
}
section.cover h1 span:first-letter {
    font-size: 1.5vw;
    color: #fff;
}
section:not(.cover) {
    padding: 2rem 0;
}
section#mission-statements {
    padding-top: 0;
}
/*** Mission statements ***/
section#mission-statements > span {
    font-size: 1.5rem;
    display: block;
    text-align: center;
    color: #999;
    margin-bottom: 2rem;
}
section#mission-statements i {
    color: darkcyan;
}
section#mission-statements > #main-statement {
    background: #444;
}
section#mission-statements > #main-statement > div:before {
    content: "";
    position: absolute;
    top: 20%;
    bottom: -20%;
    left: -4%;
    right: 0;
    background: #5fbe1a;
    z-index: -5;
    border-radius: 100% 0 0 0;
}
section#mission-statements > #main-statement > div {
    /*** margin-left: 10%; ***/
    padding: 1.5rem 1rem;
    position:relative;
    z-index: 5;
    overflow-y: hidden;
}
p#pitch {
    font-size: 2.5vw;
    margin: 0;
    color: #fff;
    text-align: center;
    max-width: 960px;
    margin: 0 auto;
}
section#mission-statements > div#sub-statements {
    max-width: 1600px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}
section#mission-statements > div#sub-statements > div#rider {
    background: url(../image/biking.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
    top: -1vw;
    margin-bottom: -5vw;
    z-index: 3;
    border-radius: 0 0 35% 0;
}
div#rider:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(#fff, transparent);
}
section#mission-statements > div#sub-statements > div {
    flex: 1 1 240px;
    display: flex;
    flex-wrap: wrap;
    padding: 1.5rem;
    box-sizing: border-box;
    text-align: center;
    opacity: 0;
}
section#mission-statements > div > div > span:first-of-type {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    color: darkcyan;
    text-transform: capitalize;
}
section#mission-statements > div > div > div {
    flex: 1 1 180px;
    text-align: center;
    padding: 1.5rem 0.5rem;
}
section#mission-statements i {
    font-size: 5rem;
    border: solid 5px ;
    padding: 1rem;
    border-radius: 50%;
}
section#mission-statements span.description {
    font-size: 0.9rem;
    color: #777;
    display: block;
    max-width: 300px;
    margin: auto;
    line-height: 1.6;
}
section#mission-statements span.sub-statement-label {
    font-weight: bold;
    font-size: 1.1rem;
    letter-spacing: 0.2rem;
    color: #777;
}
#sub-statements img {
    width: 100%;
    max-width: 180px;
    padding: 0.5rem 0;
}
/*** Supporters ***/
section#partners > div {
    max-width: 1280px;
    margin: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0.5rem;
}
section#partners > div > div {
    flex: 1 1 300px;
    display: flex;
    align-items: center;
    max-width: 360px;
}
section#partners > p {
    font-size: 1.125rem;
    max-width: 960px;
    margin: auto;
    padding: 0.75rem;
    text-align: justify;
    line-height: 1.5;
}
section#partners img {
    display: block;
    width: 100%;
    padding: 2rem;
    box-sizing: border-box;
}
@keyframes Monkey-Fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
section#featured-image:before {
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.5;
}
section#featured-image {
    position:relative;
    height: 50vh;
    background: url(../image/swim.jpg) no-repeat 0 0;
    background-size: cover;
    background-attachment: fixed;
}
/*****
section#partners h2 {
    text-align: left;
    margin: 1rem 0;
}
section#partners span:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1.5rem;
    height: 1.5rem;
    background: #fff;
}
section#partners span {
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 50%;
    background: #cb292d;
    padding: 2rem 1rem;
    position:relative;
}
*****/
@media screen and (max-width: 799px) {
    section.cover h1 {
        font-size: 16px;
    }
    section.cover h1 span:first-letter {
        font-size: 16px;
    }
    p#pitch {
        font-size: 20px;
    }
}
@media screen and (min-width: 1200px) {
    p#pitch {
        font-size: 36px;
    }
}