.table tbody tr.info td {
   background-color: #f0f0f0;
}

/* jkw 2022 - this takes away the title since we have graphics now */
.page-header {display : none;}

/*
body { 
  background: url(https://noadataservice.com/images/Background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

*/

ul.menu li .separator {
    color: #ffffff;
}

a{
    color: #3c5569; 
}

.table-hover tbody tr.info:hover td {
    background-color: #e0e0e0;
}

#wave {
  position: absolute;
  height: 70px;
  width: 95%;
  background: #e6e6ff;
}

#wave:before {
        content: "";
        display: block;
        position: absolute;
        border-radius: 100% 50%;
        width: 340px;
    height: 80px;
    background-color: white;
    right: -5px;
    top: 40px;
}

#wave:after {
        content: "";
        display: block;
        position: absolute;
        border-radius: 100% 50%;
        width: 300px;
    height: 70px;
    background-color: #e0efe3;
    left: 0;
    top: 27px;
}
