﻿section.callToAction
{
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

    .callToAction #ytplayer
    {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .callToAction .imgNoVideo
    {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }

    .callToAction .overlay
    {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .callToAction .overlay .taglineContainer
        {
            margin-top: 7%;
            color: white;
            text-align: center;
        }

            .callToAction .overlay .taglineContainer h2
            {
                color: white;
                font-size: 4vw;
                margin: 0;
                line-height: 1;
                text-shadow: 5px 0px 5px RGBA(0, 0, 0, 1);
                margin-bottom: 2vw;
            }

            .callToAction .overlay .taglineContainer .ButtonLink
            {
                font-size: 1.5vw;
                box-shadow: 5px 0px 5px RGBA(0, 0, 0, 1);
            }

    .callToAction .wave
    {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-image: url(../../images/WhiteWave.png);
        padding-top: 4.043126684636119%;
        background-size: 100% 100%;
        margin-bottom: 3vw;
    }
@media (min-width: 1280px)
{
    .callToAction .overlay .taglineContainer h2
    {
        font-size: 3em;
    }

    .callToAction .overlay .taglineContainer .ButtonLink
    {
        font-size: 1.5em;
    }
}
@media (max-width: 900px)
{
    .callToAction .overlay .taglineContainer .ButtonLink
    {
        font-size: 1em;
    }
}
@media (max-width: 600px)
{
    .callToAction .overlay .taglineContainer h2
    {
        font-size: 1.5em;
    }
}