/** Nav **/
a {
    font-weight:400;
    text-decoration: none;
}

a, a:active {
    color: white;
    background:#36076B;
    padding-left: .5rem;
    padding-right: .5rem;
    
    margin: .5rem;
    border-radius: 15px;
    font-weight: 00;
}

a:hover {
    color: #C7E833;
    background:black;
}

/** not in use atm
#navblock {
	margin-bottom:1rem;
	max-width: 1000px;
	min-width: 500px;
	margin-left: auto;
	margin-right: auto;
    display: flex;
	justify-content: center;
	align-items: center;
	border: 10px double #DB91FA;
    background-color: #B027F5;
    border-radius: 25px;
    height:50px;
}**/

.navtext {
    font-size:1rem;

}

.navbox {
    display:flex;
    font-family: Verdana, Geneva, Tahoma, sans-serif;


}

.navbox a {
    background: #652BA6;
    padding: .5rem;
    padding-left: .75rem;
    padding-right: .75rem;
    height: 50px;
    color:#C7E833;
}

.navbox a:hover {
    background: #C700A3;
    color: #C7E833;
}

ul {
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;

}

li {

    list-style-type: none;
}