body {
	background-color: white;
	color: #2c2c2c;
  font-weight: 400;
  line-height: 1.5;
	font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
	padding: 0;
	margin: 0;
}

a:link {
  text-decoration: underline;
	color: #2c2c2c;
}

a:visited {
  text-decoration: underline;
	color: #2c2c2c;
}

a:hover {
  text-decoration: underline;
	color: blue;
}

a:active {
  text-decoration: underline;
}

.pdfDownload {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 75px;
	margin-top: -35px;
	z-index: 10;
	/*
	border-radius: 50%;
	border: 15px solid transparent;
*/
}

.innerDownload {
	background-color: darkgrey;
	padding: 15px;
	border-radius: 50%;
	z-index: 5;
	margin: 0 10px;
}

.innerDownload a {
	text-decoration: none;
	color: #2c2c2c;
}

.hero-image {
	background-image: url("back2.jpg");
  background-color: #cccccc;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.davinImage {
	text-align: center;
	padding-top: 40px;
}

.davinImage img {
	position: relative;
	border-radius: 50%;
	height: 150px;
	width: 150px;
	padding: 0;
	margin: 0;
	border: 15px solid transparent;

}

.hero-text {
  text-align: center;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.section {
	display: flex;
	flex-direction: column;
}

.sectionHeader {
	display: flex;
	/* font-family: "Times New Roman", Times, serif; */
	justify-content: center;
	align-items: center;
	color: rgb(76, 76, 76);
	font-size: 1.5em;
	padding: 25px 0;
}

.sectionContent {
}

.profileSection {
	display: flex;
	flex-direction: row;
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
	margin: 25px 283px;
}

.profileSubSection {
	width: 50%;
}

.skillList {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.skillList li {
	color: rgb(86, 158, 93);
	padding: 2px 15px;
}

.profileSectionTitle {
	font-size: 1.5em;
	padding: 2px 15px;
	font-weight: 600;
}

.infoItem {
	display: flex;
	flex-direction: row;
	padding: 10px 25px;
}

.itemName {
	font-weight: 500;
	width: 30%;
	text-transform: uppercase;
}

.itemValue {
}

.expSection {
	display: flex;
	flex-direction: row;
	gap: 25px;
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
	margin: 25px 283px;

}

.expWhere {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: white;
	text-transform: uppercase;
	background: rgb(55, 140,63);
	width: 25%;
}

.expDate {
	font-size: 0.8em;
	padding: 10px 0;
}
.expLoc {
	font-size: 1.5em;
	padding: 10px 0;
}

.expDesc {
	color: rgb(76, 76, 76);
	background: rgb(255, 255, 255);
	width: 75%;
	padding: 10px 0;
}

.expTitle {
	font-size: 1.2em;
	padding: 10px 0;
}

.sourceSection {
	display: flex;
	flex-direction: column;
	gap: 25px;
	box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
	margin: 5px 283px;
}

.sourceEntry {
	display: flex;
	flex-direction: row;
}

.sourceDesc {
	color: #2c2c2c;
	width: 50%;
	padding: 2px 15px;
}

.sourceLink {
	width: 50%;
}
