/*
 * Style tweaks
 * --------------------------------------------------
 */
html, body {
	overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
	padding-top: 70px;
	background-color: #fff;
}
footer {
	padding: 30px 0;
}
.container img {
	/*padding: 5px;*/
	/*border: 1px solid #ccc;*/
	background-color: #fff;
	max-height: 177px;
	width: 100%;
	opacity: .5;
	transition: all .5s;
}
.navbar-inverse {
	background-color: rgba(0,0,0,0.75);
	border-color: transparent;
}
.navbar-fixed-top {
	border-width: 0 0 0;
	top: 0;
}
.navbar {
	margin-bottom: 0;
	min-height: 87px;
	padding-top: 12px;
}
.navbar-brand img {
	padding: 0px;
	border: none;
	background-color: transparent;
}
footer p {
	font-size: 0.875em;
	color: #777;
	text-align: center;
}
footer {
	padding-top: 25px;
	margin-top: 25px;
	border-top: 1px solid #ddd;
}

h3 {
	margin-top: 1rem;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.01rem;
	line-height: 28px;
	color: #333;
}
.source {
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0.02rem;
	margin-bottom: 8px;
	margin-top: 2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}
header {
	margin-bottom: 50px;
}
.hero h1 {
	text-align: center;
	font-size: 4em;
	color: #fff;
	padding: 20px 0 0;
}
.hero p {
	text-align: center;
	font-size: 1.5em;
	color: rgba(255,255,255,.75);
	padding-bottom: 50px;
}
.thumb {
	background-color: #eee;
	height: 177px;
}
p.thumb:hover img, p.thumb:focus img {
	transform: scale(1.1);
	opacity: 1;
}
p.summary {
	font-size: 14px;
	line-height: 22px;
	color: #999;
	margin-bottom: 80px;
	font-weight: 600;/*text-transform: uppercase;*/
}
.navbar-fixed-top {
	box-shadow: none;
}
.navbar-brand img {
	opacity: 1;
}
.navbar-nav > li > a {
	padding-bottom: 15px;
	padding-top: 18px;
}
.navbar-toggle {
	margin-top: 7px;
}
.navbar-toggle .icon-bar {
	margin-top: 6px;
	width: 25px;
	height: 1px;
}
.navbar-toggle .icon-bar-2 {
	border-radius: 1px;
	display: block;
	height: 1px;
	width: 15px;
	margin-top: 6px;
	margin-left: 7px;
}
.navbar-toggle .icon-bar-3 {
	border-radius: 1px;
	display: block;
	height: 1px;
	width: 15px;
	margin-top: 6px;
	margin-left: 3px;
}
.navbar-inverse .navbar-toggle {
	border-color: transparent;
}
.navbar-toggle .icon-bar, .navbar-toggle .icon-bar-2, .navbar-toggle .icon-bar-3 {
	background-color: #fff;
}
.main-thumb {
	padding-bottom: 10px;
}
.main-thumb img {
	opacity: 1;
	max-height: 500px !important;
}
.col-md-4:nth-child(3n+1) {
	clear: left;
	display: block;
}
.hero-container {
	/*height: 85vh;*/
	max-height: 600px;
	position: relative;
	margin-top: -80px;
	margin-bottom: 80px;
}
.overlay {
	background-color: #000000;
	height: 100%;
	opacity: 0.5;
	position: absolute;
	width: 100%;
	z-index: 2;
}
.hero-container .slide-1 {
	background-image: url("../code.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	/*height: 80vh;*/
	max-height: 600px;
	height: 600px;
}
.hero {
	color: #ffffff;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate3d(-50%, -50%, 0px);
	z-index: 3;
}


@media screen and (max-width: 991px) {
img {
	max-height: 163px;
	width: 100%;
}
	footer img {
		width: auto;
	}
.thumb {
	height: 163px;
}
	.col-md-4:nth-child(3n+1) {
	clear: none;
	display: inline;
}
.col-sm-6:nth-child(2n+1) {
	clear: left;
	display: block;
}
	
}

@media screen and (max-width: 767px) {
.navbar-brand {
	padding: 15px 15px 0 26px;
}
.hero h1 {
	font-size: 2.5em;
}
.hero p {
	font-size: 1.25em;
}

}

@media print {
.container {
	width: 100%;
	padding: 0;
}
img {
	opacity: 1;
	max-height: 150px !important;
	height: 150px !important;
}
.main-thumb {
	display: none;
}
.hero h1 {
	margin-top: 0;
	padding-top: 0;
	font-size: 2.5em;
}
	.hero p {
		font-size: 1.25em;
	}
p.summary {
	margin-bottom: 75px;
}
.thumb {
	height: 170px !important;
	background-color: #eee !important;
}
a[href]:after {
	content: ""
}
a[href]:before {
	font-size: 11px;
	line-height: 16px;
	content: attr(href)
}
.source {
	display: none;
}
.hero {
	margin-bottom: 0;
}
h3 {
	margin-top: 21px;
	font-size: 16px;
	line-height: 20px;
}
p.summary {
	font-size: 12px;
	line-height: 16px;
}
	.hero-container {
		height:260px;
	}
}
