body{
    background-image:url(/images/background.png);
    background-repeat: repeat-y;
    background-attachment: fixed;
    background-size: 100%, 100%;
}

.clear{
    width:100%;
    clear:both;
}
.game-title{
    font-size:1.7em;
    margin-bottom:20px;
    background-color:rgba(1,1,1,.6);
    color:white;
    padding:5px;
}

.title{
    font-size:1.7em;
    margin-bottom:20px;
    color:black;
    padding:5px;
}

.game-title:hover{
    color:white;
}

/* Navigation bar */
.nav-link {
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
    color: white !important;
    font-weight: 100 !important;
}

.nav-link:hover{

    font-weight: 400 !important;
    background-color:rgba(1,1,1,.5);
}

.active{
    font-weight: 400 !important;
}

.menu-item {
    width: auto;
    display: inline-block;
    margin: 0;
    padding:0;
}

#nav-container-top{
    background-color:rgba(49,52,61,.9);
    width:100%;
}

#nav-logo{
    height:60px;
    filter: invert(0);
}

#nav-login{
    float:right;
    display:flex;
}
#user-bar{
    float:right;
    padding:5px;
    display:flex;
    background-color:rgba(1,1,1,.5);
    border-radius:15px;
    padding:0 0 0 15px;
}

#user-menu{
    padding:0;
    line-height:32px;
    color:white;
    font-size:.85em;
}

#user-bar-dropdown{
    padding:2px;
}

#user-bar-avatar{
    margin-left: 5px;
    border-radius:15px;
}

#nav-container-bottom{
    padding-top:10px;
    padding-bottom:5px;
    width:100%;
    background-color:rgba(49,52,61,.9);
    overflow:auto;
    z-index:10;

}

/* Footer */
#footer-container{
    width:100%;
    color:white;
    background-color:#31343D;
    padding:7px;
    font-size:.7em
}

