﻿.navbar {
    opacity: 0.7;
    transition-property: opacity;
    transition-duration: 0.35s;

}

.navbar:hover {
    opacity: 0.95;
}
