body {
  color: #575757;
  font-family: 'Open Sans', sans-serif;
  font-weight: Regular;
  letter-spacing: 0.5px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'EB Garamond', serif; }

.blue-head {
  color: #085B88; }

.lead {
  font-size: 1.125rem;
  font-weight: 300; }

#navbarNav .nav-link {
  border-bottom: 3px solid white; }

#navbarNav .nav-link.active {
  border-bottom: 3px solid #085B88; }

#navbarNav .nav-link:hover {
  border-bottom: 3px solid #085B88; }

#navbarNav .dropdown:hover > .dropdown-menu {
  display: block; }

#navbarNav .dropdown-menu {
  border: none;
  margin-top: 0;
  background: rgba(255, 255, 255, 0.9); }

#navbarNav .dropdown-item {
  border-bottom: 3px solid white; }

#navbarNav .dropdown-item:active {
  background: white; }

#navbarNav .dropdown-item:hover {
  border-bottom: 3px solid #085B88; }

#showcase {
  position: relative;
  background-image: url(../img/PR_HomePage_Main.jpg);
  background-repeat: no-repeat;
  min-height: 81vh;
  width: auto;
  background-size: cover;
  /* background-size: 100%;
    height: 85vh;
    width: 100%;*/ }
  #showcase .animated {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s; }

.b-border {
  border-bottom: 5px solid #085B88;
  display: inline-block; }

.img-border {
  border: 2px solid #085B88; }

.lightgray-bg {
  background: #FBFAFA; }

#area-links a {
  color: #085B88; }

#area-links a:hover {
  color: #518EAA;
  text-decoration: none; }

#team-overview {
  overflow-x: hidden; }
  #team-overview .text-align {
    padding-right: 14%; }

#bio {
  overflow-x: hidden; }
  #bio a {
    color: #085B88; }
  #bio a:hover {
    color: #518EAA;
    text-decoration: none; }

#contact-us a {
  color: #575757;
  text-decoration: underline; }

#contact-us a:hover {
  color: #085B88; }

footer {
  color: #575757;
  background: black;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300; }
  footer a {
    color: #575757; }
  footer a:hover {
    color: gray;
    text-decoration: none; }

@media (max-width: 576px) {
  /*.logo-size {
        width: 270px;
    }*/ }

@media (max-width: 768px) {
  .sm-footer-pad {
    padding-top: 10px; } }

@media (max-width: 992px) {
  .dropdown > .dropdown-menu {
    display: block; } }

@media (min-width: 992px) {
  .dropdown-first {
    margin-top: 0;
    border-top: 0px solid white; }
  .dropdown-item {
    padding-top: 0px; } }

@media (max-width: 1200px) {
  #team-overview .text-align {
    padding-right: 0%; }
  .trans-bg {
    background: rgba(255, 255, 255, 0.7); } }

/* team.php page */
.right-area-block {
  max-width: 570px;
  padding-right: 15px;
  padding-left: 15px; }

@media (max-width: 1200px) {
  .right-area-block {
    max-width: 500px; } }

@media (max-width: 992px) {
  .right-area-block {
    max-width: 720px;
    margin: auto; } }

@media (max-width: 767px) {
  .right-area-block {
    max-width: 540px; } }

@media (max-width: 480px) {
  .right-area-block {
    margin: 0px 20px; } }
