@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:400,600,700,800,900&display=swap");

* {
  transition-duration: 0.5s;
}
body {
  font-family: "Nunito Sans", sans-serif;
  overflow-x: hidden;
}

h1 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-size: 6.8em;
  line-height: 0.8em;
  letter-spacing: -1px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

h2 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-size: 6em;
  line-height: 0.8em;
  letter-spacing: -1px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

h3 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 2.5em;
  letter-spacing: -1px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

h4 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  letter-spacing: -1px;
}

h5 {
  font-family: "Nunito Sans", sans-serif;
}

a:hover {
  text-decoration: none;
}

/* buttons */





/* outro */
.outro {
  display: grid;
  justify-content: center;
  align-content: center;
}

.brand-icon {
  /* margin-top: 16px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand-icon img {
  width: 280px;
  height: auto;
}

/* margin bottom replacing outro */
.mb-outro{
  margin-bottom: 150px;
}

/* head to section */
.section-head-to {
  min-height: 60vh;
  padding: 48px 0;
}
.head-to-btn-container {
  margin-top: 50px;
  display: grid;
  justify-content: center;
}
