/* Wrappers */

.navigation-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}

.wrapper {
  /* width: 91.1rem; */
  width: 120rem;
  display: flex;
  flex-wrap: wrap;
  display: flex;
  /* background-color: #4b6b89; */
  align-items: center;
}
/* End of Wrappers */

/* Sections */
.section__white {
  padding: 60px 0;
  padding-top: 172px;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.section__green {
  padding: 60px 0;
  padding-top: 172px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  background-color: #40c057;
}
.section__white-2 {
  padding: 20.2rem 0;
  padding-top: 82px;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.section__dark {
  background: #ecf6f9;
  padding: 100px 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

/* End of Sections */

/* Positioning */
.pos-parent {
  position: relative;
}

.pos-child {
  position: absolute;
}
/* End of Positioning */

/* Typography */
.title-container {
  margin-bottom: 6.2rem;
  width: 100%;
}

.secondary-title--normal {
  font-size: 60px;
  /* font-family: 'Roboto', sans-serif; */
  font-family: 'Dancing script';
  /* color: #4b6b89; */
  color: #212529;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-transform: capitalize;
  text-align: center;
}

.roundhand {
  font-family: 'Dancing Script';
}

.avenir {
  font-size: 50px;
  font-family: 'Roboto', sans-serif;
  padding-left: 115px;
  color: #4b6b89;
  display: block;
  font-weight: 300;
}

.avenir--small {
  font-size: 40px;
  font-family: 'Roboto', sans-serif;
  padding-left: 115px;
  color: #4b6b89;
  display: block;
  font-weight: 300;
}

.avenir--small--white {
  font-size: 40px;
  font-family: 'Roboto', sans-serif;
  padding-left: 115px;
  color: #fff;
  display: block;
  font-weight: 100;
}

.text-bold {
  font-weight: 700;
}

.text-green {
  color: #40c057;
}

.text-purple {
  color: #4b6b89;
  /* color: #bbceed; */
  /* border: 2px solid #1e3b57; */
  padding: 0.4rem 3rem;
  font-weight: 400;
  letter-spacing: 1rem;
  display: inline-block;
  /* background: linear-gradient(to right, #1e3b57, #12283c, #2a4762); */
  margin-bottom: 1.2rem;
}

.text-white {
  color: #fff;
}
/* End of Typography */

/* Buttons */

.link__primary--gold {
  height: 48px;
  width: 208px;
  /* background: #e9ab4d; */
  background-color: #212529;
  border-radius: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  margin-right: 30px;
  border: 2px solid transparent;
  font-weight: 500;
}
/* End of Buttons */

/* Alignment  */
.flex-start {
  display: flex;
  justify-content: flex-start !important;
}
/* End of Alignment  */

/* 1442px */
@media (max-width: 1442px) {
  .secondary-title--normal {
    font-size: 5.2rem;
  }
}
/* End of 1442px */

/* 1376px */
@media (max-width: 1376px) {
  .secondary-title--normal {
    font-size: 4.8rem;
  }
}
/* End of 1376px */

/* 1320px */
@media (max-width: 1320px) {
  .secondary-title--normal {
    font-size: 4rem;
  }
}
/* End of 1320px */

/* 1159px */
@media (max-width: 1159px) {
  .wrapper {
    flex-direction: column;
  }
}
/* End of 1159px */

/* 360px */
@media (max-width: 360px) {
  .link__primary--gold {
    width: 80%;
  }
}
/* End of  360px */
