@font-face {
  font-family: '8bitOperatorPlus-Bold';
  src: url("../8bitOperatorPlus-Bold.ttf");
}

@font-face {
  font-family: '8bitOperatorPlus-Regular';
  src: url("../8bitOperatorPlus-Regular.ttf");
}

html {
	position: relative;
}

body {
  	background-color: black;
  	color: #ffffff;
  	font-family: "8bitOperatorPlus-Bold", monospace;
	margin-bottom: 140px;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: normal;
  margin: 0;
}

h2 {
  font-size: 36px;
  margin-top: 5px;
}

h3 {
  font-size: 22px;
  letter-spacing: -0.7;
  margin-bottom: 10px;
}

h4 {
  font-size: 16px;
  letter-spacing: 3;
  margin-top: 20px;
  margin-bottom: 20px;
}

h6 {
  font-size: 12px;
  margin-bottom: 5px;
  letter-spacing: -0.5;
}

nav.navbar {
	background-color: #000000;
	max-height: 50px;
	box-sizing: border-box;
	border-radius: 0;
	border: none;
	border-bottom: solid;
	border-color: white;
	padding: 0;
}

nav.navbar.about {
	border-color: #00FFFF;
}

nav.navbar.help {
	border-color: #FFFF00;
}

nav.navbar.news {
	border-color: #FF00FF;
}

@media screen and (max-width: 767px) {
  	nav.navbar {
    	max-height: 1000px;
	}
}

#top-nav.nav-justified {
		padding: 0;
}

@media screen and (min-width: 992px) {
	.nav-justified {
		padding: 0 90px;
	}
}

@media screen and (min-width: 1200px) {
	.nav-justified {
		padding: 0 180px;
	}
}

.about > h3 {
	margin-top: 15px;
	line-height: 1.4;
}

.screenshot {
	padding: 0;
}

@media screen and (min-width: 992px) {
	.about > h3 {
		padding: 0 120px;
	}
}

.about > .row {
	margin-top: 25px;
	justify-content: center;
}

@media (min-width: 1280px) {
  	.main.container.about {
		width: 1280px;
	}
}

.navbar-link {
	color: #FFFFFF;
  	text-shadow: 0 2px #342db5;
  	font-size: 18px;
  	padding: 15px 0;
	margin-bottom: 0;
	text-align: center;
	position: relative;
	display: block;
}

.navbar-link:hover, .navbar-link:focus {
  color: #CCCCCC;
  text-decoration: none;
  background-color: inherit;
}

.about-link {
	text-shadow: 0 2px #005970;
}

.about-link:hover, .about-link:focus {
  color: #C0FFFF;
}

.patch-link {
	text-shadow: 0 2px #6C007F;
}

.patch-link:hover, .patch-link:focus {
  color: #FFC0FF;
}

.help-link {
	text-shadow: 0 2px #895B00;
}

.help-link:hover, .help-link:focus {
  color: #FFFFC0;
}

.nav {
	display: block;
}

.nav-justified {
	width: 100%;
}

.nav-justified > li {
	position: relative;
  	float: none;
}

@media (min-width: 768px) {
  	.nav-justified > li {
    	display: table-cell;
    	width: 1%;
  	}
}

.navbar-toggler {
	position: relative;
	float: left;
	padding: 14px;
	border: 1px solid transparent;
	border-radius: 4px;
}

.navbar-toggler:focus {
  	outline: 0;
}

@media screen and (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media screen and (min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media screen and (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}


.navbar-collapse {
	box-shadow: inset 0 1px 0 grey;
}

.menu-text {
	color: #FFFFFF;
  	text-shadow: 0 2px #342db5;
  	float: left;
  	padding-left: 40px;
  	padding-top: 6px;
  	font-size: 20px;
  	line-height: 0.1;
}

.icon-bar {
	background-color: #FFFFFF;
	padding-top: 3px;
	box-shadow: 0 2px #342db5;
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}

.icon-bar + .icon-bar {
	margin-top: 4px;
}

.wrapper {
	margin-top: 50px;
	padding-bottom: 50px;
}

.main {
	text-align: center;
}

#background {
	background: url("../img/door_empty.png");
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -2;
	display: block;
	top: 80px;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
  	#background {
    	background-size: 450px;
  	}
}

.subtitle {
	margin-top: 15px
}

.outline {
	text-shadow:
		3px 3px 0 #000,
		-3px 3px 0 #000,
		-3px -3px 0 #000,
		3px -3px 0 #000;
}

@media screen and (max-width: 767px) {
  	.subtitle {
    	font-size: 24px;
  	}
}

.download-button {
    display: inline-block;
    border-radius: 8px;
    border: 2px solid white;
    background-color: rgba(100, 100, 100, 0.5);
    min-height: 72px;
    max-width: 300px;
    color: white;
    transition: background-color 0.1s ease-out;
}

@media screen and (max-width: 991px) {
	.download-button {
      	margin-bottom: 15px;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	.download-button {
    	margin-left: -30px !important;
    	margin-right: 30px !important;
	}
}

.download-button:hover, .download-button:active, .download-button:focus {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.5);
	color: #FFFFFF;
}


.button-contents {
      padding: 8px 4px 4px;
      border-radius: 8px;
      min-height: 68px;
}

span.button-contents {
	font-size: 32px;
	line-height: 1;
	text-align: center;
	display: block;
}

