.navbar {
	position: sticky;
    width: 100vw;
    display: block;
    justify-content: center;
    top: 20px;
    z-index: 1000;
    display: inline-flex; 
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.navbar a {
    color: rgba(20, 20, 30, 1);
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
    font-weight: 300;
    font-size: 13px;
	
}

.navbar a:hover {
    font-weight: 600;
	color: rgba(20, 20, 30, 1);

}

#barButtons {
    display: flex;
    margin: 0 auto; 
    align-items: center; 
	width: fit-content; 
	background-color: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
	border-style: solid;
	border-width: 1px;
	border-color: rgba(255,255,255,0.6);
	padding: 1px 6px !important;
    border-radius: 15px;
	box-shadow: 0px 1px 20px 5px rgba(0,0,0,0.1);
	justify-content: center;
}

#logo img {
    height: 30px; 
	width: auto;
	padding: 0px;
	margin: 0px;
	display: inline-flex;
	margin-left: -10px;
	vertical-align:middle;

}

#logo img:hover {
	    height: 33px; 

}
