
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700|Montserrat:300,400,500,600,700&display=swap");
body {
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  color: #9D9EA5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #00113E;
}

p {
  font-size: 16px;
  color: #9D9EA5;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 50px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 15px;
  font-weight: 300;
}

.landing-hero {
  position: relative;
  height: 100vh;
  background: linear-gradient( rgba(0, 0, 0, 0.0), rgba(255, 0, 0, 0.5) ), linear-gradient(90deg,  #ffd193, #70e1f4 );
  background-size: contain;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-blend-mode: darken; */
}

.site-hero-social {
  display: flex;
  gap: 10px;
  position: relative;
  align-items: center;
  /* left: 50%; */
  /* bottom: 70px; */
  /* transform: translateX(-50%); */
}

.social-media-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.social-media-button i {
  font-size: 60px;
  color: #bd5a5a;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

.social-media-button:hover {
  text-decoration: none;
}

.social-media-button i:hover {
  color: #c26c6c;
}


@media (max-width: 575px) {
  .social-media-button i {
    font-size: 40px;
  }
}


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