/* CSS Document */

body {
	background: #010101 url("../images/20220324_233259-2.jpg") no-repeat bottom center;
	background-size: contain;
	color: #fff;
	font-family: 'Afacad', sans-serif;
	font-size: 1.5em
}

main, footer {
	text-align: center;
}

main {
	height: 500px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Bai Jamjuree', sans-serif;
	font-weight: bold
}

h2 {
	font-size: 4em;
	font-weight: bold;
}

h3 {
	font-size: 3em;
}

a:link, a.nav-link:link {
	color: orange;
	text-decoration: none;
}

a:hover, a.nav-link:hover {
	color: white;
	text-shadow: 
}

a:active, a.nav-link:active {
	text-decoration: underline;
	text-decoration-color: aqua;
}

a:visited, a.nav-link:visited {
	text
}

#hello {
	font-size: 3em;
	margin: auto auto -.5em;
}

#colophon {
	padding: 2em;
}

.resume {
	font-size: 0.75em;
	text-align: left;
}

.resume h2{
	font-size: 2em
}

.resume h3 {
	font-size: 1.5em
}

navbar {
	font-size: 20px !important;
	n
}