
body {
    font-size: 24px;
	font-family: 'Inconsolata', monospace;
	color: #f5aa7e;
	text-align: center;
}
a { color: #dc8100; text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
}

h3 {
    font-size: 1.3rem;
}

#bg {
	position: fixed; 
	top: 0; 
	left: 0; 
	
	min-width: 100%;
	min-height: 100%;
}

.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;
}

#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.25%;		/*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;
}

.button_text {
	text-align: center;
	padding-right: 0.5%;
	padding-left: 0.5%;
    font-size: 30px;	/*~30px*/
	font-weight: 700;
	font-family: 'Inconsolata', monospace;
	color: #e15e13;
}

.description_text {
    margin-top: 65px;
	text-align: center;
}

.font-400 {
    font-weight: 400;
}

.text-light-gray {
    color: #CDCDCD;
}

.text-gray {
    color: #CCCCCC;
}

.text-white {
    color: #FFFFFF;
}

a.text-white:hover,
a.text-white:focus {
    color: #FFFFFF;
}

.text-green {
    color: #99CC66;
}

.text-cyan {
    color: #33CCCC;
}

.text-yellow {
    color: #FFFF66;
}

.text-orange {
    color: #CC9966;
}

hr {
  border: 0;
  clear:both;
  display:block;
  width: 96%;               
  background-color:#FFFFFF;
  height: 1px;
}

.video-iframe {
    height: auto;
}

.store-icon-row {
	display: inline-flex;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}
.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);
}

.screenshots {
    text-align:center;
}
#image {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    width: 50%; 
	float: left;
	padding: 10px;
}

.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;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1310px;
    }
    .container-2 {
        max-width: 1170px;
    }
}

@media (max-width: 1199px) {
	.button_text {
		text-align: center;
		padding-right: 0.5%;
		padding-left: 0.5%;
		font-size: 2vw;
		font-weight: 700;
		font-family: 'Inconsolata', monospace;
		color: #e15e13;
	}
    /*.tm-video-container {
        max-width: 932px;
        max-height: 466px;
    }*/
    .video-text-overlay {
        left: 60%;
    }
}

@media (max-width: 991px) {
	.button_text {
		text-align: center;
		padding-right: 0.5%;
		padding-left: 0.5%;
		font-size: 2.5vw;
		font-weight: 700;
		font-family: 'Inconsolata', monospace;
		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;
    }
}

@media (max-width: 767px) {
	.store-icon-row {
		display: inline-flex;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	#image {
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
		width: 100%; 
		float: left;
		padding: 10px;
	}
    .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%;
    }
}

@media (max-width: 584px) {
	.button_text {
		text-align: center;
		padding-right: 0.5%;
		padding-left: 0.5%;
		font-size: 3vw;
		font-weight: 700;
		font-family: 'Inconsolata', monospace;
		color: #e15e13;
	}
	.store-icon-row {
		display: inline-flex;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	#image {
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
		width: 100%; 
		float: left;
		padding: 10px;
	}
    .timeline-item-inner {
        flex-direction: column;
    }
}

@media (max-width: 575px) {
	.store-icon-row {
		display: inline-flex;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	#image {
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
		width: 100%; 
		float: left;
		padding: 10px;
	}
    .container {
        max-width: 540px;
    }
    .video-text-overlay {
        left: 30%;
    }
    .video-text-overlay h1 {
        font-size: 1.8rem;
    }
}


@media (max-width: 480px) {
	.button_text {
		text-align: center;
		padding-right: 0.5%;
		padding-left: 0.5%;
		font-size: 3.5vw;
		font-weight: 700;
		font-family: 'Inconsolata', monospace;
		color: #e15e13;
	}	
	.store-icon-row {
		display: inline-flex;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	#image {
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
		width: 100%; 
		float: left;
		padding: 10px;
	}
    /*.tm-video-container {
        overflow-x: hidden;
    }*/
    /*.trailer {
        min-width: auto;
        max-width: 125%;
    }*/
}
