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

#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;
  text-decoration: none;
  font-size: 17px;
}


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

#content {
  background-color: #780127;
  color: #ddd;
}

#contact-text {
  position: relative;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-left: 10%;
}

#content #contact-text h1 {
  background-color: #780127;
  margin-top: 0px;
  font-size: 40px;
}

#content #contact-text p {
  font-size: 20px;
}

#embedded-form {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

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

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

#end-background {
  width: 100%;
  height: 70px;
  background-color: #780127;
}
