/*
Theme name: Striking fit
version: 1.0
Author: Striking fit

*/

.body { 
font-family: 'Open Sans', sans-serif;
}
.jumbotron {
	background-color: pink;
}
/* Make the image fully responsive */
  .carousel-inner img {
      width: 100%;
      height: 100%;
  }