@charset "UTF-8";

body {
	font-size: 64px;
	text-align: center;
}

.video {
	width: 640px;
	height: 360px;
}

#contentTable {
	width: 100%;
	min-height: 100%;
}

#contentCell {
	margin: auto;
	display: block;
}

#contentAboutCellMajor {
	width: 38%;
}

.contentAboutCellMinor {
	
}

.contentAbout {
	text-align: justify;
	margin: auto;
	font-size: 32px;
}

#youtubelogocell {
	width: 128px;
	height: 128px;
}

#twitterlogocell {
	height: 128px;
	width: 128px;
}

#steamlogocell {
	height: 128px;
	width: 50%;
}

.youtubeLogo {
	display: block;
	margin: auto;
}

.twitterLogo {
	display: block;
	margin: auto;
}

.steamLogo {
	display: block;
	margin: auto;
}

.steamLogoWText {
	display: block;
	margin: auto;
}

#emailLink {
	text-align: center;
	font-size: 32px;
	text-decoration: none;
	vertical-align: bottom;
}

@media screen and (max-width: 639px) {
	
	body {
		font-size: 32px
	}
	
	.video {
		width: 320px;
		height: 180px;
	}
	
	#contentLinks {
		padding-left: 16px;
	}

	.contentAbout {
		font-size: 16px;
	}

	#youtubelogocell {
		height: 64px;
		width: 64px;
	}

	#twitterlogocell {
		height: 64px;
		width: 64px;
	}

	#steamlogocell {
		height: 64px;
		width: 128px;
	}

	#emailLink {
		font-size: 16px;
	}
}
