@font-face {
  font-family: Futura;
  src: url(fonts/futura.ttf);
}

body {
	background-color: black;
	font-family: Futura !important;
}

a {
	text-decoration: underline !important;
	  -o-transition:color .2s ease-out, background 0.2s ease-in;
	-ms-transition:color .2s ease-out, background 0.2s ease-in;
	-moz-transition:color .2s ease-out, background 0.2s ease-in;
	-webkit-transition:color .2s ease-out, background 0.2s ease-in;
	transition:color .2s ease-out, background 0.2s ease-in;
}

.padding {
	padding: 10px !important;
}

.arrows {
  width: 60px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 40px;
  z-index: 1;
}

.arrows path {
  stroke: #fff;
  fill: transparent;
  stroke-width: 2.3px;  
  -moz-animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite; 
  -ms-animation: arrow 2s infinite;
  animation: arrow 2s infinite;
}

@-moz-keyframes arrow 
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow 
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-ms-keyframes arrow 
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}


.arrows path.a1 {
  -webkit-animation-delay:-1s; 
  animation-delay:-1s;
  
}

.arrows path.a2 {
  -webkit-animation-delay:-0.5s; 
  animation-delay:-0.5s;
  
}

.arrows path.a3 { 
  -webkit-animation-delay:0s; 
  animation-delay:0s;
  
}

/* Extra CSS */

html {
scroll-behavior: smooth;
}
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	body {
		-webkit-text-size-adjust: none;
	}
/* Box Model */
	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
/* Basic */

	@-ms-viewport {
		width: device-width;
	}
	body {
		-ms-overflow-style: scrollbar;
	}
	
	body {
		background: #fff;
	}
		body.is-loading *, body.is-loading *:before, body.is-loading *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}
/* Type */
	body {
		background-color: #fff;
		color: #22313F;
	}
	body, input, select, textarea {
		font-family: Flowers2, Arial, Helvetica, sans-serif;
		font-size: 13pt;
		font-weight: 300;
		line-height: 1.65;
	}
	a {
		text-decoration: underline;
		color: #19B5FE;
	}
		a:hover {
			text-decoration: none;
			color: #019be3;
		}
	strong, b {
		font-weight: 700;
	}
	em, i {
		font-style: italic;
	}
	p {
		margin: 0 0 2em 0;
	}
	h1, h2, h3, h4, h5, h6 {
		font-weight: 700;
		line-height: 1.5;
		margin: 0 0 1em 0;
	}
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}
	h1 {
		font-size: 2em;
	}
	h2 {
		font-size: 1.75em;
	}
	h3 {
		font-size: 1.25em;
	}
	h4 {
		font-size: 1.1em;
	}
	h5 {
		font-size: 0.9em;
	}
	h6 {
		font-size: 0.7em;
	}
	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}
	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}
	blockquote {
		border-left: solid 4px;
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}
	code {
		border-radius: 4px;
		border: solid 1px;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}
	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}
		pre code {
			display: block;
			line-height: 1.75;
			padding: 1em 1.5em;
			overflow-x: auto;
		}
	hr {
		border: 0;
		border-bottom: solid 1px;
		margin: 2em 0;
	}
		hr.major {
			margin: 3em 0;
		}
	.align-left {
		text-align: left;
	}
	.align-center {
		text-align: center;
	}
	.align-right {
		text-align: right;
	}
/* Box */
	.box {
		border-radius: 4px;
		border: solid 1px rgba(144, 144, 144, 0.25);
		margin-bottom: 2em;
		padding: 1.5em;
	}
		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}
		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}
/* Button */
	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background: #00422A;
		color: #FFF;
		border-radius: 0px;
		border: 0;
		cursor: pointer;
		display: inline-block;
		font-weight: 700;
		height: 2.85em;
		line-height: 2.95em;
		padding: 0 1.5em;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
	}
		
/* Contact */
	#contact {
		display: -ms-flexbox;
		-ms-flex-pack: justify;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		background: #ececec;
	}
		#contact form {
			margin: 0;
		}
		#contact .icons {
			margin-bottom: 1em;
		}
		#contact .column {
			padding: 3.5em 0 1.5em 0;
			padding-left: 3.5em;
			padding-right: 3.5em;
			width: 50%;
		}
			#contact .column.social {
				background: #e6e6e6;
			}
