@import url('reset.min.css');
@font-face { font-family: 'DIN Medium'; src: url('/css/webfont/DIN-Medium.eot?#iefix') format('embedded-opentype'), url('/css/webfont/DIN-Medium.woff') format('woff'), url('/css/webfont/DIN-Medium.ttf') format('truetype'), url('/css/webfont/DIN-Medium.svg#DIN-Medium') format('svg'); font-weight: normal; font-style: normal; }

body {
	font-family: 'Helvetica Neue', sans-serif;
	-webkit-font-smoothing: antialiased; and -moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

h1, h2 {
	font-family: 'DIN Medium', 'Helvetica Neue', sans-serif;
	font-size: calc(1em + 1vw);
	line-height: 1.25;
}

p {
	line-height: 1.6;
	font-size: 1em;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
}

.center {
	margin: 0 auto;
}

.col-3, .col-4, .col-6, .col-8, .col-12, .lg-col-6 {
	float: left;
}

.col-3 {
	width: 25%;
}

.col-4 {
	width: 33.333%;
}

.col-6, .lg-col-6 {
	width: 50%;
}

.col-8 {
	width: 66.667%;
}

.col-12 {
	width: 100%;
}

.row {
	clear: both;
}

.pull-right {
	text-align: right;
}

nav {
	position: fixed;
	z-index: 10;
	top: 0px;
	left: 64px;
	width: 100%;
	opacity: 0;
	transition: all 0.2s ease;
}

nav.active {
	opacity: 1;
	top: 64px;
}

nav a {
	display: block;
	width: 64px;
	height: 64px;
	overflow: hidden;

}

nav a #arrow {
	width: 64px;
	height: 64px;
	line-height: 64px;
	vertical-align: center;
	text-align: center;
	background-color: #0088FF;
	position: relative;
	top: 0;
	transition: all 0.2s ease;
}

nav a:hover #arrow, nav a:focus #arrow {
	top: -66px;
}

header, section {
	height: 100vh;
}

section {
	clear: both;
}

header #intro {
	height: calc(50vh + 64px);
	box-sizing: border-box;
}

header #intro {
	padding: 64px;
	background-color: #ccc;
	background-image: url('../images/header_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

header #intro h1 {
	color: #fff;
	margin-top: 44px;
}

header #thumbnails {
	height: calc(50vh - 64px);
	background-color: #ddd;
	border-left: 8px solid #fff;
	border-right: 8px solid #fff;
	padding: 0 64px 64px 64px;
	margin-left: -8px;
	margin-right: -8px;
}

header #thumbnails #thumb-links {
	position: relative;
	top: -64px;
	height: calc(26.667vw - 64px);
	width: 100%;
	box-sizing: border-box;
}

header #thumbnails #thumb-links .thumb {
	display: block;
	float: left;
	width: 25%;
	height: 100%;
	box-sizing: border-box;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 8px;
}

header #thumbnails #thumb-links a {
	display: block;
	height: 100%;
	width: 100%;
	background-color: #fff;
	text-align: center;
	line-height: calc(26.667vw - 64px);
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.04);
	transition: all 0.2s ease;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(255,255,255,0);
}

header #thumbnails #thumb-links a:hover, header #thumbnails #thumb-links a:focus {
	border-bottom: 4px solid #0088FF;
}


header #thumbnails #thumb-links a img {
	vertical-align: middle;
	width: 56%;
	transition: all 0.2s ease;
}

header #thumbnails #thumb-links a:hover img {
	margin-bottom: 20px;
}

header #thumbnails #thumb-links .thumb#schedio-thumb a {
	background-color: #fff;
}

header #thumbnails #thumb-links .thumb#gigahost-thumb a {
	background-color: #1c1c1c;
}

header #thumbnails #thumb-links .thumb#xit-thumb a {
	background-color: #fff;
}

header #thumbnails #thumb-links .thumb#footballtribes-thumb a {
	background-color: #28B50D;
}

section {
	box-sizing: border-box;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}

