@charset "utf-8";
/* CSS Document */
/* Created By Marcus Nichols */
/* It's a little messy but it doesn't matter */

/* Import Google Fonts */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700,600,400,300);

/* Import TideSans font */
@font-face {
	font-family: 'TideSans';
	src: url('fonts/TideSans/TideSans-100LilBunny.otf') format('opentype');
	font-style: none;
	font-weight: 100;
}

@font-face {
	font-family: 'TideSans';
	src: url('fonts/TideSans/TideSans-200LilMondo.otf') format('opentype');
	font-style: none;
	font-weight: 200;
}

@font-face {
	font-family: 'TideSans';
	src: url('fonts/TideSans/TideSans-300LilKahuna.otf') format('opentype');
	font-style: none;
	font-weight: 300;
}

@font-face {
	font-family: 'TideSans';
	src: url('fonts/TideSans/TideSans-400LilDude.otf') format('opentype');
	font-style: none;
	font-weight: 400;
}

@font-face {
	font-family: 'TideSans';
	src: url('fonts/TideSans/TideSans-500Dudette.otf') format('opentype');
	font-style: none;
	font-weight: 500;
}

@font-face {
	font-family: 'TideSans';
	src: url('fonts/TideSans/TideSans-600Bunny.otf') format('opentype');
	font-style: none;
	font-weight: 600;
}

@font-face {
	font-family: 'TideSans';
	src: url('fonts/TideSans/TideSans-700Mondo.otf') format('opentype');
	font-style: none;
	font-weight: 700;
}

@font-face {
	font-family: 'TideSans';
	src: url('fonts/TideSans/TideSans-800Kahuna.otf') format('opentype');
	font-style: none;
	font-weight: 800;
}

@font-face {
	font-family: 'TideSans';
	src: url('fonts/TideSans/TideSans-900Dude.otf') format('opentype');
	font-style: none;
	font-weight: 900;
}

/* Clearing Some Default Styles */
.clear {
	clear: both;
}

* {
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
}

a:active {
	outline: none;
	-moz-outline-style: none;
}

a {
	outline: none;
}

:focus {
	-moz-outline-style: none;
}

.clear {
	clear: both;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

iframe {
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
}

/* Text settings at top for quicker editing */
p {
	font-size: 12pt;
	font-weight: 400;
}

.justify {
	text-align: justify;
}

.fullwidthbanner-container {
	width: 100% !important;
	position: relative;
	padding: 0;
	max-height: 400px !important;
	overflow: hidden;
	background: #FFFFFF;
}

/* Core Page Settings */
body {
	background: url('images/footer.png');
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #595959;
	height: 100%;
	-webkit-text-size-adjust: none;
	padding-top: 100px;
}

/* HEADER CONTENT */

header {
	width: 100%;
	height: 100px;
	background: url('images/nav-bg.png') center top repeat-x;
	position: fixed;
	z-index: 9999;
	top: 0%;
}

.headerFlex {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: space-between;
}

/* NavBar Stuff */
header#NavBar {
	background-position: 0px 0px;
}

.siteLogo {
	width: 264px;
	height: 60px;
	background: url('images/logo.png') no-repeat;
	background-size: contain;
	text-indent: -9999px;
	display: block;
}

.wrapper {
	width: 100%;
	max-width: 1100px;
	min-width: 300px;
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
}

/* Navigation Bar Content */
nav {
	width: auto;
	height: auto;
}

nav ul {
	width: auto;
	height: auto;
	display: flex;
	justify-content: flex-end;
}

nav ul li {
	list-style: none;
	margin: 0px;
	display: block;
	background: url('images/nav.png') top left repeat-x;
	-moz-transition: background 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: background 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: background 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

nav ul li a {
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	margin: 0px;
	line-height: 100px;
	width: auto;
	height: 100px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: 600;
	padding: 0 30px;
}

nav img {
	display: none;
}

/* Standardized Navigation Bar */
header#NavBar nav ul li {
	background-position: 0px -100px;
}

header#NavBar nav ul li#active {
	background-position: 0px -200px;
}

header#NavBar nav ul li.active {
	background-position: 0px -200px;
}

header#NavBar nav ul li:hover {
	background-position: 0px 0px;
	-moz-transition: background 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: background 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: background 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.white-bg {
	width: 100%;
	height: auto;
	padding: 34px 0;
	background: url('images/home_bg.png') repeat;
	margin: 0px;
}

section.home,
.contact {
	width: 898px;
	height: auto;
	padding: 20px 30px;
	border: 1px solid #e1e1e1;
	background: #fafafa;
	margin: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow: hidden;
	border-top: none;
}

section.home img {
	float: left;
}