/* Form */
	form {
		margin: 0 0 2em 0;
	}
		form .field {
			margin-bottom: 1.5em;
		}
			form .field.half {
				display: inline-block;
				width: 48%;
			}
				form .field.half.first {
					margin-right: 2.5%;
				}
	label {
		display: block;
		font-size: 0.9em;
		font-weight: 700;
		margin: 0 0 1em 0;
	}
	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		border-radius: 4px;
		border: solid 1px rgba(25, 181, 254, 0.25);
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}
		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}
		input[type="text"]:active, input[type="text"]:focus,
		input[type="password"]:active,
		input[type="password"]:focus,
		input[type="email"]:active,
		input[type="email"]:focus,
		select:active,
		select:focus,
		textarea:active,
		textarea:focus {
			border: solid 1px #19B5FE;
		}
	.select-wrapper {
		text-decoration: none;
		display: block;
		position: relative;
	}
		.select-wrapper:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}
		.select-wrapper:before {
			content: '\f078';
			display: block;
			height: 2.75em;
			line-height: 2.75em;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 2.75em;
		}
		.select-wrapper select::-ms-expand {
			display: none;
		}
	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 2.75em;
	}
	textarea {
		padding: 0.75em 1em;
	}
	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}
		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 300;
			padding-left: 2.4em;
			padding-right: 0.75em;
			position: relative;
		}
			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}
			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				border-radius: 4px;
				border: solid 1px;
				content: '';
				display: inline-block;
				height: 1.65em;
				left: 0;
				line-height: 1.58125em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.65em;
			}
		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			content: '\f00c';
		}
	input[type="checkbox"] + label:before {
		border-radius: 4px;
	}
	input[type="radio"] + label:before {
		border-radius: 100%;
	}
	::-webkit-input-placeholder {
		opacity: 1.0;
		color: rgba(34, 49, 63, 0.25);
	}
	:-moz-placeholder {
		opacity: 1.0;
		color: rgba(34, 49, 63, 0.25);
	}
	::-moz-placeholder {
		opacity: 1.0;
		color: rgba(34, 49, 63, 0.25);
	}
	:-ms-input-placeholder {
		opacity: 1.0;
		color: rgba(34, 49, 63, 0.25);
	}
	.formerize-placeholder {
		opacity: 1.0;
		color: rgba(34, 49, 63, 0.25);
	}
/* Gallery */
	@-moz-keyframes gallery {
		100% {
			opacity: 1;		}
	}
	@-webkit-keyframes gallery {
		100% {
			opacity: 1;		}
	}
	@-ms-keyframes gallery {
		100% {
			opacity: 1;		}
	}
	@keyframes gallery {
		100% {
			opacity: 1;		}
	}
	.gallery {
		position: relative;
		/* overflow: hidden; */
		/* min-height: 37em; */
	}

		.gallery header {
			display: -ms-flexbox;
			-ms-flex-pack: justify;
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-moz-justify-content: space-between;
			-webkit-justify-content: space-between;
			-ms-justify-content: space-between;
			justify-content: space-between;
		}
			.gallery header.special {
				-moz-justify-content: center;
				-webkit-justify-content: center;
				-ms-justify-content: center;
				justify-content: center;
			}

		.gallery footer {
			text-align: center;
			margin-top: 4em;
		}
		.gallery .content {
			display: -ms-flexbox;
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-moz-justify-content: -moz-flex-start;
			-webkit-justify-content: -webkit-flex-start;
			-ms-justify-content: -ms-flex-start;
			justify-content: flex-start;
		}
			.gallery .content .media {
				-moz-animation: gallery 0.75s ease-out 0.4s forwards;
				-webkit-animation: gallery 0.75s ease-out 0.4s forwards;
				-ms-animation: gallery 0.75s ease-out 0.4s forwards;
				animation: gallery 0.75s ease-out 0.4s forwards;
				margin-bottom: 0;
				overflow: hidden;
				opacity: 0;
				position: relative;
				width: 25%;
			}
				.gallery .content .media a {
					display: inline;
				}
				.gallery .content .media img {
					-moz-transition: -moz-transform 0.2s ease-in-out;
					-webkit-transition: -webkit-transform 0.2s ease-in-out;
					-ms-transition: -ms-transform 0.2s ease-in-out;
					transition: transform 0.2s ease-in-out;
					max-width: 100%;
					height: auto;
					vertical-align: middle;
				}
