@font-face {
font-family: BebasNeue-Regular;
src: url('fonts/BebasNeue/BebasNeue-Regular.ttf');
}
@font-face {
font-family: RobotoCondensed-Light;
src: url('fonts/RobotoCondensed/RobotoCondensed-Light.ttf');
}

body {
    font-size: 1.25vw;
	color: #f5aa7e;
	text-align: center;
	background-color: #272727;
}
a { color: #FFFFFF; text-decoration: none; }

h1,
h2 {
    font-weight: 300;
	font-size: 1.7vw;
}

h3 {
    font-weight: 300;
    font-size: 1.6vw;
}
h4, 
h5,
h6 {
    font-weight: 300;
    font-size: 1.4vw;
}

/*--- Privacy Policy Page ---*/
.privacy_policy_page 
h1 {
    font-weight: 600;
	font-size: 2.4vw;
	margin-bottom: 4%;
}

.privacy_policy_page 
h2 {
    font-weight: 600;
	font-size: 2vw;
	margin-bottom: 2%;
	margin-top: 4%;
}

.privacy_policy_page
h3 {
    font-weight: 600;
    font-size: 1.7vw;
	margin-bottom: 1%;
	margin-top: 2%;
}
.privacy_policy_page
h4, 
h5,
h6 {
    font-weight: 600;
    font-size: 1.5vw;
	margin-bottom: 1%;
	margin-top: 2%;
}
/*-----------------------------------------*/
#banner_gradient_green { 
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(15 58 21) 100%);
}
#banner_gradient_grey { 
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2%;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(39 39 39) 100%);
}
#image_gradient_green { 
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(15 58 21) 100%);
}
#image_gradient_grey { 
    content: "";
    position: absolute;
	bottom: -1px;
    left: 0;
    width: 100%;
    height: 2%;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(39 39 39) 100%);
}
#image_gradient_green_inverse { 
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgb(15 58 21) 100%);
}
#image_gradient_grey_inverse { 
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2%;
	background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgb(39 39 39) 100%);
}
#bg {
	position: fixed; 
	top: 0; 
	left: 0; 
	
	min-width: 100%;
	min-height: 100%;
}
.page-container {
	position: relative;
	min-height: 100vh;
}
.content-wrap {
	padding-bottom: 1.72rem;
}
.desktop-layout {
	display: block;
}
.mobile-layout {
	display: none;
}
.navigation_bar-layout {
	display: block;
}
.dropdown-layout {
	display: none;
}
.bold {
	font-weight: bold;
}
.page-header {
	font-family: BebasNeue-Regular;
	font-size: 4.1vw;
	padding-bottom: 0.3em;
}
.page-header-2 {
	font-family: BebasNeue-Regular;
	font-size: 4.1vw;
}
.sub-header {
	font-size: 2.8vw !important;
	padding-left: 3% !important;	
	padding-right: 3% !important;
}
.top-area-text {
    font-size: 1.56vw;
}
.column_small_text {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.25vw;
}
.game_banner_image {
	padding-top: 50px;
}
/*Navigation bar*/
.navigation_bar_bg {
	background-image: url("img/NavigationBarImage.png");
	background-size: contain;
	height: 190px;
	position: relative;
}
.navigation_bar {
	padding-top: 10px;
	padding-bottom: 15px;
	padding-right: 5%;
	align-items: start;
	display: flex;
	min-height: 100%;
}
.navigation_bar_logo {
	display: flex;
	width: 100%;
	justify-content: left;
}
.navigation_bar_buttons {
	display: flex;
	width: 100%;
	justify-content: right;
	padding-top: inherit;
}
.navigation_bar_button {
	color: #fff;
	text-align: center;
	padding-right: 7.5%;
	padding-left: 7.5%;
    font-size: 30px;
	font-family: RobotoCondensed-Light;
}
.logo {
	width: 170px;
	padding-right: 20px;
}
.dropbtn {
	background-color: transparent;
	padding: 16px;
	font-size: 16px;
	border: none;
	border-radius: 0px;
	outline: none !important;
}
.dropdown {
	position: relative;
	display: inline-block;
}
.dropdown-content {
	background-color: black;
	width: 100%;
	margin-bottom: 50px;
	text-align: center;
	font-size: 2vw;
	position: absolute;
	z-index: 1;
}
.dropdown-button {
	background-color: #272727;
	border: 3px solid #1a1e1a;
	border-radius: 0px;
	outline: none !important;
	width: 100%;
	margin-bottom: 50px;
	margin-top: 10px;
	text-align: center;
	padding: 0.25em 1em;
	font-size: 2vw;
	font-family: BebasNeue-Regular;
}
.dropdown-content-visible a {
	display: block !important;
}
.dropdown-content a {
	color: white;
	padding: 12px 16px;
	text-decoration: none;
	display: none;
}
/*-----------------------------------------*/
.banner_image {
	position: relative;
	width: 100%;
	margin-top: -11.8rem;
	z-index: -1;
}
.large_image {
	position: relative;
	width: 100%;
}
.video-gif {
	display: block;
}
.footer {
	height: 1.72rem;
	font-family: RobotoCondensed-Light;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: black;
	position: absolute;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*If background image needed*/
.footer_bg {
	/*background-image: url("img/FooterBG.png");*/
	/* margin-top: -3rem; */
	background-color: black;
	margin-top: 50px;
	height: 300px;
	padding-top: 100px;
	position: relative;
}
.copyright {
    position: relative /*absolute*/;
    right: 0px;
    left: 0px;
	/*bottom: 5px;*/
	font-size: 0.78vw;
}
.site-logo {
    width: 80px;
    height: 80px;
    display: inline-block;
    vertical-align: middle;
}

.site-title {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.site-header {
    padding-top: 45px;
    margin-bottom: 0;
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: 0px;
	margin-left: 0px;
}

#video-loader {
    border: 5px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid #555;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    margin: auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*.video-container {
    position: relative;
    max-width: 1280px;
    max-height: 640px;
    overflow-y: hidden;
}*/

.trailer_container {    
	position: relative;
    padding-bottom: 56.262%;		/*16:9*/
}

.trailer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.link_bar { 
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
}

.text_align_center {
	text-align: center;
	margin-bottom: 0px;
}

.centered_text {
	
}

.bottom-padding-zero {
	padding-bottom: 0px !important;
}

.font-400 {
    font-weight: 400;
}

.font-600 {
    font-weight: 600;
}

.text-light-gray {
    color: #CDCDCD;
}

.text-gray {
    color: #CCCCCC;
}

.text-white {
    color: #FFFFFF;
}

.white_text {
	color: #fff;
}

a.text-white:hover,
a.text-white:focus {
    color: #FFFFFF;
}

.text-green {
    color: #29602e;
}

.text-cyan {
    color: #33CCCC;
}

.text-yellow {
    color: #FFFF66;
}

.text-orange {
    color: #CC9966;
}

.background-dark {
	background-color: #0f0f0f
}

.background-green {
	background-color: #0F3A15
}

.backround-orange {
	background-color: #C76310
}

hr {
  border: 0;
  clear:both;
  display:block;
  width: 96%;               
  background-color:#FFFFFF;
  height: 1px;
}

.video-iframe {
    height: auto;
}

.icon-row {
	padding-top: 40px;
}
.store-icon-row {
	display: inline-flex;
	margin-left: auto;
	margin-right: auto;
}
.store-icon {
	align-content: center;
}
.store-icon img {
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.company-icon-row {
	display: inline-flex;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5%;
}
.company-icon { 
  display: inline-block;
  align-content: center;
  max-width: 320px;
  max-height: 132px;
  min-width: 50%;
}
.company-icon img {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.steam-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}
.social-media-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

.screenshots {
    text-align:center;
}
#image.line {
	float: none;
	width: unset;
}
#image {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 100%; 
	float: left;
}

