.streampreview {
	top: 0px;
	left: 0px !important;
	width: 155px !important;
	height: 100% !important;
	border-radius: 0px;
	border-style: none;
	opacity: 0.9;
}

.statusitem {
	padding-left: 95px;
}

.smallheadertitle {
	text-shadow: 0px 0px 1px black, 0px 0px 5px black;
	font-size: 18px;
}

.headertitle {
	text-shadow: 0px 0px 1px black, 0px 0px 5px black;
}

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 100500;
}

#preloader .spinner {
    position: absolute;
    left: 50%;
    top: 50%;
	margin: -32px 0 0 -32px;
}
	
nav ul a,
nav .brand-logo {
  color: #444;
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: #444;
}

.parallax {
	background-color: rgba(50,50,50,0.9);
}
.parallax-container {
	min-height: 280px;
	line-height: 0;
	height: auto;
	color: rgba(255,255,255,0.9);
}
  .parallax-container .section {
    width: 100%;
}

@media only screen and (max-width : 992px) {
	.parallax-container .section {
		position: absolute;
		top: 40%;
	}
	#index-banner .section {
		top: 10%;
	}
}

@media only screen and (max-width : 600px) {
	#index-banner .section {
		top: 0;
	}
}

nav ul a.btn, nav ul a.btn-large, nav ul a.btn-large, nav ul a.btn-flat, nav ul a.btn-floating {
    margin-top: -2px;
    margin-left: 0px;
    margin-right: 0px; 
}