body {
    font-family: 'Volkhov', serif;
  
}

h1,
h2,
h3,
h4,
h5 {
    margin-top: 30px;
}

h5 {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 74px;
}
.stretch {
    width: 100%;
    max-height: 400px;
}
.container {
    width: 90%;
    padding:20px 0;
}

.logo {
    padding: 0 10px 10px 5px;
    width: 250px;
}

.nav-container {
    margin: 0 0 50px;
    padding: 2px;
     border-radius: 10px;
   
 
background: #f74a00; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #f74a00 0%, #4b543b 20%, #c0d3a0 97%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f74a00), color-stop(20%,#4b543b), color-stop(97%,#c0d3a0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #f74a00 0%,#4b543b 20%,#c0d3a0 97%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #f74a00 0%,#4b543b 20%,#c0d3a0 97%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #f74a00 0%,#4b543b 20%,#c0d3a0 97%); /* IE10+ */
background: linear-gradient(135deg,  #f74a00 0%,#4b543b 20%,#c0d3a0 97%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f74a00', endColorstr='#c0d3a0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

.navbar {
    
border: 1px solid rgba(0, 0, 0, 0);
margin: 0;
min-height: 50px;
border-radius: 10px;
background: #45484d; /* Old browsers */
background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #45484d 0%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

    
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color:#990000;

text-shadow: 1px 2px 2px rgb("220,10,10");
  /* First we need to help some browsers along for this to work.
     Just because a vendor prefix is there, doesn't mean it will
     work in a browser made by that vendor either, it's just for
     future-proofing purposes I guess. */
  -o-transition:5s;
  -ms-transition:5s;
  -moz-transition:5s;
  -webkit-transition:5s;
  /* ...and now for the proper property */
  transition:5s;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #E7E7E7;
    color: #555555;
    text-shadow: none;
}

a:focus {
    color:  #cccccc !important;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  text-shadow: none !important;
}

.breadcrumb {
  background-color: rgba(33,153,0,0.3) !important;
  border-radius: 10px;
  position: relative;
  top: -25px;
}
.breadcrumb li a {
  padding: 0 5px;
   color: rgba(33,153,0,0.7) !important;
  content: "/\00a0" "/\00a0";
}
.breadcrumb > .active a{
  color: rgba(33,153,0,0.3) !important;
}


footer {
    text-align: center;
    font-size: 10pt;
    color: #999999;
    margin-top: 70px;
}

#carousel-example-generic {
    
    border-radius: 10px;
    overflow: hidden;
    margin: 50px 0;
}





@media (max-width: 768px) {
    .logo {
        width: 200px;
    }
  
  }