#about-us-page #header-image
{
   height: 250px;
}
@media screen and (min-width:576px) and (max-height:576px)
{
   #about-us-page #header-image
   {
      height: 300px;
      margin-top: 30px;
   }

   #about-us-page #header-image-title
   {
      margin-top: 155px;
   }
}
@media screen and (min-width:768px)
{
   #about-us-page #header-image
   {
      height: 425px;
      margin-top: 30px;
   }

   #about-us-page #header-image-title
   {
      margin-top: 200px;
   }

   #about-us-page .title-lg
   {
      font-size: 7.25rem;
   }
}
@media screen and (min-width:768px) and (max-height:576px)
{
   #about-us-page #header-image
   {
      height: 350px;
      margin-top: 10px;
   }

   #about-us-page #header-image-title
   {
      margin-top: 175px;
   }
}
@media screen and (min-width:768px) and (min-height:1200px)
{
   #about-us-page #header-image
   {
      height: 525px;
      margin-top: 0;
   }

   #about-us-page #header-image-title
   {
      margin-top: 250px;
   }
}
@media screen and (min-width:992px)
{
   #about-us-page #header-image
   {
      height: 525px;
      margin-top: 0;
   }

   #about-us-page #header-image-title
   {
      margin-top: 250px;
   }
}
@media screen and (min-width:1200px)
{
   #about-us-page #header-image
   {
      height: 575px;
      margin-top: 0px;
   }

   #about-us-page #header-image-title
   {
      margin-top: 275px;
   }
}

#about-us-page h3
{
   font-size: 2.125em;
   color:#B56E2D;
   text-shadow: 1px 1px 1px #000000;
}

#about-us-page .head-shot 
{
   border-radius: 50%;
}

#about-us-page .leaf
{
   max-width: 40px;
   max-height: 40px;
   vertical-align: sub;
}