#hometop-sep {
	width: 2px;
	height: 120px;
	display: block;
	background: #c9c9c9;
	box-shadow: 0 1px 0 #FFFFFF;
	margin: 0 34px;
}

section.home p#hometitle {
	text-align: justify;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #828282;
	text-shadow: 1px 1px 0 #FFFFFF;
	font-size: 15pt;
	font-weight: 300;
	margin: 0 0 0 0;
}

section.home p {
	text-align: justify;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #828282;
	text-shadow: 1px 1px 0 #FFFFFF;
	font-size: 15pt;
	font-weight: 300;
	width: auto;
}


/* Extra Stuff to accomodate the section change */

.home {
	width: 100%;
	height: auto;
	background: RGBA(18, 161, 220, 0.85) url('images/pattern_triangle_15.png') repeat;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #1283df;
	box-sizing: border-box;
}

.home-inner {
	width: 100%;
	height: auto;
	border: 1px solid #5dc2eb;
	padding: 21px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}

.home img {
	width: auto;
	height: 200px;
	object-fit: contain;
}

#hometop-sep {
	width: 2px;
	height: 150px;
	display: block;
	background: #FFFFFF;
}

.home p#hometitle {
	text-align: justify;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14pt;
	font-weight: 300;
	margin: 0 0 0 0;
}

.home p {
	text-align: justify;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14pt;
	font-weight: 300;
	margin: 0;
}

/* End Section Stuff */

p.text {
	text-align: justify;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #828282;
	font-size: 15pt;
	font-weight: 300;
	margin: 10px 0 0 0;
}

.contact {
	width: 898px;
	height: auto;
	padding: 20px 30px;
	border: 1px solid #e1e1e1;
	background: #fafafa;
	margin: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	overflow: hidden;
	border-top: none;
}

.contact p {
	text-align: justify;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #828282;
	text-shadow: 1px 1px 0 #FFFFFF;
	font-size: 15pt;
	font-weight: 300;
}


.parallax-bound {
	width: 100%;
	height: 300px;
	position: relative;
	overflow: hidden;
	background: #1283df;
}

#para-text {
	width: auto;
	height: auto;
	position: absolute;
	margin: 210px auto 0 auto;
	z-index: 5;
	border: 1px solid #1283df;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #8f8f8f;
	font-size: 21pt;
	font-weight: 300;
	text-align: center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: RGBA(18, 161, 220, 0.85) url('images/pattern_triangle_15.png') repeat;
}

#para-text-inner {
	border: 1px solid #49b7e4;
	width: auto;
	height: auto;
	padding: 15px 30px;
	color: #FFFFFF;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: 400;
	text-align: justify;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#para-me {
	width: auto;
	height: auto;
	position: absolute;
	margin: 20px 0 0 0;
	z-index: 5;
}

#para-logo {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	z-index: 5;
}

#para-logo img {
	width: calc(100% - 40px);
	height: 280px;
	object-fit: contain;
}


#para-image {
	width: 100%;
	height: 100%;
	min-height: 600px;
	position: absolute;
	z-index: 3;
	display: block;
	background-size: cover !important;
	background-position-x: center;
	text-indent: -9999px;
}

.para-about {
	background: url(images/about/bg_about.jpg) center top no-repeat;
}

.para-contact {
	background: url(images/parallax/contact.jpg) center top no-repeat;
}

.para-web {
	background: url(images/parallax/website.jpg) center top no-repeat;
}


#para-mail {
	width: 714px;
	height: 134px;
	position: absolute;
	z-index: 3;
	margin-left: 0px;
	margin-top: 40px;
}


#portfolio-nav {
	width: auto;
	height: 60px;
	display: inline-block;
	list-style: none;
	text-align: center;
	margin: 20px 0 20px 293px;
}

#portfolio-nav li {
	float: left;
	margin: 0 20px 0 0;
}

#portfolio-nav li a {
	width: auto;
	height: auto;
	padding: 15px 20px;
	border: 1px solid #e1e1e1;
	background: #fafafa;
	display: block;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #828282;
	text-decoration: none;
	font-size: 13pt;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-transition: background 0.25s, border 0.25s ease-in-out;
	-webkit-transition: background 0.25s, border 0.25s ease-in-out;
	transition: background 0.25s, border 0.25s ease-in-out;
}

#portfolio-nav li a:hover {
	background: #12a1dc;
	color: #FFFFFF;
	border: 1px solid #066d97;
	-moz-transition: background 0.25s, border 0.25s ease-in-out;
	-webkit-transition: background 0.25s, border 0.25s ease-in-out;
	transition: background 0.25s, border 0.25s ease-in-out;
}

#portfolio-nav li:last-child {
	margin: 0px !important;
}

