/*
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 : 06-Oct-2020, 20:37:58
    Author     : sstan
*/

main {
    padding: 0.5rem;
}
    
#header-logo {
    margin: 0 20px;
}

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    display: none;
}

.navbar-nav {
    margin: auto;
}

.navbar-nav .nav-item {
    margin: 0 45px;
}

.navbar.navbar-dark h4 {
    color: rgba(255,255,255,0.5);
    margin: 1rem 0;
    font-size: 1.25rem;
}

.breadcrumb .breadcrumb-item a {
    color: inherit;
}

.breadcrumb-grey {
    background-color: #e9ecef;
}