/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
@import url("//netdna.bootstrapcdn.com/bootstrap/3.0.0-rc2/css/bootstrap-glyphicons.css");

body {
	/* padding-bottom: 40px; 
	color: #5a5a5a;*/
	font-size: 15px;
	line-height: 25px;
}

.container {
	max-width: 980px;
	margin-top: 55px;
}

article {
	font-weight: 400;
}

p {
	/* max-width: 650px; */
	max-width: 100%;
}

.headline_box {
	text-align: center;
}

.headline_box_over { /* for over the image */
	z-index: 100;
	margin: 60px 0 0 0;
}

.byline {
	color: #999;
	padding: 25px 0;
	font-size: 80%;
	line-height: 125%;
	font-weight: 700;
}

.byline a {
	color: #999;
	font-size: 100%;
}

h1 {
	/*font-family: 'Merriweather', serif;
	font-weight: 400;
	font-size: 50px;
	letter-spacing: -2px;
	color: #FFFFFF;*/
}

h2 {
	font-weight: 600;
	font-size: 36px;
	line-height: 32px;
}

h3 {
	font-weight: 400;
	font-size: 30px;
	line-height: 32px;
	color: #999;
	padding: 15px 0;
}

h4 {
	font-size: 26px;
}

figure {
	float: right; 
	padding: 50px 0 50px 50px; 
	max-width: 650px;
}

figure-small {
	float: right; 
	padding: 50px 0 50px 50px; 
	max-width: 300px;
}

figcaption {
	padding: 25px 0 0 0;
	font-family: 'Merriweather', serif;
	font-weight: 400;
	font-style: italic;
}

.dropcap{
    float: left;
    font-size: 550%;
    margin-top: 30px;
    margin-right: 5px;
}

.carousel-indicators {
  bottom: 100px;
}

.carousel-caption {
	background-color: transparent;
	position: static;
	max-width: 550px;
	padding: 0 20px;
	margin:0 auto;
	/*margin-top: 200px;*/
	text-align:center;
	color: #000;
}

.grey
{
	color: #999; /*#777777; /* 50% Grey */
}

.nav-space {
	margin: 50px 0 0 0;	
}

.footer {
	padding-top: 40px; 
}

.banner-ad {
	width: 100%; 
	text-align: center; 
	padding: 50px 0; 
	font-size: 12px;
}

.btn-default:focus,
.btn-default:active,
.btn-default.active
{
  background-color: #63C9D5;
}

.btn.active, .btn:active {
    background-color: red;
	color: white;
	font-weight: bold;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

@media(max-width:768px){
	/*h1 {
		font-size: 40px;
		text-shadow: 2px 2px #666;
	}
	h2 {
		font-size: 18px;
		text-shadow: 2px 2px #666;
	}*/

	.banner-ad {
		display: none;
	}
}

/*@media(min-width:768px){
	.headline_box_over {  for over the image 
		margin: 300px 0 0 0;
	}
	h1 {
		font-size: 40px;
		text-shadow: 2px 2px #666;
	}
	h2 {
		font-size: 18px;
		text-shadow: 2px 2px #666;
	}


}*/

@media(min-width:979px){
	.headline_box_over { /* for over the image */
		margin: 90% 0 0 0;
	}
}

@media(min-width:1200px){
	.headline_box_over { /* for over the image */
		margin: 99% 0 0 0;
	}
}