.screenshots_inner_container {
	padding: 10px;
    display: flex;
}

.section-mb {
    margin-bottom: 0px;
}

.section-mt {
    margin-top: 85px;
}

.contact-form {
    max-width: 500px;
}

.form-control {
    border-radius: 0;
    border-color: #666666;
	color: #CCC;
    background: transparent;
    padding: 12px 15px;
}

.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #CCCCCC;
    opacity: 1;
    /* Firefox */
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #DDDDDD;
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #DDDDDD;
}

iframe {
    max-width: 100%;
}

.form-control:focus {
    background-color: transparent;
    border-color: #CCCCCC;
	color: #FFF;
    box-shadow: 0 0 0 0.2rem #cccccc14;
}

input,
textarea,
[contenteditable] {
    caret-color: #FFFFFF;
}

p {
    line-height: 1.3;
}

.column {
}
.column_small {
	float: left;
	width: 50%;
	/*align-items: center;*/
	align-content: center;
	display: grid/*flex*/;
}
.column_padding {
	padding-top: 30px;
	padding-bottom: 30px;
}
.column_padding_top {
	padding-top: 30px;
}
.column_padding_top_big {
	padding-top: 60px;
}
.column_spruce {
	background-image: url("img/spruce_webfinal_light.png");
}
.align_left {
	text-align: left;
}
.bullet_points {
	padding-left: 15%;
}
.bullet_point_header {
	padding-left: 12%;
}
.button {
	border-radius: 0px;
	outline: none !important;
	width: 20%;
	margin: auto;
	margin-bottom: 50px;
	margin-top: 10px;
	text-align: center;
	padding: 0.25em 0.5em;
	margin: 0.25em 0.4em;
	font-size: 2vw;
	font-family: BebasNeue-Regular;
	color: #FFFFFF;
}
.button-gray {
	background-color: #272727;
	border: 3px solid #1a1e1a;
}
.button-green {
	background-color: #0F3A15;
	border: 3px solid #032b09;
}
a.text-link {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #C76310;
	text-decoration: none;
}
.button-green:hover {
	background-color: #0b290f;
	color: #C76310;
}
.button-gray:hover {
	background-color: #1a1a1a;
	color: #C76310;
}
.button_text {
	text-align: center;
	padding-right: 10px;
	font-size: 2vw;
	font-weight: 700;
	color: #e15e13;
}
.link_button_text {
	text-align: center;
	padding-right: 1%;
	padding-left: 1%;
	font-size: 1.4vw;
	font-weight: 700;
	color: #FFFFFF;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1310px;
    }
    .container-2 {
        max-width: 1250px;
		position: relative;
		padding-top: 50px;
		padding-left: 50px;
		padding-right: 50px;
    }
	.container-2-padding {
		max-width: 1250px;
		position: relative;
		padding-top: 50px;
		padding-bottom: 60px;
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media (max-width: 1400px) {
	.logo {
		width: 150px;
		padding-right: 20px;
	}
	.navigation_bar {
		padding-top: 10px;
		padding-bottom: 15px;
		align-items: start;
		display: flex;
		min-height: 100%;
	}
	.navigation_bar_button {
		color: #fff;
		text-align: center;
		padding-right: 7.5%;
		padding-left: 7.5%;
		font-size: 24px;
		font-family: RobotoCondensed-Light;
	}
}
@media (max-width: 1199px) {
	.container-2-padding {
		max-width: 1250px;
		position: relative;
		padding-top: 0em;
		padding-bottom: 0em;
		padding-left: 3.5em;
		padding-right: 3.5em;
	}
	.column_padding {
		padding-top: 2em;
		padding-bottom: 2em;
	}
	.column_padding_top {
		padding-top: 2em;
	}
	.button {	
		border-radius: 0px;
		outline: none !important;
		width: 20%;
		margin: auto;
		margin-bottom: 50px;
		margin-top: 10px;
		text-align: center;
		padding: 0.25em 1em;
		margin: 0.25em 0.4em;
		margin-top: 1em;
		font-size: 2vw;
		font-family: BebasNeue-Regular;
		color: #FFFFFF;
	}
	.navigation_bar_bg {	
		background-image: url("img/NavigationBarImage.png");
		background-size: contain;
		height: 12.65em;
		position: relative;
	}
	.button_text {
		text-align: center;
		padding-right: 10px;
		font-size: 2vw;
		font-weight: 700;
		color: #e15e13;
	}
    /*.tm-video-container {
        max-width: 932px;
        max-height: 466px;
    }*/
    .video-text-overlay {
        left: 60%;
    }
}

@media (max-width: 991px) {
	.navigation_bar-layout {
		display: none;
	}
	.dropdown-layout {
		display: block;
	}
	/*.navigation_bar_button {
		color: #fff;
		text-align: center;
		padding-right: 7.5%;
		padding-left: 7.5%;
		font-size: 24px;
		font-family: RobotoCondensed-Light;
	}*/
	.navigation_bar_bg {	
		background-image: none;
		background-color: #2e2e2e;
		background-size: contain;
		height: 80px;
		position: relative;
	}
	.navigation_bar
	{
		padding-top: 10px;
		padding-bottom: 10px;
		align-items: start;
		display: flex;
		min-height: 100%;
	}
	.banner_image {
		position: relative;
		width: 100%;
		margin-top: 0rem;
		z-index: -1;
	}
	.button_text {
		text-align: center;
		padding-right: 10px;
		font-size: 2.5vw;
		font-weight: 700;
		color: #e15e13;
	}
    .contact-form {
        max-width: 100%;
    }
    .google-map-iframe {
        width: 100%;
    }
    /*.tm-video-container {
        max-width: 690px;
        max-height: 345px;
    }*/
    .video-text-overlay {
        left: 45%;
    }
	.video-text-overlay h1 {
		font-size: 2.8rem;
	}
    .screenshots {
        margin-left: 25px;
    }
}
/*Mobile Version*/
@media (max-width: 850px) {
	.desktop-layout {
		display: none;
	}
	.mobile-layout {
		display: flow-root/*block*/;
	}
	.column_small {
		width: 100%;
	}
	body {
		font-size: 1.7vw;
		color: #f5aa7e;
		text-align: center;
		background-color: #272727;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-weight: 300;
		font-size: 2.2vw;
	}
	.top-area-text {
		font-size: 1.8vw;
	}
	.column_small_text {
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
		font-size: 1.7vw;
	}
	.store-icon-row {
		display: inline-flex;
		margin-left: auto;
		margin-right: auto;
		scale: 70%;
	}
	.bold {
		font-weight: bold;
	}
	.page-header {
	    font-family: BebasNeue-Regular;
        font-size: 5.1vw;
        padding-bottom: 0.3em;
	}
	.page-header-2 {
	    font-family: BebasNeue-Regular;
        font-size: 5.1vw;
	}
	.button {
		border-radius: 0px;
		outline: none !important;
		width: 30%;
		margin: auto;
		margin-bottom: 50px;
		margin-top: 10px;
		text-align: center;
		padding: 0.25em 1em;
		margin: 0.25em 0.4em;
		margin-top: 0.8em;
		font-size: 3vw;
		font-family: BebasNeue-Regular;
		color: #FFFFFF;
	}
	.copyright {
		position: relative /*absolute*/;
		right: 0px;
		left: 0px;
		/*bottom: 5px;*/
		font-size: 1.3vw;
	}
}
@media (max-width: 767px) {
	.steam_image {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	#image.line {
		float: none;
		width: unset;
	}
	#image {
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
		width: 100%; 
		float: left;
	}
    .screenshots {
        margin-left: 0;
    }
    /*.tm-video-container {
        max-width: 510px;
        max-height: 255px;
    }
    .tm-video-container,*/
    /*.trailer {
        min-height: 220px;
    }*/
    .video-text-overlay {
        left: 25%;
    }
	.store-icon-row {
		display: inline-flex;
		margin-left: auto;
		margin-right: auto;
		scale: 70%;
	}
}

