body {
  margin: 0;
}
a {
  text-decoration: none;
}
header {
  background-color: #07294080;
  padding: 2% 0;
  position: absolute;
  top: 0;
  width: 100%;
}
header img {
  margin-left: 10%;
}
.section1,
.section2,
.section3 {
  height: 100vh;
  background-size: cover;
  background-position: 0% 25%;
  color: white;
}
.section1 {
  background-image: url(../img/section1.png);
}
.middle1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20% 30%;
}
.section2 {
  background-image: url(../img/section2.png);
  display: flex;
}
.middle2,
.middle3 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 7% 5%;
}
.middle2 img,
.img3 {
  width: 50%;
  height: auto;
}
.item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section3 {
  background-image: url(../img/section3.png);
  font-size: 22px;
}
.item4 p {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.item4 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.img1 {
  width: 220px;
  padding: 15% 0;
}
.img2 {
  width: 35%;
}
.item5 {
  display: flex;
  justify-content: center;
  width: 40%;
}
footer {
  color: #d0f2f8;
  background-color: #0b3a50;
  display: flex;
  justify-content: center;
}
footer p {
  text-align: center;
  padding: 1% 0;
}
.white-link {
  color: white;
}
@media (max-width: 576px) {
  .middle1 {
    padding: 50% 9%;
  }
  .middle1 h1 {
    font-size: 24px;
    padding-left: 5%;
  }
  .middle1 p {
    font-size: 18px;
    padding: 5% 4%;
  }
  .section2 {
    height: auto;
  }
  .middle2 {
    flex-direction: column;
  }
  .middle2 img {
    width: 70%;
    padding-top: 15%;
  }
  .section3 {
    height: auto;
    font-size: 16px;
  }
  .middle3 {
    flex-direction: column;
  }
  .img1 {
    width: 140px;
    padding-top: 5%;
  }
  .img2 {
    display: none;
  }
  .img3 {
    width: 180%;
    padding-top: 0%;
  }
  footer p {
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .middle1 h1 {
    font-size: 24px;
    padding-left: 5%;
  }
  .middle1 p {
    font-size: 18px;
    padding: 5% 4%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .middle1 {
    padding: 50% 9%;
  }
  .middle1 h1 {
    font-size: 24px;
    padding-left: 5%;
  }
  .middle1 p {
    font-size: 18px;
    padding: 5% 4%;
  }
  .middle2 img {
    width: 70%;
    padding-top: 15%;
  }
  .middle2 p {
    height: 16px;
    padding: 6% 16%;
    text-align: center;
  }
}
