@charset "utf-8";

html, html * {
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif"
}

.blackBack {
	background-color: #000000;
}

.title{
	text-shadow: 2px 2px #E4E4E4;
	color: #C7B72E;
}

.spc{
	line-height: 1.5em;
}

.imgPad8 {
	margin-left: 8px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
}
.imgFloatLeft {
	float: left;
}
.whiteBack {
	background-color: #FFFFFF;
}
.greyBack {
	background-color: #2D2D2D;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 17px;
	padding-right: 17px;
	padding-bottom: 17px;
	padding-left: 17px;
}

.vidCenter{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.imgFloatRight {
	float: right;
}

body {
	margin-left: auto;
	margin-right: auto;
	background-color:#002233;
	margin-top: 17px;
	max-width: 1000px;
	border: thick solid #000;
	background-image: url("images/PIA09178-1440x900.jpg");
  
  background-position: center;
  background: cover;
  background-attachment: fixed;
}

.textShadow
{
	text-shadow: 2px 2px #3A3A3A;
		
	
}
#defaultNavbar1 .nav.navbar-nav li {
	color: #000000;
	font-weight: bold;
	font-size: large;
}
.imgCenter {
	margin-left: auto;
	margin-right: auto;
}
.textCenter {
	text-align: center;
	color: #E0E0E0;
}
.floatLeft {
}
.col-lg-12.greyBack h4 strong {
}


@media (max-width: 768px) {
	.vidCenter {width:100%; height: auto;}
}
