/*
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-Mar-2021, 1:14:42 pm
    Author     : Redsons Software and Language Solutions
*/
/* Remove the navbar's default margin-bottom and rounded borders */ 
.navbar {
  margin-bottom: 0;
  border-radius: 0;
  background: darkred;
}

/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {height: 450px}

/* Set gray background color and 100% height */
.sidenav {
  padding-top: 20px;
  background-color: aliceblue;
  height: 100%;
}

/* Set black background color, white text and some padding */
footer {
  background-color: darkred;
  color: white;
  padding: 15px;
}

/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 767px) {
  .sidenav {
    height: auto;
    padding: 15px;
  }
  .row.content {height:auto;} 
}

.navbar-brand{
   /*background-color: pink;*/
   background-color:black;
   
}
navbar-brand
.well{
    height: 60px;
}
