/* Psychologists Page */

.psychbox {
  height: 55px;
  background-color: #E3DED1;
  padding-top: 22px;
  position: relative;
}

.psychbox:hover,
.psychbox:hover .psychname,
.psychbox:hover .arrow i.fa {
  background-color: #C6BCA1;
  color: black;
}

.psychname {
  display: inline;
  padding: 20px;
  font-family: "Proxima-Nova", sans-serif;
  font-weight: 600;
  font-size: 21pt;
  letter-spacing: 2px;
  color: #5B4E4E;
}

a {
  text-decoration: none;
}


.arrow {
  position: absolute;
  right: 27px;
  top: 13px;
}

.arrow i.fa {
  font-size: 36pt;
  color: #5B4E4E;
}


@media only screen and (max-width: 700px) {
  .psychbox {
    padding-top: 25px;
  }
  
  .psychname {
    font-size: 16pt;
  }

  .arrow i.fa {
    font-size: 36pt;
  }
}
