html {
	margin: 0 0 48px 0;
	padding: 0;
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust:100%;
	font-style: sans-serif;
	font-size: min(1.65rem, 4vw); /* max(min(1.3rem, 4vw), 3vw); */
	min-width: 320px;
}

body {
	margin: 0;
	word-wrap: break-word;

	color: white;
	background-color: #14202a;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: sans-serif;
	font-weight: 100;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	-ms-font-feature-settings: "kern", "liga", "clig", "calt";
	font-feature-settings: "kern", "liga", "clig", "calt";
}

#header {
	position: fixed;
	top: 0;
	height: 60px;
	min-width: 320px;
	width: 100%;
	background-color: white;
	z-index: 1;
}

#header > h1 {
	display: inline;
	color: #cdcdcd;
	margin: 0;
	padding: 0;
	height: 60px;
	width: 100%;
	vertical-align: middle;
	line-height: 60px;
	font-size: 30px;
	font-weight: 300;
}

#header > a {
	display: inline;
	color: #cdcdcd;
	margin: 0 20px;
	padding: 0;
	height: 60px;
	width: 100%;
	vertical-align: middle;
	line-height: 60px;
	font-size: 30px;
	font-weight: 400;
	text-decoration: none;
	color: #203149;
}

#header > a:hover {
	color: #00acff;
}

#header > h1 > a {
	text-decoration: none;
	color: #203149;
}

#rightSide {
	float: right;
	width: fit-content;
	height: 100%;
	padding: 0;
	margin: 0;
	color: gray;
}

.rightText {
	float: right;
	display: block;
	line-height: 40px;
	height: 60px;
	color: #838383;
	text-decoration: none;
	margin: 10px;
	padding: 0 20px;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
}

#header > img {
	height: 40px;
	margin: 10px 10px 10px 15px;
	display: inline;
	vertical-align: middle;
}

#header > h1 > a:hover {
	color: #007bff;
}

#header > h1 > em {
	font-weight: 500;
	font-style: normal;
	color: black;
}

#header > .links {
	float: right;
	width: fit-content;
	height: 100%;
	padding: 0;
	margin: 0;
}

#header > .links > a {
	float: right;
	display: block;
	line-height: min(max(8px, 5vw), 40px);
	height: calc(100% - 20px);
	-moz-outline-radius: 8px;
	border-radius: 8px;
	border: 1px solid color(srgb 0 0 0 / 0.102);
	background-color: color(srgb 0 0 0 / 0.02);
	color: color(srgb 0 0 0 / 0.5);
	text-decoration: none;
	margin: 10px;
	padding: 0 20px;
	font-size: min(max(12px, 4vw), 22px);
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
}

#header > .links > a:hover {
	border: 1px solid #659f6a;
	background-color: #63c77c;
	color: white;
}

@media screen and (max-width: 600px) {

	html {
	}

	#header {
		height: 40px;
	}

	#header > h1 {
		line-height: 40px;
		font-size: 20px
	}

	#header > img {
		height: 30px;
		margin: 5px 10px;

	}

	#header > .links {
		display: none;
	}

	.centerColumn > div.howToPlay > img {
		margin-top: 6px;
	}
}

div#expo, div#kickstarter {
	width: 100%;
	background-color: #f8a42c;
	color: white;
	text-align: center;
	font-size: min(40px, 3vw);
	line-height: min(90px, 10vw);
	font-weight: 600;
}

div#kickstarter {
	background-color: #2bde73;
}

/* ------------------------------------------------------------------------------------------- */


.campaignIsLive  {
	-moz-outline-radius: 8px;
	border-radius: 8px;
	margin: min(min(8vh, 8vw), 45px) 0;
	background-color: color(srgb 0.382 0.642 0.397 / 1);
}

.campaignIsLive > h1 {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: max(min(3vw, 1.8em), 1.4em);
}

.campaignIsLive > a {
	-moz-outline-radius: 10px;
	border-radius: 10px;
	padding: 3%;
	color: black;
	background-color: rgba(255, 255, 255, 1);
	display: block;
	text-align: center;
	font-weight: 600;
	text-decoration: none;
}

.campaignIsLive > a {
	padding: 10px 20px;
	margin: 20px 0 0 0;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease;
}

.campaignIsLive > a:hover {
	background-color: #00e663; /* Darker shade for hover */
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

.campaignIsLive > a:active {
	background-color: #00cc64; /* Even darker for active/click */
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
	transform: translateY(2px);
}



div#introduceYourself  {
	-moz-outline-radius: 20px;
	border-radius: 20px;
	margin: min(min(8vh, 8vw), 45px) 0;
	background-color: color(srgb 1 1 1 / 0.175);
}

div#introduceYourself > h1 {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: max(min(3vw, 1.8em), 1.4em);
}

div#introduceYourself > p {
	text-align: center;
	margin: 10px 20px 40px 20px;
	line-height: normal;
	font-size: max(min(34px, 2.6vw), 1em);
}

div#introduceYourself > a {
	-moz-outline-radius: 10px;
	border-radius: 10px;
	margin: 0;
	padding: 3%;
	color: black;
	background-color: #cdcdcd;
	width: 94%;
	display: block;
	text-align: center;
	font-weight: 600;
	text-decoration: none;
}

div#introduceYourself > a:hover {
color: white;
background-color: #18c200;
}


/* ------------------------------------------------------------------------------------------- */

footer {
	margin-bottom: 40px;
	color: white;
}

footer a {
	margin: 0 0.2em 0 0.2em;
}

.svg {
	stroke-width: 1;
	stroke: white;
}

.svg:hover, .svg:active {
	stroke-width: 1.5;
	stroke: #228ddf;
}