@import url("https://fonts.googleapis.com/css2?family=Kameron&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");

/* https://fonts.googleapis.com/css2?family=Roboto&display=swap */
body {
  padding: 0px 0px;
  margin: 0px 0px;
  font-family: "Monserrat", sans-serif;
  background-color: rgba(0, 0, 0, 0.02);
}

.outer-container {
  background-color: white;
  max-width: 1000px;
  margin: 0px auto;
  padding: 0px 20px;
  transform: translateY(-10px);
}

.inner-container {
  max-width: 790px;
  margin: auto;
}

/* nav styles */

.nav-outer {
  width: 100%;
  height: 70px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 11%);
  position: fixed;
  top: 0;
  background-color: white;
  z-index: 1;
}

.nav-items {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0px auto;
  padding: 0px 20px;
  list-style-type: none;
  height: 70px;
}

.nav-item {
  margin-left: 20px;
  font-size: 16px;
  color: #34495e;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
}

.nav-item:hover {
  color: #33b38d;
}

.spacer {
  min-height: 60px;
}

.title {
  padding-top: 40px;
  margin-bottom: 2px;
  text-align: center;
  font-family: Kameron;
  letter-spacing: 0.5px;
  color: #288b6e;
}

.contact-info {
  margin-top: 2px;
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  letter-spacing: -0.5px;
}

.subtitle {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-family: Kameron;
  letter-spacing: 0.5px;
  color: #414E94;
}

.detail {
  margin: 0px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  letter-spacing: -0.5px;
  line-height: 23px;
}

.subdetail {
  margin: 0px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 15.9px;
  letter-spacing: -0.5px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.italicized {
  font-style: italic;
}

.detail-gap {
  height: 10px;
}

.bulletpoints {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  padding-inline-start: 18px
}

.bulletpoint {
  margin-top: 3px;
  margin-bottom: 3px;
}

.link-holder-row {
  display: flex;
  width: 100%;
  justify-content: space-between;


}

.link-holder-col {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  height: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.link-holder-col a {
  text-decoration: none;
  color: #002222;
}

.link-holder-col a:hover {
  text-decoration: underline;
  color: #002222;
}


footer {
  color: black;
  text-align: center;
  margin: 80px auto 0px;
  padding-bottom: 20px;
  font-size: 15px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}