#titlebar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FAFCFD;
    background-image: url(/assets/images/bluepicnic.png);
    border-bottom: 2px #A0AFC3 solid;
    width: 100vw;
    height: 5vh;
    z-index: -1;
}

#titlebar img {
    height: 90%;
}

#navigatron {
    display: flex;
    flex-direction: row;
    align-items: end;
    height: 100%;
    width: 50%;
    z-index: 0;
}

.selectedtravelbutton {
    color: #1E395B;
    height: 100%;
    width: 20%;
    border-radius: 4px 4px 0px 0px;
    border: 1px solid rgb(146, 146, 146);
    background: linear-gradient(rgba(192, 230, 255, 0.253), rgba(157, 216, 255, 0.411));
    border-bottom: 0px;
    z-index: 0;
    font-size: 120%;
    backdrop-filter: blur(3px);
}

.travelbutton {
    color: #1E395B;
    height: 80%;
    width: 20%;
    border-radius: 4px 4px 0px 0px;
    border: 1px solid rgb(146, 146, 146);
    background: linear-gradient(rgba(192, 230, 255, 0.253), rgba(157, 216, 255, 0.411));
    border-bottom: 0px;
    z-index: 0;
    animation: buttonHide 0.3s ease 0s 1 normal none;
    font-size: 120%;
    text-shadow: 0px 0px 4px rgba(255,255,255,1);
    backdrop-filter: blur(3px);
}

.travelbutton:hover {
        height: 100%;
}

#navbtn1:hover {
    filter: hue-rotate(150deg);
   
}

#navbtn2:hover {
    filter: hue-rotate(200deg);
}

#navbtn3:hover {
    filter: hue-rotate(250deg);
}

#navbtn4:hover {
    filter: hue-rotate(340deg);
}

#navbtn5:hover {
    filter: hue-rotate(0deg);
}

#navbtn6:hover {
    filter: hue-rotate(50deg);
}

#navbtn7:hover {
    filter: hue-rotate(100deg);
}
