@charset "UTF-8";

.masthead-section {
  width: 100%;
  margin-top: 40px;
  text-align: center;
}

#masthead .profile {
  height: 350px;
  width: 225px;
  display: inline-block;
  overflow: hidden;
  /*background-color: #f4f4f4;*/
  border: solid 1px #9f9f9f;
  margin: 3px;
  padding: 3px;
  background: repeating-linear-gradient(
  45deg,
  #e9e9e9,
  #e9e9e9 1px,
  #f4f4f4 1px,
  #f4f4f4 10px);
}

#masthead .profile img {
  width: 100%;
  max-width: 210px;
  margin: 0 auto;
  display: block;
  border-radius: 50%;
  border: solid 1px #9f9f9f;
}

#masthead h2 {
  font-family: 'Verb', sans-serif;
  font-weight: 500;
  font-size: 1.250em;
  clear: both;
}

#masthead h3 {
  font-family: 'Utopia', sans-serif;
  font-weight: 700;
  font-size: 1em;
  text-align: center;
  margin-top: 10px !important;
  margin-bottom: 0px !important;
}

#masthead h4 {
  font-family: 'Utopia', sans-serif;
  font-weight: 500;
  font-size: 1em;
  text-align: center;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

#masthead p {
  font-family: 'Verb', sans-serif;
  font-size: .95em;
  font-style: italic;
  text-align: center;
  margin-top: 0px !important;
}

#masthead .profile a {
  color: #000;
  font-family: 'Verb', sans-serif;
  font-size: 0.8em;
}

#masthead .profile a:hover {
  color: #4f2683;
}

#masthead .profile .phone {
  font-family: 'Verb', sans-serif;
  font-size: 0.8em;
  font-style: normal;
  margin-top: 5px !important;
}

#otherSectionsCon {
  text-align: center;
  width: 100%;
  margin-top: 40px;
}

.otherSection {
  display: inline-block;
}

/* Media Query */
/*styles for small size*/
@media (max-width: 500px) {
  #masthead .profile {
    width: 100%;
    max-width: 290px;
    display: block;
    margin: 10px auto 10px auto;
  }

  #masthead .otherSection {
    width: 100%;
    max-width: 290px;
    display: inline;
    margin: 10px auto 10px auto;
  }

  #masthead .profile a, #masthead .phone {
  font-size: 0.85em;
  font-weight: 500;
  }

  #masthead #otherSectionsCon h2 {
    margin-top: 40px;
  }
}

/*styles for large size*/
@media (min-width: 500px) {
  #masthead #otherSectionsCon h2 {
    margin-top: 0px;
  }
}