html {
  height: 100%;
}

body {
  display: flex;
  justify-content: space-between;
  background-color: #b6b9be;
  height: 100%;
  margin: 0;
}

body h1, body h2, body h3 {
  font-family: 'Alef', sans-serif;
  margin-bottom: 0;

}

body h3 {
  color: #772A34;
}

body h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 35px;
  margin-bottom: 0;
color: #293766;
}

body .splashText {
  flex: 0 0 700px;
  padding-left: 10%;
  padding-top: 3%;
}

body .splashText a {
color: #3D6485;
text-decoration: none;
}

body .splashText a:hover {
color: #fff;
text-decoration: none;
}

body .splashText .textBody .textBlurb {
  font-family: 'Alef', sans-serif;
font-weight: bold;
color: #373E46;
}

body .splashText .textBody .buttons {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
font-weight: bold;
}

body .splashText .textBody .buttons button {
  min-width: 150px;
  border: 0;
  padding: 15px 20px;
  border-radius: 10px;
  background-color: #ccc;
font-weight: bold;
font-size: 15px;
}

body .splashText .textBody .buttons button:hover {
  background-color: #3D6485;
  transition: 0.5s;
  color: #ccc;
  cursor: pointer;
}

body .splashText .textBody .socialBlock {
  list-style: none;
  padding-left: 0;
  display: flex;
  margin-top: 10px;
}

body .splashText .textBody .socialBlock li {
  display: flex;
}

body .splashText .textBody .socialBlock li a {
  text-decoration: none;
  color: black;
}

body .splashText .textBody .socialBlock li a:hover {
  color: #2E63A2;
  transition: 0.5s;
}

body .splashText .textBody .socialBlock li a .fa-stack.small {
  font-size: 0.5em;
}

body .splashText .textBody .socialBlock li a i {
  vertical-align: middle;
}

body .splashImage {
  flex: 0 0 40%;
padding-right: 10%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

body .splashImage img {
  object-fit: cover;
  height: 100%;
  width: auto;
}
