body {
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: #333;
    color: white;
    font-family: 'Rajdhani', sans-serif;
}

h2
{
    color: #e9ff15;
    font-family: 'Rajdhani', sans-serif;
    text-align: center;
}

h1
{
    color: #e9ff15;
    font-family: 'Rajdhani', sans-serif;
    text-align: center;
}

.whiteHeadnig
{
    font-size: 23px;
    color: white;
    text-align: center;
}

.yellowSubheading
{
    font-size: 20px;
    color: #e9ff15;
}

.modal2 {
    width: 850px;
    height: 666px;
    background-image: url("images/White\ Label\ Popup\ Background.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: drop-shadow(0px 0px 40px black);
}

#MailingListHeaderDefault
{
    text-align: center;
}

#MailingListHeaderBrowserError
{
    text-align: center;
}

#joinForm
{
    display: none;
    width: 100%;
    height: 100%;
}

#MailingList
{
    display: none;
    width: 100%;
    height: 100%;
}


.error
{
    color: red;
    bottom: 40px;
    position: absolute;
    margin: auto;
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    visibility: hidden;
}

.button
{
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    margin: 0px;
    padding: 0px;
    color: black;
    font-size: 25px;
    width: 315px;
    height: 69px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("images/Joine CTA Button Full@360x.png");
}

input[type=text],input[type=email] 
{
    background-color: transparent;
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid white;
    width: 454px;
    text-align: center; 
    color: white;
    font-size: 1.3em;
    height: 70px;
    font-family: 'Rajdhani', sans-serif;
}

input[type=checkbox]
{
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid white;
    width: 25px;
    text-align: center;
    color: white;
    font-size: 1.3em;
    height: 25px;
    font-family: 'Rajdhani', sans-serif;
    float: left;
}

input::placeholder {
    color: white;
    opacity: 1;
  }

.logo {
    height: 169px;
}

.video-container {
    width: 100vw;
    height: 100vh;
    position: absolute;
}

.front {
    z-index: 1;
    height: 100vh;
}

iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
    .video-container iframe {
        height: 56.25vw;
    }
}

@media (max-aspect-ratio: 16/9) {
    .video-container iframe {
        width: 177.78vh;
    }
}

footer {
    bottom: 0px;
    position: absolute;
}

.agreementContainer
{
    width: 600px;
}

.agreementText
{
}