/* Icon */
	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}
		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}
		.icon > .label {
			display: none;
		}
/* Image */
	.image {
		border: 0;
		display: inline-block;
		position: relative;
	}
		.image img {
			display: block;
		}
		.image.left, .image.right {
			max-width: 40%;
		}
			.image.left img, .image.right img {
				width: 100%;
			}
		.image.left {
			float: left;
			margin: 0 1.5em 1em 0;
			top: 0.25em;
		}
		.image.right {
			float: right;
			margin: 0 0 1em 1.5em;
			top: 0.25em;
		}
		.image.fit {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}
			.image.fit img {
				width: 100%;
			}
		.image.special {
			border: solid 1px rgba(144, 144, 144, 0.25);
			padding: 1em;
		}
		.image.main {
			display: block;
			margin: 0 0 3em 0;
			width: 100%;
		}
			.image.main img {
				width: 100%;
			}
/* List */
	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}
		ol li {
			padding-left: 0.25em;
		}
	ul {
		list-style: disc;
		margin: 0 0 2em 0;
		padding-left: 1em;
	}
		ul li {
			padding-left: 0.5em;
		}
		ul.alt {
			list-style: none;
			padding-left: 0;
		}
			ul.alt li {
				border-top: solid 1px;
				padding: 0.5em 0;
			}
				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}
		ul.tabs {
			list-style: none;
			padding-left: 0;
		}
			ul.tabs li {
				display: inline-block;
			}
				ul.tabs li:first-child {
					padding: 0;
				}
		ul.icons {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}
			ul.icons li {
				display: inline-block;
				padding: 0 1em 0 0;
			}
				ul.icons li:last-child {
					padding-right: 0;
				}
				ul.icons li .icon:before {
					font-size: 2em;
				}
		ul.actions {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}
			ul.actions li {
				display: inline-block;
				padding: 0 1em 0 0;
				vertical-align: middle;
			}
				ul.actions li:last-child {
					padding-right: 0;
				}
			ul.actions.small li {
				padding: 0 0.5em 0 0;
			}
			ul.actions.vertical li {
				display: block;
				padding: 1em 0 0 0;
			}
				ul.actions.vertical li:first-child {
					padding-top: 0;
				}
				ul.actions.vertical li > * {
					margin-bottom: 0;
				}
			ul.actions.vertical.small li {
				padding: 0.5em 0 0 0;
			}
				ul.actions.vertical.small li:first-child {
					padding-top: 0;
				}
			ul.actions.fit {
				display: table;
				margin-left: -1em;
				padding: 0;
				table-layout: fixed;
				width: calc(100% + 1em);
			}
				ul.actions.fit li {
					display: table-cell;
					padding: 0 0 0 1em;
				}
					ul.actions.fit li > * {
						margin-bottom: 0;
					}
				ul.actions.fit.small {
					margin-left: -0.5em;
					width: calc(100% + 0.5em);
				}
					ul.actions.fit.small li {
						padding: 0 0 0 0.5em;
					}
	dl {
		margin: 0 0 2em 0;
	}
		dl dt {
			display: block;
			font-weight: 700;
			margin: 0 0 1em 0;
		}
		dl dd {
			margin-left: 2em;
		}
/* Section/Article */
	section.special, article.special {
		text-align: center;
	}
	section .inner, article .inner {
		padding: 3.5em 0 1.5em 0;
		padding-left: 3.5em;
		padding-right: 3.5em;
	}
	section .columns, article .columns {
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
	}
		section .columns.double .column, article .columns.double .column {
			width: 48%;
		}
	header p {
		position: relative;
		margin: 0 0 1.5em 0;
	}
	header h2 + p {
		font-size: 1.25em;
		margin-top: -1em;
	}
	header h3 + p {
		font-size: 1em;
		margin-top: -0.8em;
	}
	header h4 + p,
	header h5 + p,
	header h6 + p {
		font-size: 0.9em;
		margin-top: -0.6em;
	}
