/**
 * Swiper 3.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: April 25, 2015
 */

.theme-font{
  color: #003399;
}
.jumbotron {
  background-color: transparent;
}
.jumbotron h1{
  color: #003399;
}
.jumbotron .p{
  color: #fff;
}
.carousel {
  margin-bottom: 20px;
}
.carousel-control {
  width: 50px;
}
.carousel-caption {
  position: absolute;
  margin: 5% -10% 5% -10%;
  max-width: 900px;
  max-height: 300px;
}

