a:link,
a:visited {
  color: #22223b;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #40916c;
  text-decoration: underline;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  background: white;
  color: #22223b;
  font-family: "Rubik", sans-serif;
}

.wrapper {
  height: 100vh;
}

.main-wrapper,
.splash {
  height: inherit;
}

.splash {
  position: relative;
  padding: 1rem;
  display: flex;
  background-color: black;
  color: white;
  font-family: "Lora", serif;
  font-weight: 500;
  z-index: 1;
}
.splash-left {
  background-color: black;
  flex: 1;
  text-align: center;
  align-content: center;
}
.splash-left .splash-left-top {
  font-size: 70px;
  padding: 25px;
}
.splash-left .splash-left-middle,
.splash-left .splash-left-bottom {
  font-size: 30px;
}
.splash-left .splash-left-middle-2 {
  font-size: 15px;
}
.splash-left .splash-left-middle,
.splash-left .splash-left-middle-2,
.splash-left .splash-left-bottom {
  padding: 5px;
}
.splash-right {
  display: flex;
  justify-content: center;
  background-color: black;
  padding: 50px;
  align-content: center;
}
.splash-right img {
  max-width: 500px;
}

.main-wrapper {
  position: absolute;
  padding: 1rem 2rem;
  top: 0;
  z-index: 0;
  display: flex;
  width: 100%;
}
.main-wrapper .left {
  display: flex;
  flex-direction: column;
}
.main-wrapper .left .logo {
  font-size: 10rem;
}
.main-wrapper .left .head {
  width: 10rem;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}
.main-wrapper .left .head img {
  max-width: 100%;
  max-height: 100%;
}
.main-wrapper .menu {
  flex: 1;
  padding-top: 8rem;
  z-index: 5;
}
.main-wrapper .menu nav ul li {
  padding: 1rem 0;
}
.main-wrapper .right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 5rem;
}
.main-wrapper .right .headShot {
  display: flex;
  position: absolute;
  z-index: 3;
  justify-content: center;
  align-content: center;
  padding: 2rem 0;
}
.main-wrapper .right .headShot img {
  width: 500px;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
}
.main-wrapper * {
  box-sizing: border-box;
}
.main-wrapper .image-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}
.main-wrapper .image-gallery > li {
  height: 250px;
  flex: 1 1 auto; /* shorthand for flex-grow, flex-shrink, flex-basis */
}
.main-wrapper .image-gallery li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

footer {
  display: flex;
  justify-content: space-around;
  padding: 1rem;
  align-items: center;
  background-color: #40916c;
  color: white;
}

/*# sourceMappingURL=style.css.map */
