* {
	font-family: sans-serif;

	padding: 0;
	margin: 0;
	border: none;
	
	max-height: 1000000px;
	
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	/* for Firefox calc() */
	height: 100%;
}

h1, h2, h3, p, ul, li, a {
	margin: 0;
	padding: 0;
}

h1, h2, h3, p, img {
	margin-top: 32px;
}

ul {
	margin-left: 16px;
}

.section {
	position: relative;
	width: 100%;
}

.content {
	position: relative;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 32px;
}

.content.aboveGrid {
	padding-bottom: 0px;
}

.content.belowGrid {
	padding-top: 0px;
}

.section.header {
	height: 80px;
	
	background-color: #000000;
	color: #ffffff;
}

.section.header * {
	margin: 0
}

.section.header .content {
	height: 100%;
	max-width: none;
}

.section.header a {
	text-decoration: none;
	color: #ffffff;
}

.section.header a:hover {
	color: #808080;
}

.section.header .logo:hover {
	color: #ffffff;
}

.section.header .logo {
	position: absolute;
	height: 100%;
	padding-left: 32px;
	padding-right: 32px;
	
	display: flex;
	align-items: center;
	justify-items: center;
}

.section.header .logo .long {
	
}

.section.header .logo .medium {
	display: none;
}

.section.header .navigation {
	position: absolute;
	right: 0;
	height: 100%;
}

.section.header .navigation .link {
	position: relative;
	float: left;
	height: 100%;
	
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-items: center;
}

.section.header .navigation > *:last-child {
	padding-right: 16px;
	/*margin-right: 16px;*/
}

.section.header .navigation .link * {
	position: relative;
	padding-left: 16px;
	padding-right: 16px;
	font-size: 1.17em;
}

.section.header .menuButton {
	position: absolute;
	right: 0;
	
	width: 84px;
	height: 100%;
	
	background-image: url("../images/menuButton.png");
	background-position: center;
	background-position-x: 28px;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	
	display: none;
}

.section.header .menuButton:hover {
	/*opacity: 0.5;*/
}

.section.footer {
	background-color: #000000;
	color: #ffffff;
}

.section.footer .content {
	max-width: none;
}

.socialMedia {
	width: 100%;
	margin-top: 32px;
	margin-bottom: -16px;
}

.socialMedia div {
	width: 32px;
	height: 32px;
	display: inline-block;
	margin-bottom: 16px;
	margin-right: 16px;
}

.socialMedia .facebook {
	background-image: url("../images/f_logo_RGB-White_72.png");
	background-position: center;
	background-size: cover;
}

.socialMedia .instagram {
	background-image: url("../images/instagram-72.png");
	background-position: center;
	background-size: cover;
}

.socialMedia .twitter {
	background-image: url("../images/twitter-logo-white_72.png");
	background-position: center;
	background-size: cover;
}

.socialMedia .linkedIn {
	background-image: url("../images/In-White-72.png");
	background-position: center;
	background-size: cover;
}

.section.footer .socialMedia {
	margin-top: 0;
}

.section.footer .navigation {
	margin-top: 16px;
}

.section.footer .navigation > * {
	display: inline-block;
	margin-right: 16px;
	margin-top: 16px;
}

.section.footer a {
	text-decoration: none;
	color: #ffffff;
}

.section.footer a:hover {
	color: #808080;
}

.overlayMenu {
	position: fixed;
	overflow: auto;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	
	display: none;
}

.overlayMenu a * {
	margin: 0;
}

.overlayMenuSection {
	position: relative;
	width: 100%;
}

.overlayMenu a {
	text-decoration: none;
	color: #ffffff;
}

.overlayMenu a:hover {
	color: #808080;
}

.overlayMenu .header {
	height: 80px;
}

.overlayMenu .header .closeButton {
	position: absolute;
	right: 0;
	
	width: 84px;
	height: 100%;
	
	background-image: url("../images/closeButton.png");
	background-position: center;
	background-position-x: 28px;
	background-repeat: no-repeat;
	background-size: 24px 24px;
}

.overlayMenu .header .closeButton:hover {
	/*opacity: 0.5;*/
}

.mainMenu .navigation {
	position: relative;
	width: 100%;
	
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-items: center;
}

.mainMenu .navigation > a:first-child {
	padding-top: 16px;
	/*margin-top: 16px;*/
}

.mainMenu.active {
	display: none;
}

.imageGallery.active {
	display: block;
}

.imageGalleryActive {
	overflow: hidden;
}

.mainMenu .navigation .link * {
	position: relative;
	padding: 16px;
	font-size: 2em;
}

