    /* Remove the navbar's default margin-bottom and rounded borders */ 
   #logo {
     color:white;
   }
      
    header {
      background-image:url("http://www.themesltd.com/headers2/electric_pink_leopard_print.png");
    }  
    .navbar {

      margin-bottom: 0;

      border-radius: 0;
    }

    nav { 
      line-height: 1050px;
      
    }
    body { 
      background-color:#f6adc6;
    }
    
    h1 {
      text-align: center;
    }
    .img-responsive {
      margin-left: auto;
      margin-right:auto;
      width:60em;
    }
    h4 {
    width:100%;
    position:relative;
    text-align:center;
    margin:20px;
    }
    
    .jumbotron {
      background-color: #f6adc6;
    }
    
    #logo {
      margin-left:-10px;
    }
  
    
    /* Add a gray background color and some padding to the footer */

    footer {

      background-color: #e62567;

      padding: 25px;

    }

    

  .carousel-inner img {

      width: 100%; /* Set width to 100% */

      margin: auto;
      
      margin-top: 100px;

      min-height:200px;

  }

#Cheese {
  margin-right: 100px;
}

  /* Hide the carousel text when the screen is less than 600 pixels wide */

  @media (max-width: 600px) {

    .carousel-caption {

      display: none; 

    }

