body{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1)), url("images/bizawi-counting.jpg") no-repeat center;
    background-size: cover;
    margin: 0;
    padding: 0;
}

nav{
    text-align: center;
    width: 100%;
}

a{
    text-decoration: none;
    color:#35DBFF;
}

a:hover{
    color: yellow;
}

h1{
    font-size: 50px;
    color: white;
    margin: 30px 0 0 0 ;
}

h2{
    font-size: 30px;
}

h3{
    text-align: center;
    color: white;
    font-size: 20px;
}

#wrapper{
    display: flex;
    flex-flow: row wrap;
}

#wrapper .rowtime{
    width: 100%;
}

#mc_embed_signup{
    color:#fff;
    font:14px Helvetica,Arial,sans-serif; 
    margin: 200px auto;  
}

#mc_embed_signup h2{
    font-size:20px;
    margin: 0;
    display: flex;
    justify-content: center;
}

#fightmailchimp{
    width:380px;
    margin: auto;
}

label{
    float: left;
    margin: 10px 30px 15px 0;
}

input {
    border: 1px solid white;
    background: none;
    border-radius: 10px;
    margin-right: 15px;
    padding: 15px;
    float: left;
    clear: both;
    width: 250px;
    color: white;
}

input[type=button], input[type=submit], input[type=reset]{
    background-color: #35DBFF !important;
    clear: none;
    color:white;
    border: none;
    float: left;
    font-weight: bold;
    width: auto;
}

footer{
    display: flex;
    flex-direction: column;
}

footer h3{
    margin:10px 20px;
}

footer a{
    text-align: center;
}

#streamingtop{
    text-align: center;
    vertical-align: middle;
}

footer img{
    vertical-align: middle;
}

#spotify{
    margin-right: 30px;
}

#more{
    font-size: 30px;
    margin-top: 10px;;
}

@media only screen and (max-width: 600px) {
    
    #mc_embed_signup{
        margin: 100px auto;  
    }

    input{
        font-size: 16px;
    }

  }