* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@font-face {
	font-family: 'BombshellPro';
	src: url('fonts/2D5AB7_0_0.eot');
	src: url('fonts/2D5AB7_0_0.eot?#iefix') format('embedded-opentype'),
		url('fonts/2D5AB7_0_0.woff2') format('woff2'),
		url('fonts/2D5AB7_0_0.woff') format('woff'),
		url('fonts/2D5AB7_0_0.ttf') format('truetype');
}

html, body {
	font: 18px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: white;
	text-shadow: 2px 2px 5px #333;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background: #eee;
	background-size: 100% 100%;
}

body {
	padding-top: 900px;
}

.font-bombshell {
	font-family: BombshellPro, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}

.banner {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 900px;
	background: #616165 url(banner.jpg) no-repeat right bottom;
	background-size: cover;
	box-shadow: 0 0 10px black;
	z-index: 99;
}

.banner-text {
	position: absolute;
	bottom: 50%;
	left: 150px;
	font-size: 50px;
	text-align: center;
	white-space: nowrap;
	padding-bottom: 70px;
	transform: translateY(50%);
}

.banner-text .and {
	font-size: 0.6em;
}

.banner-sub-text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 0.75em;
}

#body {
	width: 100%;
	margin: 0;
	padding: 0;
}

.columns {
	width: 100%;
}

.columns ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

.columns ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.columns ul li a {
	display: block;
	width: 100%;
	margin: 0;
	padding: 1px 0 0 1px;
}

.columns:last-child ul li a {
	padding-right: 1px;
}

.columns ul li:last-child a {
	padding-bottom: 1px;
}

.columns ul li img {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

.columns ul li img.shrink {
	object-fit: cover;
}

.footer {
	text-align: center;
	padding: 200px 0 100px;
	color: black;
	font-size: 40px;
}

@media screen and (max-width:1750px) {
	body {
		padding-top: 800px;
	}

	.banner {
		height: 800px;
	}

	.banner-text {
		left: 100px;
	}
}

@media screen and (max-width:1550px) {
	body {
		padding-top: 700px;
	}

	.banner {
		height: 700px;
	}

	.banner-text {
		left: 50px;
		font-size: 50px;
		padding-bottom: 70px;
	}
}

@media screen and (max-width:1200px) {
	body {
		padding-top: 600px;
	}

	.banner {
		height: 600px;
	}

	.banner-text {
		font-size: 45px;
		padding-bottom: 65px;
	}
}

@media screen and (max-width:1100px) {
	body {
		padding-top: 500px;
	}

	.banner {
		height: 500px;
	}

	.banner-text {
		font-size: 40px;
		padding-bottom: 60px;
	}
}

@media screen and (max-width:950px) {
	body {
		padding-top: 450px;
	}

	.banner {
		height: 450px;
	}

	.banner-text {
		font-size: 35px;
		padding-bottom: 55px;
	}
}

@media screen and (max-width:850px) {
	body {
		padding-top: 400px;
	}

	.banner {
		height: 400px;
	}

	.banner-text {
		font-size: 30px;
		padding-bottom: 50px;
	}
}

@media screen and (max-width:750px) {
	body {
		padding-top: 350px;
	}

	.banner {
		height: 350px;
	}

	.banner-text {
		font-size: 25px;
		padding-bottom: 40px;
	}
}

@media screen and (max-width:700px) {
	.banner-text {
		left: 10px;
	}
}

@media screen and (max-width:600px) {
	body {
		padding-top: 275px;
	}

	.banner {
		height: 275px;
	}

	.banner-text {
		font-size: 22px;
		padding-bottom: 35px;
	}
}

@media screen and (max-width:500px) {
	body {
		padding-top: 250px;
	}

	.banner {
		height: 250px;
	}

	.banner-text {
		font-size: 20px;
		padding-bottom: 30px;
	}
}

@media screen and (max-width:450px) {
	body {
		padding-top: 200px;
	}

	.banner {
		height: 200px;
	}

	.banner-text {
		font-size: 17px;
		padding-bottom: 25px;
	}
}
