html {
  scroll-behavior: smooth;
  background-color: #222222;
  color: #aaaa;
}

#fixed-background {
  width: 100vw;
  height: 100vh;
  background-image: url("https://images.unsplash.com/photo-1517486430290-35657bdcef51?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2555&q=80");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  z-index: -1;
}

header {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(34, 34, 34, 0.8);
  color: #aaaaaa;
  position: fixed;
  width: 100%;
  z-index: 10;
}

header li {
  padding: 15px;
  font-size: 14px;
}

a {
  text-decoration: none;
  color: inherit;
  text-transform: uppercase;
}

.header-content {
  width: 1100px;
  display: flex;
  justify-content: space-between;
  padding: 0 8px;
}

.header-left,
.header-center,
.header-right {
  display: flex;
  align-items: center;
}

.header-left > h5 {
  margin-left: 16px;
}

section {
  padding-top: 100px;
  background-color: #222222;
  padding-bottom: 24px;
  color: #aaaa;
  position: relative;
  overflow: auto;
}

.section-header {
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  padding-bottom: 56px;
  text-transform: uppercase;
  text-align: center;
}

#banner {
  background-image: url("https://images.unsplash.com/photo-1465979150986-c8b0fb12d861?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2550&q=80");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.row {
  display: flex;
  width: 1100px;
  margin: 0 auto;
}

.column {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 8px;
}

p {
  margin-bottom: 16px;
}

.transparent {
  background-color: transparent;
}

.full-height {
  min-height: 100vh;
}

.half-height {
  height: 50vh;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.transparent-dark {
  background-color: rgb(34, 34, 34, 0.9);
}

.transparent-medium {
  background-color: rgb(34, 34, 34, 0.5);
}

.center-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.center-text {
  text-align: center;
}

h1 {
  font-size: 24px;
}

.team-member-wrapper {
  display: flex;
  flex-direction: column;
}

.team-member-wrapper > .name-position {
  display: flex;
  margin: 36px 0;
}

.name-position > .name {
  color: yellow;
  font-weight: 600;
}

.name-position > .position::before {
  content: "-";
  margin: 0 8px;
}

.team-member-wrapper ul {
  margin-top: 12px;
}

.team-member-wrapper > img {
  width: 100%;
  height: 380px;
}

.team-member-wrapper li {
  margin-bottom: 8px;
}

.team-member-wrapper li.yes::before {
  content: "\2714";
  color: #ffee00;
  margin-right: 16px;
  width: 16px !important;
  height: 16px !important;
  display: inline-block;
}

.team-member-wrapper li.no::before {
  content: "\2717";
  margin-right: 16px;
  width: 16px !important;
  height: 16px !important;
  display: inline-block;
}

.transparent-yellow {
  background-color: rgba(255, 238, 0, 0.8);
  color: #222222;
}

.sticky {
  position: sticky;
  top: 0;
}

.elephants-river {
  background-color: transparent;
  background-image: url("https://images.unsplash.com/photo-1495710172316-b93088f3809a?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2551&q=80");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.divider {
  height: 10px;
  padding: 0;
}

.padding-8 {
  padding: 8px;
}

.space {
  height: 8px;
  padding: 0;
}

#gallary img {
  width: 100%;
  margin-bottom: 16px;
}

.relative {
  position: relative;
}

#gallary .overlay:hover {
  background-color: transparent;
}

.info-section {
  position: relative;
  padding: 36px 0;
}

.full-width {
  width: 100%;
}
