html {
	-webkit-text-size-adjust: 130%;
	text-size-adjust: 130%;
}

.gunslaw-bg {
	width: 100%;
	height: 100%;
	background-image: url("../assets/gunslaw/bg.png");
	background-size: cover;
	position: fixed;
	z-index: -2;
	top: 0;
	left: 0;
}

.gunslaw-bg-2 {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 20, 50, 0.3);
	background-size: cover;
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
}

.gunslaw-title-box {
	width: auto;
	margin: 7em auto 7em auto;
	color: white;
	text-align: center;
	font-size: 180%;
	text-shadow: 0em 0.1em 0.2em rgba(0.0, 20, 50, 1.0);
	padding: 0.5em 1em;
}

.gunslaw-info-box {
	width: auto;
	background-color: rgba(0, 20, 50, 0.3);
	text-align: center;
	font-size: 120%;
	padding: 0.1em 10% 1em 10%;
}

.gunslaw-info-section {
	margin: 1em auto;
	padding: 1em 0;
	width: 100%;
}

.gunslaw-info-title {
	font-size: 180%;
	text-align: center;
}

.gunslaw-faq {
	text-align: left;
}

.gunslaw-question {
	margin: 1em auto;
	font-size: 0.9em;
}

.gunslaw-title {
	font-size: 200%;
}

.gunslaw-gamemode-list {
	margin: 1em auto;
}

.gunslaw-gamemode-tab {
	font-size: 130%;
}

.gunslaw-gamemode-tab:hover {
	color: rgb(255, 51, 51);
}

.gunslaw-active-gamemode {
	color: rgb(255, 51, 51);
}

.gunslaw-gamemode {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.gunslaw-flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0.5em auto;
}

.gunslaw-flex-item {
	margin: 0.5em;
}

.gunslaw-gamemode-video {
	width: 40em;
}

.gunslaw-gamemode-description {
	max-width: 25em;
	padding: 2em;
}

video {
	border-radius: 1em;
	border: 3px solid rgba(255, 255, 255, 0.5);
}

body {
	margin: 0px;
	color: white;
}

button {
	font-size: inherit;
	font-style: inherit;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	color: inherit;
}

button:hover {
	cursor: pointer;
}

.title-credit {
	font-size: 70%;
	margin: 0.5em 0;
	display: block;
}

a {
	text-decoration: none;
	color: rgb(255, 51, 51);
}

.rubik-main {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.rubik-heavy {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
