@import 'fonts/gilroy.css';
@import 'fonts/chogolisa.css';
@import 'fonts/texta.css';
@import 'textblock.css';
@import 'business.css';
@import 'rowcol.css';
@import 'uni.css';
@import 'paper.css';

html,
body,
*,
input,
textarea,
button {
	font-family: 'Gilroy';
	line-height: 1.3rem;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

html {
	height: 100%;
	background-color: #111;
}

body {
	background: linear-gradient(to bottom right, #333 0%, #111 30%, #111 70%, #30aad9 100%);
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: white;
	height: fit-content;
	min-height: 100%;
	padding: 0;
	margin: 0;
	justify-content: center;
}

.body_inner {
	margin: 0;
	width: 100%;
	min-height: 100%;
	max-width: 1200px;
	padding: 16px 32px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
}
@media only screen and (max-width: 600px) {
	.body_inner {
		padding: 8px 0px 16px 0px;
		background-image: none !important;
	}
}

.spacearound {
	justify-content: space-around;
}

.marginblock {
	margin: 16px auto;
}

strong {
	font-size: 1.1rem;
	font-family: 'Chogolisa';
	color: #30aad9 !important;
}

.heading-primary {
	margin: 32px auto;
	font-size: 2.8rem;
	line-height: 3rem;
}

.heading-subtitle {
	color: white !important;
	font-size: 1.4rem;
	line-height: 1.6rem;
}

.heading-description {
	color: #aaa;
}

@media only screen and (max-width: 600px) {
	.heading-primary {
		margin: 8px auto;
		font-size: 2rem;
		line-height: 2rem;
	}
	.heading-subtitle {
		font-size: 1.2rem;
		line-height: 1.4rem;
	}
}

.main_inner {
	padding-top: 16px;
}

pre {
	background: #444444aa;
	padding: 16px;
	border-radius: 8px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Chogolisa';
	margin: 16px auto;
	display: block;
	width: fit-content;
	color: #39ff70;
	text-align: center;
}

h2,
h3,
h4,
h5,
h6 {
	color: #30d95f !important;
}

.stretchy .top {
	max-height: 120px;
	height: 20%;
}

@media only screen and (max-width: 600px) {
	.stretchy .top {
		max-height: 40px;
	}
}

.flex {
	flex: 1;
}

.devlogo {
	width: 80px;
	height: 80px;
	margin: 4px 16px;
	opacity: 0.7;
}

@media only screen and (max-width: 600px) {
	.devlogo {
		width: 60px;
		height: 60px;
		margin: 8px 4px;
	}
}

button,
a.button {
	cursor: pointer;
	background: transparent;
	padding: 8px 16px;
	border: 1px solid #39ff70;
	color: #39ff70;
	margin: 4px;
	text-align: center;
	text-decoration: none;
	transition:
		background 0.3s,
		box-shadow 0.3s;
}

button:hover,
a.button:hover {
	background: #39ff7033;
	box-shadow: 0 0 16px #444;
}

a.button.active {
	background: #39ff70;
	color: black;
}

.formwrap {
	border: 1px solid #666;
	border-radius: 8px;
	overflow: hidden;
}

li {
	margin: 16px 0;
}

.flagimg {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	margin: 8px 16px 16px 8px;
	/* display: none */
}

.screenshot {
	max-width: 600px;
	margin: auto;
	border: 1px solid #777;
	border-radius: 16px;
}

.smallshot {
	max-width: 400px;
	border: 1px solid #777;
	border-radius: 16px;
}
@media only screen and (max-width: 600px) {
	.smallshot {
		width: 100%;
	}
}

.mobile-only {
	display: none;
}
@media only screen and (max-width: 600px) {
	.mobile-only {
		display: block;
	}
}

h1 > a {
	color: #39ff70 !important;
	text-decoration: none;
}

ul {
	margin: 0 16px 0 0;
}

ul li ul li {
	font-size: 0.8rem !important;
	margin: 0 !important;
}

.whatis {
	min-width: 50%;
	margin-right: auto;
	padding-right: 32px;
	border-right: 2px solid #88888833;
}

.whatdoes {
	min-width: 50%;
	margin-left: auto;
	padding-left: 32px;
}
.whatis h2,
.whatdoes h2 {
	text-align: left;
	margin: 0 !important;
	color: #1d8038;
}

@media only screen and (max-width: 600px) {
	.whatis,
	.whatdoes {
		zoom: 0.9;
		margin: 0 !important;
		padding-left: 32px;
		padding-right: 32px;
	}
}

main a {
	margin: 16px auto;
	cursor: pointer;
	background: #d4d930;
	padding: 8px 16px;
	border: 2px solid #333;
	color: #333;
	font-size: 1.3rem;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.3s;
}

main a:hover {
	background: #39ff70;
}
