.associations-logos, .about .img-wrapper, .about, .marina, .about-overview .info, .about-overview,
.services-overview, .intro-wrapper, .waves {
  position: relative;
}

.about-overview .fish, .hero-waves, .marina:before {
  position: absolute;
}

.about .button, .intro-wrapper .button {
  display: inline-block;
  zoom: 1;
}

.associations-logos .logo img, .marina img, .services-overview a, .about h2:after, .intro-wrapper h2:after, .marina:before {
  display: block;
}

.about-overview,
.services-overview, .about .img-wrapper, .intro-wrapper p, .about h2:after, .intro-wrapper h2:after {
  box-sizing: border-box;
}

.about h2:after, .intro-wrapper h2:after, .marina:before {
  content: "";
}

.about .info {
  text-align: left;
}

.about .button, .intro-wrapper .button {
  text-align: center;
}

.associations-logos .logo, .associations-logos, .marina {
  margin-left: auto;
  margin-right: auto;
}

.services-overview a {
  text-transform: uppercase;
}

.about .img-wrapper {
  width: 50%;
}

.associations-logos, .about, .about-overview, .intro-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.about .img-wrapper, .services-overview {
  background-repeat: no-repeat;
}

.about .img-wrapper, .services-overview {
  background-size: cover;
}

.about .img-wrapper, .services-overview {
  background-position: center center;
}

.about h2:after, .intro-wrapper h2:after {
  width: 20%;
}

.intro-wrapper p {
  width: 80%;
}

.about h2, .intro-wrapper h2 {
  font-family: "MuseoSans", sans-serif;
}

.about .button, .intro-wrapper .button {
  transition: background-color 250ms, color 250ms;
  padding: 1.2em 1.5em;
  font-size: 1em;
  font-weight: bold;
  border: none;
  cursor: pointer;
  min-width: 200px;
}
@media screen and (max-width: 1919px) {
  .about .button, .intro-wrapper .button {
    font-size: 0.9em;
  }
}

.about .button, .intro-wrapper .button {
  color: #FFFFFF;
  background-color: #44aee9;
}
.about .button:hover, .intro-wrapper .button:hover {
  background-color: #72c2ee;
}
.about .button:active, .intro-wrapper .button:active {
  background-color: #1a99e0;
}

.services-overview {
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (min-width: 1921px) {
  .services-overview {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
}

.about h2:after, .intro-wrapper h2:after {
  background-color: #44aee9;
  height: 4px;
  margin: 1.5em 0;
}

.about h2, .intro-wrapper h2 {
  font-size: 1.5em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .about h2, .intro-wrapper h2 {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .about h2, .intro-wrapper h2 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 450px) {
  .about h2, .intro-wrapper h2 {
    font-size: 1em;
  }
}

.about p, .services-overview a, .intro-wrapper p {
  font-size: 1.125em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .about p, .services-overview a, .intro-wrapper p {
    font-size: 1em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .about p, .services-overview a, .intro-wrapper p {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 450px) {
  .about p, .services-overview a, .intro-wrapper p {
    font-size: 0.9em;
  }
}

.about h2, .intro-wrapper h2 {
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 0.5em;
}

.about p, .services-overview a, .intro-wrapper p {
  font-weight: normal;
  line-height: 1.8em;
  margin-bottom: 1.8em;
  text-align: justify;
  text-justify: inter-word;
}

.hero {
  height: 800px;
  background-image: url("/app/images/home/hero.jpg");
}

.hero-waves {
  width: 100%;
  bottom: 0;
}

.waves {
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  min-height: 100px;
  max-height: 130px;
}

.wave-effects > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.wave-effects > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}

.wave-effects > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.wave-effects > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.wave-effects > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 15s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media screen and (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }
}
.intro-wrapper p {
  color: #1d1d1b;
}
.about-overview,
.services-overview {
  width: 50%;
  padding-top: 4.5em;
}

.about-overview {
  padding-bottom: 3em;
  flex-direction: column;
}
.about-overview .info {
  margin-left: 10%;
}
.about-overview .fish {
  bottom: 80px;
  width: 50%;
  align-self: flex-end;
}

.services-overview {
  background-color: #1d1d1b;
  background-image: url("/app/images/home/services-bg.jpg");
  padding: 6em 5% 300px 5%;
}
.services-overview h2 {
  color: #FFFFFF;
}
.services-overview a {
  margin-bottom: 0.5em;
  color: #44aee9;
}
.services-overview a:hover {
  color: #FFFFFF;
}

.marina {
  width: 100%;
  margin-top: -80px;
}
.marina:before {
  bottom: 0;
  left: 0;
  width: 10%;
  height: 30%;
  background-color: rgba(82, 171, 221, 0.5);
}
.marina img {
  width: 80%;
  margin-left: 10%;
}

@media screen and (max-width: 768px) {
  .about-overview,
.services-overview {
    width: 100%;
    padding-top: 4.5em;
  }

  .about-overview .info {
    width: 95%;
    margin-left: 5%;
    margin-bottom: 100px;
  }
  .about-overview .fish {
    bottom: 0px;
  }

  .marina {
    margin-top: -100px;
  }
  .marina:before {
    width: 5%;
  }
  .marina img {
    width: 95%;
    margin-left: 5%;
  }
}
.about {
  margin: 5% 0 10% 0;
}
.about .img-wrapper {
  z-index: 2;
}
.about .info {
  width: 35%;
  padding: 6em 0;
  margin-left: 5%;
}
.associations-logos .logo {
  width: 30%;
}
.associations-logos .logo img {
  width: 100%;
}

@media screen and (max-width: 760px) {
  .about .img-wrapper {
    display: none;
  }
  .about .info {
    width: 90%;
    padding: 3em 0;
    margin-left: 5%;
  }

  .associations .logo {
    width: 100%;
  }
}