.button-contents:hover, .button-contents:focus {
	color: #FFFFFF;
}

@media screen and (max-width: 1199px) {
	span.button-contents {
		font-size: 24px;
		padding-bottom: 2px;
		padding-top: 1px;
	}
}

@media screen and (max-width: 991px) {
	span.button-contents {
    	padding-bottom: 6px;
    }
}

@media screen and (max-width: 768px) {
	.button-contents > span {
    	font-size: 42px;
    }
}

.button-contents > small {
	font-size: 14px;
	text-align: center;
	letter-spacing: 1px;
	margin-top: 3px;
	display: block;
}

.button-contents > img {
	width: 95%;
	display: block;
	margin: 0 auto;
}

.rss-section {
	padding: 0 100px;
	padding-top: 60px;
}

@media screen and (max-width: 768px) {
	.rss-section {
		padding-left: 40px;
		padding-right: 40px;
	}
}


@media (min-width: 768px) {
  	.modal-dialog {
    	max-width: 600px;
	  	margin: 30px auto;
  	}
}

.modal-content {
	background: #000000;
	border: 2px solid #FFFFFF;
}

.modal-header {
	border-bottom: none;
}

.modal-body {
	padding: 15px 50px;
}

.modal-body > h1 {
	font-size:36px;
}

@media (max-width: 991px) {
  	.modal-body > h1 {
    	font-size: 24px;
  	}
	.modal-body > h3 {
    	font-size: 18px;
  	}
}

.modal-body > h3 > a {
	color: #FFFFFF;
	text-decoration: underline;
}

.close {
	color: #FFFFFF;
	opacity: 1;
	text-shadow: 0 2px #342db5;
}

.close:hover, .close:focus {
	color: #CCCCCC;
  	text-decoration: none;
  	background-color: inherit;
}

footer {
	position: absolute;
	bottom: 0;
  	width: 100%;
  	background-color: #000000;
	border: none;
	border-top: solid;
	border-color: grey;
	color:grey
}

footer > .container {
	width: 600px;
}

.social-icons {
	margin: 10px;
}

.social-icons > a {
	padding: 0 5px;
}

@media screen and (max-width: 768px) {
	footer > .container {
    	width: 100%;
    }
}

p {
	font-family: "8bitOperatorPlus-Regular", monospace;
}

@media screen and (max-width: 991px) {
  	#faq, #contact {
    	padding: 0 40px;
  	}
}

p.question {
	font-family: "8bitOperatorPlus-Bold", monospace;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 10px;
	text-indent: -26px;
}

p.question:before {
	content: "Q: "
}

p.answer {
	font-size: 14px;
	text-indent: -20px;
}

p.answer:before {
	content: "A: ";
	font-family: "8bitOperatorPlus-Bold", monospace;
}

p > b {
	font-family: "8bitOperatorPlus-Bold", monospace;
	font-weight: unset;
}

#contact > * > p, #contact > * > ul {
	font-size: 14px;
	font-family: "8bitOperatorPlus-Regular", monospace;
}

#notes-scroll {
	padding: 10px 20px;
	font-size: 24px;
	line-height: 24px;
	justify-content: center;
}

#notes-scroll > .col {
	flex: 0 0 40%;
}

@media screen and (max-width: 768px) {
	#notes-scroll > .col {
    	flex: 0 0 50%;
    }
}

#notes-scroll> .left {
	text-align: left;
}

#notes-scroll > .right {
	text-align: right;
}

#notes-scroll > a.col {
	color: #FFFFFF;
}

#notes-scroll > a.col:hover, #notes-scroll > a.col:focus {
	color: #FFFF00;
	text-decoration: none;
}

#notes-scroll > div.col, #notes-scroll > a.col:disabled {
	color: grey;
}

#notes-scroll > * > small {
	font-family: "8bitOperatorPlus-Regular", monospace;
	font-size: 14px;
}

.update-notes {
	margin: 20px 20px;
	text-align: left;
	width: 720px;
	max-width: 100%;
}

.update-notes > .date {
	border-bottom: solid 2px grey;
}

@media screen and (max-width: 768px) {
	.update-notes > * > .platforms {
    	flex: 0 0 30%;
    }
	
	.update-notes > .title > h2 {
		font-size: 24px;
	}
}

.row.date > * > p {
	margin-bottom: 0;
}

.date {
	margin-bottom: 16px;
}

.update-notes > * > .platforms {
	text-align: right;
}

.platforms > .icon {
	width: 19px;
	margin-top: -3px;
}

.update-notes > h3 {
	text-align: center;
}

.update-notes > ul {
	font-family: "8bitOperatorPlus-Regular", monospace;
	list-style: none;
	padding-left: 36px;
	text-indent: -29px;
}

.update-notes > ol {
	font-family: "8bitOperatorPlus-Regular", monospace;
}

li.add:before {
	content: "+";
	margin-left: 2px;
	margin-right: 16px;
}

li.change:before {
	content: "*";
	margin-right: 16px;
}

li.remove:before {
	content: "-";
	margin-left: 2px;
	margin-right: 16px;
}

.news > .col-md-4 {
	margin: 20px 0px;
}

.news > * > a {
	color: #FFFFFF;
	text-decoration: none;
}

.news > * > * > h2 {
	font-size: 36px;
	margin-bottom: 10px;
}

.news > * > * > small {
	line-height: 0.8;
	font-size: 23.4px;
	color: grey;
}