.view-section{
    margin-top: 8rem;
}

.block{
    width: 100%;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    height: 200px;
  }
  .block h2{
    position: relative;
    display: block;
    text-align: center;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.5rem;
    color: #454F4E;
    font-weight: 400;
  }
  .img-parallax {
    width: 100vmax;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    pointer-events: none;
    opacity: .6;
  }

  @media (min-width: 526px) {
    .block h2{
      font-size: 4rem;
    }

    .block{
      height: 300px;
    }
  }

  .session-contact {
      padding-top: 10px;
      padding-bottom: 10px;
      background: rgb(55,22,22);
      background: linear-gradient(90deg, rgba(55,22,22,1) 0%, rgba(116,47,47,1) 100%);
  }

  .masthead{
    height: 100vh;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .masthead .container{
    padding-top: 6rem;
  }

  @media ( min-width: 768px ) {
      .grid-divider {
          position: relative;
          padding: 0;
      }
      .grid-divider > [class*='col-'] {
          position: static;
      }
      .grid-divider>[class*='col-']:nth-child(n+2):before {
          content: "";
          border-left: 1px solid #DDD;
          position: absolute;
          top: 0;
          bottom: 0;
      }
      .col-padding {
          padding: 0 15px;
      }

      .list-inline .divider:not(:last-child) {
        border-right: none;

      }
  }

  .list-inline .divider:not(:last-child) {
    border-right: 1px solid gray;
  }

  .list-inline-item{
    padding-right: 1rem;
  }

  .icon-image {
    height: 60px;
  }

