body {
  padding: 0;
  margin: 0;
  font-family: Poppins;
  /* text-shadow: 0px 1px 3px #00000011; */
}

div, img {
  box-sizing: border-box;
}

h1, h2, h3, h4 {
  padding: 0px;
  margin: 0px;
}

.outer-body {
  width: 100%;
  min-height: 100vh;
  box-sizing: border-box;
}

.content   {
  width: 1200px;
  /* max-width: 70%; */
  min-height: inherit;
  /* border: 1px solid black; */
  overflow-y: auto;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  box-sizing: border-box;
  padding: 80px 80px 0px 80px;
  /* footer placeholder */
  margin-bottom: 180px;
}

.img-face {
  width: 160px;
  height: 160px;
  background-color: azure;
  float: left;
  margin-right: 16px;
  flex-grow: 0;
  flex-shrink: 0;
}

.head {
  font-size: 18px;
  display: flex;
  flex-direction: row;
  gap: 96px;
}

.head-about {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.head-content {
  background-color: rgb(231, 232, 233);
  height: auto;
  width: 380px;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 32px;
  padding-top: 36px;
  padding-bottom: 48px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section {
  padding-top: 128px;
  width: 100%;
}

.section-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  margin-bottom: 24px;
}

.section-hr {
  flex-grow: 1;
  height: 1px;
  background-color: black;
}

.general-row {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
}

.general-gap {
  width: 100%;
  height: 36px;
}

.subsection {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.subsection-item {
  flex-grow: 1;
}

.inline {
  display: inline;
}

.section-link, .section-link:active {
  color: black;
  text-decoration: none;
}
.section-link:hover {
  text-decoration: underline;
}

.section-link-outer {
  text-transform: uppercase;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: top;
}

@font-face {
  font-family: "Poppins";
  src: url("/static/fonts/Poppins/Poppins-Regular.ttf");
}

@font-face {
  font-family: "KumbhBold";
  src: url("/static/fonts/Kumbh_Sans/KumbhSans-Bold.ttf");
}

@font-face {
  font-family: "KumbhMedium";
  src: url("/static/fonts/Kumbh_Sans/KumbhSans-Medium.ttf");
}
