
/* =============URL============= */

a {
	color: #68aaff;
	text-decoration: none;
}
a:visited {
	color: #4c6583;
}
a:hover {
	color: #a8ccff;
	text-decoration: underline;
}
a:active {
	color: #353535;
}

/* =============URL============= */
/* ============================= */
/* ============================= */
/* ============================= */
/* ============================= */
/* =============List============= */

ul li::marker {
	content: "- ";
}

/* =============List============= */
/* ============================= */
/* ============================= */
/* ============================= */
/* ============================= */
/* =============Button============= */

.btn {
	background: #6a93cc46;
	color: #ffffffbb;
	border: none;
	padding: 0.75em 2em;
	border-radius: 4px;
	cursor: pointer;
	/* max-width: 100px;max-height: 35px; */
	font-size: small;
}
.btn:hover {
	color: white;
	background:#394F71;
	text-decoration: none;
}
button {
	background: #6a93cc46;
	color: #ffffffbb;
	border: none;
	padding: 0.75em 2em;
	border-radius: 4px;
	cursor: pointer;
}
button:hover{
	color: white;
	background:#394F71;
}

/* =============Button============= */
/* ============================= */
/* ============================= */
/* ============================= */
/* ============================= */
/* =============NavBar============= */

.navbar {
	display: flex;
	background-color: #6a93cc46;
	list-style-type: none;
	margin: 0;
	padding-left: 2em;
	padding-right: 2em;
}

.navbar li::marker {
	content: "";
}

.navbar .btn {
	border-radius: 0px;
	background-color:#394f7100
}

.navbar-form{
	border-radius: 0px;
	background: none;
	display: block;
	padding: 0px;
}
.navbar-button{
	border-radius: 0px;
	display: block;
	padding: 13.5px 16px;
	background: none;
	border: none;
	background-color:#394f7100
}

/* .navbar li {} */

.navbar li a {
	display: block;
	color: #ffffffbb;
	padding: 14px 16px;
	text-decoration: none;
	text-align: center;
}

.navbar li a:hover {
	background-color: #394F71;
}
.navbar_divider{
	margin-left: auto;
}

/* =============NavBar============= */
/* ============================= */
/* ============================= */
/* ============================= */
/* ============================= */
/* =============FORM============= */

.fa.fa-eye{
	padding-bottom: 12px;
	padding-left: 6px;
}
.fa.fa-eye-slash{
	padding-bottom: 12px;
	padding-left: 5px;
}
.input-group-addon.form-control.link {
	background: none !important;
	border: none !important;
	/* box-shadow: none !important; */
	/* padding: 10px; */
}
/* .django_password_eye .input-group-addon.form-control.link {
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0 8px;
}
.input-group-addon form-control link:hover{
	background: #ffffffbb;
	/* border-radius: 50%; */
/* } */



.form-row-error{
	display: flex;
	align-items: center;
	margin: 1em;
}
.form-row {
	display: flex;
	align-items: center;
	margin-bottom: 1em;
	/* justify-content: center; */
}
.form-row label {
	width: 120px;
	margin-right: 1em;
	text-align: left;
}
.form-row .django_password_eye {
	flex: 1;
	display: flex;
	align-items: center;
}
.form-row input[type="password"],
.form-row input[type="text"] {
	flex: 1;
}

#hint-box {
	/* top|right|bottom|left */
	/* padding: 0em 1em 1em 1em; */
	padding: .5em;
	margin: -1em 1em 1em 1em;
	font-size: smaller;
	background-color: #00000086;
	color: #dbdbdb98;
	border-radius: 8px;
	width: 100%;
}
#forms {
	min-height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	margin: 100px;
}

form {
	background: #00000069;
	padding: 2em;
	border-radius: 8px;
	/* box-shadow: 0 0 10px rgba(0,0,0,0.1); */
}
input[type="text"], input[type="password"] {
	width: 100%;
	max-width:  25em;
	padding: 0.75em;
	border: 1px solid #00000069;
	border-radius: 4px;
	background: #8888882d;
	color: #ffffffbb;
}
.input-group-addon{
	background-color:#0000
}

/* =============FORM============= */
/* ============================= */
/* ============================= */
/* ============================= */
/* =============BODY============= */

header{
	position: relative;
	color: #ffffffbb;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;

	/* width: 800px; */
	width: 100%;
	height: 100%;
	min-height: 100vh;
	box-sizing: border-box; /* Makes width/height include padding and border */
	overflow: auto;
	/* border: 1px solid #ccc; */

	padding: 0;
	margin: 0;
	background-repeat: repeat;
	background-position: center center;
	/* background-attachment: fixed; breaks on mobile */
	background-size: auto;
	background-image: url("../assets/smol_bg.jpg");
	background-color: #0b0f15;
}
#copyright p{
	color: #7777;
	font-size: small;
}
footer{
	color: #7777;
	position: relative;
	text-align: center;
	margin: 0;
	background-position: center center;
	background-attachment: fixed;
	background-size: auto;
}

