* {
  margin: 0;
}

p {
  font-family: "Mulish", sans-serif;
  color: #7F8E5B;
}

h1, h2, h3 {
  font-family: "Mulish", sans-serif;
  color: #205026;
  text-align: center;
  font-weight: 800;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2.1rem;
}

h3 {
  font-size: 1.8rem;
}

a {
  font-family: "Mulish", sans-serif;
  color: #634972;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  font-family: "Mulish", sans-serif;
  text-decoration: none;
}

.strong {
  font-weight: 600;
  color: #205026;
}

header {
  width: 100%;
  margin: auto;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
}

.navbar {
  width: 95%;
  margin: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.navbar__home {
  width: 10%;
  padding-left: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.navbar__home img {
  width: 100%;
  margin: auto;
  object-fit: contain;
}
.navbar__nav {
  width: 50%;
  padding-right: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.navbar__nav--active {
  font-weight: 600;
  color: #3f0064;
}

.main__banner {
  width: 100%;
  height: 500px;
}
.main__banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer {
  width: 40%;
  margin: auto;
  margin-top: 35px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.footer__links {
  width: 50%;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.footer__links img {
  width: 50px;
  height: 50px;
}
.footer__links--facebook {
  width: 50%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.footer__links--instagram {
  width: 50%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

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