 /* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
      background-color:  #080808;
    }

  .navbar-default {
    background-color: #131127;
    border-color: #E7E7E7;
}
.navbar-inverse .navbar-nav > li > a {
    color: #E1DF00;
}

    
    /* Add a gray background color and some padding to the footer */
    footer {
      background-color: #131127;
      padding: 55px;
      color:  #F6F7F9;
      background-image: url("img/bg.jpg");
      background-repeat: repeat-x; 
      
    }
    
  .carousel-inner img {
      width: 100%; /* Set width to 100% */
      margin: auto;
      min-height:150px;
  }
  .jumbotron {
      background-color: #080808;
      margin-bottom: 0;
      height:120px;
      background-image: url("../img/LogoSerlogCh2.png");
      //background-image: url("img/header2.png");
      background-repeat: no-repeat;
      background-position: left top;
    }

  /* Hide the carousel text when the screen is less than 600 pixels wide */
  @media (max-width: 600px) {
    .carousel-caption {
      display: none; 
    }
  }

.carousel-inner > .item > img { width:100%; height:470px; } 
  .Dorado {
	font-family: Impact, "american_captain";
	font-weight: normal;
	color: #1F74A9; 
	text-align:justify;
} 

  .american_captain {
font-family: Impact, "american_captain";
font-size: 15pt;
font-weight: normal;
color: #a98e1f; 
line-height:15px;
text-align:justify;
letter-spacing:1;
text-transform:uppercase;

}
.american_captain2 {
font-family: Impact, "american_captain";
font-size: 15pt;
font-weight: normal;
color: #180808; 
line-height:15px;
text-align:justify;
letter-spacing:1;
text-transform:uppercase;
}