/* The custom menubar
------------------------------------------------------------ */

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);
	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";
}

.fullWidth {
	clear: both;
	position: relative;
	width: 100%;
}

.fullWidth > img {
	display: block;
	width:100%;
	object-fit: cover;
	overflow: hidden;
	background-color: darkgray;

}

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

#header > h1, #header > a {
	display: block;
	color: black;
	margin: 0;
	padding-left: 2vw;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	line-height: min(max(30px, 8vw), 60px);
	font-size: min(max(14px, 5vw), 30px);
	font-weight: 600;
	text-decoration: none;
}

#header > a:hover {
	color: #008ecc;
}

#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;
}


.centerColumn {
	margin: 0 auto;
	padding: 3vw;
	max-width: 700px;
}

.centerColumn + .fullWidth {
	margin-top: 60px;
}

.centerColumn > h1 > img {
	height: 100px;
	float: right;
	margin-top: -48px;
}

.centerColumn > div.ingress > p > a {
	text-decoration: none;
	color: #beeaff;
	font-weight: 500;
}

.centerColumn > div.ingress > p > a:hover {
	color: white;
	text-decoration: underline;
}

form#getNewsForm {
	margin: 50px 0 30px 0;
	padding: 3% 8%;
	width: 84%;
	background-color: white;
	-moz-outline-radius: 20px;
	border-radius: 20px;
}

form#getNewsForm > p {
	color: black;
	font-weight: 400;
	margin: 30px 0 10px 0;
	text-align: left;
}

form#getNewsForm > p span {
	color: #999999;
}

form#getNewsForm input {
	font-size: 24px;
	padding: 10px 5%;
	-moz-outline-radius: 8px;
	border-radius: 8px;
	border: none;
	background-color: #efefef;
	width: 90%;
}

form#getNewsForm button {
	font-size: 24px;
	margin: 35px 0;
	padding: 10px 0;
	-moz-outline-radius: 8px;
	border-radius: 8px;
	border: none;
	color: white;
	background-color: #00c006;
	width: 100%;
	font-weight: 600;
}

form#getNewsForm button:hover {
	background-color: #00cd06;
}


div#optionalOptions {
	text-align: center;
	margin: 0 auto;
	clear: both;
}

div#optionalOptions h2 {
	color: black;
	font-weight: 400;
	margin: 30px 2.5% 10px 2.5%;
	text-align: left;

}

div#optionalOptions a {
	text-decoration: none;
	line-height: 70px;
	font-size: 0.9rem;
	color: black;
	font-weight: 300;
}

div#optionalOptions a:hover {
	text-decoration: underline;
	color: blue;
}


div#optionalOptions > p {
	color: black;
	font-weight: 400;
	margin: 0 2.5% 10px 2.5%;
	text-align: left;
}

div#optionalOptions > p span {
	color: #999999;
}

div.option {
	position: relative;
	width: 28%;
	margin: 2.5%;
	padding-top: 2.5%;
	float: left;
	-moz-outline-radius: 8px;
	border-radius: 8px;
	background-color: #e9e9e9;
	transition: background-color 0.3s, color 0.3s;
}

div.option:hover {
	background-color: #ffd3d3;
}

div.option.shift-hover {
	background-color: #c0c0c0;
}

div.option img {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

div.option.liked {
	background-color: #ff9696;
}

div.option.liked p {
	color: #7e0000;
}

div.option.disliked {
	background-color: #999999;
}

div.option.disliked p {
	color: #000000;
}


div.option .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

div.option.disliked, div.option.liked {
	transition: background-color 0s, color 0s;
}

div.option.disliked .overlay {
	background-image: url("../image/featureDisliked.png");
}

div.option.liked .overlay {
	background-image: url("../image/featureLiked.png");
}

div.option p {
	color: black;
	text-align: center;
	padding: 2.5%;
	margin: 0 2.5% 2.5% 2.5%;
	font-weight: 400;
	min-height: min(8vw, 54px);
	font-size: 0.8em;
}

/* UNSUBSCRIBE
------------------------------------------------------------*/

form#unsubscribe {
	margin: 40px 0;
}



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

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

	#header {
		height: 40px;
	}

	#header > a {
		padding-left: 2vw;
		height: 100%;
		width: 100%;
		vertical-align: middle;
		line-height: 40px;
		font-size: 20px;
		font-weight: 600;
		text-decoration: none;
	}

	.rightText {
		line-height: 26px;
		height: 40px;
		margin: 7px;
		padding: 0 20px;
		font-size: 18px;
	}

	.centerColumn > h1 > img {
		height: 70px;
		float: right;
		margin-top: -30px;
	}


	div.option {
		width: 46%;
		margin: 2%;
		padding-top: 2%;
	}

	div.option img {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	div.option p {
		padding: 5%;
		margin: 0;
		font-size: max(0.8em, 17px);
		vertical-align: top;
		min-height: max(0.8em, 45px);
	}

}


/* SUBMISSION FEEDBACK
------------------------------------------------------------------------------------------- */

form#getNewsForm > h1 {
	color: black;
}

form#getNewsForm > p {
	color: black;
	margin-bottom: 50px;
	text-align: left;
}

form#getNewsForm.didRegister > p {
	color: #999999;
}

img.meepleThankingYou {
	float: right;
}

/* FOOTER
------------------------------------------------------------------------------------------- */

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;
}


/* FEEDBACK LINK
------------------------------------------------------------------------------------------- */

a.feedback_link {
  display: block;
  padding: 10px 20px;
  background-color: #3498db;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.1s;
  text-align: center;
}

.centerColumn > div.ingress > p > a.feedback_link:hover {
  background-color: #2980b9;
  text-decoration: none;
}