﻿body {
  margin: 0px;
  padding: 0px;
  background: #b2d3f5;
	background-image: url('layout/bg.png');
	background-repeat: repeat;
  letter-spacing: 1px;
  line-height: 1.3;
  font-family: 'Catamaran', sans-serif;
	font-size: 21px;
}
a:link {color: #fff;}      /* unvisited link */
a:visited {color: #fff;}  /* visited link */
a:hover {color: #fff;}  /* mouse over link */
a:active {color: #fff;}  /* selected link */
a {
	text-decoration: none;
	font-weight: bold;
}
#container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  width: 1024px;
  height: 100%;
  color: #bbb;
  background: rgba(0,0,0,0.7);
	display: block;
}
#content {
	width: 1024px;
	min-height: 300px;
	padding-top: 35px;
	/*background: url('layout/background.png');
	background-repeat: repeat-y;*/
	display: none;
}
#firstpage {
	width: 1024px;
	height: 650px;	
	background: url("layout/frontimage1.png");
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 100px;
	display: none;
}
/* Flex */
.flex-layout {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

#page-title {
	width: 100%;
	font-weight: bold;
	font-size: 20px;
  padding-bottom: 20px;
	text-align: left;
	text-transform: uppercase;
  font-family: 'Cabin Condensed', sans-serif;
  color: black;
  /*color: #0a69aa;*/
}
#page-info {
	text-align: justify;
  padding-bottom: 30px;
}
 #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;
}
#gallery-container {
}
#game-container, #a-game-thumbs-container, #a-game-info-container {
	justify-content: space-between;
}
.delimiter {
  width: 1024px;
  height: 20px;
  background: url('layout/topline.png');
}
.thumbnail {
	padding: 3px;
	margin-bottom: 40px;
}
.thumbnail img, .a-game-thumbnail img, .game-thumb img {
	box-shadow: 3px 3px 7px rgba(0,0,0,0.3);
}

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

#start-container {
	height: inherit;
	
  justify-content: space-between;
	align-items: flex-start;
	
	margin-top: 0px;
	/*margin-left: 30px;
	margin-right: 30px;*/
	margin-bottom: 50px;
}
#start-trailer {
  width: 100%;
  padding-top:55px;
  text-align: center;
}
.start-image1 {
  padding-top: 20px;
  padding-bottom: 25px;
}
.start-image2 {
}
#start-game-image {
  width: 350px;
  padding-bottom: 25px;
}
#start-game-image img {
  width: 100%;
  height: 100%;
}
#start-game-image:hover {
  cursor: pointer;
}
#start-intro {
  padding-bottom: 40px;
  text-align: left;  
}
.start-textblock1 {
  padding-bottom: 20px;
  width: 100%;
  text-align: justify;
}
.start-textblock2 {
  padding-bottom: 40px;
  width: 630px;
  text-align: justify;
}

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

