﻿:root {
  --contentwidth: 1024px;
}
body {
  margin: 0px;
  padding: 0px;
  background: #b2d3f5;
	background-image: url('layout/bg.png');
	background-repeat: repeat;
  font-size: 14px;
  letter-spacing: 2px;
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-x: hidden; 
}
body::-webkit-scrollbar {
  /*display: none; /* for Chrome, Safari, and Opera */
}
a:link {color: #000;}      /* unvisited link */
a:visited {color: #000;}  /* visited link */
a:hover {color: #000;}  /* mouse over link */
a:active {color: #000;}  /* selected link */
a {
	text-decoration: none;
	font-weight: bold;
}
#container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  width: var(--contentwidth);
  height: 100%;
  text-align: center;
	display: block;
}
#content {
  width: var(--contentwidth);
	min-height: 300px;
	padding-top: 15px;
	border-radius: 5px;
	background: white;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	font-family: 'Space Grotesk', sans-serif;
	border: 3px solid #1983af; 
	font-size: 16px;
	display: none;
}
#firstpage {
  width: var(--contentwidth);
	height: 650px;	
	background: url("layout/frontimage1.png");
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 100px;
	display: none;
}
/* Flex */
.flex-layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
/*.flex-layout::after {
  content: "";
  padding-right: 50px;
  justify-content: flex-start;
  flex: initial;
}*/
#coming-soon {
	padding-top:115px;
  font-weight: bold;
	font-size: 36px;
	color: #11a572;
	text-align:center;
	text-transform: uppercase;
	text-shadow: 1px 2px 0px rgba(0,0,0, 0.5);
}

/*===================================================================================================================*/
/* Start */
/*===================================================================================================================*/

#start-container {

}
#start-image {
  padding-bottom: 35px;
}

/*===================================================================================================================*/
/* General gallery styles */
/*===================================================================================================================*/

#page-title {
	width: 100%;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	text-transform: uppercase;
  font-family: 'Cabin Condensed', sans-serif;
  color: black;
  /*color: #0a69aa;*/
}
#page-info {
	text-align: justify;
	margin-left: 40px;	
	margin-right: 40px;
	margin-top: 17px;
	margin-bottom: 40px;
  color: #444;
	line-height: 25px;
	/*font-family: 'Cabin Condensed', sans-serif;*/
}
#puzzle {
  display: inline;
  font-weight: bold;
  cursor: pointer;
}
 #game-container, #a-game-thumbs-container, #a-game-info-container {
	height: inherit;
	
  flex-flow: row wrap;
  justify-content: space-around;
	
	margin-top: 20px;
	margin-left: 50px;
	margin-right: 50px;
}
#game-container {
  margin-top: 10px;
}
#gallery-container {
	margin-top: 0px;
	margin-left: 40px;
	margin-right: 40px;
  padding-bottom: 20px;
}
.new-art-category {
  height: 50px;
  margin-top: 15px;
  font-size: 20px;
  text-align: left;
}
.sub-gallery-container {
}
#game-container, #a-game-thumbs-container, #a-game-info-container {
	justify-content: space-between;
}
.empty-flex-image {
  width: 140px;
  height: 140px;
}
.thumbnail {
	padding: 5px;
	margin-bottom: 30px;
}
.thumbnail img, .a-game-thumbnail img, .game-thumb img {
	box-shadow: 3px 3px 7px rgba(0,0,0,0.3);
}

/*===================================================================================================================*/
/* Comic book */
/*===================================================================================================================*/

#comicbook-container {
	height: inherit;
	
  justify-content: space-between;
	align-items: flex-start;
	
	margin-top: 0px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
}
.comicbook-image1 {
  padding-top: 20px;
  padding-bottom: 25px;
}
.comicbook-image2 {
}
.comicbook-right-image {
  width: 300px;
}
.comicbook-right-image img {
  width: 100%;
  height: 100%;
}
#comicbook-intro {
  padding-bottom: 40px;
  text-align: left;  
}
.comicbook-textblock1 {
  padding-bottom: 20px;
  width: 100%;
  text-align: justify;
}
.comicbook-textblock2 {
  padding-bottom: 20px;
  width: 500px;
  text-align: justify;
}

/*===================================================================================================================*/
/* Popup image */
/*===================================================================================================================*/

