body,
div,
ul,
li,
a,
p,
section,
header,
footer,
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  background: white;
  font-family: "Open Sans", sans-serif;
  color: #242424;
  text-decoration: none; }

a {
  border-bottom: 2px solid transparent; }

a.active {
  color: pink; }

a:hover {
  border-bottom: 2px solid pink; }

p,
div,
h2,
h3,
h4,
span,
nav,
button,
section,
ul,
li,
a {
  background: transparent; }

.nav {
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  top: 0;
  font-size: calc(0.7rem + 0.5vw);
  background: white;
  padding: 10px;
  display: flex;
  justify-content: center;
  flex-direction: row; }
  .nav__list {
    list-style: none;
    display: flex;
    margin: 0;
    justify-content: space-between;
    background: transparent;
    max-width: 40rem;
    width: 100%; }
  .nav__list-item {
    display: flex;
    align-items: center;
    background: transparent; }
  .nav__link {
    color: #242424;
    text-decoration: none;
    background: transparent; }

.nav--sticky {
  flex-direction: row-reverse;
  justify-content: space-between;
  max-height: 60px;
  padding: 10px 35px; }

.list--sticky {
  justify-content: space-around;
  width: 100%; }

.image {
  background-image: url("../images/BirdLogo.png");
  background-repeat: no-repeat;
  background-size: auto; }

.header {
  min-height: 55vh;
  background: white;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0.5rem 1rem 0 1rem;
  margin-top: 0;
  width: 100%; }
  .header__logo {
    width: 100%;
    max-width: 60rem;
    height: auto;
    margin-top: 0;
    padding-bottom: 2rem; }

.page {
  width: 100%;
  min-height: 100vh; }
  .page__text--last {
    align-self: center;
    margin-top: 2rem; }
  .page__heading {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1.5rem;
    max-height: 2rem;
    font-weight: 400;
    align-items: flex-start; }
    @media screen and (min-width: 768px) {
      .page__heading {
        font-size: 2rem;
        width: 100%;
        max-height: 2rem; } }
  .page__sub-heading {
    font-weight: 700;
    margin: 1.1rem 0 1.2rem 0; }
    @media screen and (min-width: 768px) {
      .page__sub-heading {
        margin: 0; } }
  .page__wrapper {
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    padding: 5rem 1rem 1rem 1rem;
    width: 100%;
    margin: auto;
    min-height: 100vh;
    background: rgba(255, 255, 255, 0.85); }
    @media screen and (min-width: 768px) {
      .page__wrapper {
        padding: 10% 25% 5% 25%;
        font-size: 1.3rem; } }
    @media screen and (min-width: 1024px) {
      .page__wrapper {
        font-size: 1rem;
        font-size: 1rem; } }
    .page__wrapper * + * {
      margin-top: 1em; }
  .page__wrapper--contact {
    align-items: center; }
    @media screen and (min-width: 768px) {
      .page__wrapper--contact {
        align-items: flex-start;
        font-size: 1.3rem;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start; } }
  .page__wrapper--services {
    margin-top: 40vh; }
  .page__wrapper--services, .page__wrapper--customers {
    text-align: center; }
    .page__wrapper--services * + *, .page__wrapper--customers * + * {
      margin-top: 2em; }
  .page__button {
    padding: 10px;
    display: block;
    border: 2px solid #fa9ead;
    text-align: center;
    width: 150px;
    margin-top: 2rem;
    align-self: center; }

@media screen and (min-width: 768px) {
  .page-splitter {
    display: flex;
    flex-direction: column;
    width: 50%;
    min-height: 170px;
    align-items: center; } }

@media screen and (min-width: 768px) {
  .page-splitter--inner {
    display: flex;
    flex-direction: column; } }

.services {
  background-image: url("../images/two-birds-grey.svg");
  background-size: contain;
  background-repeat: repeat; }

.about {
  background-image: url("../images/bird4-grey.svg");
  background-position: left;
  background-repeat: repeat;
  background-size: contain;
  width: 100%;
  height: 100%; }

.customers {
  background-image: url("../images/bird1-grey.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.contact {
  background-image: url("../images/gray-bird.png");
  background-repeat: repeat; }

.aves {
  background-image: url("../images/finch-grey.svg");
  background-position: center;
  width: 100%;
  height: auto;
  background-repeat: no-repeat; }

.aves__bird {
  display: block;
  max-width: 100%;
  margin: auto;
  margin-top: 4em;
  padding-right: 1em; }

.contact__icon {
  margin-right: 0.5rem;
  font-size: 1.2rem;
  color: #fa9ead;
  width: 20px; }

.no-margin {
  margin-top: 0; }

.footer {
  height: 50px;
  font-size: 0.8rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 1em 1em 2em;
  margin-bottom: 0;
  width: 100%; }
  .footer__icon {
    height: 25px; }
