
.hero {
  background-image: url("../comp_pics/image00054.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
}

#that {
  transform: translateY(40px);
}

.pic_intro {
  margin: 4rem 0;
  padding: 3rem 15%;
  line-height: 2.2rem;
  /* padding: .5rem 0; */
}

.pic_intro h1 {
  margin: 2rem;
  color: var(--green);
  text-align: center;
}

.intro_start {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--green);

}

.pic_intro p {
  font-size: 1.5rem;
}

.p_2 {
  font-weight: bold;
  font-style: italic;
  color: var(--green);
}

#intro_p {
  font-size: 1.5rem;
  line-height: 5 rem;
}


.cta {
  flex-direction: column;
  margin: 3rem 0;
  text-align: center;
}
  
/* Gallery start************************************* */

.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
    background-color: var(--green);
  }

  .column {
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 4px;
  }
  
  .column img {
    display: block;
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
    height: auto;
  }

  @media screen and (max-width: 800px) {
    .column {
      flex: 0 0 50%;
      max-width: 50%;
    }
  }

  @media screen and (max-width: 600px) {
    .column {
      flex: 0 0 100%;
      max-width: 100%;
    }
  }

  /* Gallery end************************************* */