.home-content {
	width: 960px;
	height: auto;
	padding: 0px;
	background: #E9E9E9;
	margin: 0 0 0 0;
}

.home-content p {
	width: 930px;
	padding: 15px;
	font-size: 14pt;
	font-weight: 300;
}

.home-title {
	width: auto;
	height: 60px;
	padding: 0px;
	margin: 60px 0 0 0;
	display: block;
}

.home-title img {
	float: left;
	background: #0f8fc4;
}

.home-title.first {
	margin: 10px 0 0 0;
}

.home-title h2 {
	text-align: left;
	font-size: 20pt;
	color: #fff;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	line-height: 60px;
	float: left;
	background: #21ace5;
	padding: 0 20px;
}


.button_home a {
	width: auto;
	height: 70px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: 300;
	font-size: 16pt;
}

.button_home {
	position: absolute;
	z-index: 2;
	margin: -40px 0 0 775px;
}

.button_home a:hover span.text {
	background: #41c2fc;
	color: #FFFFFF;
}

.button_home a:hover span.start {
	background: url('images/findmore_sprite.png') 0 -70px;
}

.button_home a:hover span.end {
	background: url('images/findmore_sprite.png') -39px -70px;
}

.button_home span.text {
	padding: 0 15px;
	height: 60px;
	line-height: 60px;
	width: auto;
	display: block;
	margin: 10px 0 0 0;
	background: #29a5df;
	float: left;
}

.button_home span.start {
	width: 17px;
	height: 70px;
	background: url('images/findmore_sprite.png');
	display: block;
	float: left;
}

.button_home span.end {
	width: 11px;
	height: 70px;
	background: url('images/findmore_sprite.png') -39px 0;
	display: block;
	float: left;
}


.img_item {
	overflow: hidden !important;
	width: 310px;
	height: 238px;
	display: block;
	position: relative;
}

.img_item a {
	width: 310px;
	height: 238px;
	display: block;
	overflow: hidden !important;
}

.plus {
	position: absolute;
	z-index: 3;
	width: 310px;
	height: 238px;
	margin: -160px 0px 0px 0px;
	display: inline-block;
}

.overlay {
	position: absolute;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0)
}

#home-bot {
	width: 100%;
	height: 40px;
	display: block;
}

.model-item {
	width: 300px;
	height: 350px;
	float: left;
	background: #dddbdb !important;
	margin: 15px 0 15px 15px;
}

.model-item a {
	width: 300px;
	height: 350px;
	display: block;
	position: absolute;
}

.model-item img {
	margin: 0px;
	padding: 0px;
	display: block;
}

.model-item a:hover .model-title-box {
	background: #0f8fc4;
	-moz-transition: background 0.25s ease-in-out;
	-webkit-transition: background 0.25s ease-in-out;
	transition: background 0.25s ease-in-out;
}

.model-title-box {
	width: 300px;
	height: 50px;
	background: #21ace5;
	-moz-transition: background 0.25s ease-in-out;
	-webkit-transition: background 0.25s ease-in-out;
	transition: background 0.25s ease-in-out;
}

.model-title-box img {
	width: 50px;
	height: 50px;
	background: #0f8fc4;
	float: right;
	margin: 0px;
}

.model-title-box h3 {
	float: left;
	width: 230px;
	height: 50px;
	padding: 0 0 0 10px;
	text-align: center;
	font-size: 18pt;
	color: #fff;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 300;
	line-height: 50px;
}

.gallery-wrap {
	width: 960px;
	height: auto;
}

.gallery-wrap a {
	width: 960px;
	height: 540px;
	float: left;
	margin: 15px 0px 0px 0;
	border: 1px solid #494949;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.gallery-wrap a span {
	background: url('images/gallery-overlay.png') no-repeat;
	width: 960px;
	height: 540px;
	display: block;
	position: absolute;
	z-index: 20;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
}


/* Web Portfolio Stuff */
/* Love adding in new things and making things complicated */
.WebPortfolio-Item {
	flex: 1 1 auto;
	height: 266px;
	display: block;
	overflow: hidden;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
}

.WebPortfolio-Item img {
	display: block;
	width: 100%;
	object-fit: cover;
	min-height: 266px;
}

.wideBoy {
	float: none;
	width: 100%;
	height: 400px;
}

.WebPortfolio-Item .Info h3 {}

.WebPortfolio-Item .Info h3 span {
	font-style: italic;
	font-size: 10px;
	font-weight: 400;
}

.WebPortfolio-Item .Info p {
	font-style: italic;
}


.WebPortfolio-Item .Info {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	position: absolute;
	margin: 0px;
	background: RGBA(250, 250, 250, 0.95) url('images/pattern_triangleblack_15.png') repeat;
	z-index: 10;
	border-top: 1px solid #e1e1e1;
	padding: 10px;
	box-sizing: border-box;
	align-items: center;
}

