.branding .highlight, header .current a{
    /* color: red; */
    font-weight: bold;
}

.branding h3 {
/* background-color: #ffffff; */
color: #ffffff;
font-size: 1.7em;
width: 100%;
/* padding: 5px 12px; */
margin: 0;
text-transform: uppercase;
font-weight: 400;
}  

/* @media screen and (max-width:680px) {
    .branding{
    font-size: 0.4em;
    }
} */




/* @import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css); */
figure.headshot {
    /* font-family: 'Raleway', Arial, sans-serif; */
    position: relative;
    overflow: hidden;
    /* margin: 10px; */
    min-width: 220px;
    /* max-width: 310px; */
    width: 100%;
    background: #838587;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    margin-left: auto;
    margin-right: 50px;
    max-width: 400px;
    
  }
  
  figure.headshot * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  figure.headshot img {
    max-width: 65%;
    margin: 40px auto;
    display: block;
    position: relative;
    border: 3px solid #666666;
    padding: 15px 15px 85px 15px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  
  figure.headshot figcaption {
    position: absolute;
    height: 140px;
    bottom: 0px;
    left: 0;
    right: 0;
    display: block;
  }
  
  figure.headshot h3 {
    background-color: #838587;
    color: #000000;
    font-size: 1.7em;
    width: 100%;
    padding: 5px 12px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
  }
  
  figure.headshot h3 span {
    font-weight: 800;
  }
  
  figure.headshot h4 {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: -1px;
    opacity: 0.6;
    font-size: 1.1em;
    color: #000;
  }
  
  figure.headshot.blue img {
    border-color: #2472a4;
  }
  
  figure.headshot.blue h3,
  figure.headshot.blue h4 {
    color: #2472a4;
  }
  
  figure.headshot.red img {
    border-color: #ab3326;
  }
  
  figure.headshot.red h3,
  figure.headshot.red h4 {
    color: #ab3326;
  }
  
  figure.headshot.yellow img {
    border-color: #e08e0b;
  }
  
  figure.headshot.yellow h3,
  figure.headshot.yellow h4 {
    color: #e08e0b;
  }
  
  figure.headshot.green img {
    border-color: #229955;
  }
  
  figure.headshot.green h3,
  figure.headshot.green h4 {
    color: #229955;
  }
  
  figure.headshot.orange img {
    border-color: #d67118;
  }
  
  figure.headshot.orange h3,
  figure.headshot.orange h4 {
    color: #d67118;
  }
  
  figure.headshot.navy img {
    border-color: #2b3c4e;
  }
  
  figure.headshot.navy h3,
  figure.headshot.navy h4 {
    color: #2b3c4e;
  }



  
  /* CSS */
  .button-11 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6px 14px;
    /* font-family: -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif; */
    border-radius: 6px;
    color: #353535;
    background: #fff;
    border: none;
    box-shadow: 0px 0.5px 1px rgba(0, 0, 0, 0.1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    background-color: rgba(211, 211, 211, 0.6);
  }
  
  .button-11:focus {
    box-shadow: 0px 0.5px 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 3.5px rgba(58, 108, 217, 0.5);
    outline: 0;
  }