/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17.7.2019, 15:25:22
    Author     : latecka
*/
body { background-color: #141414}
div#navlinks { background-color: rgba(0,0,0,0.5); padding:10px;text-align: center; }
div#navlinks span, div#navlinks a { display: inline-block; margin:0 10px; }
div#navlinks span {
    font-weight: bold; color: #fff;
}
div#navlinks a {
    color: #e9691b !important;
}