.WebPortfolio-Item .Info a.web-button {
	display: block;
	width: 100px;
	font-size: 15px;
	padding: 15px;
	text-align: center;
	background: #12a1dc;
	color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-transition: background 0.25s, border 0.25s ease-in-out;
	-webkit-transition: background 0.25s, border 0.25s ease-in-out;
	transition: background 0.25s, border 0.25s ease-in-out;
}

.WebPortfolio-Item .Info a.web-button:hover {
	background: #1283df;
	color: #FFFFFF;
	-moz-transition: background 0.25s, border 0.25s ease-in-out;
	-webkit-transition: background 0.25s, border 0.25s ease-in-out;
	transition: background 0.25s, border 0.25s ease-in-out;
}

.webFlex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}

.softwareFlex {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 13px;
	margin: 8px 0 0 0;
}

.softwareIcon {
	height: 40px;
	display: block;
}

/* About - Project Selection */
.Project-Item {
	height: 400px;
	width: auto;
	display: block;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}

.Project-Item.about {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e1e1e1;
	flex: 0 0 calc(33.33% - (42px/3));
}

.Project-Item.info {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	flex: 0 0 calc(50% - (21px/2));
	overflow: hidden;
	height: 300px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
}

.Project-Item.fullwidth {
	width: 100%;
	flex: 1 1 auto;
}

.Project-Item.halfwidth {
	width: 50%;
	flex: 1 1 auto;
}

.Project-Item img.projectlogo {
	display: block;
	width: 90%;
	max-height: 150px;
	object-fit: contain;
	margin: 0 auto;
	position: absolute;
	left: 5%;
}


.Project-Item .Info h3 {}

.Project-Item .Info h3 span {
	font-style: italic;
	font-size: 10px;
	font-weight: 400;
}

.Project-Item .Info p {
	font-style: italic;
}


.Project-Item .Info {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	position: absolute;
	margin: 0px;
	background: RGBA(250, 250, 250, 0.95) url('images/pattern_triangleblack_15.png') repeat;
	z-index: 10;
	border-top: 1px solid #e1e1e1;
	padding: 10px;
	box-sizing: border-box;
	align-items: center;
	bottom: 0px;
}

.Project-Item .Info a.web-button {
	display: block;
	width: 100px;
	font-size: 15px;
	padding: 15px;
	text-align: center;
	background: #12a1dc;
	color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-transition: background 0.25s, border 0.25s ease-in-out;
	-webkit-transition: background 0.25s, border 0.25s ease-in-out;
	transition: background 0.25s, border 0.25s ease-in-out;
}

.Project-Item .Info a.web-button:hover {
	background: #1283df;
	color: #FFFFFF;
	-moz-transition: background 0.25s, border 0.25s ease-in-out;
	-webkit-transition: background 0.25s, border 0.25s ease-in-out;
	transition: background 0.25s, border 0.25s ease-in-out;
}

.ProjectFlex {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	columns: 3;
	gap: 21px;
	margin: 8px 0 0 0;
}

.ProjectFlex.info {
	margin: 21px 0 0 0;
}

h2 {
	font-size: 24pt;
	color: #21ace5;
	font-family: 'TideSans', 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0
}

h3 {
	font-size: 16pt;
	color: #21ace5;
	font-family: 'TideSans', 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0
}

.Project-PlatformsFlex {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 21px;
	width: 100%;
}

.Project-PlatformsFlex.Home {
	justify-content: center;
}

.Project-PlatformsFlex img {
	height: 20px;
}

.Project-PlatformsFlex.Info.platforms {
	margin-top: 13px;
}

.ProjectInfoDevLogo {
	max-height: 50px;
	max-width: 180px;
	width: auto;
	margin-top: 13px;
}

