body { background:url(img/background-color.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.page-header { margin-top:0; }

.panel-body { padding-top:0; }

.featuredImg { margin-bottom:15px; }

.mask { background-color:rgba(256,256,256,1); }

.custom { background-color:rgba(241,136,0,1); }

.navbar-brand img { height:30px; }

.custom-inverse h3 { color:#fff; text-shadow:0 1px 1px #000; font-weight:bold; }
.custom-inverse p { color:#fff; }

.panel-body { padding-top:20px; background-color:#eee; margin-top:10px; border-radius:10px; box-shadow:0 1px 2px #ccc; }

.navbar-inverse .navbar-text { color:#fff; }

/* 70,50,30,.8 */

.hilight-strip { width:100%; display:block; background-color:rgba(0,0,0,.75); position:relative; z-index:999; }
.hilight-strip p {padding:100px 0; color:#fff; text-align:center; margin:0; font-size:60px; text-shadow:0 1px 1px #000;}

@media (max-width: 992px) {
	.hilight-strip p { font-size:40px; padding:50px 0; }
	.hilight-strip p img { width:400px }
}

@media (max-width: 768px) {
	.hilight-strip p { font-size:30px; padding:30px 0; }
	.hilight-strip p img { width:250px }
}

