@font-face {
	font-family: 'AK2020';
	src: url('//2ttf.com/webfont/5v3rcb3wkwo/webfont.ttf') format('truetype');
}

body {
	align-content: center;
/* 	font-family: sans-serif; */
	font-family: AK2020;
	font-size: x-large
}

a:link {
	color: #444444;
	text-decoration: none;
}

a:visited, a:hover, a:active {
	color: #666666;
}


div.container {
	margin: auto;
	max-width: 1024px;
	
}

/*Navigation*/

#icon {
	width: 100%;
	align-content:center;
	text-align: center;
}

#icon img {
	align-self: center;
	margin: auto;
}

.mainPageButton {
/*
	width: 341px;
	height: 341px;
*/
	max-width: 100%;
	min-width: 33%;
/* 	display: table-cell; */
	float: left;
	text-align: center;
/* 	vertical-align: middle; */
/* 	line-height: 341px; */
	font-size: 50px;
}

.mainPageButton img {
	align-self: center;
	margin:auto;
	margin-top: 106px;
/* 	display: inline-block; */
/* 	vertical-align: middle; */
}

.mainPageButton a:link {
	color: #000000;
}

.mainPageButton a.visited, .mainPageButton a.active, .mainPageButton a {
	color: #000000;
}

/*
div.menu {
	width: 100%;

	align-content: center;
}
*/

/*
div.navbar {
	margin: auto;
	vertical-align: bottom;

}
*/

/*
.navbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
*/

/*
.navbar li {
	float: left;
	width: 20%;
	text-align: center;
	
}
*/

/*
.navbar a {
	display: block;
	vertical-align: center;
	padding: 10px;
	background-color: #FFFFFF;
	text-decoration: none;
	color: #3377AA;
	font-size: x-large;
	font-family: sans-serif;
	font-weight: bold;
	
}
*/

/*
img.comicpage {
	max-width: 100%;

}
*/

.content {
	float: left;
	padding: 20px;
	font-family: sans-serif;
	font-size: x-large;
}

/*
area {
	color:fuchsia;
}
*/
/*
.content div p {
	width: 764px;
	display: block;
}
*/

.projectDisplay {
	width: 100%;
	display: block;
	clear: both;
	
}

.projectThumbnail {
	width: 20%;
/* 	display: block; */
	float: left;
	margin-bottom: 20px;
}

.projectDescription {
	width: 75%;
/* 	display: block; */
	float: right;
/* 	padding: 20px; */
}

.projectDescription h1 {
	margin-block-start: 0em;
}

.projectDescription h1 a {
	color: black;
}
