h1 {
	text-align: left;
	font-size: 65px;
	margin-bottom: 15px;
}

h4 {
	margin-bottom: 10px;
}

a {
	color: #000000;
	text-decoration: none;
}

p {
	margin: 0;
}

hr {
	margin-top: 25px;
	margin-bottom: 20px;
}

body {
	background-color: #FBF8F1;
	margin: 0;
	padding: 0 20px;
}

html {
	scroll-behavior: smooth;
}

#mainContainer {
	max-width: 1200px;
	width: 100%;
	height: 100%;
	margin: auto;
	overflow: hidden;
	margin-top: 80px;
}

#top_description {
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#currentcompany {
	font-size: 28px;
	font-style: normal;
	text-decoration: underline;
}

#current {
	font-size: 21px;
	margin-top: 25px;
}

.company {
	font-size: 21px;
	margin-bottom: 3px;
	font-style: normal;
}

.link {
	text-decoration: underline;
}

.titlecompany {
	font-style: italic;
}

.record {
	margin-bottom: 22px;
	font-size: 17px;
}

.date {
	float: right;
	font-style: italic;
}

.description {
	font-size: 16px;
	float: right;
	text-decoration: none;
	font-style: normal;
	vertical-align: bottom;
}

#headshot {
	display: inline-block;
	max-width: 100%;
	height: auto;
	border-style: solid;
	border-width: thin;
}

#content-wrapper {
	display: flex;
	gap: 40px;
}

#left-column {
	flex: 0 0 55%;
}

#right-column {
	flex: 0 0 35%;
}

#photo {
	margin-top: 40px;
	text-align: right;
}

#education {
	margin-top: 30px;
	text-align: right;
	font-size: 20px;
	line-height: 1.25;
}

#contact {
	margin-top: 35px;
	line-height: 1.25;
	text-align: right;
	font-size: 20px;
}