/**
 * Theme Name: JBCS
 * Author: Jason G Harris
 * Description: Bootstrap WordPress
 * Version: 0.0.1
 */

body {
	padding-top: 0px;
}

* {
	font-size: 17px;
 	color: #333;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.7;
 }

 h1,h2,h3,h4,h5,h6 {
	 	font-weight: bold;
 }

h1 {
        font-size: 32px;
}

h2 {
        font-size: 28px;
}

h3 {
        font-size: 24px;
}
h4 {
        font-size: 20px;
}
h5 {
        font-size: 18px;
}
h6 {
        font-size: 16px;
}

img {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}


.img-logo {
	padding-top: 20px;
	padding-right: 20px;
}

/*
 * style pages
 *
 */

.pull-right {

}

.featured {
	width: 100%;
	height: 50%;
	margin: 0 auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}

.no-featured {
	height: 100px;
	margin: 0 auto;
}

/*
 * style navbar
 */
 
.navbar {
	margin-bottom: 0px;
}

.navbar-header .navbar-nav {
	margin: 0 auto;
	color: white;
}
.navbar-header .navbar-default .navbar-nav>li>a {
    color: #FFF;
    font-weight: bold;
	font-size: 10px;
}

ul.navbar-header {
	padding-top: 8px;
	padding-left: 5px;
}

.navbar-brand {
	padding-top: 0px;
}

.navbar-default .navbar-brand {
	color: white;
}	

.navbar-default .navbar-brand:hover {
	color: red;
}	

.navbar-default {
  background-color:rgba(33,33,33,0.33);
  border-color:transparent;
  color: #FFF;
  font-weight: bold;
}

.navbar-default .navbar-nav>li>a {
    color: #FFF;
    font-weight: bold;
	font-size: 20px;
}

.navbar-default .navbar-nav>li>a:hover {
    color: red;
    font-weight: bold;
	font-size: 20px;
}

/*
 * style the carousel
 */
.couter {
	position: fixed;
	top: 0;
}

header.carousel {
	height: 66%;
	top: 0px;	
}

header.carousel.home {
	height: 66%;
	top: 0px;	
}


.carousel.fade {
	opacity: 1;
}
.carousel.fade .item {
	transition: opacity ease-out 1.5s;
	left: 0;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block;
}
.carousel.fade .item:first-child {
	top: auto;
	opacity: 1;
	position: relative;
}
.carousel.fade .item.active {
	opacity: 1;
}	
.carousel-caption .panel-default {
	border: none;
	border-radius: 6px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: rgba(44,44,44,0.5);
}
.carousel-caption * {
	color: #fff;
	line-height: 1;
    font-weight: bold;
}

/*
 * style home
 */
.home-main-outer {
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  height: 100%;
  width: 100%;
}
.home-main {
  padding-bottom: 20px;
  background-color:rgba(33,33,33,0.33);
  border-color:transparent;
  color: #FFF;
  font-weight: bold;
}

.home-main-inner > .container > .row {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.main-content p {
	font-size: 20px;
}

.main-content h1 {
	font-size: 40px;
}

.main, .main nobr {
    color: #FFF;
    font-weight: bold;
	font-size: 32px;
	padding-top: 5px;
}

.main h1 {
	font-size: 48px;
}

.main h1, .main h3, .main i {
    color: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
}

.main h3, .main i {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}


ul.main {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}

.main > li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
    color: #FFF;
    font-weight: bold;
	font-size: 24px;
}

.main > h3 > a {
    color: #FFF;
    font-weight: bold;
	font-size: 24px;
}

.main > h3 > a:hover {
    color: red;
}

.main > li > a {
    color: #FFF;
    font-weight: bold;
	font-size: 20px;
}

/*
.main > li > a:hover {
    color: red;
	font-weight: bold;
	text-decoration: none;
	font-size: 28px;
}
*/

.image-list {
	margin-top: 20px;
}

/* 
 * overrides for small screens
 *
 */
@media (max-width: 978px) {
	.home-main-outer {
		position: absolute;
		top: 30%;
	}
	.main-content h1 {
		font-size: 24px;
	}
	.home-main {
		padding-bottom: 20px;
		background-color:rgba(33,33,33,0.33);
	}
    img {
      padding:0;
	  padding-top: 10px;
	  padding-bottom: 10px;
      margin:0;
    }
	.navbar-default {
		background-color:rgba(33,33,33,0);
		border-color:transparent;
		color: #FFF;
		font-weight: bold;
	}
	.navbar-right {
		background-color:rgba(33,33,33,0.75);
	}
}

