@font-face {
    font-family: 'ashbury';
    src: url('../fonts/ashburylig-webfont.woff2') format('woff2'),
         url('../fonts/ashburylig-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'pixeloperator';
    src: url('../fonts/pixeloperator8-webfont.woff2') format('woff2'),
         url('../fonts/pixeloperator8-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gameboy';
    src: url('../fonts/earlygameboy-webfont.woff2') format('woff2'),
         url('../fonts/earlygameboy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

*
{
	margin: 0px;
	padding: 0px;
}

/* unvisited link */
a:link
{
	color: #FFFFFF;
	text-decoration: none;
}

/* visited link */
a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

/* mouse over link */
a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

#header a:hover
{
	text-decoration: none;
}

/* selected link */
a:active
{
	color: #DDDDDD;
	text-decoration: none;
}

a img  
{  
	border: none;
}

.hidden
{
	display: none !important;
}


.invisible
{
	visibility: hidden;
}

body
{
	background-color: black;
	color: white;
}

h1
{
	display: block;
	text-align: center;
	padding-top: 75px;
}

h2
{
	text-align: center;
	font-family: pixeloperator;
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'gameboy';
	font-size: 25px;
	margin-bottom: 25px;
}

.topbar {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	background: #d4aa00;
	height: 65px;
	text-align: center;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	z-index: 2;
}

.topbar img.logo {
	margin-left: calc((100vw - 100%) + 5px);
	margin-top: 5px;
	width: 65px;
	height: 65px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	display: inline-block;
}

	.topbar img.title {
		vertical-align: top;
		margin-left: 20px;
		margin-right: 20px;
		max-width: 400px;
		height: auto;
		width: calc(100vw - 115px);
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		display: inline-block;
	}

table.about {
	max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

table.about td {
	padding: 40px;
	color: #e2e7b6;
	width: 50%;
}

.separator {
	height: 32px;
	width: 100%;
	background-image: url('../images/wall3.png');
	background-size: 64px 32px;
	/* display: none; */
}

.dots {
	display: none;
}


.content {
	padding-top: 100px;
	height: 100%;
	height: calc(100% - 100px);
}

.content * {
	z-index: 1;
	position: relative;
}



/* SECTIONS */

section {
	position: relative;
	/* margin-top: 65px; */
	overflow: hidden;
}

section .top-border {
	left: 0px;
	right: 0px;
	top: 65px;
	width: auto;
	height: 16px;
	position: absolute;
	background-repeat: repeat-x;
	background-size: 64px;
	display: none;
}

section .bottom-border {
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: auto;
	height: 16px;
	position: absolute;
	background-repeat: repeat-x;
	background-size: 64px;
}

	section.hero {
		background-image: url('../images/clouds.png');
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

		section.hero .title {
			padding-top: 5vh;
			max-width: 90vw;
			height: auto;
		}

	section.about {
		background-image: url('../images/wall_blue_middle.png');
		background-size: 64px;
		background-repeat: repeat;
	}

		section.about .top-border {
			background-image: url('../images/wall_blue_top.png');
		}

		section.about .bottom-border {
			background-image: url('../images/wall_blue_bottom.png');
		}


	section.screenshots {
		background-image: url('../images/wall_red_middle.png');
		background-size: 64px;
		background-repeat: repeat;
		text-align: center;
	}

		section.screenshots .top-border {
			background-image: url('../images/wall_red_top.png');
		}

		section.screenshots .bottom-border {
			background-image: url('../images/wall_red_bottom.png');
		}



	section.play {
		background-image: url('../images/wall_teal_middle.png');
		background-size: 64px;
		background-repeat: repeat;
		text-align: center;
	}

		section.play .top-border {
			background-image: url('../images/wall_teal_top.png');
		}

		section.play .bottom-border {
			background-image: url('../images/wall_teal_bottom.png');
		}


	section.contact {
		background-image: url('../images/wall_green_middle.png');
		background-size: 64px;
		background-repeat: repeat;
		text-align: center;
	}

		section.contact .top-border {
			background-image: url('../images/wall_green_top.png');
		}

		section.contact .bottom-border {
			background-image: url('../images/wall_green_bottom.png');
		}

		section.contact .content {
			max-width: 800px;
			text-align: center;
			margin-left: auto;
			margin-right: auto;
		}


.wall {
	padding: 60px;
}

#containers
{
	position:relative;
}

div.container
{
	position: relative;
}


/* ABOUT */

.about .content {
	display: flex;
	flex-flow: column;
	height: calc(100vh - 100px);
}

	.about .content .trailer-container {
		flex: 1;
		overflow: hidden;
		display: flex;
		align-items: center;
		width: 100%;
	}

	.trailer-container::before {
		content: '';
		position: absolute;
		top: 0;
		left:0;
		right:0;
		bottom:0;
		z-index: 2;
		user-select: none;
	}

		.about .content .trailer-container .trailer {
			max-height: 95%;
			width: auto;
			max-width: 100%;
			height: auto;
			margin-left: auto;
			margin-right: auto;
			border: solid 1px #222;
			box-shadow: #000000 2px 2px 5px 0px;
			height: 57vw;
			width: 100vw;
			max-width: 129vh;
			max-height: 100%;
		}

	.about .content .desc {
		text-align: center;
		font-weight: normal;
		margin-left: 0px;
		vertical-align: bottom;
		font-size: 15px;
		font-family: 'pixeloperator';
		font-size: 1em;
		line-height: 25px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 70px;
		margin-bottom: 90px;
		flex: 1;
		max-width: 95%;
	}


/* SCREENSHOTS */

.screenshots .content {
	display: flex;
	flex-flow: column;
	height: calc(100vh - 100px);
}

	.screenshots .content .main-screenshot-container {
		flex: 1;
		overflow: hidden;
		display: flex;
		align-items: center;
		width: 100%;
	}

		.screenshots .content .main-screenshot-container img {
			max-height: 95%;
			width: auto;
			max-width: 100%;
			height: auto;
			margin-left: auto;
			margin-right: auto;
			border: solid 1px #222;
			box-shadow: #000000 2px 2px 5px 0px;
		}

	.screenshots .content .screenshots-container {
		padding: 15px 5px 60px 5px;
	}

		.screenshots .content .screenshots-container img {
			max-width: calc(50vw - 15px);
			height: auto;
			border: solid 1px #444;
			max-height: 10vh;
			width: auto;
		}


/* PLAY */

.play .content iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5vh;
	max-width: 100%;
	width: 650px;
}


.trailer-container::before,
.widget-container::after {
	content: '';
	position: absolute;
	top: 0;
	left:0;
	right:0;
	bottom:0;
	z-index: 2;
	user-select: none;
}

	.widget-container {
		display: block;
	}


/* CONTACT */

.contact .formLine label {
	display: block;
	text-align: left;
}

.contact form {
	font-family:arial;
	float:left;
	color:white;
	padding-top: 0px;
	width:100%;
	text-align:left;
	overflow: hidden;
}

.contact form input.submit {
	display:inline-block;
	margin-left:15%;
}

.contact form input.medium {
	margin-right:0%;
	padding:5px;
	margin-top: 10px;
	height:30px;
	margin-left:10px;
	display: table-cell;
	width:100%;
	font-family:arial;
	font-size:1em;
}

.contact form textarea.large {
	margin-right:0px;
	margin-top: 10px;
	margin-left:10px;
	font-family:arial;
	font-size:1em;
	padding:5px;
	display: table-cell;
	width:100%;
	border:solid 1px white;
}

.contact form div.formLine {
	width: 90%;
	display: table;
}

.contact .form li {
	margin-bottom:5px;
}

.contact form label {
	width: 270px;
	text-align: right;
	vertical-align: top;
	font-size:1.5em;
	margin-right: 0px;
	display: table-cell;
	padding-top:15px;
	font-weight:bold;
	font-family: 'pixeloperator';
	color: #e2e7b6;
	margin-left: 8px;
}

.contact form ul {
	list-style-type: none;
}

div.g-recaptcha
{
	margin-top: 15px;
	padding-top: 0px;
	margin-left: 10px;
}

.contact form button.submit {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	border: 0px;
	cursor: pointer;
	font-size:1.5em;
	font-weight:bold;
	font-family: 'pixeloperator';
	color: #e2e7b6;
	background-color: transparent;
}

#contactContainer
{
    height: 80%;
    position: relative;
    display: flex;
    align-items: center;
}

#contactResponse
{
    color: white;
    font-family: arial;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: -10px;
    margin-bottom: 20px;
    overflow: hidden;
}

#contactResponse label
{
	font-size: 1.0em;
    margin-top: 0px;
    font-family: 'pixeloperator';
    color: #FF6A00;
    display: block;
    line-height: 1.5em;
}

#processingContact
{
	position: absolute;
	top: 130px;
	margin-left: 50%;
	margin-right: 50%;
	left: 0px;
}




/* */

h5
{
	font-size:1.3em;
	display:inline;
	margin-left:5px;
	margin-right:5px;
}

p.disclaimer
{
	display:inline-block;
	margin-top:7px;
	margin-bottom:10px;
	font-size:0.85em;
	padding-left:10px;
	padding-right:10px;
	font-style: italic;
	color:#ccc;
}

.steamWidget {
	margin-bottom: 20px;
    width: 100%;
	max-width: 614px;
}

.youtube
{
    border: solid 1px black;
    box-shadow: 2px 2px 3px#000000;
    max-width: 550px;
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}


/*
.about {
	max-width: 90vw;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}
*/

.cell {
	text-align: center;
	color: #fff;
}

.description
{
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
	font-weight: normal;
	margin-left: 0px;
	vertical-align: bottom;
	font-size: 15px;
	font-family: 'pixeloperator';
	align-items: start;
    display: flex;
	margin-top: 11vw;
    font-size: 4vw;
    line-height: 25px;
}

.features ul {
    text-align: center;
	font-family: 'pixeloperator';
	font-size: 20px;
	margin-bottom: 30px;
	list-style: none;
}

	.features ul li {
		margin-bottom: 5px;
	}

.pressItem {
	color: #e2e7b6;
	background: #111;
	border-radius: 10px;
	width: 350px;
	display: inline-block;
	vertical-align: top;
	margin: 30px 0px;
}

	.pressItem .pressHeader {
		position: relative;
		display: block;
		padding: 0;
		background: #494949;
		padding: 10px;
		border-radius: 10px 10px 0px 0px;
		height: 60px;
	}

		.pressItem .pressHeader img {
			float: left;
			margin-right: 10px;
			width: 60px;
			height: 60px;
		}

		.pressItem .pressHeader h4 {
			color: #e2e7b6;
			font-size: 24px;
			text-align: left;
			display: block;
			margin-bottom: 0px;
			font-weight: bold;
			text-overflow: ellipsis;
			white-space: nowrap;
			overflow: hidden;
			margin-top: -3px;
			letter-spacing: 1.5px;
			font-family: 'pixeloperator';
		}

		.pressItem .pressHeader h5 {
			color: #e2e7b6;
			font-size: 16px;
			text-align: left;
			display:block;
			font-weight: normal;
			line-height: 17px;
		}

		.pressItem p {
			color: #e2e7b6;
			font-size: 24px;
			text-align: left;
			font-weight: normal;
			letter-spacing: 0.5px;
			padding: 18px;
			display: block;
			font-style: italic;
		}



@media (min-width: 650px)
{
	.description {
		font-size: 25px;
		line-height: 40px;
	}

	.dots {
		display: inline-block;
	}

	h2 {
		font-size: 30px;
		margin-bottom: 30px;
	}

	.about .content .desc {
		font-size: 1.4em;
		line-height: 1.4em;
		max-width: 75%;
	}

	.contact form div.formLine {
		padding: 10px;
	}
}

@media (min-width: 850px)
{  
	img.grave
	{
		width:165px;
		height:243px;
	}
	
	p.quote
	{
		font-size:3.2em;
	}
	
	div.quoteContainer
	{
		padding-top:45px;
	}
	
	div.topForeground
	{
		top:675px;
	}
	
	div.menu
	{
		height:840px;
	}

	.about .content .desc {
		flex: none;
	}
}


@media (min-width: 1600px)
{
	.about {
		display: table;
		padding: 0px;
	}
	
	.row {
		display: table-row;
	}
	
	.cell {
		padding: 40px;
		width: 50%;
		display: table-cell;
	}

	.cell.features {
		padding-left: 0px;
		padding-right: 0px;
		vertical-align: top;
	}

	.description
	{
		text-align: left;
		font-size: 30px;
		line-height: 36px;
		padding-bottom: 10%;
		align-items: center;
	}

	.features ul {
		margin-bottom: 0px;
		margin-left: 70px;
	}

		.features ul li {
			text-align: left;
			font-size: 38px;
			list-style:circle;
		}

	.youtube {
		width: 100%;
		height: 22vw;
		max-width: none;
	}

	.about .row .cell.trailer {
		align-items: normal;
		display: table-cell;
	}

	.about .content .desc {
		font-size: 2.5em;
		line-height: 1.4em;
		max-width: 75%;
	}
}



/* RAIN */

html, body { 
    margin: 0; 
    height: 100%; /* Ensure the body takes up full height */ 
} 

.rain {
  position: fixed;
  top:  200px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.rain.back-row {
  top: 200px;
  display: block;
  bottom: 60px;
  opacity: 0.5;
  position: fixed;
}

.drop {
  position: absolute;
  bottom: 100%;
  width: 15px;
  height: 120px;
  pointer-events: none;
  animation: drop 0.5s linear infinite;
}

@keyframes drop {
  0% {
    transform: translateY(0vh);
  }
  75% {
    transform: translateY(100vh);
  }
  100% {
    transform: translateY(100vh);
  }
}

.stem {
  width: 5px;
  height: 60%;
  margin-left: 7px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25));
  animation: stem 0.5s linear infinite;
}

@keyframes stem {
  0% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}




/* Busy Spinner */
.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    } 