/*
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 : Aug 20, 2021, 8:59:16 AM
    Author     : BJoao
*/

html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    /*margin-bottom: 60px;  Margin bottom by footer height */
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

nav {
    border-bottom: 2px solid #EDEDED !important;
}

nav a,
nav > div > ul > li > a {
    color: #000015 !important;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 0;
    /*height: 60px;  Set the fixed height of the footer here */
    /*line-height: 60px;  Vertically center the text there */
}

.footer .copyright {
    text-transform: capitalize;
}

.footer .footer-links a {
    display: inline-block;
    padding: 0 5px;
    text-transform: capitalize;
}