:root {
  --midnight-blue: #09276b;
  --black: #222;
}

body {
  color: #222;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
}

.image {
  max-height: 60px;
}

.navbar {
  background-color: #fff;
  padding: 20px 10%;
  position: sticky;
  box-shadow: 1px 1px 3px #00000030;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.div-block {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.nav-link {
  font-weight: 700;
}

.section {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/humming-bird.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  height: 80vh;
  padding-left: 10%;
  display: flex;
}

.div-block-2 {
  max-width: 500px;
}

.main-heading, .paragraph.white {
  color: #fff;
}

.team-section {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-3 {
  text-align: center;
}

.service-div {
  grid-column-gap: 29px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.div-block-5 {
  background-color: var(--midnight-blue);
  width: 60px;
  height: 1px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.sub-heading {
  margin-bottom: 0;
}

.wed-headings {
  color: var(--midnight-blue);
  text-align: center;
}

.paragraph-center {
  text-align: center;
}

.team-name {
  font-size: 16px;
}

.div-block-6 {
  text-align: center;
}

.team-image {
  object-fit: cover;
  max-height: 160px;
}

.section-3 {
  background-color: #f1f1f1;
  padding-top: 40px;
  padding-bottom: 40px;
}

.team-div {
  grid-column-gap: 29px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.service-section {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.contact-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.contact-wrapper {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.link {
  color: var(--midnight-blue);
  font-weight: 700;
  text-decoration: none;
}

.footer {
  background-color: var(--black);
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-text {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.button {
  background-color: var(--midnight-blue);
  font-weight: 700;
  transition: background-color .4s;
}

.button:hover {
  background-color: var(--black);
}

.section-4 {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1000px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-5 {
  text-align: center;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.report-image {
  max-width: 400px;
  max-height: 400px;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .nav-link {
    text-align: center;
  }

  .section {
    height: 600px;
  }

  .service-div {
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .team-div {
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-div {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .contact-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-7 {
    grid-template-columns: 1fr;
  }

  .menu-button {
    background-color: var(--midnight-blue);
    color: #fff;
    font-size: 30px;
  }

  .menu-button.w--open {
    background-color: var(--black);
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-left: 10%;
    padding-right: 10%;
  }

  .team-div {
    grid-template-columns: 1fr 1fr;
  }

  .sub-text {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .service-div, .team-div {
    grid-template-columns: 1fr;
  }

  .report-image {
    max-width: 90%;
    max-height: 90%;
  }
}


