#navbar
{
    position:fixed;
    padding:0px 0px 0px 0px;
	left: 0;
	top: 0;
    width:100%;
    height:56px;
    background-color: var(--color-base-translucent);
	backdrop-filter: blur(7px);
    display: flex;
    align-items: center;
    z-index: 999;
    /*animation: pulseShadow 10s infinite ease-in-out;*/
    justify-content: center;
	
}

#navbar a {
	margin: 30px;
	color: var(--color-text);
}

/*@keyframes pulseShadow {
    0% {
        box-shadow: 0px 37px 38px -29px rgba(255, 233, 147, 0.75);
        -webkit-box-shadow: 0px 37px 38px -29px rgba(255, 233, 147, 0.75);
    }
    50% {
        box-shadow: 0px 42px 45px -25px rgba(255, 233, 147, 1);
        -webkit-box-shadow: 0px 42px 45px -25px rgba(255, 233, 147, 1);
    }
    100% {
        box-shadow: 0px 37px 38px -29px rgba(255, 233, 147, 0.75);
        -webkit-box-shadow: 0px 37px 38px -29px rgba(255, 233, 147, 0.75);
    }
}*/



/*html
{
    margin-top: 56px;
}*/

.navbarSection
{
    height:100%;
    display: flex;
    align-items: center;
    text-decoration:none;
    cursor: pointer;
}

.dropdownSection
{
    text-decoration: none;
    padding-right: 20px;
    color: white;
}

#navbarLogo
{
    height:80%;
}

.navbarText
{
    color:white;
}