/*
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 : 03/24/2020, 11:36:30 PM
    Author     : webdeveloper
*/

.navbar-default {
  background-color: #ff0000;
  background-image: -webkit-linear-gradient(top,#ff0000 0,#ff0000 100%);
  background-image: -o-linear-gradient(top,#ff0000 0,#ff0000 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#000000),to(#000000));
  background-image: linear-gradient(to bottom,#000000 0,#000000 100%);
}

.navbar-brand {
  padding: 0px;
}

.navbar {
  min-height: 75px;
}

.navbar-default .navbar-nav > li > a {
 color: white;
 font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover {
 color: white;
 font-weight: bold;
}

@media (min-width: 992px) {
  .col-md-3 {
    width: 24%;
    margin-left: 5px;
  }
}