@charset "utf-8";
/* CSS Document */

  .carousel-inner img {
      max-width: 2000px;
	  max-height: 600px;
      position: relative;
	  margin: auto;
	  padding-top: 80px;
  }

  /* Hide the carousel text when the screen is less than 600 pixels wide */
  @media (max-width: 600px) {
    .carousel-caption {
      display: none; 
    }
  }

.curves{
	border-radius: 5px;
}