@font-face{
    font-family: idealist_sans;
    src: url(Idealist\ Sans.woff);
}
#header{
    background-color: rgba(0, 0, 0, 0.333);
    border-radius: 70px;
    margin: 8px;
    margin-top: 20px;
    padding-bottom: 20px;
    padding-top: -5px;
    display: block;
}

#nav_bar{
    font-family: idealist_sans;
    list-style: none;
    font-display: center;
    margin: 10px;
    margin-left: 280px;
    margin-top: -60px;
}
#nav_bar ul{
    list-style: none;
}
#nav_bar a{
    float:left;
    color: white;
    padding: 20px;
    text-decoration: none;
    transition: 0.3s;
    border-radius: 20px;
    margin: 5px;
}
#nav_bar a:hover{
    background-color: rgba(0, 0, 0, 0.308);
    opacity: 1;
}
#nav_bar_selected{
    background-color: rgb(0, 60, 255);
}

#logo{
    margin: 5px;
    margin-left: 40px;
    margin-top: 35px;
}
#head_1{
    font-family: idealist_sans;
    font-size: 50px;
}
p{
    font-family: idealist_sans;
    font-size: 20px;
    margin-left: 30px;
}
#join{
    font-family: idealist_sans;
    font-size: 17px;
    color: white;
    padding: 17px;
    border: none;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    background-color: rgb(76, 0, 255);
    border-radius: 40px;
    transition: 0.3s;
    margin: 6px;
}
#join:hover{
    background-color: rgb(37, 0, 123);
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.425);
    opacity: 1;
}
#signin{
    font-family: idealist_sans;
    font-size: 17px;
    color: white;
    padding: 19px;
    border: none;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    background-color: rgb(247, 0, 255);
    border-radius: 40px;
    transition: 0.3s;
}
#signin:hover{
    background-color: rgb(113, 0, 117);
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.425);
    opacity: 1;
}
#button{
    font-family: idealist_sans;
    font-size: 20px;
    padding: 20px;
    border-radius: 40px;
    border: none;
    margin: 20px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    cursor: pointer;
}
#button:hover{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    opacity: 0.75;
}
#box_1{
    border-radius: 40px;
    padding: 30px;
    margin: 20px;
    color: white;
}
#head_2{
    font-family: idealist_sans;
    font-size: 40px;
    margin: 40px;
    margin-bottom: 10px;
}
#footer{
    background-color: black;
    border-radius: 20px;
    opacity: 0.5;
    padding: 30px;
    padding-bottom: 50px;
    color: white;
    align-items: center;
}
i, button, #logo{
    cursor: pointer;
}
#icon_group{
    margin-left: 1300px;
    margin-top: -30px;
}
#icons{
    margin-left: 5px;
    font-size: 20px;
    margin-top: -40px;
    transition: 0.3s;
}
#icons:hover{
    color: rgba(255, 255, 255, 0.721);
    opacity: 0.5;
}

#form{
    margin: 30px;
    color: white;
}

#sign-up-box{
    display: flex;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, 0.316);
    height: 530px;
    max-width: 500px;
    align-items: center;
    justify-content: center;
    border: 4px solid rgba(255, 255, 255, 0.329);
    margin: 0 auto;
    margin-bottom: 40px;
}
#sign_bg{
    background: url(mixBeats\ Banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

input{
    margin: 5px;
    padding: 20px;
    border-radius: 25px;
    border-color: rgb(113, 113, 113);
    border: 2px solid rgba(255, 255, 255, 0.17);
    font-family: idealist_sans;
    background-color: rgba(255, 255, 255, 0.216);
    transition: 0.3s;
}

input[type="password"]:focus, input[type="text"]:focus, input[type="date"]:focus{

    font-family: idealist_sans;
    background-color: rgb(255, 255, 255);
    outline: 5px solid rgb(225, 0, 255);
    pointer-events: none;
}

input:hover{
    background-color: rgba(255, 255, 255, 0.693);
    border-color: rgba(255, 255, 255, 0.681);
    opacity: 0.5;
}

#mbcheckbox{
    display: none;
}

#mbcheckbox:checked + #checkmark{
    background-color: rgb(225, 0, 255);
    color: white;
}

#checkmark{
    background-color: rgba(0, 0, 0, 0.204);
    border-color: black;
    border: 4px solid #ffffff6d;
    border-radius: 9px;
    margin: 4px;
    width: 20px;
    color: rgba(255, 255, 255, 0);
    padding: 6.5px;
    cursor: pointer;
    transition: 0.3s;
}

#checkmark:hover{
    background-color: rgba(0, 0, 0, 0.612);
    border: 4px solid #ffffffcc;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

#mbcheckbox::after + #checkbox{
    border: 6px solid rgb(225, 0, 255);
}

a{
    margin: 30px;
    color: rgb(225, 0, 255);
    text-decoration: none;
    font-family: idealist_sans;
}

#menu_pannel{
    display: none;
}
#menu{
    opacity: 0;
    position: absolute;
}

#menuicon{
    display: none;
}

#incorrect_password{
    background-color: rgb(250, 0, 83);
    margin: 20px;
    padding: 15px;
    border-radius: 20px;
}

#profile_img{
    border-radius: 120px;
    color: aqua;
    font-size: 50px;
}

#dashboard_box{
    padding: 30px;
    background-color: rgb(219, 219, 255);
    margin: 30px;
    margin: 30px;
    align-items: center;
    justify-items: center;
    border-radius: 30px;
}

#menu-button{
    background-color: rgba(0, 0, 0, 0.315);
    border: 4px solid rgba(255, 255, 255, 0.423);
    border-radius: 20px;
    align-content: center;
    justify-content: center;
    padding: 30px;
    transition: 0.3s;
}

#menu-button:hover{
    background-color: rgb(108, 108, 108);
    outline: 5px solid rgba(255, 255, 255, 0.225);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

#menu-button:active{
    background-color: rgb(173, 173, 173);
    outline: 10px solid rgb(225, 0, 255);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.384);
}

@media (max-width: 600px) {
    #nav_bar{
        display: none;
    }
    #menu_pannel{
        display: none;
    }
    #menu{
        display: contents;
        opacity: 1;
    }
    #menuicon{
        display: inline-block;
    }
    #menu:checked + #menu_pannel{
        display: contents;
        list-style: none;
        margin: 250px;
        padding: 10px;
    }
    #header{
        margin: 8px;
        margin-top: 20px;
        padding-bottom: 45px;
        padding-top: -35px;
    }
    #header a{
    color: white;
    }
    a{
        padding: 30px;
        margin: 20px;
        margin-bottom: 250px;
        color: rgb(225, 0, 255);
        border-radius: 30px;
    }
    #join{
        padding: 20px;
        margin: 30px;
    }
    #signin{
        margin-left: 30px;
    }
    #logo{
        margin-bottom: -15px;
        transform: scale(0.8);
        margin-left: -2px;
    }
    #icons{
        margin: 10px;
        margin-left: -10px;
    }

    #sign-up-box{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }
    #icon_group{
    margin-left: 40px;
    margin-top: 20px;
    }
    input{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 120px;
    }
}
