body{
    background-color: black;
}

.logo{
    padding-left: 3%;
    padding-top: 1%;
    width: 25%;
}

.nav{
    text-decoration: none;
    color: white;
    font-family: "raleway", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.navdiv{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 3%;
}

li{
    list-style: none;
    display: inline-block;
}

li a{
    color: white;
    margin-right: 40px;
    text-decoration: none;
}

#red{
    padding-right: 40px;
    color: #F0201C;
}

button{
    background-color: #F0201C;
    padding: 12px;
    border: none;
    width: 150px;
}

button a{
    text-decoration: none;
    color: white;
    font-family: "raleway", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 120%;
}
.sidebar{
    position:fixed;
    top: 0;
    right: 0%;
    height: 100vh;
    z-index: 999;
    width: 200px;
    background-color: rgba(0, 0, 0, 0.911);
    display:none;
    flex-direction: column;
    justify-content: flex-start;
}

.sidebar li{
    width: 100%;
    padding-bottom: 10%;
    padding-top: 5%;
}

.menu-button{
    display: none;
}
#form{
    position:fixed;
    top:40%;
    left:40%;
    font-size: 150%;
    color: white;
    font-family: "raleway", sans-serif;
    font-weight: bold;
    
}

#name, #phone-num{
    background-color:#F0201C;
    opacity: 75%;
    font-size:100%;
}
#s-input{
    border-radius: 10%;
    border-style: none;
    background: white;

}

@media (max-width: 415px) {
    .navdiv{
        padding-right:0%;
    }
}
@media (max-width: 415px) {
    .logo{
        width: 40%;
    }
}

@media (max-width: 415px){
    .hideOnMobile{
        display: none;
    }
    .menu-button{
        display: block;
    }
}

@media (max-width: 415px){
    button a{
        font-size: 150%;
    }
}
@media only screen and (max-width: 600px) {

    .navdiv{
        padding-right:0%;
    }
    .logo{
        width: 40%;
    }
    .hideOnMobile{
        display: none;
    }
    .menu-button{
        display: block;
    }
    button a{
        font-size: 150%;
    }
    #form{
        position:fixed;
        top:30%;
        left:10%;
        font-size: 150%;
        color: white;
        font-family: "raleway", sans-serif;
        font-weight: bold;
        
    }
    #s-input{
        color:black;
        border-radius: 10%;
        border-style: none;
        background: white;
        font-size: 50%;
    
    }
    #Join-Header{
        position: static;
        font-family: "raleway", sans-serif;
        font-weight: bold;
        color: white;
        font-size: 350%;
        position: fixed;
        top: 5%;
        left: 25%;
        color:white;
    }

}