@media (max-width: 584px) {
	.button_text {
		text-align: center;
		padding-right: 10px;
		font-size: 3vw;
		font-weight: 700;
		color: #e15e13;
	}
	.steam_image {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	#image.line {
		float: none;
		width: unset;
	}
	#image {
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
		width: 100%; 
		float: left;
	}
    .timeline-item-inner {
        flex-direction: column;
    }
	.store-icon-row {
		display: inline-flex;
		margin-left: auto;
		margin-right: auto;
		scale: 70%;
	}
}

@media (max-width: 575px) {
	.steam_image {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	#image.line {
		float: none;
		width: unset;
	}
	#image {
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
		width: 100%; 
		float: left;
	}
    .container {
        max-width: 540px;
    }
    .video-text-overlay {
        left: 30%;
    }
    .video-text-overlay h1 {
        font-size: 1.8rem;
    }
	.store-icon-row {
		display: inline-flex;
		margin-left: auto;
		margin-right: auto;
		scale: 70%;
	}
}


@media (max-width: 480px) {
	.button_text {
		text-align: center;
		padding-right: 5px;
		font-size: 3.5vw;
		font-weight: 700;
		color: #e15e13;
	}
	.steam_image {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.store-icon-row {
		display: inline-flex;
		margin-left: auto;
		margin-right: auto;
		scale: 70%;
	}
	#image.line {
		float: none;
		width: unset;
	}
	#image {
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
		width: 100%; 
		float: left;
	}
    /*.tm-video-container {
        overflow-x: hidden;
    }*/
    /*.trailer {
        min-width: auto;
        max-width: 125%;
    }*/
}
