@charset "utf-8";
/* CSS Document */
body {
  padding: 0;
  font-size: 12px; 
  font-family: Arial, Helvetica, sans-serif; 
  color: #494949;
  background-color: #efecec;
}


header {
top: 2px;
width: 930px;
position: relative;
left : 50%;
margin-left: -475px;
}

a { text-decoration: none;}
a.menu { text-decoration: none; font-size: 14px;}
a:link {	margin-top:0px;
    color: #c39f9f; }
a:active {color: #434343; text-decoration: none; }
a:visited {color: #E83B3B; text-decoration: none; }
a:hover {color: #BE2020; text-decoration: none; }


h1 {
	font-size: 28px;
	color:#FFF;	
	
}

p {
	font-size: 12px;
	color:#FFF;	
	
}


.infoFrame {
	width: 920px;
	height: 480px;
	
	border-radius: 35px;
	border-color: #ddd;
	border-style: solid;
	margin:20px auto;
	margin-bottom:5px;
	background-color: #404040;
	background-clip:  padding-box;
	box-shadow: 3px 3px 6px #111;
	
	display: flex; 
	justify-content: center;
}

.infoMessageBottom {
	width: 300px;
	height: 120px;
	position:relative;
	left: 450px;
	top: 360px;
	color:#FFF;

}

.infoMessageBottom p {
	font-size: 14px;
	text-shadow: 1px 1px 1px #555;	
}


.infoFrameSingleImage
{
	background: url(images/hero_genrations_banner_launch.png) no-repeat bottom;
	display:block;
}

.infoBoxLeft {
	width: 360px;
	height: 400px;
	border-radius: 30px;
	border-color: #fff;
	border-style: solid;
	margin-top: 30px;
	
	background-color: #666;
	color: #FFF;
	float:left;
	overflow:hidden;
	background: url(images/highgrounds_mini.png) no-repeat bottom;
	box-shadow: 3px 3px 6px #111;
}
.infoBoxRight {
	background: url(images/herogenerations_mini.png) no-repeat bottom;
}

.infoBoxSpacer {
		width: 75px;
}

.infoText {
	height: 260px;
	padding: 20px;


	font-family: Arial, Helvetica, sans-serif;
	
}

.infoText p {
	font-size: 16px;
	text-shadow: 1px 1px #333;
}

.infoText a:link { 
color: #c39f9f;
}
.infoText a:visited { color: #c39f9f; }

.infoTitle {
	font-size: 28px;
	width: 360px;
	height: 40px;
	border-radius: 30px 30px 0px 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	background-color: #7f3333;
  	display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; 
}

.infoButton {
		font-size: 18px;
	
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	
	width: 191px;
	height: 35px;
	border-radius: 10px 10px 10px 10px;
	float:right;
	margin-top: 10px;
	margin-right: 16px;

	background-color: #7f3333;
  	display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; 
}

.infoButton:hover { background: #b76565; }
.infoButton:active { background: #6b2b2b; }


.largeImageButton {
	position:relative;
    top:410px;
	right:10px;
	color: #FFF;
}


.miniInfoFrame {
	width: 940px;
	height: 276px;

	margin:0 auto;
	margin-top:0px;
	margin-bottom:20px;
	display: flex; 
	justify-content: space-around;
}

.miniInfoBoxLeft
{
	width: 100%;
	height: 250px;
	margin: 20px;
	float:left;
	overflow:hidden;
	background: none;
	box-shadow: 3px 3px 6px #111;	
	background-color: #404040;
	display: inline-block;
	
}
.miniInfoText {
	padding-top:10px;
	padding-bottom:45px;
	height: 100px;
	font-size: 13px;
}
.miniInfoText a:link {
	margin-top:0px;
    color: #c39f9f;
}


.miniTitle
{
	
	width:100%;
}
.miniInfoBoxRight
{
	float:right;
	margin-right: 0px;
}

.miniInfoButton {
	
	height:30px;
	width: 95px;
	
	border-radius: 10px 10px 10px 10px;
	float:right;
}
.socialButtons {
	height:64px;
	width: 64px;
	float:right;
	margin-top:50px;
}

#footer {
	width: 900px;
		
	margin:0 auto;

	display: flex;
	justify-content: space-between;
}

#likebutton
{
float:left;
}

#copyright
{
	font-size: 10px;
float:right;
}