﻿.navbar-inverse {
    background-color: #351E1C;
    border-color: #351E1C;
}

.navbar-inverse .navbar-nav > li > a {
  color: #CCCCCC;
}

.btn-primary {
  color: #ECECDC !important;
  background-color: #351E1C;
  border-color: #351E1C;
}

.btn-default {
  background-color: #FF6037;
  border-color: #351E1C;
}

.jumbotron {
    background-image: url("/Images/efss_main_page_logo.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-on,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-on {
  color: #fff;
  background: #351E1C;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-off,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-off {
  background: #FF6037;
  color: #333333;
}

.navbar-brand img {
    max-width: 200px !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #351E1C;
}

.glyphicon-info-sign {
    color: #351E1C !important;
}
