body {
	background: url(../images/rockBg.jpg);
	background-size: 100%;
}
/* ---------- Global Typography Elements --------------- */

h3 {
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: solid 3px #DDD;

}

h3 span {
	background: #fff;
	padding-right: 5px;	
}
h4 {
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: solid 3px #DDD;

}

h4 span {
	background: #fff;
	padding-right: 5px;	
}
h5 {
	clear:both;
	text-transform: uppercase;	
}

/* ---------- Layout Elements --------------- */
.main-content {
	background: #fff;
	padding: 15px 0;	
}

.header-top-bar {
background: #000;	
padding: 4px 0;
height: 28px
}

.navbar-brand {
height: auto;	
}
.nav-main {
background: url(../images/rockBg.jpg);
background-size: cover;
border-radius: 0;	
margin-bottom: 0;
}
.nav-main a {
	color: #ccc;	
	text-transform: uppercase;
	font-size: 13px;
}
.navbar-nav>li> a:hover {
	background: #2c5890;
	color: #fff;
}
#main-nav-collapse {
padding-top: 24px;	
}
.nav-main .navbar-toggle {
	background: #2c5890;
	color: #fff;

}
.swoop {
	margin-top: 177px;	
	position: relative;	
}
.dark-bg {
	background: url(../images/decorativeSwoop.png) no-repeat;
	background-size: 100%;	
	padding: 25px 0;
}
.feature-box {
	background-color:hsla(0,100%,100%,1);
	padding: 15px;
	box-shadow: 0px 0px 5px #000;
	border: 3px solid #9f9f9f;
}
.feature-box h4 {
	text-align: center;	
}
.feature-box p {
	padding-top: 15px;	
}
.event-item {
	padding-bottom: 20px;
	border-bottom: thin solid #ccc;
	padding-top: 15px;	
}
.event-item .day {
	font-size: 27px;
	font-weight:bold;
	display: block;	
	line-height: 16px;
}
.event-item .month {
	color: #878787;	
	font-size: 11px;
	font-weight: bold;	
}
.event-item .date-details {
	font-size: 11px;
	font-style: italic;
	color: #878787;	
}
.news-item {
	padding-bottom: 20px;
	border-bottom: thin solid #ccc;
	padding-top: 15px;	
}
.news-item h5 {
	text-transform: none;
	font-size: 18px;	
}
.news-item .date-details {
	font-size: 11px;	
	color: #878787;	
}
.news-item .description {
	border-top: thin solid #ccc;	
}
.news-item img {
	border: 3px solid #ccc;
	box-shadow: 0px 0px 3px #373737;
}
.topics li {
	float: left;
	
}
.topics li a {
	background: #f2f2f2;
	float: left;
	padding: 8px 5px;
	margin: 1px;
		
}
.topics {
	margin-bottom: 20px;
	padding-top: 5px;
}
.topics:after {
    content:'';
    display:block;
    clear: both;
}
.funders h3 {
	padding-bottom: 15px;
}
.funders a img{
	padding: 15px;
}
footer {
	background: url(../images/footerSwoop.jpg) no-repeat #323232;
	background-size: 100%;
	padding-top: 130px;	
	color: #a1a1a2;
}
footer h4 {
	background: none;
	border-bottom: 2px solid #595959;	
}
.copyright {
	background: #121212;
	color: #666;
	font-size: 12px;
	padding: 12px 0;	
}
.back-to-top {
			position: fixed;
			bottom: 2em;
			right: 0px;
			text-decoration: none;
			color: #fff;
			background-color: rgba(0, 0, 0, 0.50);
			font-size: 12px;
			padding: 1em;
			display: none;
			font-size: 16px;
		}

.back-to-top:hover {	
			background-color: rgba(235, 235, 235, 0.70);
		}	
.subpage {

			margin-top: 177px;	
			position: relative;	
		}

/* ---------- Header Search --------------- */

.main-search {
	background: #2c5890;
	padding: 10px;	
	color: #fff;
}
.main-search h3 {
	font-weight: normal;
	margin-top: 5px;	
	padding: 0 10px 0 0;
	font-size: 21px;
	background: none;
	border-bottom: none;
}
.main-search input.form-control {
	width: 260px;
	margin-right: 5px;	
}
.search-toggle {
	margin-bottom: 4px;
}

/* ---------- Buttons --------------- */
.btn {
	background: #bebebe;
	color: #333;		
}
.btn:hover {
	background: #a5a5a5;
	color: #333;	
}
.btn-primary {
 background: #85a478;
 color: #fff;	
}
.btn-primary:hover { 
	background: #6f9061;
}
.blue {
	background: #2c5890;
	border-color: #2c5890;	
}
.blue:hover {
	background: #3164a6;	
}

.btn-white {
	border: thin solid #ccc;	
	background: #fff;
}
/* ---------- Carousel --------------- */


.carousel-indicators li {
	background: #424343;
	border-color:  #2c5890;	
	border-width: 2px;
}

/* ---------- Desktop (Wide Screen) Customization --------------- */

@media (max-width: 1200px) {
.nav>li>a {
padding: 10px 12px;
}
}

/* ---------- Desktop/Wide Tablet  Customization --------------- */
@media (max-width: 992px) {
	#main-nav-collapse {
	padding-top: 0px;	
}
footer {
	padding-top: 80px;	
}

}

/* ---------- Tablet Customization --------------- */
@media (max-width: 767px){
	footer {
	padding-top: 60px;	
}
.navbar-fixed-top {
	position: relative;	
}
.swoop, .subpage {
	margin-top: 0px;	
}
}
/* ---------- Mobile Customization --------------- */
@media (max-width: 480px) {
.swoop, .subpage {
	margin-top: 0px;	
}

footer {
	padding-top: 40px;	
}
.navbar-brand img {
	width: 300px;	
}
.navbar-fixed-top {
	position: relative;	
}
.navbar-toggle {
	width: 100%;
	margin-right: 0;	
}

}