/*************************
*******Typography******
**************************/

body {
  font-family:sans-serif, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif ;
  font-size: 22px;
  line-height: 24px;
  color: #13253B;
  background-color: #fff;

}

/*************************
********Home CSS**********
**************************/


.slide {
  margin-top: 300px;
}


.carousel-caption {
  position: absolute;
  top: 50%;
  margin-top: -45px;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: none;
  z-index: 15;
  color: #fff;
  font-family: sans-serif, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif ;

}

