@font-face {
  font-family: Rockness;
  src: url('../fonts/Rockness.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.logo {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer {
  background-color: #5f7639;
  padding-top: 30px;
  padding-bottom: 20px;
  box-shadow: 0 -7px 5px #0003;
}

.body {
  background-image: url('../images/Mask-Group-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.footer-text {
  border-top: 2px solid #ffffffa1;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

.text-block {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.contact-details {
  width: 90vw;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h3_heading_white {
  color: #fff;
  text-align: left;
  font-family: Rockness, Verdana, sans-serif;
  font-size: 55px;
  font-weight: 500;
}

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

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.numbers {
  flex-flow: column;
  margin-left: 20px;
  display: flex;
}

.tel-number {
  color: #fff;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.tel-number:hover {
  color: #fac80d;
}

.email_link {
  color: #fff;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.email_link:hover {
  color: #fac80d;
}

.text_block {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.logo_block {
  mix-blend-mode: overlay;
  background-color: #fff;
  padding: 40px;
}

.image {
  outline-offset: 0px;
  outline: 3px #333;
  width: 200px;
  max-width: 100%;
  box-shadow: 0 2px 5px #0003;
}

.h1_heading_white {
  color: #fff;
  text-align: center;
  font-family: Rockness, Verdana, sans-serif;
  font-size: 150px;
  font-weight: 500;
}

.h2_heading {
  color: #fff;
  text-align: center;
  margin-top: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 500;
}

.column-2 {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.column-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .div-block-2 {
    justify-content: center;
    align-items: center;
  }

  .h1_heading_white {
    font-size: 120px;
    line-height: 110px;
  }

  .h2_heading {
    margin-top: 40px;
    font-size: 35px;
  }
}

@media screen and (max-width: 767px) {
  .contact-details {
    margin-bottom: 20px;
    display: block;
  }

  .h3_heading_white {
    line-height: 55px;
  }

  .column {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .image {
    width: 180px;
  }

  .h1_heading_white {
    margin-top: 0;
  }

  .h2_heading {
    margin-top: 30px;
  }

  .column-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .column-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-position: 100%;
  }

  .footer-text {
    padding-top: 10px;
  }

  .contact-details {
    display: block;
  }

  .column {
    margin-bottom: 10px;
  }

  .h1_heading_white {
    font-size: 75px;
    line-height: 75px;
  }

  .h2_heading {
    font-size: 25px;
    line-height: 25px;
  }

  .column-2, .column-3 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }
}


@font-face {
  font-family: 'Rockness';
  src: url('../fonts/Rockness.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}