body, html {
    
    height: 100%;
    margin: 0;
    font: 400 15px/1.8 "Lato", sans-serif;
    color: #777;
  }


  .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6{
    position: relative;
    opacity: 0.65;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  
  }
  .bgimg-1 {
    background-image: url("Medical-Billing-Statement.jpg");
    min-height: 100%;
  }
  
  .bgimg-2 {
    background-image: url("medical-billing1.jpg");
    min-height: 300px;
  }
  
  .bgimg-3 {
    background-image: url("CashFlow.jpg");
    min-height: 400px;
  }

  .bgimg-4 {
    background-image: url("Medical-Billing.jpg");
    min-height: 400px;
  }

  .bgimg-5 {
    background-image: url("Group-Centered.jpg");
    min-height: 400px;
  }
  
  .bgimg-6 {
    background-image: url("Contact.jpg");
    min-height: 300px;
  }

  .caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: rgb(13, 56, 196);
  }
  
  .caption span.border {
    background-color: rgb(10, 230, 238);
    color: rgb(0, 0, 0);
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
  }
  
  h3 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font: 20px "Lato", sans-serif;
    color: #111;
  }

  h4 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font: 20px "Lato", sans-serif;
    color: rgb(255, 255, 255);
  }
  

  ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    list-style-type: none;
}
dl {
  columns: 1;
  
  list-style-type: none;
}

.row {
  display: flex;
}

/* Create two equal columns that sits next to each other */
.column {
  flex: 50%;
  padding: 10px;
  /*height: 300px;  Should be removed. Only for demonstration */
}



  /* Turn off parallax scrolling for tablets and phones */
  @media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3,.bgimg-4, .bgimg-5, .bgimg-6 {
      background-attachment: scroll;
    }
  }