#artwork-info {
	text-align: center;
	margin-top: 12px;
	font-weight: bold;
  font-size: 16px;
	color: #111;
}
#artwork-container{
	/*flex-flow: row nowrap;
  justify-content: center;*/
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
}
#artwork img {
  /*border: 10px solid #fff;*/
}
#art-prev, #art-next {
	width: 220px;
	height: 200px;
	cursor: pointer;
} 
#popup-close-button {
	display: block;
	position: fixed;
	width: 60px;
	height: 60px;
	right: 0px;
	top: 0px;
  cursor: pointer;
}
.close-artwork {
  width: 1000px;
  height: 1000px;
  background:red;
}
#art-prev img:hover, #art-next img:hover, #popup-close-button img:hover {
	opacity: 0.7;
} 
#popup-container {
	background: #333;				
	width: 100%;
	height: 100%;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;    
	position: fixed;
	z-index: 10000;
	display: none;
  background-color: rgba(255, 255, 255, 0.92);
}
#artwork-popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*===================================================================================================================*/
/* Game gallery thumbnails */
/*===================================================================================================================*/
.game-thumb-container {
	min-width: 250px;
	padding: 0px;
	margin-bottom: 50px;
}
.game-thumb {
}
.game-info-container {
	height: 30px;
}
.game-thumb-container img:hover, .thumbnail img:hover, .a-game-thumbnail img:hover, #back-link {
  cursor: pointer;
}
.game-thumb-title {
  height: 20px;
  text-align: left;
  color: #000;
	padding-bottom: 10px;
  font-weight: bold;
	font-size: 20px;
}

/*===================================================================================================================*/
/* A (specific) game */
/*===================================================================================================================*/
.a-game-thumbnail {
	margin-bottom: 40px;
	width: auto;
}
.a-game-thumbnail img {
	display: block;
  margin-left: auto;
  margin-right: auto;
}
#a-game-info-container {
	height: inherit;
	
  justify-content: space-between;
	align-items: flex-start;
	
	margin-top: 15px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
}
#a-game-text-container {
	width: 550px;
	text-align: left;
}
#a-game-title {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#a-game-type-info {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Cabin Condensed', sans-serif;
}
#a-game-info {
	font-size: 18px;
	font-family: 'Cabin Condensed', sans-serif;
	text-align: justify;
}
#play-link {
	width:100px;
	margin-top: 25px;
  font-weight: bold;
	font-size: 26px;
	color: #3c7900;
	text-transform: uppercase;
	text-shadow: 1px 2px 0px rgba(63,107,169, 0.5);
}
#play-link:hover {
	color:#45b73c;
}
#a-game-info-logo {
	width: 350px;
	text-align: right;
	margin-bottom: 20px;
}
#a-game-info-logo img{
	outline: 2px solid black;
}
#back-link {
  width: 60px;
	height: 20px;
	background-image: url("layout/backtogallery.png");
	text-align: left;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 20px;
}

/*===================================================================================================================*/
/* About */
/*===================================================================================================================*/
#about-info-container {
	height: inherit;
	
  justify-content: space-between;
	align-items: flex-start;
	
	margin-top: 35px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
}
.about-text-block p::before {
  content: "•";
  color: black;
  font-size: 16px; 
  margin-right: 5px; 
}
.about-info-portrait {
  height:200px;
	width: 220px;
}
.about-info-portrait img {
	height: 100%;
}
.about-info1 {
	text-align: justify;
	width:660px;
}
.about-info2, .about-info3 {
	text-align: justify;
	width: 100%;
}
.about-info2 p {
  padding-bottom: 2px;
}
.about-info3 p {
  padding-bottom: 10px;
}
.about-link, .comic-link, .comic-info {
  height: 26px;
}
.about-text-block, .about-text-block2 {
  padding-bottom: 10px;
	line-height: 25px;
}
.about-title1, .about-title2 {
  height: 20px;
  text-align: left;
  color: #000;
  padding-top: 10px;
	padding-bottom: 10px;
  font-weight: bold;
	font-size: 22px;
}
.about-title1 {
  padding-bottom: 20px;
}
.about-title2 {
  height: 20px;
	font-size: 18px;
}
#about-info-container p {
  margin: 5px 0; 
}
hr {
  border: none;
  border-top: 1px solid #aaa;
  margin: 16px 0 16px 0;
  width: 100%;
}

/*===================================================================================================================*/
/* Footer */
/*===================================================================================================================*/
#footer {
	width: 100%;
	height: 25px;
	margin-top: 10px;
	margin-left: 3px;
  text-align: right;
	font-weight: bold;
	background: none;
	font-family: 'Acme', sans-serif;
}