body {
  margin: 0px;
  font-family: Garamond, Georgia, sans-serif;
  background-color: #f0f0f0;
}

a:link, a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #a80236;
}

#contentContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
}

#content h1 {
  margin-top: 50px;
  margin-bottom: 20px;
  color: #536780;
  font-size: 35px;
}

#navBar {
  background-color: #333;
  overflow: hidden;
  position: sticky;
  top: 0;
  width: 100%;
  display: block;
  z-index: 1;
}

#navBar a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  font-size: 17px;
  font-weight: normal;
}


#navBar a:hover {
  background-color: #ddd;
  color: black;
}

#navBar a.active {
  background-color: #a80236;
  color: white;
}

#home {
  background-color: #780127;
  display: flex;
  word-wrap: break-word;
}

#homeContent {
  display: flex;
  word-wrap: break-word;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 50px;
}

#homeContent #profile_pic {
  width: 250px;
  height: 250px;
  margin-top: 70px;
  margin-bottom: 10px;
  border-radius: 150px;
}

#introText a:link, #introText a:visited {
  color: #90b2de;
}

#introText #name {
  width: 400px;
}

#homeContent p {
  font-size: 20px;
  color: #ddd;
}

#introText {
  margin-top: 60px;
  margin-left: 50px;
  display: block;
  line-height: 1.5;
}

.space-before-line {
  width: 100%;
  height: 10px;
  background-color: #f0f0f0;
}

.line {
  width: 100%;
  height: 5px;
  background-color: #780127;
}

#siteBody {
  margin-left: 12%;
  margin-right: 15%;
  margin-bottom: 60px;
  font-size: 20px;
  line-height: 1.4;
  color: #333;
}

#siteBody h1 {
  font-size: 35px;
}

#workExperience h1 {
  margin-top: 60px;
}

.resumeItem {
  margin-left: 35px;
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 18px;
  display: flex;
  justify-content: flex-end;
}

.resumeItem p {
  font-weight: 700;
  font-size: 20px;
}

.resumeItemText {
  margin-right: auto;
}

.resumeItem .date {
  margin-left: 20px;
  text-align: right;
  color: #757575;
  width: 250px;
}

.resumeItem .date p {
  font-size: 18px;
}

.resumeItem iframe {
  margin-top: 10px;
  margin-bottom: 5px;
}

#contact {
  background-color: #780127;
}

#contactContents {
  color: #ddd;
  margin-top: 40px;
  margin-bottom: 65px;
  margin-left: 10%;
  margin-right: 10%;
}

#contactContents h1 {
  font-size: 40px;
}

#contactContents p {
  font-size: 20px;
}

#contactContents a:link, #contactContents a:visited {
  color: #90b2de;
}
