@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Boogaloo&display=swap');
/* Blue #0000FF
*/

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: white;
}

img, .panel img {
    height: auto;
    max-width: 100%;
    padding-bottom: 15px;
}

.thumbnail {
    display: block;
    padding: 25px;
    margin-bottom: 21px;
    line-height: 1.4;
    background-color: #eeeeee;
    border: 0px solid #dddddd;
    border-radius: 0;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.panel-default-white > .panel-default {
    border-color: white;
	padding-left: 30px;
	padding-right: 30px;

}

.btn-default, .btn-default:hover {
   background-image: none;
}

.btn-default {
	background-color: #0000FF;
	color: white;
	border: #0000FF;
}

.btn-default:hover {
	background-color: #0000FF;
	color: white;
	border: #0000FF;
}


.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 0px;
    height: 0px;
    /*margin-top: -10px; */
    font-size: 0px;
}

.carousel-inner > .item img {
    margin: auto;
    width: 100%;
	height: auto;
}

.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    background-image: none;
}

.includelet.big-fonts h1 {
  font-size: 39px;
  font-family: 'Boogaloo', cursive;
  text-transform: uppercase;
}

.includelet.big-fonts h2 {
  font-size: 32px;
  font-family: 'Boogaloo', cursive;
  text-transform: uppercase;
}

.includelet.big-fonts h3 {
  font-size: 26px;
  font-family: 'Boogaloo', cursive;
  text-transform: uppercase;
}

.includelet.big-fonts h4 {
  font-size: 19px;
  font-family: 'Boogaloo', cursive;
  text-transform: uppercase;
  
}

.includelet.big-fonts h5 {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

.includelet.big-fonts h6 {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

body {
    font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #0000FF;
}

.nav-pills > li > a {
	font-size: 20px;
    border-radius: 0;
    text-transform: uppercase;
}