.Project-Highlight {
	width: 100%;
	height: 100%;
	display: block;
	background: url(images/pattern_triangle_15.png) repeat center center, RGBA(0, 0, 0, 0.8);
	z-index: 20;
	position: absolute;
	-webkit-box-shadow: inset 0px 0px 0px 2px RGBA(255, 255, 255, 0.45);
	-moz-box-shadow: inset 0px 0px 0px 2px RGBA(255, 255, 255, 0.45);
	box-shadow: inset 0px 0px 0px 2px RGBA(255, 255, 255, 0.5);
	opacity: 0;
	-moz-transition: opacity 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.Project-Highlight.Home {
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
}

.Project-Highlight:hover {
	opacity: 1;
	-moz-transition: opacity 0.15s ease-in-out, box-shadow 0.2s ease-in-out;
	-webkit-transition: opacity 0.15s ease-in-out, box-shadow 0.2s ease-in-out;
	transition: opacity 0.15s ease-in-out, box-shadow 0.2s ease-in-out;
	-webkit-box-shadow: inset 0px 0px 0px 7px RGBA(255, 255, 255, 0.45);
	-moz-box-shadow: inset 0px 0px 0px 7px RGBA(255, 255, 255, 0.45);
	box-shadow: inset 0px 0px 0px 7px RGBA(255, 255, 255, 0.5);
}

.Project-Highlight-Wrapper {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	-moz-transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.Project-Highlight-Wrapper.info img {
	height: 50px;
}

.Project-Highlight-Wrapper section {
	width: 100%;
	padding: 0 21px;
}

.Project-Highlight-Wrapper:hover {
	opacity: 1;
	-moz-transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.Project-Highlight-Wrapper.Home {
	text-align: center;
}

.Project-Highlight-Seperator {
	width: 100%;
	max-width: 1100px;
	height: 1px;
	background: #FFFFFF;
	opacity: 0.75;
	margin: 8px auto 12px auto;
}

.Project-Highlight h3 {
	font-size: 16pt;
	color: #FFFFFF;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 800;
	margin: 0;
	padding: 0;
	text-align: center;
}

.roundedButton {
	height: 46px;
	border-radius: 23px;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	background: #23ABE5;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	-moz-transition: background 0.25s ease-in-out;
	-webkit-transition: background 0.25s ease-in-out;
	transition: background 0.25s ease-in-out;
}

.roundedButton:hover {
	background: #3d81d8;
	-moz-transition: background 0.25s ease-in-out;
	-webkit-transition: background 0.25s ease-in-out;
	transition: background 0.25s ease-in-out;
}

.roundedButton p {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12pt;
	font-weight: 500;
	font-family: 'TideSans', 'Open Sans', Arial, Helvetica, sans-serif;
}

.roundedButton.Home {
	max-width: 550px;
	position: absolute;
	bottom: 34px
}

.roundedButton img {
	height: 18px;
}

.roundedButton.overview {
	width: auto !important;
	flex: none !important;
	padding: 0 55px;
}

.Project-Highlight-Wrapper .roundedButton {
	width: calc(100% - 40px);
}

.about-FlexText {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	flex-wrap: wrap;
	gap: 21px;
}

.about-FlexText p {
	width: auto;
	height: auto;
	display: block;
	font-size: 12pt;
}

.about-FlexText div {
	width: auto;
	height: auto;
	flex: 1 1 calc(50% - 10.5px);
}

.about-FlexText div p {
	width: 100%;
}

.headerTextContainer {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	gap: 8px;
}

.headerTextContainer img {
	height: 28px;
	width: auto;
}

.headerTextContainer.small img {
	height: 21px;
	width: auto;
}

.headerTextContainer h3,
.headerTextContainer h2 {
	white-space: nowrap;
}

.headerTextContainer.Gallery {
	margin-top: 34px;
}

.headerTextContainer.engine {
	margin-top: 13px !important;
	align-items: center;
}

.headerTextContainer.engine p {
	margin-top: 0px !important;
}

.headerTextContainer.engine img {
	margin-top: 0px !important;
}

.awardlink {
	color: inherit;
	text-decoration: none;
}

.awardlink:hover b {
	text-decoration: underline;
}

.ProjectInfo-Header {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 34px;
}

.ProjectInfo-Header-Left {
	width: calc(30% - 34px);
	height: auto;
	display: flex;
	flex: 1 1 auto;
	overflow: hidden;
	flex-direction: column;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 34px;
}

.ProjectInfo-Header-Left section {
	display: block;
	width: 100%;
	height: auto;
}

.ProjectInfo-Header-Left section p {
	margin-top: 8px;
}


.ProjectInfo-Header-Right {
	width: calc(70%);
	flex: 1 1 auto;
}

.ProjectInfo-Text {
	margin: 13px 0 0 0;
}

.ProjectInfo-Text a {
	text-decoration: none;
	color: inherit;
}

.ProjectInfo-Text a:hover {
	text-decoration: underline;
}

.ProjectInfo-TaskList li {
	margin: 0 0 0 0;
	border-bottom: 1px solid RGBA(0, 0, 0, 0.3);
	padding: 19px 0;
	list-style: none;
}

.ProjectInfo-TaskList li:last-child {
	border-bottom: 0px !important;
	padding-bottom: 0px !important;
}

.ProjectInfo-TaskList li:first-child {
	padding: 13px 0 19px 0;
}

.ProjectInfo-Gallery {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 21px;
	margin-top: 21px;
}

.ProjectInfo-Gallery a {
	height: 300px;
	width: calc(50% - 10.5px);
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	overflow: hidden;
	flex: 0 0 auto;
}

.ProjectInfo-Gallery a img {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	object-fit: cover;
}

.ProjectInfo-Buttons {
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	gap: 20px;
}

/* GLOBAL FOOTER, CONTACT AND SOCIAL ICON STYLES BELOW */
/* THERE IS NO POINT EDITING ANYTHING BELOW UNLESS YOU GOTS TO! ;D */
footer {
	width: 100%;
	height: auto;
	padding: 20px 0 20px 0;
	border-top: 1px solid #d6d6d6;
	padding-bottom: safe-area-inset-bottom;
}

#copyright {
	text-align: center;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #828282;
	font-size: 10pt;
	font-weight: 300;
}

.footer-flex {
	width: 100%;
	height: auto;
}

.right-text a {
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
	-moz-transition: color 0.25s ease-in-out;
	-webkit-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
}

.right-text a:hover {
	font-weight: 600;
	color: #ffb516;
	text-decoration: underline;
	-moz-transition: color 0.25s ease-in-out;
	-webkit-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
}

/*
|--------------------------------------------------------------------------
| UItoTop jQuery Plugin 1.1
| http://www.mattvarone.com/web-design/uitotop-jquery-plugin/
|--------------------------------------------------------------------------
*/

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	top: 50%;
	right: 0px;
	overflow: hidden;
	width: 50px;
	height: 50px;
	border: none;
	text-indent: -999px;
	background: url(images/top.png) no-repeat left top;
	z-index: 50;
}

#toTopHover {
	background: url(images/top.png) no-repeat left -50px;
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	float: left;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	z-index: 50;
}