#banner {
	min-height: 100px;
	flex-direction: column;
	justify-content: center;
	display: flex;
}

#quote{
	color: #7777;
	font-size: smaller;
	position: absolute;
	box-sizing: border-box;
	text-align: left;
	font-style: italic;
	top: 5em;
	right: 0px;
	margin-right: 1em;
	margin-left:  1em;
	padding-right:1em;
	padding-left: 1em;
	max-width: 800px;
	line-height: 1.0;
	z-index: -1;
}

.invisible-table {
	color: #7777;
	border-collapse: collapse;
	width: 100%;
	background-color: #00000000;
}
.invisible-table tr:nth-child(even) {
	background-color: #00000000;
}
.invisible-table tr:nth-child(odd) {
	background-color: #00000000;
}
.invisible-table td {
	background-color: #00000000;
	padding: 0 1em 0 0;
	text-align: left;
	vertical-align: top;
	border: none;
}

#error-img{
	max-height: 128px;
	max-width: 128px;
	align-self: center;
	margin-top: 50px;
}

#game{
	padding-left: 25%;
}
#unity-canvas{
	width: 960px;
	height: 600px;
	background: url('../Build/93c963f816b2bf9f84363c246abd6814.jpg');
	background-position: center;
	background-size: cover;
}

#video-showcase {
	max-width: 480px;
	overflow: hidden hidden;
}

#showcase {
	min-height: 100px;
	display: flex;
	visibility: visible;
	position: inherit;
	flex-direction: column;
	align-items: center;
	align-content: stretch;
	justify-content: space-evenly;
}


#resources {
	min-height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
}
.widget-itch{
	border: none;
	background: linear-gradient(130deg, #282e39, #3b4351);
}
.widget-steam{
	border: none;
	margin-top:24px;
}

#itch {
	flex-direction: row;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-wrap: nowrap;
}

#timer-section {
	min-height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
}
#timer-content {
	min-height: 100px;
	flex-direction: column;
	justify-content: center;
	display: flex;
}
#ihiod {
	min-height: 100px;
}

#ievnl {
	margin-top: 24px;
}

table {
	color: #dbdbdb;
	flex-direction: row;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-wrap: nowrap;
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 600px;
}

td, th {
	border: 1px solid hsl(0, 0%, 30%);
	text-align: left;
	padding: 8px;
}

tr:nth-child(even) {
	background-color: #6969692d;
}
tr:nth-child(odd) {
	background-color: #ffffff2d;
}

/* turn off bold for the header */
h1, h2, h3, h4, h5, h6, h7{
	font-weight: normal;
	text-align: center;
}

.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.container {
	position: relative;
	text-align: center;
	color: #ffffffbb;
}
.column{
	text-align: center;
}

/* =============BODY============= */
/* ============================= */
/* ============================= */
/* ============================= */
/* =============CARD============= */

.card .image{
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.card .text{
	font-family: Arial, Helvetica, sans-serif;
	height: 10%;
	margin: 0;
	color:  #ffffff50;
	/* display: flex; */
	align-items: center;
	justify-content: center;
	font-size: 25px;
	position: absolute;
	right: 0;
	left: 0;
	top: 100%;
	/* bottom: 10%; */
	pointer-events: none;
	z-index: 3;
}
.card{
	width: 300px;
	height: 300px;
	margin: auto auto;
	background: #21222b;
	border-radius: 20px;
	webkit-box-shadow: 0px 0px 64px 0px rgba(0,0,0,0.7);
	moz-box-shadow: 0px 0px 64px 0px rgba(0,0,0,0.7);
	box-shadow: 0px 0px 64px 0px rgba(0,0,0,0.7);
	text-align: center;
	overflow: hidden;
}
.card-content{
	transform-style: preserve-3d;
	height: 100%;
}
.bodyclass{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}
.hover-in{
	transition: .3s ease-out;
}
.hover-out{
	transition: .3s ease-in;
}
.card-hover{
	margin:80px;
	pointer-events: none;
}
.card-desc{
	margin:80px;
	pointer-events: none;
	width: 300px;
}

#card-desc{
	/* position: absolute; */
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	color: #a7a7a7;
}

/* =============CARD============= */
/* ============================= */
/* ============================= */
/* ============================= */
/* =============FOOTER============= */



