/*
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 : 24.02.2021, 15:01:32
    Author     : stefanriest
*/
body {
    font-family: Quicksand, sans-serif;
}
section {
    padding: 4rem 0;
}
hr {
    border-color: #fff;
    border-width: 6px;
}

.bg-primary {
    background-color: #333 !important;
}
.text-primary {
    color: #333 !important;
}
a {
    color: #a4a4a4;
}
a:hover {
    color: #444;
    text-decoration:underline;
}
#mainNav.navbar-shrink .navbar-brand, #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #333 !important;
}
#mainNav {
    background-color: #333333cf;
}
.my-auto {
    background-color: #33333342;
    padding: 2rem;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link.active, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
    color: #c3c3c3 !important;
    background-color: #fff !important;
}
#mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover, #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover {
    color: #333;
    text-decoration: underline;
}
#mainNav .navbar-brand {

    font-size:1.6rem;
}
#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #fff;
}
#mainNav .navbar-brand {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link:hover {
    color: #fff;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #cecece;
}
#mainNav.navbar-shrink .navbar-brand, #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #dfdfdf;
}