/* Table */
	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}
	table {
		margin: 0 0 2em 0;
		width: 100%;
	}
		table tbody tr {
			border: solid 1px;
			border-left: 0;
			border-right: 0;
		}
		table td {
			padding: 0.75em 0.75em;
		}
		table th {
			font-size: 0.9em;
			font-weight: 700;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}
		table thead {
			border-bottom: solid 2px;
		}
		table tfoot {
			border-top: solid 2px;
		}
		table.alt {
			border-collapse: separate;
		}
			table.alt tbody tr td {
				border: solid 1px;
				border-left-width: 0;
				border-top-width: 0;
			}
				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}
			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}
			table.alt thead {
				border-bottom: 0;
			}
			table.alt tfoot {
				border-top: 0;
			}
/* Wrapper */
	.page-wrap {
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: nowrap;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-moz-justify-content: -moz-flex-start;
		-webkit-justify-content: -webkit-flex-start;
		-ms-justify-content: -ms-flex-start;
		justify-content: flex-start;
	}
	.wrapper {
		position: relative;
	}
		.wrapper > .inner {
			margin: 0 auto;
			width: 60em;
		}
/* Header */
	#header {
		font-weight: 700;
	}
/* Menu */
	#nav {
		background: #00752f;
		z-index: 10002;
		position: relative;
		width: 4em;
	}
		#nav ul {
			list-style: none;
			margin: 0;
			padding: 0;
			position: fixed;
			top: 1em;
			left: 0;
		}
			#nav ul li {
				padding: 0;
				width: 3.75em;
				text-align: Center;
				margin-bottom: 1em;
			}
				#nav ul li a {
					color: rgba(255, 255, 255, 0.5);
					text-decoration: none;
					font-size: 1.5em;
				}
					#nav ul li a:hover {
						color: white;
					}
					#nav ul li a.active {
						color: #19B5FE;
					}
/* Banner */
	body.is-loading #banner > .inner {
		opacity: 0;
		-moz-transform: translateY(1em);
		-webkit-transform: translateY(1em);
		-ms-transform: translateY(1em);
		transform: translateY(1em);
	}
	#banner {
		display: -ms-flexbox;
		-ms-flex-pack: center;
		-ms-flex-align: center;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		position: relative;
		
		background: #00752f;
		background-image: url(../../images/BackgroundPattern.png);
		background-attachment: fixed;
		background-repeat: repeat;
		background-size: 30em;	
		
		text-align: center;
		color: #FFF;
	}
		#banner:before {
			-moz-transition: opacity 3s ease;
			-webkit-transition: opacity 3s ease;
			-ms-transition: opacity 3s ease;
			transition: opacity 3s ease;
			-moz-transition-delay: 0.25s;
			-webkit-transition-delay: 0.25s;
			-ms-transition-delay: 0.25s;
			transition-delay: 0.25s;
			content: '';
			display: block;
			height: 100%;
			left: 0;
			opacity: 0.55;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 1;
		}
		#banner .inner {
			-moz-transform: none;
			-webkit-transform: none;
			-ms-transform: none;
			transform: none;
			-moz-transition: opacity 1s ease, transform 1s ease;
			-webkit-transition: opacity 1s ease, transform 1s ease;
			-ms-transition: opacity 1s ease, transform 1s ease;
			transition: opacity 1s ease, transform 1s ease;
			position: relative;
			opacity: 1;
			z-index: 3;
		}
		#banner h1 {
			line-height: 1em;
			margin: 0 0 1em 0;
			padding: 0;
			color: #FFF;
		}
		#banner p {
			margin-bottom: 1.75em;
		}
		#banner a {
			color: #FFF;
		}
		
		#naturebanner img { 
		width: 100vw;
		position: relative; 
		margin-top: -25vw;
		}
		
		.sciencebanner img { 
		width: 100vw;
		position: relative; 
		margin-top: -15vw;
		margin-bottom: -1em;
		}
		
