@charset "UTF-8";
/* Body */
body {
	font-family: source-sans-pro;
	background-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #000000;
}

/* Hero Section */
.hero {
	background-color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
}
/* Gallery */
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #000000;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 16.666%;
	text-align: center;
	float: left;
	margin-top: 0px;
}
.halfies {
	width: 50%;
	text-align: center;
	float: left;
	margin-top: 0px;
}
/* More info */
.thehead {
	width: 100%;
	height: auto;
	max-width: 1920px;
	max-height: 1000px;
}
.thethumbs {
	width: 100%;
	height: auto;
}



/* Mobile */
@media (max-width: 320px) {
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
.thumbnail {
	width: 50%;
}
.halfies {
	width: 100%;
}
}

/* Small Tablets 2 columns */
@media (min-width: 321px)and (max-width: 501px) {
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #52bad5;
}
.thumbnail {
	width: 50%;
}
.halfies {
	width: 100%;
}
}

/* Smallest Desktops 3 columns */
@media (min-width: 501px) and (max-width: 768px) {
.thumbnail {
	width: 33.333%;
}
}

/* Small Desktops 4 columns */
@media (min-width: 768px) and (max-width: 1096px) {
.thumbnail {
	width: 25%;
}
}

/* Larger Desktops 5 columns */
@media (min-width: 1096px) and (max-width: 1401px) {
.thumbnail {
	width: 20%;
}
}