#artwork-info {
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
	color: #dedede;
}
#artwork-container{
	flex-flow: row nowrap;
  justify-content: center;
}
#art-prev, #art-next, #popup-close-button {
	width: 100px;
	height: 100px;
	cursor: pointer;
	display: none;
} 
#popup-close-button {
	display: block;
	position: fixed;
	width: 260px;
	height: 260px;
  text-align: right;
	right: 0px;
	top: 0px;
}
#art-prev img:hover, #art-next img:hover, #popup-close-button img:hover {
	opacity: 0.7;
} 
#popup-container {
	background: #111;				
	width: 100%;
	height: 100%;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;    
	position: fixed;
	z-index: 10000;
	display: none;
}
#artwork-popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*===================================================================================================================*/
/* About */
/*===================================================================================================================*/
#about-info-container {
	height: inherit;
  justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 50px;
}
.about-image1-container {  
	width: 360px;
  padding-top: 5px;
}
.about-image1-text {  
	color: #ddd;
  font-size: 14px;
  text-align: right;
}
.about-image2-container {  
	width: 340px;
  padding-top: 5px;
  padding-right: 30px;
  padding-bottom:30px;
}
.about-image2-text {  
	color: #ddd;
  font-size: 14px;
  text-align: right;
}
.about-image3-container {  
	width: inherit;
  padding-top: 5px;
  padding-right: 30px;
  padding-bottom:30px;
}
.about-image3-text {  
	color: #ddd;
  font-size: 14px;
  text-align: right;
}
.about-title {
  width: 1024px;
  height: 30px;
  text-transform: capitalize;
  font-size: 24px;
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.about-info0 {
	text-align: justify;
	width: 1024px;
}
.about-info1 {
	text-align: justify;
	width: 620px;
  padding-right: 30px;
}
.about-info2 {
	text-align: justify;
  padding-bottom:20px;
  width: 100%;
}
.about-info3 {
	text-align: justify;
  width: 650px;
}
.about-link, .comic-link, .comic-info {
  height: 26px;
}
.about-text-block {
  padding-bottom: 10px;
}

/*===================================================================================================================*/
/* Contact */
/*===================================================================================================================*/
#contact-container {
	height: 280px;
  justify-content: space-between;
	align-items: flex-start;
  padding-bottom: 60px;
  background-image: url('layout/contact_bg.gif')
}
.contact-info {
	text-align: justify;
  width: 100%;
}
#contact-links-container {
  padding-top: 30px;
  font-size: 28px;
  width: 100%;
}
.contact-link {
  height: 45px;
  padding-left: 35px;
}
.contact-link a:hover {
  color: royalblue;
}
.contact-link img {
  padding-right: 25px;
  vertical-align: middle;
}

/*===================================================================================================================*/
/* Contact */
/*===================================================================================================================*/

#mail-content {
	float:left;
	width:60%;
}
#mail-content-info-text {
	margin-bottom:20px;
	font-size:14px;
}
#name, #email, #subject {
	width:200px;
}
#name, #email, #subject, #message, #send-mail-button {
	margin-bottom:10px;
}
#message {
	width:100%;
	height:150px;
	resize: none;
}
#send-mail-button {
	width:150px;
	height:35px;
	font-weight:bold;
	font-size:16px;
}
#mailsent-info-popup-cover {
	background:white;
	background: rgba(255, 255, 255, 0.93);				
	width:100%;
	height:100%;
	position:fixed;
	z-index:100000;
	display:none;
	font-weight:bold;
	font-size:16px;
}
#mailsent-info-popup {
	margin: 0 auto;
	border-radius: 20px;
  border: 2px solid #000;
	background:white;
	width:275px;
	height:145px;
	margin-top:300px;
}
#mailsent-info-popup input[type=button] {
	width:75px;
	height:40px;
}
#mailsent-info {
	padding:20px;
}

/*===================================================================================================================*/
/* Sets in game */
/*===================================================================================================================*/
#setgame-text-block {
  padding-bottom: 30px;
  justify-content: space-between;
}
.setgame-info1 {
  text-align: left;
  font-size: 18px;
  padding-bottom: 45px;
}
.setgame-info1-last {
  padding-bottom: 30px;
}

/*===================================================================================================================*/
/* Instructions */
/*===================================================================================================================*/
#instructions-container {
	height: inherit;
  justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 50px;
}
#instructions-container img {
  padding-bottom: 10px;
}
#instructions-text-block {
  padding-bottom: 30px;
  justify-content: space-between;
}
.instructions-title {
  font-size: 22px;
  padding-top: 13px;
  padding-bottom: 5px;
  color: white;
}
.instructions-link {
  font-size: 18px;
  padding-top: 3px;
  width: 200px; 
  color: #5683fe;
}
#instructions-container a:hover {
  text-decoration: underline;
}

/*===================================================================================================================*/
/* Footer */
/*===================================================================================================================*/
#footer {
  width: inherit;
  height: 25px;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 18px;
  text-align: right;
  background: rgba(0,0,0,0.6);
  display: block;
}
#inner-footer {
  width: 550px;
  margin-left: auto;
  text-align-last: justify;
}