body {
    background: black;
    background-attachment: fixed;
    background-size: cover;
}

@font-face {
    font-family: "BernGameFont";
    src: url('fonts/ipam.ttf'); 
}

.navbar {
    max-width: 80%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.navbarbackground {
    content: url("menu/framed.png");
    max-width: 100%;
    height: auto;
}

/*
.gamemenuimage:hover {
    content: url("menu/framed2.png")
}
*/

.navbartext {

    color: #6b6d6f;

    font-family: "BernGameFont";
    font-weight: bold;
    position: absolute;
    text-align: right;
    font-size: 2.5vw;
    text-shadow: .1vw .1vw #000000, .2vw .2vw #000000;
    right: 16%;
    top: 39.5%;
}


.navbartext > li {
    list-style: none;
    margin-bottom: 2.5%;
}

.navbartext > li:hover {
    color: #fdfffe
}

.navbartext > li:visited { 
    text-decoration: none;
}

.navbartext > li > a {
    text-decoration: none;
    color: inherit;
}


