@charset "utf-8";
/* CSS Document */


body {
	background-color: #CCC;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}
.heading {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 120px;
	color: #333;
	text-align: center;
}
.foot {
	text-align: center;
}
.image {
	text-align: center;
}

a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #333;
	font-size: 19px;
}
a:active {
	color: #000;
}

.EnterButton {
	position: relative;
	width: 50%;
	background-color: #999;
	border: 4px outset #FFFFFF;
	padding: 10px;
	text-align: center;
	font-size: 15px;
	font-weight: bolder;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	box-shadow: 2px 6px 10px rgba(0, 0, 0, 25);
}
.logodiv2 {
	position: relative;
	width: 100%;
	background-color: #000;
	border: 12px ridge #666666;
	padding: 10px;
	text-align: center;
	font-size: 36px;
	font-weight: bolder;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	box-shadow: 4px 12px 20px rgba(0, 0, 0, 25);
}
.launched {
	position: relative;
	width: 270px;
	background-color: #666;
	border: 4px inset #CCCCCC;
	padding: 10px;
	text-align: center;
	font-size: 40px;
	font-weight: bolder;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	box-shadow: 1px 6px 10px rgba(0, 0, 0, 25);
	float: none;
	color: #000;
}
.launched_container {
	position: relative;
	width: 250px;
	background-color: #CCC;
	border: 4px outset #FFFFFF;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: bolder;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 40px;
	box-shadow: 2px 6px 10px rgba(0, 0, 0, 25);
	float: left;
}
.return {
	position: relative;
	width: 160px;
	background-color: #999;
	border: 4px outset #FFFFFF;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: bolder;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 20px;
	float: left;
	box-shadow: 2px 6px 10px rgba(0, 0, 0, 25);
}
#selected {
	background-color: #666;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	color: #CCC;
	box-shadow: 1px 2px 5px rgba(100, 100, 100, 25);
}
#Heading {
	font-weight: bolder;
	color: #000;
	background-color: #999;
}
.launched_container_description {
	position: relative;
	width: auto;
	background-color: #CCC;
	border: 4px outset #FFFFFF;
	padding: 10px;
	text-align: justify;
	font-size: 14px;
	font-weight: bolder;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 25px;
	box-shadow: 2px 6px 10px rgba(0, 0, 0, 25);
	float: left;
	color: #000;
}
#about_HC {
	text-decoration: underline;
	text-align: center;
}
.footer {
	font-size: 10px;
	text-align: right;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #000;
}
.logo {
	height: 250px;
	width: 250px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-radius: 50px;
	background-color: rgba(255,255,255,0.5);
	box-shadow: 2px 6px 10px rgba(0, 0, 0, 25);
	
}
