
.bgimage {
    width:100%;
    height:500px;
    background: url('/ui/images/zen2.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    background-attachment: fixed;
  }

  .bordered {
      border: solid 1px red;
  }

  .topnav {
    background-color: #a69185;
  }

  .alternate {
    background-color: #F8F9FA;
  }

  .line {
    border: 10px solid #a69185;
  }

  .showcase .showcase-text {
    padding: 3rem;
  }
  
  .showcase .showcase-img {
    min-height: 30rem;
    background-size: cover;
  }
  
  @media (min-width: 768px) {
    .showcase .showcase-text {
      padding: 7rem;
    }
  }
