*{
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}


/*Navigation*/
.main-nav{
    position: absolute;
    float: left;
    list-style-type: none;
    margin: 15px;
    z-index: 12;
}

.main-nav li{
    display: inline-block;

}

.main-nav li a{
    color:rgb(248, 248, 248);
    text-decoration: none;
    padding: 5px 20px;
    font-family: sans-serif;
    font-size: 25px;

}

.main-nav li.active a{
    border: 1px solid rgb(255, 251, 240);

}


.main-nav li a:hover{
    border: 1px solid rgb(255, 251, 240);
    color: black;
}
/* End Nav*/



body{
    background: url('./img/silver-bg.jpg');
    background-size: cover;
}

.main-container{

}


.signup-call{
    text-align: center;
    font-size: 30px;
}
.reg-opts{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    padding: 20px;
}

.reg-opts p{
    padding: 5px 10px;
    margin-bottom: 0px;
    overflow: hidden;
}

.reg-opts form{
    text-align: center;
}

.reg-opts form label{
    text-align: center;
}



.reg-opts button{
    position: relative;
    z-index: 2;
    background: #fff;
    color:   black  ;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    display: block;
    text-align: center;
    margin: 20px auto 0;
    font-size: 16px;
    cursor: pointer;
    border: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .8);
    text-decoration: none;
}

.reg-opts button:hover{
    background: #fbba07;
}
.steemit-opt h3{
    color: rgb(255, 255, 255);
    text-align: center;
    border-bottom: 2px solid grey;
    background: rgb(29, 29, 29);
    border-radius: 8px 8px 0 0;
    height: 50px;

    padding:20px 5px 5px;
}

.steemit-opt form{
    padding: 10px;
}

.steemit-opt:hover{
    transform: scale(1.1);
}
.steemit-opt{
    background:rgba(35, 206, 174, 0.9);
    border-radius: 8px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .8);
    width: 80%;

}

.twitch-opt:hover{
    transform: scale(1.1);
}

.twitch-opt{
background: #873ba3;
border-radius: 8px;
box-shadow: 0 10px 15px rgba(0, 0, 0, .8);
width: 80%;

}

.twitch-opt form{
    padding: 10px;
}

.twitch-opt h3{
color: rgb(255, 255, 255);
text-align: center;
background: rgb(29, 29, 29);
border-bottom: 2px solid grey;
border-radius: 8px 8px 0 0;
height: 50px;
font-size: 20px;
padding: 20px 0 5px;
}

.newsletter-opt:hover{
    transform: scale(1.1);
}
.newsletter-opt{
    background:rgba(253, 189, 13, 0.9);
    border-radius: 8px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .8);
    width: 80%;
    }

    .newsletter-opt h3{
        color: rgb(255, 255, 255);
        text-align: center;
        background: rgb(29, 29, 29);
        border-bottom: 2px solid grey;

        border-radius: 8px 8px 0 0;
        height: 50px;
        padding:20px 5px 5px;
    }
    .newsletter-opt form{
        padding: 10px;

    }

    .newsletter-opt form label{

        text-align: center;
    }


.stepOne {
    background:rgba(35, 206, 174, 0.9);
    border-radius: 8px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .8);
    width: 80%;
}

.stepOne h2{
    background: rgb(31, 29, 29);
    border-radius: 8px 8px 0px 0px;
    text-align: center;
    border-bottom: 2px solid darkgray;
    color: white;
    height: 70px;
}


.stepTwo{
    background:rgba(255, 182, 46, 0.9);
    border-radius: 8px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .8);
    width: 80%;
}

.stepTwo h2{
    background: rgb(31, 29, 29);
    border-radius: 8px 8px 0px 0px;
    text-align: center;
    border-bottom: 2px solid darkgray;
    color: white;
    padding: 10px;
}



.howto-fund{
    grid-column: 1;
}

.howto-reg{
    background: rgba(0, 0, 0, 0.7);
    border-radius: 8px;
    padding: 10px;
    color: white;
    grid-row: 1/2;
    grid-column: 2;
    margin-top: 40px;
}

.howto-reg h3{
    font-size: 20px;
    text-align: center;
    color: goldenrod;
}


.howto-steem{
    grid-column: 1/3;
}

header{
    margin: 10px;
    position: relative;
}


header {
    font-size: 20px;
    text-align: center; 
    background: rgb(31, 31, 31);
    color: white;
    border-left: 2px solid goldenrod;
    border: 2px solid goldenrod;
    border-radius: 16px;

    padding: 10px 10px;;

}

header p{
    padding: 0 40px;
}


header img{
    margin: 0px 60px;
    width: 80%;
    border: 2px solid black;
    background: white;

}
.give-info{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding:  20px;
    grid-gap: 10px;
}


.give-info h2{
    color: rgb(37, 37, 37);
    border-bottom: 2px solid rgb(255, 208, 1);
    text-align: center;
}


.multi{
    grid-column: 1/3;
    text-align: center;
    border-top: 2px solid goldenrod;
    border-bottom: 2px solid goldenrod;
}



