/* Resets All CSS to complete defaults */
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html {
	background-color: #302838;
	color: rgb(217, 217, 217);
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	margin-top: 0cm;
	padding-left: 10px;
	padding-right: 10px;
}

header {
	margin-bottom: -10px;

	hr {
		border-top: 2px solid rgb(255, 255, 255);
		margin-top: -10px;
		padding-bottom: 8px;
	}

	.title {
		text-align: left;
		font-size: 50px;
		color: #e7e164;
		font-weight: bolder;
		font-family: "Times New Roman", Times, serif;
		max-width: fit-content;
		float: left;
	}
}
nav {
	text-align: right;
	padding: 20px;
	margin-bottom: 10px;

	ul > li {
		list-style: none;
		float: right;
	}

	a {
		margin-right: 4px;
		margin-left: 4px;
		border-bottom: 2px;
		border-style: double;
		border-color: rgb(217, 217, 217);
		color: rgb(255, 255, 255);
		text-decoration: none;
		font-size: 25px;
	}

	img {
		height: 25px;
	}
}

h1 {
	text-align: center;
	font-size: 80px;
	padding: none;
	color: #e7e164;
	font-family: "Times New Roman", Times, serif;
}

h2 {
	font-size: 32px;
}

#introduction {
	text-align: center;
	h2 {
		padding-top: 3%;
		padding-bottom: 10px;
		font-size: 100px;
		max-width: fit-content;
		margin: auto;
	}
	p {
		max-width: 40%;
		margin: auto;
	}

	figcaption {
		text-decoration: overline;
		padding-left: 200px;
	}
	a {
		color: rgb(217, 217, 217);
	}
}

footer {
	/* background-color: rgb(70, 70, 70); */
	/* position: fixed; */
	right: 0;
	bottom: 0;
	vertical-align: bottom;
	text-align: end;
	font-size: 10px;
	a {
		color: rgb(217, 217, 217);
	}
	img {
		height: 7px;
	}
}
.projects {
	padding-top: 20px;
	padding-left: 10px;
	h2 {
		text-decoration: underline;
		color: rgb(194, 245, 202);
	}
	h3 {
		font-size: 20px;
	}
	a {
		color: aquamarine;
	}
	p {
		font-weight: 600;
	}
	img {
		height: 500px;
	}
}
#introduction {
	padding-bottom: 140px;
}

.blogpost {
	background-color: black;
	border-style: ridge;
	border-color: white;
	border-width: 3px;
	font-family: "Courier New", Courier, monospace;
	color: rgb(255, 255, 255);
	width: 1000px;

	p {
		padding-left: 8px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
}