.title {
	position: relative;
	width: 100%;
	
	background-color: #545454;
	
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-items: center;
}

.title > * {
	position: relative;
	
	color: #ffffff;
	
	font-size: 100px;
	text-shadow: 0 0 10px #000000;
	
	padding-top: 32px;
	padding-bottom: 32px;
	
	margin: 0;
}
/*
.section.main {
	background-color: #a8a8a8;
}

.section.main .content {
	background-color: #ffffff;
}
*/
.section.main {
	background-color: #333333;
	
	min-height: calc(100% - 80px);
}

.section.main {
	color: #ffffff;
}
.section.main a {
	color: #ffffff;
}
.section.main a:hover {
	color: #808080;
}

.section.main .content > *:first-child {
	margin-top: 0;
}

.section.main .content > *:last-child {
	/*margin-bottom: 16px;*/
}

.gridContent {
	position: relative;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 16px;
}

.grid {
	width: 100%;
	
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/*
	align-items: center;
	justify-items: center;
	*/
}

.grid > div {
	width: 33.3333%;
	padding: 16px;
}

.grid > div > a {
	width: 100%;
	display: block;
	line-height: 0;
}

.grid img {
	margin: 0;
}

.grid a img {
	width: 100%;
}
/*
.columnView {
	width: 100%;
	display: flex;
	flex-direction: row;
}

.column {
	width: 50%;
}

.gridColumn {
	width: 50%;
	padding: 16px;
}

.gridColumn .grid > div {
	padding: 16px;
}

.contentWithRightGridColumn {
	padding-right: 0;
	padding-bottom: 0;
}
*/
.imageGallery .header {
	display: table;
}

.imageGallery .header p {
	color: #ffffff;
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 1.17em;
}

.imageGallery .main {
	height: calc(100% - 80px);
	
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	
	display: flex;
	align-items: center;
	justify-items: center;
}

.imageGallery .arrow {
	position: absolute;
	width: 84px;
	height: 100%;
	top: 0;
}

.imageGallery .arrow.left {
	left: 0;
	
	background-image: url("../images/arrowLeftButton.png");
	background-position: center;
	background-position-x: 28px;
	background-repeat: no-repeat;
	background-size: 26px 26px;
}

.imageGallery .arrow.right {
	right: 0;
	
	background-image: url("../images/arrowRightButton.png");
	background-position: center;
	background-position-x: 30px;
	background-repeat: no-repeat;
	background-size: 26px 26px;
}

.imageGallery .main img {
	margin: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.fullWidthImage {
	position: relative;
	width: 100%;
}

.backButton {
	text-decoration: none;
}

.videoContainer {
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
	position: relative; /* If you want text inside of it */
}

.video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.fixedBackground {
	position: fixed;
	width: 100%;
	height: 100%;
	
	background-image: url("../images/skyWide.jpg");
	background-position: center;
	background-size: cover;
}

/*232 * 3 = 696, 696 + 64 = 760*/
@media screen and (max-width: 760px) {
	.grid > div {
		width: 50%;
	}
}
/*232 * 2 = 464, 464 + 32 = 500*/
@media screen and (max-width: 496px) {
	/*
	.gridContent {
		padding-left: 8px;
		padding-right: 8px;
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.grid > div {
		padding: 8px;
	}
	*/
	/*
	.grid > div {
		width: 100%;
	}
	*/
}

@media screen and (max-width: 760px) {
	.section.header .navigation {
		display: none;
	}
	
	.section.header .menuButton {
		display: block;
	}
	
	.mainMenu.active {
		display: block;
	}
	
	.mainMenuActive {
		overflow: hidden;
	}
}

@media screen and (max-width: 400px) {
	.section.header .logo h1 {
		font-size: 24px;
	}
}

@media screen and (max-width: 310px) {
	.section.header .logo .long {
		display: none;
	}

	.section.header .logo .medium {
		display: block;
	}
}

@media screen and (max-width: 1024px) {
	.title > * {
		font-size: 80px;
		text-shadow: 0 0 8px #000000;
	}
}

@media screen and (max-width: 864px) {
	.title > * {
		font-size: 60px;
		text-shadow: 0 0 6px #000000;
	}
}

@media screen and (max-width: 664px) {
	.title > * {
		font-size: 40px;
		text-shadow: 0 0 4px #000000;
	}
}
/*
@media screen and (min-width: 1440px) {
	body {
		transform-origin: top center;
		transform: scale(2.0);
		overflow-x: hidden;
	}
}
*/