label{
    text-transform: none;
}
.navbar{
    height: 100px;
  
}
.navbar .navbar-header{
    display: inline-block;
}

.nav-link{
    color: #EEE;
    margin-right: 50px;
    margin-top: 16px;
}

.intro{
    padding-bottom: 30px;
}

.email-input{
    display: block;
    width: 100%;
}
.email-form input{
    display: inline-block;
    width: 50%;
}


.join-form{
    position: relative;
    margin-top: 90px;
    width: 100%;
    min-height: 900px;
    margin-bottom: 20px;
    background-color: #050505;
}


.join-form .splash-img{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    text-align: center;
}

.splash-img img{
    display: inline-block;
    z-index: -1;
}

.join-form .join-text{
    position: absolute;
    top: 100px;
    width: 100%;
    color: #EEEEEE;
    left: 0%;
    text-align: center;
}

.demo-vid{
    z-index: 3;
    margin-top: -40px;
    margin-bottom: 40px;
}

.demo-vid iframe{
    width: 560px;
    height: 315px;
}

.small-float-right small{
    float: right;
    font-weight: bold;
    padding-top: 5px;
    font-size: 12px;
    }

.radio-group{
    margin-left: 10px;
    float: right;
}

.input-float-right input{
    float: right;
}

.join-heading{
    display: inline-block;
    max-width: 800px;
}
.join-heading h2{
    font-size: 48px;
}
.join-heading p{
    font-size: 24px;
}

.join-form .label{
    text-align: left;
}

.join-form .email-form-container{
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.join-form .email-form{
    display: inline-block;
    text-align: left;
    max-width: 800px;
    min-width: 200px;
}

.email-form input{
   width: auto;
}

.footer{
    margin-top: -40px;
}



.nav-right{
    display: block;
    position: absolute;
    right: 40px;
    top: 35px;
    color: #EEEEEE;
}

.mobile-break{
    display: none;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.form-message{
    display: inline;
}
/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.nav-relative{
    position: fixed;
}

.nav-height-adjust{
    height: 100px;
    border-width: 0;
    border-color: transparent;
    margin-bottom: 0px;
}

@media (max-width: 820px){
    .join-form{
        min-height: 850px;
    }
    .join-form .splash-img{
        top: 20px;
    }
}

@media (max-width: 650px){
    .join-form{
        min-height: 750px;
    }
    .join-form .splash-img{
        top: 40px;
    }
    .demo-vid iframe{
        width: 80%;
        height: auto;
    }
}

@media (max-width: 500px){
    .nav-right{
        position: static;
        margin-top: 25px;
    }
    .nav-height-adjust{
        height: 140px;
        widows: 100%;
        text-align: center;
    }

    .join-form{
        margin-top: 140px;
        min-height: 750px;
    }
    .join-form .splash-img{
        top: 50px;
    }
    .join-heading h2{
        font-size: 36px;
    }
    .join-heading p{
        font-size: 18px;
    }
    #thelogo{
        display: inline-block;
        width: 350px;
        margin-right: -75px !important;
        margin-left: 10px !important;
    }
}

@media (max-width: 400px){
    .join-form{
        min-height: 850px;
    }
    .input-float-right label{
        margin-top: 10px;
    }
    .mobile-break{
        display: initial;
    }
    .small-float-right{
        text-align: center;
    }
    .input-float-right input{
        float: left;
        width: 100%;
    }
    .small-float-right small{
        display: inline-block !important;
        text-align: center;
    }
    .email-form button{
        display: inline-block;
    }
    .form-message{
        display: inline-block;
    }
    .inline-mobile{
        display: block;
        width: 100%;
        margin-left: 0px;
    }
    .mobile-centered{
        text-align: center;
    }
    .mobile-centered label{
        margin-top: 10px;
    }
    .radio-group .radio-inline{
        margin-top: 0px;
    }
}