body {
	background-color: black;
	margin: 10px 10px 50px 10px;
	font-size: 16px;
	color: white;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}

#icon {
	width: 48px;
	height: 48px;
	margin-left: 6px;
}

.project-description {
	display: block;
	margin: 5px 10px 0 10px;
}

.project-title {
	margin-bottom: 7px;
	font-size: 20px;
	line-height: 28px;
}

.project-title > b {
	display: inline-block;
}

img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.project-icon {
	height: 30px;
	width: 30px;
	float: left;
	border-radius: 5px;
	margin-right: 6px;
}

.project-link {
	margin: 5px;
	height: 20px;
	width: 20px;
	float: right;
}

.project-link:hover {
	opacity: 80%;
}

.social {
	margin: 8px 10px 8px 5px;
	width: 32px;
	height: 32px;
	display: inline-block;
}

.social > img {
	width: 32px;
	height: 32px;
}

.social > img:hover {
	opacity: 80%;
}

#navbar {
	height: 48px;
	width: 100%;
	margin-bottom: 10px;
}

#links {
	height: 100%;
	float: right;
}

#header {
	text-align: center;
	margin: 0px auto 50px auto;
	width: 600px;
}

#title {
	display: inline-block;
	font-size: 40px;
	margin-bottom: 8px;
}

#subtitle {
	display: inline-block;
	font-size: 20px;
	margin-bottom: 8px;
}

#repo {
	display: inline-block;
	color: #999999;
	font-size: 14px;
}

main {
	margin: 0 10px 0 10px;
}

#projects {
	width: 100%;
	padding-left: 1.33%;
	display: flex;
	flex-wrap: wrap;
	margin: auto;
}

.project {
	/*box-shadow: 5px 5px 0 0 rgba(255, 255, 255, 0.22);*/
	height: 130px;
	padding: 5px 0 5px 0;
	color: white;
	background-color: #2a2a2a;
	margin-right: 1.25%;
	border-radius: 10px;
	margin-bottom: 15px;
	width: 31.33%;
	-webkit-transition: background-color 2s;
	transition: background-color 0.25s;
}

/*
.project:hover {
	background-color: #393939;
}
*/

.project * > a {
	color: white;
}

a {
	color: rgb(110, 223, 66);
}

#other-projects {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 600px;
}

@media only screen and (max-width: 1100px) {
	.project {
		width: 48.25%;
	}
}

@media only screen and (max-width: 750px) {
	.project {
		width: 97%;
	}
}

@media only screen and (max-width: 350px) {
	.project > img {
		width: 50px;
		height: 50px;
	}
	.project {
		height: auto;
	}
}

@media only screen and (min-width: 1240px) {
	#projects {
		width: 1200px;
	}
}

@media only screen and (max-width: 620px) {
	#header {
		width: 100%;
	}
}

@media only screen and (max-width: 500px) {
	#title {
		display: inline-block;
		font-size: 30px;
	}
	#subtitle {
		display: inline-block;
		font-size: 16px;
	}
	#header {
		margin-bottom: 40px;
	}
}