/* The sidebar menu */
/* CSS Document */
/* CSS Document */
body {
  font-family: 'Titillium Web', sans-serif; }

.sidenav {
  /*height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 250px;
  /* Set the width of the sidebar */
  position: absolute;
  /* Fixed Sidebar (stay in place on scroll) */
  top: 30;
  /* Stay at the top */
  left: 0;
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 20px;
  border-right: 1px solid black; }
  .sidenav h3 {
    font-family: 'Titillium Web', sans-serif;
    border-bottom: 1px solid black;
    padding: 1rem;
    margin-right: 3px; }
  .sidenav ul li {
    font-family: 'Titillium Web', sans-serif;
	font-weight: 500;
    list-style-type: none;
    padding-top: .5rem;
    margin-right: 5px; }
  @media screen and (max-width: 992px) {
    .sidenav {
      display: none; } }
  .sidenav .active {
    color: #afa079; }

/* The navigation menu links */
.sidenav a {
  padding: 6px 8px 6px 0px;
  text-decoration: none;
  color: black;
  display: block; }
  .sidenav a .active {
    color: #afa079; }

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #afa079; }

/* Style page content */
.main {
  margin-left: 260px;
  /* Same as the width of the sidebar */
  padding: 0px 10px; }
  @media screen and (max-width: 992px) {
    .main {
      margin-left: 10px; } }
  .main a {
    text-decoration: none; }

/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px; }

  .sidenav a {
    font-size: 18px; } }
.breadcrumb {
  font-family: 'Titillium Web', sans-serif;
  background-color: white;
  margin-left: 0rem;
  font-size: 1.8rem; }
  .breadcrumb a {
    color: black; }
  .breadcrumb .active a {
    color: #afa079; }

.banner {
  background-color: #afa079;
  color: white;
  text-align: center;
  font-family: 'Titillium Web', sans-serif;
  padding: 1.4rem 0 1rem;
  border-bottom: 0.4rem solid #a18f61; }

.jumbotron {
  background-image: url("../images/our-lawyers.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right; }