#btn-smol {
	background-image: url("../assets/512x512logo_smol.jpg");
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	z-index: 1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	box-sizing: border-box;
	display: block;
	pointer-events: auto;
}

#btn-sk {
	background-image: url("../assets/192x192logo_coming_soon.jpg");
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	z-index: 1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	box-sizing: border-box;
	display: block;
	pointer-events: auto;
}

#btn-waff {
	background-image: url("../assets/192x192logo_coming_eventually.jpg");
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	z-index: 1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	box-sizing: border-box;
	display: block;
	pointer-events: auto;
}

#btn-itch {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: local;
	background-size: contain;
	background-image: url("../assets/184x184icon_itch.png");
	width: 50px;
	height: 50px;
	margin: 0px 50px 0px 0px;
	overflow: hidden hidden;
	/* border: 1 none; */
}

#btn-google {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: local;
	background-size: contain;
	background-image: url("../assets/184x184icon_android.png");
	width: 50px;
	height: 50px;
	margin: 0px 50px 0px 0px;
	/* border: 1 none; */
	overflow: hidden hidden;
}

#btn-steam {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: local;
	background-size: contain;
	background-image: url("../assets/184x184icon_steam.png");
	width: 50px;
	height: 50px;
	margin: 0px 50px 0px 0px;
	/* border: 1 none; */
	overflow: hidden hidden;
}

#btn-ko-fi {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: local;
	background-size: contain;
	background-image: url("../assets/184x184icon_ko-fi.png");
	width: 50px;
	height: 50px;
	overflow: hidden hidden;
}

#sticky-footer {
	min-height: 100px;
	display: flex;
	visibility: visible;
	position: sticky;
	justify-content: center;
	align-items: center;
	align-content: center;
	bottom: 0px;
	margin: 15px;
}

/* =============FOOTER============= */
/* ============================= */
/* ============================= */
/* ============================= */
/* =============MEDIA QUERY============= */
@media (max-width: 992px) {
	#resources {
		flex-wrap: wrap;
	}
}

@media (max-width: 480px) {
	#video-showcase {
		max-width: 480px;
		min-width: 200px;
		min-height: 175px;
		width: 100%;
	}
	#quote {
		position: relative;
		top: 0em;
		margin: 5px;
		padding: 5px;
		overflow-wrap: break-word;
		white-space: pre-wrap;
	}
	#banner {
		min-height: 0px;
	}
}

/* =============MEDIA QUERY============= */
/* ============================= */
/* ============================= */
/* ============================= */
/* =============PRIVACY POLICY============= */

#img-banner {
	position: static;
	display: block;
	visibility: visible;
}
#privacy {
	min-height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	margin: 100px;
}
#section001 {
	padding: 10px;
}
#title002 {
	text-align: center;
	font-size: 150%;
}
#text001 {
	padding: 10px;
	margin-bottom: 10px;
}
#text002 {
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 1.7;
}
#definitions {
	padding: 10px;
	font-size: 150%;
	text-align: left;
	margin: 50px;
}
#section002 {
	min-height: 100px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 100px;
}
#ite8r {
	padding: 10px;
}

#ite8r-2 {
	padding: 10px;
}
#ite8r-2-2 {
	padding: 10px;
}
#textwall {
	min-height: 100px;
	background-color: rgba(255, 255, 255, 0.07);
	margin: 100px;
}
#section004-content {
	padding: 10px;
}
#section004 {
	min-height: 100px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 100px;
	visibility: hidden;
}
#subtitle {
	padding: 10px;
	font-size: 150%;
	text-align: left;
	margin: 50px;
	visibility: hidden;
}
#privacy-changes {
	padding: 10px;
	font-size: 150%;
	text-align: left;
	margin: 50px;
}

#section003-content {
	padding: 10px;
}

#section003 {
	min-height: 100px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 100px;
}
#spacer {
	min-height: 100px;
	display: flex;
	visibility: visible;
	position: inherit;
	flex-direction: column;
	align-items: center;
	align-content: stretch;
	justify-content: space-evenly;
}
#spacer000 {
	min-height: 100px;
}

@media (max-width: 992px) {
	#section001 {
		flex-wrap: wrap;
	}
}

@media (max-width: 480px) {
	#banner {
		min-height: 0px;
	}
}

/* =============PRIVACY POLICY============= */

/* .navbar {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
	}

	.navbar li {
	float: left;
	}

	.navbar li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	}

	.navbar li a:hover {
	background-color: #111;
	} */


	/* For more control and responsiveness, you can use Flexbox: */



	html {
		box-sizing: border-box;
		color: #ffffffbb;
	}