/* Main */
	#main {
		/* Main background colour here */
		background: #fff;
		width: 100%;
	}
		#main #header {
			background: #e6e6e6;
			padding: 1.15em 3.5em;
			text-align: right;
		}
			#main #header h1 {
				margin: 0;
				font-size: 1em;
			}
/* Footer */
	#footer {
		padding: 0.5em 0 0.75em 0;
		background-color: #00110a;
		text-align: center;
		margin-top: -0.1em !important;
	}
		#footer .inner {
			width: 50%;
			margin: 0 auto;
		}
		#footer .copyright {
			color: rgba(255, 255, 255, 0.5);
			font-size: 0.9em;
			margin: 0 0 2em 0;
			padding: 0;
			text-align: center;
		}
		
		
/* Navigation bar */
#navbar {
  background-color: #00422A; 
  position: fixed; 
  top: -60px; 
  width: 100%; 
  transition: top 0.3s;
  z-index: 1000;
#}

#navbar a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 15px;
  text-decoration: none !important;
  font-family: "Kaisei Tokumin";
}

#navbar a:hover {
	color: #a7bcb4 !important;
}

#logogallery {
	margin-bottom: 5em;
}

.hovering:hover img {
	-moz-transform: scale(1.075);
	-webkit-transform: scale(1.075);
	-ms-transform: scale(1.075);
	transform: scale(1.075);
}

.betterlink {
	color: #00752f !important;
}

.betterlink:hover {
	color: #00422a !important;
}


#Subtitle {
	font-family: Helvetica !important;
	font-weight: 300;
}

.spacing {letter-spacing: 3px;}
.smallspacing {letter-spacing: 1px;}

/* Enlarge on hover */
.hovering:hover img {
  transform: scale(1.075);
  transition: transform 0.3s ease;
  cursor: pointer;
}

.smallhovering:hover img {
  transform: scale(1.03);
  transition: transform 0.3s ease;
  cursor: pointer;
}

.visible {
	overflow: visible !important;;	
}

/* Lightbox overlay */
.lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 40px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.6);
  text-align: center;
}

/* Lightbox image */
.lightbox-content {
  max-width: 60%;
  margin-top: 2%;
}

#preloader { background: #000 url(../../images/loading.gif) no-repeat center center;
	height: 100vh;
	width: 100vw;
	position: fixed;
	z-index: 100; 
	background-size: 30em;	}

#preloader p, a { color: white !important; text-align: center !important; }
#credit { padding-top: 95vh; }

/* === GROUPED MEDIA SECTION === */

