body {
	background-color:rgb(235,235,235);
    font-family: "Optima", "Corbel", "Helvetica Neue", Arial, Sans;
    color:rgb(35,20,5);
    font-size:14px;
}

h1, h2, h3, h4 {
    color:rgb(30,30,30);
}

h1, h2, h3 {
	font-weight:200;
}

h2, h3 {
	margin-top:24px;
}

h2 {
	font-size:22px;
}

h3 {
	font-size:20px;
}

h4 {
	font-size:16px;
	font-weight:300;
}

h5 {
	font-size:14px;
}

.navbar .brand {
  padding-top:7px;
  padding-bottom:0px;
  padding-right:10px;
  font-size: 16px;
  font-weight: bold;
  color: #ccc;
}

.sidebar-nav {
  font-size:14px;
}

.hero-unit, .carousel {
	background:rgb(75,68,65);
	background-image:url('/streamtome/images/stmbackdrop.jpg');
	background-position:no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom:1px solid rgba(0,0,0,0.75);
}

.bordered {
	 background-color:#fff;
	 padding:8px;
	 border:4px rgb(95,88,85) solid;
	 margin-top:8px;
	 margin-bottom:16px;
}

.carousel {
	color:#fff;
	font-size:16px;
	margin-bottom:25px;
    font-weight:200;
}

.carousel-control {
	top:48%;
	width:28px;
	height:42px;
	font-size:50px;
	line-height:24x;
	border-width:1px;
    font-family:Times New Roman,Sans;
	border-color:rgba(255,235,215,0.5);
}

.carousel a {
	font-weight:400;
	color:#80c0ff;
}

.carousel .row {
	margin-top:20px;
	margin-bottom:20px;
}

.carousel li {
	margin-top:4px;
	margin-bottom:4px;
}

.hero-unit {
	width:100%;
	padding-left:0px;
	padding-right:0px;
	padding-top:40px;
	padding-bottom:40px;
	margin-bottom:25px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color:#ccc;
}

.hero-unit h1 {
	font-size:52px;
}

.hero-unit h1 a {
	color:#fff;
}

.hero-unit a {
	color:#ffc;
}

.hero-unit h4 {
	margin-top:0px;
	font-style:italic;
	font-size:22px;
 	color:#c0e4ff;
 }

.navbar-inverse .navbar-inner {
	background:none;
	background-color:rgb(33,25,18);
	background-image:none;
	border-bottom:1px solid rgb(80,70,60);
}

.navbar-inverse .nav .active>a,.navbar-inverse .nav .active>a:hover,.navbar-inverse .nav .active>a:focus {
	color:#ffffff;
	background-color:rgb(80,70,60);
}

.navbar-fixed-top {
	margin-bottom:0px;
}

.container .btn:hover,
.container .btn:focus,
.container .btn:active,
.container .btn.active,
.container .btn.disabled,
.container .btn[disabled] {
  background-image: -moz-linear-gradient(top, #ffffff, #dbdbdb);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#dbdbdb));
  background-image: -webkit-linear-gradient(top, #ffffff, #dbdbdb);
  background-image: -o-linear-gradient(top, #ffffff, #dbdbdb);
  background-image: linear-gradient(to bottom, #ffffff, #dbdbdb);
  background-color: #dbdbdb;
  *background-color: #dbdbdb;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.15);
}

.jumptarget:before {
  content:"";
  display:block;
  height:50px; /* fixed header height*/
  margin:-50px 0 0; /* negative fixed header height */
}

.stm-download {
	width:96%;
	padding:10px;
}

.stm-download .pull-left {
	margin-right:8px;
}

.stm-download .pull-right {
	margin-left:4px;
}

blockquote {
	color:#555;
	border-left:5px solid #678;
	margin:12px;
}

.stm-download p {
	min-height:40px;
	text-align:left;
	font-size:13px;
	font-weight:bold;
	line-height:16px;
	padding-top:4px;
	margin-bottom:0px;
}

@media (max-width: 520px) {
	h1 {
		font-size:28px;
	}
	h2 {
		font-size:24px;
	}
	h3 {
		font-size:20px;
	}
	h4 {
		font-size:18px;
	}
	h5 {
		font-size:16px;
	}
	h6 {
		font-size:14px;
	}
	.hero-unit h1 {
		font-size:32px;
	}
	.hero-unit h4 {
		font-size:14px;
	}
	.hero-unit p {
	    font-weight:400;
		font-size:14px;
		line-height:22px;
	}
	.carousel-inner {
		font-size:12px;
	}
}

@media (min-width: 520px) {
	.hero-unit, .carousel {
		margin-top:-20px;
	}
	body {
		padding-top: 60px;
		padding-bottom: 40px;
	}
}

@media (min-width: 520px) and (max-width: 767px) {
	.hero-unit h1 {
		font-size:48px;
	}
}

@media (max-width: 767px) {
	.carousel-control {
	top:95%;
	width:18px;
	height:30px;
	font-size:36px;
	line-height:24px;
	}
	.hero-unit {
		padding-top:10px;
		padding-bottom:20px;
	}
	#navcolumn {
		position: static;
		width: auto;
		top: 0;
	}
	.hero-unit, .carousel {
		margin-left:-20px;
		margin-right:-20px;
	}
	.hero-unit {
		padding-left:20px;
		padding-right:20px;
	}
}

@media (min-width: 520px) and (max-width: 767px) {
	.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
		margin-left:0px;
	}
	.navbar-inner .container {
		margin-left:20px;
	}
}

@media (min-width: 768px) {
	.hero-unit p {
		margin-top:32px;
	}
}

@media (max-width:980px) {
	.hero-unit {
		font-size:16px;
		line-height:22px;
	}
	.hero-unit h4 {
		font-size:18px;
	}
	.hero-unit h1 {
		margin-top:0px;
	}
}

@media (min-width: 980px) {
	.stm-download p {
		padding-top:12px;
		min-height:32px;
		font-size:15px;
	}
}

@media (min-width: 1200px) {
	.stm-download p {
		padding-top:12px;
		font-size:16px;
	}
}
