
.blurb {
  margin-top: 10px;
  font-family: M5x7, sans-serif;
  color: #fff;
  font-size: 2.25em;
  line-height: 25px;
  font-style: normal;
  text-align: center;
}

.blurb.feature-column {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 1.7em;
  line-height: 20px;
  text-align: justify;
  text-transform: none;
}

.blurb.quote {
  margin-top: 30px;
  margin-bottom: 30px;
  font-style: italic;
}

.scroll-arrow {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 10px;
}

.section-title {
  display: inline;
  padding-bottom: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: M5x7, sans-serif;
  color: #e0e0e0;
  font-size: 2.5em;
  line-height: 25px;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
}

.section-title.buy-now {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-size: 3em;
  text-decoration: none;
}

.column {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.row {
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
}

.column-pic {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.footer, .footer a {
  margin-top: 5px;
  font-family: M5x7, sans-serif;
  color: #fff;
  font-size: 1.25em;
  text-align: center;
}

.screenshot {
  padding: 5px 10px;
}

.screenshot-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.footer-text {
  margin-top: 10px;
}

.buy-now-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.os-icons {
  display: block;
  margin: 15px auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.buy-now-embed {
  margin-top: 10px;
  margin-bottom: 10px;
}

.credits-links {
  color: #000;
  text-decoration: none;
}

.to-site {
  opacity: 1;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.analytics {
  display: none;
}

html.w-mod-js *[data-ix="game-info-fade"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hide-on-load"] {
  display: none;
}



body {
	background: #000;
	font-family: M5x7, sans-serif;
}

#logo {
	position: relative;
	padding-top: 42%;
	width: 25%;
	text-align: center;
	margin: 0 auto;
}

.tagline { text-align: center; }

#scroll {
	margin-top: 5px;
	margin-bottom: 15px;
}

#header-section-content {
	text-align: center;
	margin: 0 auto;
	position: relative;
	z-index: 99;
}

@media (max-width: 992px) {
	body {
		font-size: .8em;
	}
}

@media (max-width: 820px) {
	body {
		font-size: .75em;
	}
}

.section {
	position: relative;
}

#social-media-links {
	text-align: center;
	margin-top: 15px;
}

#social-media-links {
	list-style: none;
	list-style-image: none;
	padding: 0;
}
#social-media-links li { 
	display: inline-block;
}

#social-media-links a {
	margin: 10px 20px 20px 20px;
	opacity: 0.75;
	-webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
	transition: opacity 200ms ease, -webkit-transform 200ms ease;
	transition: opacity 200ms ease, transform 200ms ease;
	transition: opacity 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
}

#social-media-links a:hover {
	opacity: 1;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.section.footer {
	text-align: center;
	margin-bottom: 10px;
}

.contact-links a {
	display: inline-block;
	margin: 10px;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: inherit;
	margin-right: 15px;
}

#footer-company-link {
	text-decoration: none;
}

#footer-company-name {
	max-height: 40px;
	vertical-align: bottom;
	padding-bottom: 10px;
}
#footer-company-logo {
	max-width: 80px;
}

@font-face {
  font-family: 'M5x7';
  src: url('../fonts/m5x7.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}


@media (max-width: 767px) {
	.section-title {
		display: inherit;
	}
}
