.content {
    grid-column: 1/4;
    display: grid;
    grid-template-columns: 1fr var(--currentbp_center) 1fr;
}
.content a {
    text-decoration: none;
}
.middlecolumn {
    margin-left: 0px;
    margin-right: 0px;
}
#titlesection {
    background-color: #FDF753;
}
#title {
    grid-row: 1/2;
    margin-bottom: 10px;
    margin-top: 31px;
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
}
#title img {
    display: block;
}
#smallflavor {
    margin-bottom: 31px;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    width: 800px;
}
#smallflavor img {
    display: block;
}
@font-face {
    font-family:'L5S';
    src:url('../fonts/Lato-Semibold.woff2') format('woff2');
    font-weight:600;
    font-style:normal;
}

#teaserbox {
    width: 980px;
    height: 552px;
    margin-top: 40px;
    margin-bottom: 40px;
}
#teaserbox iframe {
    width: 100%;
    height: 100%;
}

#signup {
    align-self: center;
    display: grid;
    grid-template-columns: auto 625px;
    grid-template-areas: "signup fmcvid"
                         "dumbtext fmcvid";
    grid-template-rows: 160px auto;
    margin-bottom: 20px;
    margin-top: 20px;
}

#fmcvidplayersection {
    display: grid;
    grid-area: fmcvid;
    width: 625px;
    height: 352px;
}

#fmcvidplayersection iframe {
    width: 100%;
    height: 100%;
}

.emailtext {
    font-family: 'L5';
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
}
#dumbtext {
    grid-area: dumbtext;
}

#emailget {
    grid-area: signup;
    display: block;
    color: #000000;
    width: 100%;
    margin-left:0px;
}

#emailget p {
    margin-top:0px;
}
#emailget span{
    line-height: 28px;
    height: 28px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    display: block;
    width: 100%;
    font-family: 'L5';
}

#emailget button {
    border-radius: 3px;
    border-width: 0px;
    box-shadow: 0 2px 5px rgba(0,0,0,.25);
    transition: all .3s;
    font-size: 14px;
    height: 46px;
    color: #EA2C8E;
    background-color: #000000;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: 325px;
}

#emailget button:hover {
    background-color: #111111;
}

#emailget input {
    padding: 0 8px;
    border-radius: 3px;
    text-align: left;
    border-width: 1px;
    border-color: rgb(255, 193, 33);
    transition: all .3s;
    font-size: 14px;
    height: 46px;
    width: 307px;
    margin-bottom:10px;
}

@media screen and (max-width: 1000px)
{
    #title {
        margin-top: 30px;
        width: 732px;
    }
    #smallflavor {
        margin-bottom: 30px;
        width: 601px;
    }
    #teaserbox {
        width: 732px;
        height: 412px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #signup {
        grid-template-columns: 366px auto;
        grid-template-areas: "signup dumbtext"
                             "fmcvid fmcvid";
        grid-template-rows: 160px auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #fmcvidplayersection {
        width: 732px;
        height: 412px;
    }
    #dumbtext {
        margin-top: 18px;
    }
}


@media screen and (max-width: 768px)
{
    #title {
        margin-top: 22px;
        width: 460px;
    }
    #smallflavor {
        margin-bottom: 22px;
        width: 401px;
    }
    #teaserbox {
        width: 460px;
        height: 259px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #signup {
        grid-template-columns: 460px;
        grid-template-areas: "signup"
                             "dumbtext"
                             "fmcvid";
        grid-template-rows: auto;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    #fmcvidplayersection {
        width: 460px;
        height: 259px;
    }
    #dumbtext {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    #emailget input {
        width: 442px;
    }
    #emailget button {
        width: 460px;
        margin-bottom: 20px;
    }
    .emailtext {
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (max-width: 480px)
{
    .middlecolumn {
        margin-left: 10px;
    }
    #title {
        margin-left: 10px;
        margin-top: 20px;
        margin-bottom: 0px;
        width: 300px;
        height: 27px;
    }
    #smallflavor {
        margin-left: 10px;
        margin-top: 10px;
        margin-bottom: 20px;
        width: 301px;
        height: auto;
    }
    #teaserbox {
        width: 300px;
        height: 169px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #emailget input {
        width: 282px;
    }
    #emailget button {
        width: 300px;
        margin-bottom: 20px;
    }
    #fmcvidplayersection {
        width: 300px;
        height: 169px;
    }
    #signup {
        margin-bottom: 20px;
    }
}