#hero{
  padding: 3.2rem 0 0 0;
  font-family: "Alice", serif;
  position: relative;
}

#hero_mugshot_outer{
  float:right;
  border:0px solid #66F;
  padding:0rem;
  margin-left:0rem;
  top:-0.4rem;
  right:-2.8rem;
  position: relative;
}

#hero_mugshot_outer img{
  border-radius: 8rem;
  width:12rem;
  height:12rem;
  border: 0.16rem solid var(--color_green_light_1);
  object-fit: cover;
  position: relative;
  padding:0;
  margin:0;
  display: block;
}

div.hero_social_container{
  float: right;
  border: 0px solid #00F;
  position: relative;
  display: flex;
  flex-direction: column;
  gap:0.2rem;
  z-index: 2;
  padding: 1.6rem 0 0 0;
}

a.hero_social_link{
  margin:0.4rem 0 0 0;
  padding:0.0rem 0.4rem;
  display: inline-block;
  position: relative;
}

a.hero_social_link:hover img{
  border-bottom: 0.14rem solid #006600FF;
}

a.hero_social_link:hover span.tooltip, #hero_mugshot_outer:hover span.tooltip{
  visibility: visible;
  opacity: 1;
  transition: opacity 1 0.2s;
  transition-delay:0.4s;
}

div.hero_social_container img{
  display: inline;
  margin:0;
  padding:0.2rem;
  width:1.5rem;
  border: 0px solid #A0F;
  border-bottom: 0.14rem solid #00440000;
}

#hero h1, #hero h2{
  font-family: inherit;
  margin:0;
  padding:0;
}

#hero h1{
  font-size: 3.8rem;
  margin: 0.4rem 0;
}

#hero h2{
  font-size: 1.24rem;
  margin: 0.4rem 0 1.4rem 0;
}

#hero div.info_block{
  font-size: 1.0rem;
  margin: 1.6rem 0;
  border:0px solid #0F0;
  font-family: "Alice";
}

#hero div.contact_block{
  font-size: 1.6rem;
  margin: 1.6rem 0;
  border:0px solid #0F0;
}

#hero p.info{
  margin: 0 0 0.4rem 0;
  padding: 0;
  position: relative;
  border:0px solid #60F;
  display: block;
}

#hero p.contact_info{
  line-height: 3.0rem;
  word-spacing: 0.24rem;
  margin:0rem 0 0 0.2rem;
}

#hero a:hover{
  text-decoration: underline;
  color: var(--color_green_grey_2);
}

#hero_link_phone{
}

#hero_name{
  font-size: 2.0rem;
  font-weight: bold;
  word-spacing:normal;
}

#hero_phone_number{
  font-size: 2.4rem;
  font-weight: bold;
  word-spacing: normal;
}

#hero_link_email{
  word-spacing: normal;
  text-decoration: underline;
  font-style: italic;
  font-weight: bold;
}

#hero_link_here{
  font-style: italic;
  word-spacing: normal;
  font-weight: bold;
}

span.hero_contact_here_marker{
  text-decoration: underline;
}

span.hero_contact_here_follower{
  word-spacing: normal;
}

#hero_banner, #services_banner{
  text-align: center;
  margin: 5rem 0 0 0;
  padding: 0 0rem;
  border-top: var(--thickness_border_thin_1) solid var(--color_green_light_1);
  border-bottom: var(--thickness_border_thin_1) solid var(--color_green_light_2);
  height: 20rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}

#hero_banner a, #services_banner a{
  width: 25%;
  height: 100%;
  position: relative;
  display: block;
}

#hero_banner img, #services_banner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#hero_nptc{
  width:4.6rem;
}
