html, body {
  position: relative;
  height: 100%;
  margin: 0;
  background-color: #f7f7f7;
  font-family: montserrat;
  font-size: 18px;
}

.payload {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  background-color: white;
}

.header {
  position: fixed;
  width: 1200px;
  height: 100px;
  background-image: url(../img/geotechnical.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
  z-index: 100;
}

.content {
  flex: 1;
  position: relative;
  margin-top: 100px;
  padding-bottom: 150px;
  background-color: white;
}

.carousel {
  background-image: url(../img/platform.png);
  background-position: left -140px;
  background-repeat: no-repeat;
  height: 300px;
  margin: 0;
  padding: 0;
}

.carousel h1 {
  font-size: 45px;
  font-family: Calibri, montserrat;
  position: absolute;
  left: 60px;
  top: 50px;
  color: white;
  font-weight: bold;
  text-shadow: 2px 2px gray;
  letter-spacing: .4rem;
}

.content section {
  padding: 0px 30px;
}

h1 {
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 30px;
  font-weight: bold;
}

dt {
	font-weight: bold;
	display: list-item;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 30px;
	padding-left: 10px;
}

dd {
	margin-bottom: 6px;
}
	

.footer {
  position: fixed;
  bottom: 0px;
  width: 1200px;
  background-color: #376092;
  color: white;
  font-size: 14px;
}

.footer a {
  color: white;
  text-decoration: none;
}

.footer table {
  width: 100%;
  border: none;
  padding: 10px;
}

.footer th {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  text-align: left;
}

