body {
      font: 400 15px Ariel, sans-serif;
      line-height: 1.8;
      color: #818181;
      font-family: Segoe UI, Semilight;
      background-color: darkblue;
          
  }
  h2 {
      font-size: 24px;
      text-transform: uppercase;
      color: #303030;
      font-weight: 600;
      margin-bottom: 30px;
  }
  h4 {
      font-size: 19px;
      line-height: 1.375em;
      color: #303030;
      font-weight: 400;
      margin-bottom: 30px;
  }  
  .jumbotron {
      background-color: gold;
      color: darkblue;
      padding: 120px 25px;
      font-family: Segoe UI, Semibold;
        }
  .container-fluid {
      padding: 20px 50px;
  }
  .bg-grey {
      background-color: #f6f6f6;
      
  }
  .logo-small {
      color: gold;
      font-size: 50px;
  }
  .logo {
      color: gold;
      font-size: 200px;
  }
 .navbar {
      font-family: Ariel, sans-serif;
      margin-bottom: 0;
      background-color: darkblue;
      border: 0;
      font-size: 11px !important;
      letter-spacing: 4px;
      opacity: 0.9;
  }
.navbar li a, .navbar .navbar-brand { 
      color: #d5d5d5 !important;
  }
  .navbar-nav li a:hover {
      color: yellow!important;
      
  }
  .navbar-nav li.active a {
      color: yellow !important;
      background-color: transparent!important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
  }
  .open .dropdown-toggle {
      color: #fff;
      background-color: #555 !important;
  }
  .dropdown-menu li a {
      color: #000 !important;
  }
footer{background-color: gold;}
 footer img {
    width: 15%;
}
