body{
  margin: 0;
  font-family: Helvetica,Arial,sans-serif;
  width: 100%;
  overflow-x: hidden;
  padding: 0px;
}



.container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
}

.box div {
  width: 100px;
  height: 100px;
}

.header{
  height: 66px;
  width: 100%;
  display: flex;
  flex-direction: row;
  font-size: 24px;
  background-color: white;
  font-family: helvetica sans-serif;
  border-bottom: 2px solid #ccc;
}
.leftheader{
  width: 20%;
  margin-left: 10px;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.rightheader{
  display: flex;
  flex-direction: row-reverse;
  width: 80%;
  color: white;
  text-align: right;
  padding-right: 20px;
  align-items: center;

}
.headerlogo{
  width: 60px;
}
.headerlink, .contactlink, .footerlink{
  text-decoration: none;
  font-family: Helvetica,Arial,sans-serif;
  color: #E490BD;
  margin-right: 10px;
  margin-top: 2px;
}

.footerlink{
  color: white;
  text-decoration: none;

}

.contactlink{
  color: #3f3f3f;
  text-decoration: none;
  font-size: 18px;

}
.toplogoname{
  margin-top: 30px;
  width: 80%;
  max-width: 400px;
  max-height: 200px;
  object-fit: scale-down;
}
.main{
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 800px;
  width: 100%;
}

.heroimg{
  width: 100%;
  height: 500px;
  background-image: url('img/hug1.jpg');
  background-size: cover;
  background-position: center center;
  margin-top: 20px;
  font-size: 25px;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column-reverse;
}
.herotextarea{
  background-color: #555;
  opacity: 0.7;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.herotext{
  color: white;
  padding: 50px;
}



.mission{
  margin-top: 50px;
  font-size: 16px;
  width: 75%;
  text-align: center;
  color: #3f3f3f;
}
.sectionheader{
  font-size: 34px;
  color: #E490BD;
  text-align: center;

}
.missiontext{
  font-size: 18px;
}


.serviceareas{
  display: flex;
  margin-top: 20px;
}
.serviceareacolumn{
  flex: 50%;
  height: auto;
}

.region{
  width: 150px;
  height: 150px;
  margin: 10px;
  border-radius: 10px;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  border: 1px;
  border-style: solid;
  border-color: #3f3f3f;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.regiontext{
  margin: 10px;
  width: 150px;
  font-size: 18px;
}
.mappin{
  height: 20px;
  margin-right: 10px;
}
.contactarea{
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  color: #3f3f3f;
}


.footer{
  margin-top: 50px;
  height: 200px;
  width: 100%;
  background-color: #3F3F3F;
  display: flex;
  flex-direction: row;
  font-size: 24px;
  font-family: helvetica, sans-serif;
}
.leftfooter{
  width: 50%;
  margin-left: 10px;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

}
.rightfooter{
  display: flex;
  flex-direction: row;
  width: 50%;
  color: white;
  text-align: left;
  padding-right: 20px;
  align-items: center;
  justify-content: left;
}

.footer2{
  margin-top: 50px;
  width: 100%;
  background-color: #3F3F3F;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-family: helvetica, sans-serif;
  align-items: center;
  color: white;
  padding-top: 20px;
  text-align: center;
}
