/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  padding-top: 3.5rem;
    font-size: 18px;
    color:rgba(62,60,55,1.00);
}
strong {
    font-weight: 600;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

hr {
	margin-top: 4rem;
	margin-bottom: 4rem;
}

.bottompin {
	width:100%;
	text-align: center;
	position:absolute;
	bottom:20px;left:50%;
	margin-left:-50%;
}
.buttonpad {
	padding-left:.8rem;padding-right:.8rem;
	padding-top: 1.6rem;
	margin-bottom:  3.2rem;
}
.innerbord {
	height: 100%;
	border:#B3B3B3 solid thin;
	border-radius: .8rem;
	padding-left:.8rem;padding-right:.8rem;
	padding-top: .8rem;
	padding-bottom: 3.2rem;
}

/* change the background color */
.navbar-custom {
    background-color: #A9D4D9;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(0,0,0,0.80);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #000;
}
.subhead {
	text-align: center;
	margin-bottom: 1.6rem;
}
.btn-primary-da {
    color: #fff;
    background-color:rgba(204,170,69,1.00);
    border-color:rgba(204,170,69,1.00);
}
.wilmpano {
    background: url("/images/rivenpano4.jpg");
    background-position: center;
    background-size: cover;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(13,19,33,.1),0 0 1em rgba(13,19,33,.50),0 0 0.2em rgba(13,19,33,1.00);
    font-weight: 500;
}
.extrapad-bottom {
    padding-bottom: 2rem;
}
footer a {
    color:#fff;
    text-decoration: underline;
}
footer a:hover {
    color:#fff;
    text-decoration: underline;
}
.client_name {
    display: none;
}
.staff-photo-indiv {
	display:block;
	width:100%;
	margin-bottom: 2rem;
}
@media (max-width: 1200px) {
	.nav-item {
		text-align: center;
	}
}