


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

  .carousel-inner img {
      width: 100%; /* Set width to 100% */
      margin: auto;
      min-height:200px;
  }

    /* START - Z */ 

@media (min-width: 1200px) {
  .container {
  max-width: 960px;
}
}

.faze-copyright{
	color: #999;
	font-size: 12px;
	font-family: 'Open Sans Condensed', sans-serif;
}

.faze-quote {
	color: #999;
	font-size: 20px;
	font-family: 'Open Sans Condensed', sans-serif;
}

.faze-title {
	color: #666;
	font-size: 36px;
	font-family: 'Open Sans Condensed', sans-serif;
}
  
.icon-bar {
   background-color:#DC4095 !important;
   border-color: transparent;
}  

    /* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
	  background-color: #FFF;
	  border: 0;
      font-family: 'Open Sans Condensed', sans-serif;
 	  color: #F00;
	  font-size: 18px;
    }
	
	
.navbar-inverse	{
	color:#00FF00;
}

.custom > li > a:hover {
    color: green;
}
	
.nav> li > a:hover, .nav > li > a:focus {
	color: #F00;
}

	
	
	
	
	
	
    /* Add a gray background color and some padding to the footer */
    footer {
      padding: 25px;
    }
    
    
	
	.nav> li > a {
    color: #F00;
	font-size: 21px;
    padding: 0px 25px 0px 0px;
    text-transform: uppercase;
	text-decoration: none;
	font-family: 'Open Sans Condensed', sans-serif;
}

.nav> li > a:hover, .nav > li > a:focus {
	color: #60C;
}
  
  
      /* END - Z */ 
  