/* For mannings.com */

body {
	background-color: #a9b1cb ;
}

/* navBar.php -> Estilos de Navegacion */

nav#mainNav { /* Main Menu Set */
  background-color: #1d325d;
  font-family: 'Alfa Slab One';
}

/* index.php -> Pagina Principal */

/* Main Carrousel */

/* -- SI SE AGRANDA LA IMAGEN, DESCOMENTAR EL SIGUIENTE BLOQUE -- */
/* .carousel-inner img {
  width: 100%;
  height: 100%;
} */

div#welcomeText {
  font-family: 'Alfa Slab One';
  background-color: #df414b;
  color: white;
}

div#mainIndexCont {
  font-family: 'Alfa Slab One'; 
  color: white;
  text-align: center;
  background-color: #1d325d;
}


div#testimonials {
  color: #df414b;
  font-family: 'Alfa Slab One';
}

div#testimonials p {
  font-family: initial;
  color: #1D325D;
}

/* menu.php -> Manning's Menu */

div#menuJumbo {
  background-color: #df414b;
  color: #1D325D;
}

h1#menuTitulo {
  font-family: 'Alfa Slab One';
  color: white;
  text-align: center;
}

h4.headingMenu { /* -> Esta es la clase. */
  font-family: 'Alfa Slab One';
  background-color: #df414b;
  color: white;
  padding:0.3em;
}

/* catering.php -> Catering Page */


