body {
    background-image: url("../images/trees.png"); 
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 14px;
    color: forestgreen;
    line-height: 150%;
    
}
.jumbotron {
    background-image: url("../images/LakeMountain2.jpg");
    background-size:  cover; 
    background-position: center, center;
    background-repeat: no-repeat; 
    text-align: center;
}
.hidden {
    display: none;
}


a:link {
    text-decoration: none;
    color: #bbb;
    margin-bottom: 20px;
    margin-left: 5px;
  }

  .midsection {
    width: 600px;
    height: 400px;
    background-image: linear-gradient(to top, #a8edea 0%, #fed6e3 100%);
}