/* Large screen */

  h1 { font-size: 3em; }
  h2 { font-size: 1.5em; }  
  h3 { font-size: 1.1em; }
  .inner a { font-size: 1em; }
  .sectiongallery { padding-left: 17vw !important; padding-right: 17vw !important; padding-top: 0px !important; }
  .MainTitleText { padding-bottom: 12vw !important; }
  .MainTitleText header { padding-bottom: 1.9em!important; }
  #logos { color: #00752f; }
  .bannerlink:hover { background: #002316; color: white !important; }
  .sectiondescription { font-size: 1em; margin-top: -1em !important; width: 50%; text-align: center; padding-bottom: 3.1em; font-weight: 700 !important;}
  .science {color: white; }
  #banner { height: 50em; }
  #sciencedesign h2 { padding-top: 4.5em; color: white;}
  .subtext h2 { padding-top: 2em !important; margin-left: 9px;}
  .subtext p { margin-left: 9px; padding-bottom: 3em !important; margin-bottom: 0em !important; text-align: left; width: 30%;}
  .subtext { justify-content: left !important; padding-left: 10px !important;}
  #sciencegallery { background: linear-gradient(#00422A, #00752F); padding-bottom: 9em; }
  .bottombanner img { margin-top: -0.1em !important; margin-bottom: 0.5em !important; }
  #icongallery { background: #97c93d; padding-bottom: 5em; }
  #consultinggallery h2 { padding-top: 2em; }
  #consultinggallery { padding-bottom: 11em !important; }
  #gamegallery {padding-bottom: 10em !important; }
  #gamegallery h2 { margin-top: 4em; margin-left: 9px; margin-right: 9px; color: #00110a !important; }
  .linkies { color: #00110a !important; }
  .linkies:hover { color: #a7bcb4 !important; }	
  .gamelinks { color: #00752f !important; }
  #Title { height: 10em !important; }
  

/* Medium screen */
@media screen and (max-width: 1280px) {
  body, input, select, textarea { font-size: 11pt; }
  
  h1 { font-size: 3em; }
  h2 { font-size: 1.5em; }  
  .inner a { font-size: 1em; }  
  .sectiongallery { padding-left: 11vw !important; padding-right: 11vw !important; padding-top: 0px !important; }
  .sectiondescription { font-size: 1em; width: 75%; }
  #sciencedesign h2 { padding-top: 2.4em; }	
  #banner { height: 40em; }
  .subtext p { width: 75%; }
  #sciencegallery { padding-bottom: 5em; }
  #icongallery { padding-bottom: 2em; }
  #gamegallery {padding-bottom: 3em !important;}
  #consultinggallery { padding-bottom: 6em !important; }
  #preloader p, a { color: white !important; text-align: center !important; }
  .invisiblewhensmall { display: none !important;}
  
  #contact .column { padding: 2em 0 0.1em 0; padding-left: 2em; padding-right: 2em; }
  
  form .field.half { display: block; width: 100%; }
  
  form .field.half.first { margin-right: 0; }
  
  .gallery { padding: 2em; min-height: 20em; }
  
  .gallery header h2 { margin-bottom: 1em; }
  
  section .inner, article .inner { padding: 2em 0 0.1em 0; padding-right: 2em; padding-left: 2em; }
  
  section .columns.double .column, article .columns.double .column { width: 100%; }
  
  .wrapper > .inner { width: 100%; }
  
  #main #header { padding: 1.15em 2em; }
  
  #footer .inner { width: 75%; }
  
  .wrapper > .inner { width: 65em; }
  
}

/* Small screen (phone) */
@media screen and (max-width: 480px) {
  html, body { min-width: 320px; }
 
  h1 { font-size: 3em; }
  h2 { font-size: 1em; }  
  .inner a { font-size: 1em; }
  .sectiongallery { padding-left: 6vw !important; padding-right: 6vw !important; padding-top: 0px !important; }
  .sectiondescription { font-size: 1em; width: 90%; margin-top: 1em !important; padding-bottom: 0em;}
  button { margin-bottom: 1em; }
  .MainTitleText { padding-bottom: 5vw !important; }
  #banner { height: 35em; }
  #sciencedesign h2 { padding-top: 2em; }	
  .subtext p { width: 90%; }
  #sciencegallery { padding-bottom: 2em; }
  .sciencebanner img {margin-bottom: -0.5em; }
  .researchsize { width: 100% !important; }
  #consultinggallery h2 { padding-top: 1em; color: white !important; }
  #consultinggallery { padding-bottom: 2em !important; }
  #Title { height: 8em !important; }
  .invisiblewhensmall { display: none !important;}
  
  #contact .column { padding: 1em 0 0.1em 0; padding-left: 1em; padding-right: 1em; }
  
  .gallery { padding: 1em; }
  
  .gallery header h2 { margin-bottom: .5em; }
  
  .gallery .content .media { width: 50%; }
   
  .image.left, .image.right { max-width: 100%; width: 100%; float: none; margin: 0 0 1em 0; }
  
  ul.tabs { margin-bottom: 1em; }
  
  ul.actions { margin: 0 0 2em 0; }
  
  ul.actions li { padding: 1em 0 0 0; display: block; text-align: center; width: 100%; }
  
  ul.actions li:first-child { padding-top: 0; }
  
  ul.actions li > * { width: 100%; margin: 0 !important; }
  
  ul.actions li > *.icon:before { margin-left: -2em; }
  
  ul.actions.small li { padding: 0.5em 0 0 0; }
  
  ul.actions.small li:first-child { padding-top: 0; }
  
  section .inner, article .inner { padding: 1em 0 0.1em 0; padding-right: 1em; padding-left: 1em; }
  
  #footer .inner { width: 90%; }
}