/*#company_greeting{
  background-color:#f0f8ff;
}*/
#water{
  background-size: cover;
  background-position: top;
  position: relative;
}
/*#water:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255, 50%);
  background-image: linear-gradient(180deg, transparent 0 60%, #FFF 100%);
}*/
#water02 img.waku{
    border-radius: 5px;
    padding: 15px;
    border: solid 3px #cce4ff;
    background-color: #fff;
}
#water .water_txt{
  border-radius: 15px;
  background-color:rgb(255,255,255,75%);
}
#water h1{
    display: inline-block;
    position: relative;
    color:#28a745;
  font-size: 200%;
}
#water h1:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color:#28a745;
}
#water h2{
    background-color:#78d6ff;
    border-radius: 15px;
}
#water h3{
  border-bottom: solid 3px #cce4ff;
  position: relative;
}
#water h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
}

@media (min-width: 768px){
  
}

@media (max-width: 991px){
  
}

@media (max-width: 767px){
  #water h1{
    font-size: 150%;
  }
}

@media (max-width: 575px){
  
}


