nav {
    amax-width: 960px;
    mask-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 25%, #ffffff 75%, rgba(255, 255, 255, 0) 100%);
    margin: 0 auto;
    apadding: 50px 0;
    background: none;
    font-weight: bold;
}

nav ul {
    text-align: center;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 75%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
}

nav ul li {
    display: inline-block;
}

nav ul li a {
    apadding: 20px;
    afont-family: "Roboto";
    color: rgba(0, 0, 0, 0.5);
    color: #2A00F9;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
    afont-size: 25px;
    text-decoration: none;
    display: block;
    font-weight: bold;
}

nav ul li a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.1);
    color: rgba(0, 0, 0, 0.7);
    font-weight: bold;
    color: #2A00F9;
}



.topnavigationbar ul li.topmenu a {
    font-weight: bold;
    font-size: 1.1em;
    color: #fff;
}

.topnavigationbar ul li.topmenu a:hover{
    font-weight: bold;
    font-size: 1.1em;
    color: #2A00F9;

}

.title {
    font-size: 1.7em;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Adobe Garamond Pro";
}

.bottomtext {
    font-weight: bold;
    color: #fff;
}

.bottomtext ul li a{
    font-weight: bold;
    color: #fff;
}