/*
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 : 25.08.2019, 12:38:00
    Author     : Nicola Temporal
*/

body {
    font-family: verdana;
    color: #666;
    margin:0;
}


.titel{
    font-family: arial;
    color: #fb8e19;
    opacity: 0.9;
    font-size: 1.5vw;
}

.nav-icon {
    /*float: left;*/
    height: 30px;
}

.nav-link {
    color: #8a8a8a;
    text-decoration: none;
    font-size: 17px;
}

#navigation{
    height: 60px;
    padding: 20px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.15);
    background-color: #4c4c4c;
}

@media screen and (max-width: 400px) {
    .brandtext{
        display: none;
    }
}

#references {
    list-style-type: none;
    margin: 4px;
    padding: 0;
}

#references a {
    color: #212529;
}    

#references ul {
    list-style: disc;
}