header {
    background-image: url();
    padding-bottom: 1px;
    /* margin-bottom: 8% !important; */
}

header h1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

header h1 .line1 {
    color: white;
    position: absolute;
    left: 4%;
    bottom: 16%;
    font-size: 65px;
    font-size: 6.5vw;
}

header h1 .line2 {
    color: white;
    position: absolute;
    left: 5%;
    bottom: 4%;
    font-size: 33px;
    font-size: 3.3vw;
}

header h1 .line3 {
    color: lightblue;
    position: absolute;
    left: 4%;
    top: 98%;
    font-size: 65px;
    font-size: 5vw;
}

#watch-video {
    position: absolute;
    font-family: "EB Garamond", serif;
    background: #384753;
    left: 68.75%;
    right: 0;
    display: block;
}

#watch-video a {
    display: block;
    width: 100%;
    color: white;
    font-size: 40px;
    font-size: 25px;
    font-size: 2.5vw;
    padding: 3% 0;
    border-bottom: 10px solid red;
}

#watch-video a:hover {
    background: black;
    color: white;
}

@media (min-width: 1900px) {
    header h1 .line1,
    header h1 .line3 {
        font-size: 98px;
    }

    header h1 .line2 strong {
        font-size: 38px;
    }

    #watch-video a {
        font-size: 48px;
    }
}

@media (max-width: 1000px) {
    header h1 .line1 {
        font-size: 9vw;
    }
    header h1 .line2 {
        font-size: 4vw;
    }
    header h1 .line3 {
        font-size: 6.5vw;
    }

    #watch-video a {
        padding: 5% 0;
        border-bottom-width: 1vw;
        font-size: 4vw;
    }
}

@media (max-width: 540px) {
    #watch-video {
        top: 82%;
    }

    #watch-video a {
        padding: 16% 0;
        border-top: 1vw solid #fff;
    }
}

#TwentyFirstCentury {
    border-top: 10px solid red;
    border-bottom: 5px solid red;
}

#TwentyFirstCentury .content {
    padding-top: 2%;
}

#TwentyFirstCentury .lead {
    font-size: 1.3em;
}

#TwentyFirstCentury h2 {
    text-align: center;
}

#TwentyFirstCentury .lead .accent {
    color: #384753;
    padding: 0.15em 0.35em;
    font-weight: 500;
    border-radius: 0.2em;
    white-space: nowrap;
}

#TwentyFirstCentury h2 .accent {
    display: inline-block;
    width: 120px;
    height: 120px;
    font-size: 60px;
    text-align: center;
    vertical-align: baseline;
    border-radius: 50%;
    line-height: 100%;
    line-height: 110px;
    background: #fcc800;
    color: #384753;
    border: 6px double #fff;
    margin: -60px 0 0 0;
}

#TwentyFirstCentury h2 sup {
}

@media (max-width: 540px) {
    #TwentyFirstCentury .content {
        padding-top: 15px;
    }

    #TwentyFirstCentury h2 .accent {
        margin: 10px auto 0 auto;
        display: block;
    }
}

#OurStory-head {
    background: url(../images/our-story.jpg) no-repeat top right;
    background-size: cover;
}
@media (min-width: 1500px) {
    #OurStory-head {
        min-height: 500px;
    }

    #OurStory-lead p {
        font-size: 1.2em;
        line-height: 1.5;
    }
}

#OurStory-body {
}