#toTop:active,
#toTop:focus {
	outline: none;
}


/* MODIFICATIONS 2016 - THIS IS A MESS!!! */

section.home_update {
	width: 100%;
	height: auto;
	background: url('images/full/marcus.jpg');
	background-size: cover;
	padding: 40px 0;
}

.home_update {
	width: 100%;
	height: auto;
	background: url('images/full/marcus.jpg');
	background-size: cover;
	padding: 40px 0;
}

.hyper_VR {
	width: 100%;
	height: auto;
	background: url('images/full/partyware.jpg');
	background-size: cover;
	background-position: center;
	padding: 40px 0;
}

.pocket_galaxy {
	width: 100%;
	height: auto;
	background: url('images/full/pg.jpg');
	background-size: cover;
	padding: 40px 0;
}

.castle_kit {
	width: 100%;
	height: auto;
	background: url('images/full/castlekit.jpg');
	background-size: cover;
	background-position: center;
	padding: 0 0 40px 0;
}

.gunslinger {
	width: 100%;
	height: auto;
	background: url('images/full/gunslinger.jpg');
	background-size: cover;
	padding: 40px 0;
}

.triggertime {
	width: 100%;
	height: auto;
	background: url('images/full/triggertime.jpg');
	background-size: cover;
	background-position: center;
	padding: 40px 0;
}

.dualsouls {
	width: 100%;
	height: auto;
	background: url('images/full/dualsouls.jpg');
	background-size: cover;
	background-position: center;
	padding: 40px 0;
}

.misery {
	width: 100%;
	height: auto;
	background: url('images/full/misery.png');
	background-position: center;
	background-repeat: repeat;
	padding: 40px 0;
}

.icon-update-wrap {
	width: 72px;
	height: 72px;
	margin: 0 0 0 -84px;
	position: absolute;
	border: 1px solid #1283df;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.icon-update {
	width: 60px;
	height: 60px;
	background: RGBA(18, 161, 220, 0.85) url('images/pattern_triangle_15.png') repeat;
	padding: 5px;
	border: 1px solid #49b7e4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.logo {
	width: 100%;
	max-width: 467px;
	height: auto;
	margin: 0 auto 20px auto;
	display: block;
}


.textbox-wrap {
	width: 100%;
	height: auto;
	border: 1px solid #1283df;
	display: block;
	margin: 0 auto;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	box-sizing: border-box;
}

.textbox {
	background: RGBA(18, 161, 220, 0.85) url('images/pattern_triangle_15.png') repeat;
	border: 1px solid #49b7e4;
	width: auto;
	height: auto;
	padding: 20px;
	color: #FFFFFF;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: 300;
	text-align: justify;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
}

