body {
	background: #181718 url('../img/site-bkgd.png') repeat-y top center;
	color: #777;
}

h1,h2,h3,h4,h5,h6 {
	color: #aaa;
}

.navbar-inverse {
	background-color: #2d2d2d;
	border: 0;
	box-shadow: 0 3px 5px rgba(0,0,0,0.35);
}
.navbar-wrapper {
	margin-top: 140px;
}
.navbar .navbar-nav {
	display: inline-block;
	float: none;
}
.navbar .navbar-collapse {
	line-height: 1px;
	text-align: center;
}

.headerlogo {
	display: block;
	text-align: center;
	margin: 10px auto;
}

.trauma {
	color: #ED1F24;
}
.coping {
	color: #5C9EC6;
}
.characteristics {
	color: #58BC6D;
}
.status {
	color: #fcaf17;
}
.family {
	color: #8257a4;
}

hr {
	border-top: 1px solid #666;
}

.muted-small {
	font-size: 50%;
}
p.lead {
	color: #888;
}
p+p.lead {
	margin-top: 1em;
}

.btn-primary {
	background-color: #ED1F24;
	border-color: #C41C28;
}
.btn-primary:hover {
	background-color: #C41C28;
	border-color: #C41C28;
}

.carousel-caption {
	background: rgba(0,0,0,0.8);
	border-radius: 10px;
	
	position: absolute;
	left: 15%;
	right: 50%;
	bottom: 80px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 0;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	padding-left: 40px;
	padding-right: 40px;
	
}
.carousel-caption p {
	color: #fff;
}
.carousel-caption.caption-right {
	right: 15%;
	left: 50%;
	padding-left: 40px;
	padding-right: 40px;
}
.carousel-caption.caption-center {
	right: 32%;
	left: 32%;
	padding-left: 40px;
	padding-right: 40px;
}

.social a:hover {
	
}
.social a+a {
	margin-left: 10px;
}

.banner {
	height: 300px;
	margin-top: 50px;
}
#banner-about {
	background: url('../img/banner-about.jpg') no-repeat top center;
}
#banner-game {
	background: url('../img/banner-game.jpg') no-repeat top center;
}
#banner-thanks {
	background: url('../img/banner-thanks.jpg') no-repeat top center;
}
#banner-contact {
	background: url('../img/banner-contact.jpg') no-repeat top center;
}
#banner-rules {
	background: url('../img/banner-rules.jpg') no-repeat top center;
}

.bio-card {
	background: #fff;
	border-radius: 5px;
	padding: 15px;
	margin: 15px;
	max-width: 500px;
	min-height: 260px;
}
.bio-card h3 {
	color: #666;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 1em;
}
.bio-card p {
	color: #666;
}

.bio-name {
	color: #666;
}
.coping-text {
	font-weight: bold;
}
.coping-text img {
	margin-right: 0.75em;
}
.page-title {
	text-transform: uppercase;
	color: #fff;
}

.lead-in {
	font-size: 18pt;
	color: #ccc;
}

.large {
	font-size: 24pt;
	margin-top: 1em;
	text-align: center;
}

h3 {
	font-size: 12pt;
	text-transform: uppercase;
	margin: 3em 0 1em 0;
	border-bottom: 2px solid #555;
	padding-bottom: 1em;
}

p {
	color: #aaa;
	font-size: 12pt;
	line-height: 175%;
}
p.lead {
	color: #ccc;
}
p.lead-in {
	color: #fff;
	margin-bottom: 1em;
	line-height: inherit;
}

.text-sidebar {
	padding-top: 20px;
}

.img-caption {
	background: #333;
	margin-bottom: 2em;
}
.img-caption img {
	margin-bottom: 0;
}
.img-caption p {
	font-size: 11pt;
	font-style: italic;
	padding: 1em;
}
.img-caption p strong {
	color: #ccc;
}
.img-caption p em {
	font-style: normal;
}

.img-rules {
	border: 5px solid #aaa;
	margin-bottom: 2em;
}

p.contact-icon {
	color: #fff;
	font-size: 14pt;
	margin-bottom:1em;
}
.contact-icon img {
	margin-right: 1em;
}

/* ------------------ */

img {
  max-width: 100%;
  width: auto   9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.carousel img.slide-title {
	margin-top: 100px;
}

@media (max-width: 992px) {
	.btn-lg, .btn-group-lg>.btn {
		padding: 5px 8px;
		font-size: 14px;
		line-height: 1.33;
		border-radius: 6px;
	}
	
	.carousel-caption {
		min-width: 200px;
	}
	
}