/*begin of Footer*/

.footer-main-div{
    width: 100%;
    height: auto;
    margin: auto;
    background: #272727;
    padding: 20px 0px;
    display: inline-block;
    overflow: hidden;
}

.footer-social-icons{
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
    top: 20px;
}

.footer-social-icons ul{
    margin: 0px;
    padding: 0px;
    text-align: center;
    overflow: hidden;
}

.footer-social-icons ul li{
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0px 10px;
    border-radius: 100%;
    background: goldenrod;

}

.footer-social-icons ul li a{
    color: #272727;
    font-size: 25px;
    display: block;
}

.footer-social-icons ul li a i{
    line-height: 50px;
}



footer{
    width: 100%;
    margin-bottom: 0;
    display: inline-block;
    height: 100px;
    border-top: 2px goldenrod solid;
    background-color: #272727;
    overflow: hidden;
}

.footer-copyright{
    width: 50%;
    float: left;
    font-size: 35px;
    margin-top: 15px;
}

.footer-copyright p{
    padding-left: 10%;
    color: white;
    font-size: 0.7em;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.alert{
    text-align: center;
    padding: 10px;
    background: #79c879;
    color: white;
    margin-bottom: 10px;
    display: none;
}

.alertSt{
    text-align: center;
    padding: 10px;
    background: #79c879;
    color: white;
    margin-bottom: 10px;
    display: none;
}

/* Keyframes for Mobile*/
@media screen and (max-width:760px){

    *body{
        width: 720px;
    }

    header{
        margin: 10px;
        position: relative;
    }
    
    
    header {
        font-size: 15px;
        text-align: center; 
        background: rgb(31, 31, 31);
        color: white;
        border-left: 2px solid goldenrod;
        border: 2px solid goldenrod;
        border-radius: 16px;
    
        padding: 10px 10px;;
    
    }
    
    header p{
        padding: 0 40px;
    }

    .give-info{
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding:  20px;
        grid-gap: 10px;
    }
    
    
    .give-info h2{
        color: rgb(37, 37, 37);
        border-bottom: 2px solid rgb(255, 208, 1);
        text-align: center;
    }
    
    .reg-opts{
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px;
        padding: 20px;
        margin-left:100px;
    }
    
    .reg-opts p{
        padding: 5px 10px;
        margin-bottom: 0px;
    }
    
    .reg-opts form{
        text-align: center;
    }
    
    .reg-opts form label{
        text-align: center;
    }

    .howto-reg img{
        padding: 10px;
    }
    
    .steemit-opt h3{
        color: rgb(255, 255, 255);
        text-align: center;
        border-bottom: 2px solid grey;
        background: rgb(29, 29, 29);
        border-radius: 8px 8px 0 0;
        height: 50px;
    
        padding:20px 5px 5px;
    }

    .steemit-opt form{
        padding: 10px;
    }
    
    .steemit-opt:hover{
        transform: scale(1.1);
    }
    .steemit-opt{
        background:rgba(35, 206, 174, 0.9);
        border-radius: 8px;
        box-shadow: 0 10px 15px rgba(0, 0, 0, .8);
        width: 80%;
    
    }
    
    .twitch-opt:hover{
        transform: scale(1.1);
    }
    
    .twitch-opt{
    background: #873ba3;
    border-radius: 8px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .8);
    width: 80%;
    
    }
    
    .twitch-opt form{
        padding: 10px;
    }
    
    .twitch-opt h3{
    color: rgb(255, 255, 255);
    text-align: center;
    background: rgb(29, 29, 29);
    border-bottom: 2px solid grey;
    border-radius: 8px 8px 0 0;
    height: 50px;
    font-size: 20px;
    padding: 20px 0 5px;
    }
    
    .newsletter-opt:hover{
        transform: scale(1.1);
    }
    .newsletter-opt{
        background:rgba(253, 189, 13, 0.9);
        border-radius: 8px;
        box-shadow: 0 10px 15px rgba(0, 0, 0, .8);
        width: 80%;
        }
    
        .newsletter-opt h3{
            color: rgb(255, 255, 255);
            text-align: center;
            background: rgb(29, 29, 29);
            border-bottom: 2px solid grey;
    
            border-radius: 8px 8px 0 0;
            height: 50px;
            padding:20px 5px 5px;
        }
        .newsletter-opt form{
            padding: 10px;
    
        }
    
        .newsletter-opt form label{
    
            text-align: center;
        }

        .signup-call{
            text-align: center;
            font-size: 20px;
        }

        .steemsub h2{
            margin-top: 20px;
            font-size: 20px;
        }

        /*Nav */

.main-nav{
    position: absolute;
    float: left;
    list-style-type: none;
    margin: 15px;
    z-index: 12;
}

.main-nav li{
    display: inline-block;

}

.main-nav li a{
    color:rgb(248, 248, 248);
    text-decoration: none;
    padding: 5px 20px;
    font-family: sans-serif;
    font-size: 15px;

}

}