.awardsbox-wrap {
	width: 100%;
	max-width: 1000px;
	height: auto;
	border: 1px solid #ae790a;
	display: block;
	margin: 10px auto 0 auto;
	box-sizing: border-box;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.awardsbox {
	background: RGBA(228, 168, 8, 0.85) url('images/pattern_triangle_25.png') repeat;
	border: 1px solid #f3be4d;
	width: auto;
	height: auto;
	padding: 10px;
	color: #FFFFFF;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: 400;
	text-align: justify;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
}

.awardsbox ul {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
}

.awardsbox ul li {
	margin: 10px;
	list-style: none;
}

/* Old stuff for awards, with fallback colors :O */
.pg_awards {
	border: 1px solid #e1e1e1;
	background: RGBA(255, 255, 255, 0.4);
	border-radius: 15px;
	width: 920px;
	height: auto;
	padding: 20px;
	margin: 20px auto 0 auto;
}

.pg_awards li {
	float: left;
	margin: 0 15px 0 0;
	list-style: none;
}

.hyper_awards {
	border: 1px solid #e1e1e1;
	background: RGBA(255, 255, 255, 0.4);
	border-radius: 15px;
	width: 920px;
	height: auto;
	padding: 20px;
	margin: 20px auto 0 auto;
}

.hyper_awards li {
	float: left;
	margin: 0 15px 0 0;
	list-style: none;
}

.buttons_wrap {
	text-align: center;
	width: 100%;
	height: auto;
	margin: 10px auto 0 auto;
}

.buttons {
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}

.buttons li {
	width: auto;
	height: 62px;
	overflow: hidden;
	list-style: none;
	border: 1px solid #1283df;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 5px;
}

.buttons li a {
	line-height: 60px;
	padding: 0 15px 0 0;
	font-size: 17pt;
	font-weight: 400;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	background: RGBA(18, 161, 220, 0.85) url('images/pattern_triangle_15.png') repeat;
	border: 1px solid #49b7e4;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	text-align: center;
	-moz-transition: background 0.15s ease-in-out;
	-webkit-transition: background 0.15s ease-in-out;
	transition: background 0.15s ease-in-out;
	overflow: hidden;
}

.buttons li a span {
	float: left;
	width: 60px;
	height: 60px;
	overflow: hidden;
	margin: 0 0 0 0;
	background: RGBA(18, 161, 220, 0.85) url('images/pattern_triangle_15.png') repeat;
}

.buttons li a:hover {
	background-color: RGBA(18, 131, 223, 0.85);
	-moz-transition: background 0.25s ease-in-out;
	-webkit-transition: background 0.25s ease-in-out;
	transition: background 0.25s ease-in-out;
}

.divider {
	display: block;
	float: left;
	width: 1px;
	border-left: 1px solid #49b7e4;
	border-right: 1px solid #49b7e4;
	background: #1283df;
	height: 60px;
	margin: 0 15px 0 0;
}

.ue4-winner {
	border: 1px solid #e1e1e1;
	background: RGBA(255, 255, 255, 0.4);
	border-radius: 15px;
	width: 400px;
	height: 60px;
	overflow: hidden;
	margin: 20px auto;
}

.ue4-winner p {
	line-height: 25px;
	color: #2c2c2c;
	font-weight: 400;
	font-size: 16pt;
	text-align: center;
	margin: 3px 0 0 0;
	padding: 0 10px;
}

.ue4-winner img {
	float: left;
	width: 60px;
	height: 60px;
	background: RGBA(255, 255, 255, 0.5);
	margin: 0;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	max-width: 100%;
	margin: 34px auto 0 auto;
	border-radius: 6px;
	overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.embed-container iframe {
	frameborder: none;
}

.topmargin-large {
	margin-top: 34px;
}

.topmargin-medium {
	margin-top: 21px;
}

.topmargin-small {
	margin-top: 13px;
}

.topmargin-smallest {
	margin-top: 8px;
}

.ProjectInfo-Awards {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-items: flex-start;
	flex-wrap: nowrap;
	gap: 21px;
	list-style: none;
}

.ProjectInfo-Awards li {
	flex: 1 1 auto;
}

.ProjectInfo-Awards li a img {
	width: 100%;
	height: auto;
	object-fit: contain;
}


/* Responsive Queries */

@supports(padding: max(0px)) {

	/* iOS Padding for iPhone X Notch */
	.wrapper {
		padding-left: max(21px, env(safe-area-inset-left));
		padding-right: max(21px, env(safe-area-inset-right));
	}
}

@media only screen and (max-width : 1001px) {

	/* Fix for portfolio items */
	.webFlex .WebPortfolio-Item:nth-child(odd) {
		margin-right: 0px;
	}

	.wideBoy {
		height: 300px;
	}

	.wideBoy img {
		min-height: 300px;
	}

	.icon-update-wrap {
		display: none;
	}
}

@media only screen and (max-width : 925px) {

	/* Fix for homescreen buttons */
	.buttons {
		flex-direction: column;
	}
}

@media only screen and (max-width : 900px) {

	/* Fix for navigation bar and web portfolio on smaller devices */
	nav ul li a {
		padding: 0 20px;
	}

	.siteLogo {
		height: 55px;
	}

	.home img {
		width: auto;
		height: 150px;
		object-fit: contain;
	}

	#hometop-sep {
		height: 100px;
	}

	.wideBoy {
		height: 300px;
	}

	.wideBoy img {
		min-height: 300px;
	}

	.Project-Item.about {
		flex: 0 0 calc(50% - (21px/2));
	}

}

@media only screen and (max-width : 780px) {

	/* Fix for navigation bar and contact form on smaller devices */
	nav ul li a {
		padding: 0 15px;
	}

	.siteLogo {
		height: 40px;
	}

	.contactFlex {
		flex-direction: column;
	}

	.g-recaptcha {
		margin: 5px auto 10px auto;
		width: 304px;
	}

	.contactTextFlex {
		margin-right: 0px;
	}

	.ProjectInfo-Header {
		flex-direction: column;
	}

	.ProjectInfo-Header-Left {
		flex-direction: row;
		width: 100%;
	}

	.ProjectInfo-Header-Left section {
		flex: 1 1 calc(50% - (34px / 2));
	}

	.ProjectInfo-Header-Right {
		width: 100%;
	}

}

/* Used to be 700px */
@media only screen and (max-width : 680px),
only screen and (max-height: 420px) {

	/* Mobile Mode and Style Fixes */
	.siteLogo {
		height: 50px;
	}

	.hideForMobile {
		display: none;
	}

	header {
		height: 80px;
	}

	body {
		padding-top: 80px;
	}

	#response {
		margin-top: -80px;
	}

	nav {
		width: auto;
		height: auto;
	}

	nav img {
		height: 30px;
		width: auto;
		display: block;
		margin-right: 10px;
	}

	nav ul {
		width: 100%;
		height: 100%;
		position: fixed;
		right: -100%;
		top: 80px;
		background: url(images/pattern_triangle_7.png) center center repeat, RGBA(0, 0, 0, 0.85);
		flex-direction: column;
		justify-content: center;
		align-content: center;
		overflow: hidden;
		z-index: 400 !important;
	}

	nav ul li:first-child {
		margin-top: -80px;
	}

	nav ul li {
		list-style: none;
		display: block;
		width: calc(100% - 42px);
		margin: 0 auto;
		height: auto;
		background: none;
		border-bottom: 1px solid RGBA(255, 255, 255, 0.5);
	}

	nav ul li:last-child {
		border: none;
	}

	nav ul li a {
		color: #ffffff;
		text-decoration: none;
		display: block;
		margin: 0 0 0 0;
		width: 100%;
		height: auto;
		padding: 10pt 0;
		line-height: 40px;
		font-family: 'Open Sans', Arial, Helvetica, sans-serif;
		font-size: 14pt;
		font-weight: 600;
		text-align: center;
	}

	nav ul li a:hover {
		color: #23ABE5;
	}

	nav ul li#active a {
		color: #23ABE5;
	}


	#toTop {
		top: auto;
		bottom: 20pt;
		right: 0px;
		background: url(images/top.png) no-repeat left -50px;
	}

	.home-inner {
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
	}

	.home img {
		width: auto;
		height: 200px;
		object-fit: contain;
	}

	#hometop-sep {
		display: none;
	}

	.wideBoy {
		height: 266px;
	}

	.wideBoy img {
		min-height: 266px;
	}

	.textbox {
		font-size: 12pt;
	}

	.home p#hometitle {
		font-size: 12pt;
	}

	p.text {
		font-size: 12pt;
	}

	.Project-Item {
		flex: 1 1 auto !important;
		width: 100% !important;
	}

	.about-FlexText div {
		width: auto;
		height: auto;
		flex: 1 1 100%;
	}

	.ProjectInfo-Awards {
		flex-wrap: wrap;
	}

	.ProjectInfo-Awards li {
		flex: 1 1 calc(50% - 21px);
	}

	.roundedButton.overview {
		width: 100% !important;
		flex: 1 1 auto !important;
		padding: 0px;
	}

	.Project-Item.info {
		height: 250px;
	}
}

@media only screen and (max-height: 420px) {

	nav ul li a {
		padding: 10pt 0;
		line-height: 15px;
	}

	header {
		height: 65px;
	}

	body {
		padding-top: 65px;
	}

	#response {
		margin-top: -65px;
	}

	nav ul {
		top: 65px;
	}

	.siteLogo {
		height: 40px;
	}

}

@media only screen and (max-width : 290px) {

	/* Single edge case fix for 300px < */
	.siteLogo {
		height: 40px;
	}
}