section h2 {
	margin-bottom: 16px;
}

section p {
	margin-bottom: 16px;
	font-size: 0.95em;
}

section .gallery {
	display: inline-block;
	position: relative;
	overflow: hidden;
}

section img {
    width: 100%;
    height: 50vh;
    z-index: -1;
    object-fit: cover;
}

section .description {
	padding: 64px;
}

section#schedio {
	background-color: #3169ad;
	color: #fff;
	background-image: url('../images/schedio_bg.jpg');
}

section#schedio .tag {
	color: #3169ad;
}

section#gigahost {
	background-color: #252525;
	color: #fff;

}

section#xit {
	background-color: #e5e5e5;
	border-left: 8px solid #FF9E00;
	border-right: 8px solid #FF9E00;
}

section#footballtribes {
	background-color: #222;
	color: #fff;
}

span.tag {
	display: inline-block;
	padding: 9px 12px;
	background-color: #fff;
	color: #333;
	font-size: 0.8em;
	margin-right: 4px;
	font-weight: 500;
	border-radius: 2px;
	opacity: 1;
	transition: 0.2s all ease;
}

span.tag-inverted {
	color: #fff;
	background-color: #0088FF;
}

.tags {
	margin-bottom: 172px;
}

.btn {
	display: inline-block;
	color: #0088FF;
	border: 2px solid #0088FF;
	padding: 13px 24px;
	font-size: 0.925em;
	text-decoration: none;
	transition: all 0.2s ease;
	font-weight: 500;
	margin-bottom: 64px;
	margin-top: 24px;
}

.btn:hover, .btn:focus {
	background-color: #0088FF;
	color: #fff;
}

.btn-inverted {
	color: #fff;
	border: 2px solid #fff;
}

.btn-inverted:hover, .btn-inverted:focus {
	background-color: #fff;
	color: #0088FF;
}

footer {
	color: #fff;
	padding: 64px 0;
	background-color: #0088FF;
	text-align: center;
	font-size: 0.9em;
}

footer a {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}

footer span {
	margin-right: 24px;
}

@media screen and (max-width: 767px) {
	.col-3, .col-4, .col-6, .col-8, .col-12, .lg-col-6 {
		width: 100%;
		float: none;
	}
	#logo {
		height: 66px;
	}
	nav {
		left: 24px;
	}
	nav.active {
		top: 24px;
	}
	nav #nav-logo {
		height: 44px;
	}
	nav a {
		width: 44px;
		height: 44px;
	}
	nav a #arrow {
		height: 44px;
		width: 44px;
		line-height: 44px;
		top: 46px;
	}
	nav a:hover #arrow, nav a:hover #arrow {
		top: -46px;
	}
	header h1 {
		max-width: 75%;
		margin-bottom: 64px;
	}
	header, header #intro, header #thumbnails, section { 
		height: auto;
	}
	section {
		padding: 0;
	}
	section img {
		height: auto;
	}
	section .description {
		padding: 24px;
	}
	section .tags {
		margin-bottom: 44px;
	}
	section .btn {
		margin-bottom: 24px;
	}
	header #intro, header #thumbnails { 
		padding: 32px 24px;
	}
	header #thumbnails #thumb-links .thumb {
		width: 100%;
	}
	header #thumbnails #thumb-links {
		height: calc(100vw - 128px);
	}
	header #thumbnails #thumb-links a {
		line-height: calc(100vw - 128px);
	}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	#logo {
		height: 66px;
	}
	header h1 {
		margin-bottom: 64px;
	}
	header, header #intro, header #thumbnails {
		height: auto; 
	}
	header #thumbnails #thumb-links .thumb {
		width: 50%;
	}
	header #thumbnails #thumb-links {
		height: calc(50vw - 128px);
	}
	header #thumbnails #thumb-links a {
		line-height: calc(50vw - 128px);
	}
	.lg-col-6 {
		width: 100%;
		float: none;
	}
}
@media screen and (min-width: 1024px) {
	.lg-center {
		margin: 0 auto;
	}
}