:root{
    --red: #F00;
    --yellow: #EFD929;

}

html{
    font-size: 20px;
}
h1, h2, h3, h4, h5{
    line-height: 1em;
}
h1, h2, h3, h4, h5, p, b li, div, label{
    font-family: 'Darumadrop One', cursive;
    color: inherit;
    margin: unset;
    line-height: 1em;
    
}
h1{
    font-size: 3.75em;
}
a, span{
    font-family: inherit;
    color: inherit;
}
a:hover{
    color: var(--red);
}
.script{
    font-family: 'Just Me Again Down Here', cursive;
}

.maxWidth{
    display: block;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}
section{
    padding: 100px 0;
    position: relative;
}
.flex{
    display: flex;
    align-items: center;
}
.flex.top{
    align-items: flex-start;
}
.flex.space{
    justify-content: space-between;
}
.flex.column{
    flex-direction: column;
}
.flex.align{
    align-items: center;
}
.grid2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
}
header{
    background-color: #000;
    color: #FFF;
    padding: 15px 0;
}

.logo{
    height: 100px;
    width: auto;
}
header .left p{
    font-size: 16px;
    margin: unset;
}
header .left{
    width: 300px;

}
header .right{
    width: 60%;
    border-bottom: 2px solid var(--yellow);
    text-align: right;
    font-size: 2em;
    color: var(--yellow);

}
header .right p{
    margin: 20px 0 15px;
    
}

#hook{
    background-color: var(--red);
    color: #FFF;
}
#hook h1{
    margin-bottom: 50px;
    text-transform: uppercase;
}
#hook .left{
    width: 700px;
    position: relative;
    z-index: 2;
}
#girlwink{
    position: absolute;
    bottom: 0;
    left: 55%;
    z-index: 1;
}
#hook .contain{
    margin: 20px 0;
    background-color: #FFF;
    padding: 20px;
    border-radius: 15px;
    display: block;
    text-align: center;
    color: var(--red);
    font-size: 1.75em;
    line-height: 1em;
}
.small{
    font-size: 1rem;
    margin-top: 15px;
}
#cta{
    background-color: var(--yellow);
    color: #000;
    text-align: center;
    padding: 25px 0;
    font-size: 2.75em;
    border-top: 6px solid #000;
    border-bottom: 6px solid #000;
}

#formSec h2{
    font-size: 3.75em;
    color: var(--red);
    text-align: center;
    margin-bottom: 25px;
}
#formSec form label input{
    margin:5px 0 20px 0;
    border: 4px solid #000 ;
    border-radius: 5px ;
    height: 50px;
    padding: 10px;
    width: 100%;
}
#formSec input[type="submit"]{
    background-color: var(--yellow);
    color: #000;
    border: 4px solid #000;
    margin: 0 auto;
    border-radius: 5px;
    font-family: 'Darumadrop One', cursive;
    line-height: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.75em;
    padding: 10px 40px 15px;
}
#formSec .right{
    padding: 0 0 0 100px;
    width: 50%;
}
#formSec .left{
    width: 50%;
}
#formSec .right p{
    border: 4px solid #000;
    border-radius: 15px;
    color: #F00;
    padding: 25px;
    font-size: 1.5em;
    line-height: 1.5em;
    text-align: center;
}
#yellow{
    background-color: var(--yellow);
    border-top: 6px solid #000;
    border-bottom: 6px solid #F00;
    font-size: 1.75em;
}
#yellow .right{
    padding-left: 50px;
}
#yellow p{
    margin-bottom: 50px;
}
#yellow .right .flex{
    justify-content: flex-start;
    color: #F00;
    font-size: 55px;
}
#yellow .right img{
    margin-right: 25px;
}

#winkLPFoot {
    background-color: #000;
    color: #FFF;
    
}
#winkLPFoot *{
    font-family: 'Darumadrop One', cursive; 
}
#winkLPFoot .right{
    color: #EFD929;
    font-size: 2em;
    font-family: 'Just Me Again Down Here', cursive;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#winkLPFoot .right .script{
    font-family: 'Just Me Again Down Here', cursive;
    font-size: 40px;
}
#winkLPFoot .right .script a{
    font-family: 'Just Me Again Down Here', cursive;
    font-size: 40px;
}

#winkLPFoot ul{
    margin: 10px 0 0 0;
    padding: 0 0 0 25px;
}
#winkLPFoot li a{
    font-family: 'Just Me Again Down Here', cursive;
    color: #FFF;
    font-size: 25px;
}
#winkLPFoot li{
    padding: 10px 0;
}
#winkLPFoot img{
    width: 300px;
}
#winkLPFoot b{
    font-size: 25px;
    line-height: 1.25em;
}
#copyright{
    padding: 10px 0 ;
}

@media (max-width:1000px) {
    #winkLPFoot .flex{
        flex-direction: column;
        align-items: flex-start;
    }
    #winkLPFoot .left{
        margin-bottom: 50px;
    }
    #copyright .flex{
        flex-wrap: wrap;
    }
    #yellow .flex{
        flex-direction: column;
    }
    #yellow .flex .flex{
        flex-direction: row;
    }
    #yellow .flex .flex .flex{
        flex-direction: column;
    }
    #yellow .right{
        padding: unset;
        margin-top: 50px;    
    }

    #formSec .flex{
        flex-direction: column;
    }
    #formSec .right{
        padding: 50px 0 0 0;
        width: 100%;
    }
    #formSec .left{
        width: 100%;
    }
    h1{
        font-size: 2.5em;
    }
    #hook .contain{
        font-size: 1.25em;
        text-align: left;
    }
    #hook .left{
        width: 440px;
    }
    #cta{
        font-size: 2em;
    }
    #formSec h2{
        font-size: 2em;
    }
    #formSec input[type="submit"]{
        font-size: 1em;
    }
    #formSec .right p{
        font-size: 1em;
    }


}
@media (max-width:750px) {
    p, input, textarea{
        font-size: inherit
    }
    header{
        padding: unset;
        font-size: 20px;
    }

    header .flex.top{
        flex-direction: column-reverse;

    }

    header .maxWidth{
        padding: unset;
    }

    header .right{
        width: 100%;
        background-color: #EFD929;
        color: #000;
        font-size: 1.5em;
        border: unset;
        text-align: center;
    }
    header .right p{
        margin: 10px 0;
    }
    header .left{
        width: 100%;
        padding: 20px 0;
    }
    header .left p{
        display: none;
    }
    footer .maxWidth{
        padding: 0 25px;
    }
}
@media (max-width:600px) {
    #hook .left{
        width: 100%;
        text-align: center;
    }
    #girlwink{
        opacity: 0.3;
        left: 0;
        width: 100%;
    }
    #hook .contain{
        text-align: center;
    }
    #yellow p br{
        display: none;
    }
    section{
        padding: 70px 0;
    }
    #hook h1{
        font-size: 1.5em;
    }
}