/* Compiled Less CSS File */
/* Generated from "aqua-styles.css" */

/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
Body {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  background: #d5e6fb;
  color: #2e2e2e;
  padding: 0;
  margin: 0 auto;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
.left-float {
  float: left;
}
.right-float {
  float: right;
}
@media (max-width: 640px) {
  .left-float,
  .right-float {
    float: none;
  }
}
h1,
h2,
h3 {
  padding: 0;
  margin: 0;
}
.blue-top {
  padding: 10px;
  background: #009390;
  border-bottom: 5px solid #ffffff;
}
.blue-top h1 {
  color: #ffffff;
  font-weight: bold;
  font-size: 40px;
}
.page-wrapper {
  width: 100%;
  max-width: 1024px;
  margin-top: 2%;
}
@media (max-width: 640px) {
  .page-wrapper {
    min-width: 320px;
    font-size: 1em;
  }
}
.logo h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #009390;
  font-size: 54px;
}
@media (max-width: 640px) {
  .logo h1 {
    font-size: 37px;
  }
}
.logo h2 {
  font-weight: normal;
  font-size: 34px;
}
.contact {
  margin-top: 15%;
  font-size: 20px;
}
.contact span {
  font-size: 25px;
}
.contact a {
  color: #009390;
  text-decoration: none;
}
.contact a:hover {
  color: #2e2e2e;
}
@media (max-width: 640px) {
  .baby {
    margin-top: 20px;
  }
  .baby img {
    width: 77%;
  }
}
.information-bottom {
  background: #009390;
  border-top: 5px solid #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  margin-top: 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.information-bottom h3 {
  font-size: 24px;
}