* {

margin: 0;
padding: 0;
font-family: "ABeeZee", Sans-serif;

}

body,html{

width: auto; 
border: 0px solid red;

}


#topbaar {

background-color: #16163f; 
width: 100%; 
color: white; 
height: 25px;
line-height: 25px;

}


#top1 {

margin-left: 100px;

}

nav {

width:100%; 
height: 80px;
border: 0px solid black; 
box-shadow: 0px 0px 5px 0px;

}

label.logo{

font-size: 40px;
line-height: 80px;
border: 0px solid red;
margin: 0 100px;

}

nav ul {

float: right;
list-style-type: none;
border: 0px solid green;
margin-right: 100px;


}

nav ul li {

display: inline-block;
line-height: 80px;
padding: 0px 10px;
font-size: 16px;
color: gray;
font-weight: 500;

}

nav ul li a{

text-decoration: none;
text-transform: capitalize;
padding: 0px 20px;
font-size: 16px;
color: #16163f;
font-weight: 500;


}

nav ul li a.active {

background: ;

}

#checkbtn {
float: right;
font-size: 25px;
border: 0px solid green;
display: none;
}

#check {
display: none;
}

