body {
    font-family: 'Open Sans', sans-serif;
}

.l-header {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  height: 150px;
  top: 0;
  z-index: 1499;
  border-bottom: 1px solid #D5D5D5;
  background-color: #ffffff;
  color: #000000;
}

.l-header a {
  color: #000000;
  text-decoration: none;
}

.l-header a:visited {
  color: #000000;
}

.l-header a:hover {
  color: #005687;
}

.l-hero {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 500px;
  overflow: hidden;
  background: url(../img/bg.jpg) no-repeat center center;
  background-size: cover;
  background-color: none;
  color: #ffffff;
}

.l-std-practice-areas {
  width: 100%;
  background-color: #07364b;
  color: #ffffff;
}

.l-std-notable-results {
  width: 100%;
  background-color:#F5F5F5;
  color: #000000;
}

.l-std-blog {
  width: 100%;
  background-color:#f5f5f5;
  color: #000000;
}

.l-std-contact {
      background: url(../img/bridge.jpg) no-repeat center center;
      background-size: cover;
      text-align: center;
      background-color: grey;
      color: #ffffff;
}

.l-footer {
    background-color: #07364B;
    display: block;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 12px;
    padding: 50px 0px;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.l-footer ul li a {
    color: white;
    text-decoration: none;
}

.l-footer ul li a:visited {
    color: white;
}

.l-footer ul li a:hover {
    color: burlywood;
}

.l-about-page {
  width: 100%;
  color: #000000;
}

.l-sub-page {
  width: 100%;
  background-color: #005687;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}

.l-sub-page2 {
  width: 100%;
  background-color: #FFFFFF;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}

.l-sub-page-contact {
  width: 100%;
  background-color: #005687;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}

.l-sub-page > div {
  width: 100%;
  display: block;
  height: 300px;
}

.l-sub-page2 > div {
  width: 100%;
  display: block;
  height: 300px;
}

.l-sub-page-contact > div {
  width: 100%;
  display: block;
  height: 700px;
}


@media screen and (min-width: 768px) {

    .l-footer {
        display: flex;
        text-align: left;
    }


    .l-sub-page > div {
      width: 50%;
      height: 400px;
    }

    .l-sub-page2 > div {
      width: 50%;
      height: 400px;
    }

    .l-sub-page-contact > div {
      width: 50%;
      height: 400px;
    }


@media screen and (min-width: 1024px) {

  .l-hero {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      min-height: calc(100vh - 200px);
      overflow: hidden;
      background: none;
      background-size: cover;
  }

}
