@charset "UTF-8";
/* CSS Document */


header {
	z-index:999;
	position:relative;
}
#home {
	background-color:#071e46;
	background-image: url("art/banner-orion.png");
	background-repeat: no-repeat;
	background-size:cover;
}
#home h1, h2, h3, p{
	color:#DDD;	
}
#home .center {
	text-align:center;
}

#home-body .row {
	margin-top:40px;	
	margin-bottom:40px;
}
#home-body p, ul {
	color: #444;	
	font-size:18px;
}
#home-body .accent {
	border-color:#AAA;
	border-style:solid;
	background-color:#DDD;
	padding-top:20px;
	margin-bottom:20px;
}
#defaultNavbar1 .glyphicon-home {
	font-size:16px;
}


h1, h2, h3  {
	color:#AAA;	
}

td {
	color:#444;	
	font-size:18px;
}
.navbar-header  {
	position:relative;
	z-index:1;	
}
.navbar-inverse {
	background: #111;
	margin-bottom:0px;
	height:130px;
	border:none;
	border-radius:0px;
}

#defaultNavbar1 li {
	border:solid thin #939393;
	margin-right:5px;
	margin-top:20px;
}

.navbar-brand #big-logo {
	height:100px;	
	visibility:visible;
}
.navbar-brand #small-logo {
	height:60px;	
	display:none;
}
.orion-label {
	display:table-cell;
	color:#0071BC;
	font-weight:bold;
	text-align:center;
	font-size:18px;
	width:20%;
	float:left;
}
.orion-desc {
	display:table-cell;
	text-align:left;
	font-size:18px;
	width:75%;
	color:#444;
}

#action h1 {
	color:#AAA;
	text-align:center;	
}

#footer {
	margin:0px;
	font-size: small;
	padding:10px;
	background-color:#111;	
	height:200px;
}

.space {
	margin-left:20px;
	margin-bottom:20px;
}

#carousel-stroke {
	height:280px;
	width:320px;
}

.right {
	text-align:right;	
}
.video {
	display:block;
	margin:auto;
}
.stroke-body {
	max-width:1300px;	
}

.spacer {
	height:400px;	
}
@media (min-width: 1055px) and (max-width: 1199px) {
#defaultNavbar1 li {
	font-size:14px;
}


}

@media (min-width: 768px) and (max-width: 1054px) {
.navbar-brand img {
	height:90px;	
}
#defaultNavbar1 li {
	font-size:13px;
}
#defaultNavbar1 .glyphicon-home {
	font-size:13px;
}

.navbar-brand #big-logo {
	height:100px;	
	display:none;
}
.navbar-brand #small-logo {
	height:60px;	
	display: inline;
}

}

@media (max-width: 768px) {
.navbar-collapse {
  margin-top:80px;
  background-color:#111;
  z-index:99999 !important;
}
}
