*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	background-color:#333;
	color: white;

	font-family: 'Share Tech Mono', monospace;
}

a{
	text-decoration: none;
	color: white;
}

a:hover{
	color: red;
}

.wrapper{
	width: 100%;
	margin: auto;
}

.navBox {
	margin: auto;
	max-width: 1100px;
	overflow: auto;
	padding: 0 20px;
}

.textPrim {
	color: #EC2D2D
}

.container {
	margin: auto;
	max-width: 1100px;
	overflow: auto;
	padding: 0px 20px;
}

.lead{
	font-size: 20px;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -2px black;
	font: bold;
}

.btn{
	display: inline-block;
	font-size: 18px;
	color: white;
	background: #262626;
	padding: 13px 20px;
	border: none;
	cursor: pointer;
}

.btn:hover{
	background: #EC2D2D;
	color: #262626;
}

.bgDark {
	background: #262626;
	color: white;
}
.bgLigth {
	background: #333;
	color: white;
}

.bgColor {
	background: #EC2D2D;
	color: black
}

.clr {
	clear: both;
}

.py1 { padding: 10px 0; }
.py2 { padding: 20px 0; }
.py3 { padding: 30px 0; }

#topMenu{
	list-style: none;
	border-radius: 10px;
	width: 100%;
	overflow: auto;
	background: #262626;
	font-family: 'Permanent Marker', cursive;
}

#topMenu a{
	color: white;
}
#topMenu h1{
	float: left;
	padding-top: 15px;
	font: bold caption;
	text-shadow: -3px 0 black, 0 3px black, 3px 0 black, 0 -3px black;
}

#topMenu ul {
	float: right;
	list-style: none;
}

#topMenu ul li {
	float: left;
}

#topMenu ul li a {
	display: block;
	padding: 20px;
	text-align: center
}

#topMenu ul li a:hover,
#topMenu ul li a.current {
	background: #1c1c1c;
	color:#EC2D2D;
}

#showcase {
	background: url('../images/gw32\ background.png') no-repeat center bottom -150px/cover;
	height: 600px;
}

#showcase h1{
	font: bold;
	text-shadow: -3px 0 black, 0 3px black, 3px 0 black, 0 -3px black;
}

#showcase .showcase-content {
	color: white;
	text-align: center;
	padding: 100px;
}

#showcase .showcase-content h1 {
	font-size: 50px;
	line-height: 1.2em;
	padding-bottom: 20px;
}

#showcase .showcase-content p {
	padding-bottom: 20px;
	line-height: 1.7em;
}

#mainSection {
	height: 400px;
}

#mainSection .infoVid {
	float: left;
	width: 50%;
	min-height: 100%;
	max-height: 400px;
	max-width: 550px;
	padding-top: 50px;
}

#mainSection .infoContent {
	float: right;
	width: 50%;
	height: 100%;
	text-align: center;
	padding: 50px 30px;
	overflow: hidden;
}

#mainSection .infoContent {
	padding-bottom: 30px;
}

.box {
	float: left;
	width: 33.3%;
	padding: 50px;
	text-align: center;
}

.box i {
	margin-bottom: 10px;
}

#aboutInfo .infoRight {
	float: right;
	width: 50%;
	min-height: 100%
}

#aboutInfo .infoRight img {
	display: block;
	margin: auto;
	width: 70%;
	border-radius: 50%
}

#aboutInfo .infoLeft {
	float: left;
	width: 50%;
	min-height: 100%;
	padding-top: 50px;
}

#Testimonials {
	height: 600px;
	background: url('../images/OoMaouG.jpg') no-repeat
	center center/cover;
	padding-top: 20px;
}

#Testimonials h2 {
	text-align: center;
	padding: 40px;
	font: bold;
	text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
}

#Testimonials .container {
	padding: 40px;
	margin-bottom: 30px;
	border-radius: 5px;
	opacity: 0.9;
}

#Testimonials .container img {
	display: block;
	margin: auto;
	width: 100px;
	float: left;
	border-radius: 50%;
	margin-right: 20px;
	height: 100%;
}

#Mcserver {
	height: 600px;
	background: url('../images/img_56be540f187f3.jpg') no-repeat
	center center/cover;
	padding-top: 100px;
}

#Mcserver h2 {
	text-align: center;
	padding: 40px;
	font: bold;
	text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
}

#Mcserver .container {
	padding: 30px;
	margin-bottom: 30px;
	border-radius: 5px;
	opacity: 0.95;
}

#Mcserver .container img {
	display: block;
	margin: auto;
	width: 100%;
	float: left;
	margin-right: 20px;
	height: 100%;
	opacity: 1.0;
}

.mainFooter {
	text-align: center;
	padding: 30px 0;
}

#showcaseping {
	background: url('../images/S.-Georgia-2525_KBG-e1542580505647.jpg') no-repeat center top -150px/cover;
	height: 600px;
}

#showcaseping h1{
	font: bold;
	text-shadow: -3px 0 black, 0 3px black, 3px 0 black, 0 -3px black;
}

#showcaseping .showcase-pingvin {
	color: white;
	text-align: center;
	padding: 100px;
}

#showcaseping .showcase-pingvin h1 {
	font-size: 50px;
	line-height: 1.2em;
	padding-bottom: 20px;
}

#showcaseping .showcase-pingvin p {
	padding-bottom: 20px;
	line-height: 1.7em;
}