@font-face {
  font-family: 'metropolis';
  src: url('../font/metropolis/metropolis.otf') format('otf'), url('../font/metropolis/metropolis.woff2') format('woff2'), url('../font/metropolis/metropolis.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto-mono';
  src: url('../font/roboto-mono/roboto-mono.ttf') format('ttf'), url('../font/roboto-mono/roboto-mono.woff2') format('woff2'), url('../font/roboto-mono/roboto-mono.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 62.5%;
  font-family: metropolis, sans-serif;
  overflow-x: hidden;
}
body.contact .row .content .image-and-text.fix .image {
  width: 15%;
}
body.contact .row .content .image-and-text.fix .image svg {
  width: 35px;
  height: 35px;
}
body.contact .row .content .image-and-text.fix .text {
  font-size: 2.4rem;
  line-height: 3rem;
}
body a {
  text-decoration: none;
  color: #008fcc;
  cursor: pointer;
}
body a:hover {
  text-decoration: underline;
}
body iframe {
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.5));
}
body .left {
  text-align: left;
}
body .center {
  text-align: center;
}
body .right {
  text-align: right;
}
body .title {
  color: #008fcc;
  font-weight: bold;
  font-size: 3rem;
  line-height: 3.6rem;
  min-height: 3.6rem;
  margin: 7.5px 0;
  text-transform: capitalize;
}
body .subtitle {
  color: #008fcc;
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin: 7.5px 0;
  text-transform: capitalize;
}
body .next-card,
body .return-to-top {
  cursor: pointer;
}
body .row {
  position: relative;
  z-index: 1;
}
body .row .content {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
}
body .row .content table {
  font-size: 1.56rem;
  line-height: 2.28rem;
  margin-bottom: 30px;
}
body .row .content table tr {
  display: flex;
  flex-direction: column;
  margin: 0 0 30px 0;
}
body .row .content table tr td {
  padding: 7.5px 0;
}
body .row .content table tr td .price {
  font-size: 1.8rem;
  font-weight: bold;
  color: #008fcc;
}
body .row .content table tr td:first-of-type {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 3rem;
}
body .row .content table tr td.right {
  text-align: left;
}
body .row .content table:last-of-type {
  margin-bottom: 0;
}
body .row .content .col {
  margin-bottom: 15px;
}
body .row .content .col:last-of-type {
  margin-bottom: 0;
}
body .row .content .col.image-holder {
  text-align: center;
}
body .row .content .col.image-holder img {
  max-width: 400px;
  width: 90%;
  height: auto;
  margin: auto;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.5));
}
body .row .content .image-and-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
}
body .row .content .image-and-text .image {
  width: 25%;
  padding-right: 15px;
}
body .row .content .image-and-text .image img {
  width: 100px;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.5));
}
body .row .content .image-and-text .image .quote {
  height: 5.4rem;
  width: auto;
  float: right;
  margin: 0 15px 0 0;
  fill: #707070;
  opacity: 0.5;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.5));
}
body .row .content .image-and-text .text {
  flex: 1;
}
body .row .content .image-and-text:last-of-type {
  margin-bottom: 0;
}
body .row .content .image-and-text.top-align {
  align-items: flex-start;
}
body .row .content.center {
  text-align: center;
}
body .strip {
  background-color: #008fcc;
  padding: 15px 0;
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 3rem;
}
body .strip a {
  color: #ffffff;
}
body .strip .content {
  display: block;
}
body .strip svg {
  width: 3.6rem;
  height: 3.6rem;
  display: inline-block;
  fill: #ffffff;
  margin: 0 3px -0.8rem 3px;
  filter: drop-shadow(1px 1px rgba(0, 0, 0, 0.15));
}
body .strip.return-to-top {
  font-size: 1.5rem;
}
body .strip.return-to-top svg {
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  fill: #ffffff;
  margin: 0 3px -0.8rem 3px;
  filter: drop-shadow(1px 1px rgba(0, 0, 0, 0.15));
}
body p {
  font-size: 1.44rem;
  line-height: 2.4rem;
}
body p.bigger {
  font-size: 1.68rem;
  line-height: 2.64rem;
}
body > * {
  font-size: 1.2rem;
  line-height: 1.8rem;
}
body ul.cycle-text {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body ul.cycle-text li {
  display: block;
  position: absolute;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
}
body ul.cycle-text li.visible {
  opacity: 1;
}
body ul.cycle-text li.invisible {
  opacity: 0;
}
@media (min-width: 768px) {
  body .row .content {
    flex-direction: row;
  }
  body .row .content table tr {
    flex-direction: row;
    align-items: center;
  }
  body .row .content table tr td {
    flex: 1;
    padding: 15px;
  }
  body .row .content table tr td:first-of-type {
    max-width: 25%;
  }
  body .row .content table tr td.right {
    text-align: right;
  }
  body .row .content table tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.05);
  }
  body .row .content .col {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-items: center;
    margin-right: 15px;
  }
  body .row .content .col .descriptive-text {
    padding: 15px 0;
    font-size: 1.56rem;
    line-height: 2.28rem;
    font-weight: bold;
  }
  body .row .content .col:last-of-type {
    margin-right: 0;
  }
  body .row.center .content {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  body .row .content .col {
    margin-bottom: 0;
    margin-right: 30px;
  }
  body .row .content .col:last-of-type {
    margin-right: 0;
  }
}
.home main .card.primary {
  background-image: url('../assets/home/primary.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.ship main .card.primary {
  background-image: url('../assets/ship/primary.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.services main .card.primary {
  background-image: url('../assets/services/primary.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.contact main .card.primary {
  background-image: url('../assets/contact/primary.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.about main .card.primary {
  background-image: url('../assets/about/primary.jpg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
main {
  display: flex;
  flex-direction: column;
}
main .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
main .card .row.center {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .card .row#navigation-bar {
  flex: 1;
  display: flex;
  flex-direction: row;
  max-height: 70px;
  margin: 30px 0;
  padding: 0 15px;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 100;
}
main .card .row#navigation-bar .content {
  display: flex;
  flex-direction: row;
}
main .card .row#navigation-bar #logo-container {
  display: flex;
  justify-content: left;
  align-items: center;
  z-index: 50;
}
main .card .row#navigation-bar #logo-container img {
  width: 100px;
  height: auto;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.5));
}
main .card .row#navigation-bar nav {
  display: flex;
  justify-content: right;
  align-items: center;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 10;
  -webkit-user-select: none;
  user-select: none;
}
main .card .row#navigation-bar nav input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  /* hide this */
  z-index: 2;
  /* and place it over the hamburger */
  -webkit-touch-callout: none;
}
main .card .row#navigation-bar nav input:checked ~ #mobile-nav-button span {
  opacity: 1;
  height: 4px;
  transform: rotate(45deg) translate(-10px, -14px);
  background: #ffffff;
}
main .card .row#navigation-bar nav input:checked ~ #mobile-nav-button span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
main .card .row#navigation-bar nav input:checked ~ #mobile-nav-button span:nth-last-child(2) {
  height: 4px;
  transform: rotate(-45deg) translate(-6px, 12px);
}
main .card .row#navigation-bar nav input:checked ~ ul#navigation {
  transform: none;
}
main .card .row#navigation-bar nav #mobile-nav-button span.mobile-button {
  display: block;
  width: 33px;
  height: 4.5px;
  margin-bottom: 7px;
  margin-right: 5px;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
main .card .row#navigation-bar nav #mobile-nav-button span.mobile-button:first-child {
  transform-origin: 0% 0%;
}
main .card .row#navigation-bar nav #mobile-nav-button span.mobile-button:nth-last-child(2) {
  transform-origin: 0% 100%;
}
main .card .row#navigation-bar nav ul#navigation {
  list-style: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 280px;
  margin: 0 -15px 0 0;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.25);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
main .card .row#navigation-bar nav ul#navigation li {
  margin: 0 0 7.5px 0;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  filter: drop-shadow(1px 1px 2px #000000);
}
main .card .row#navigation-bar nav ul#navigation li a {
  color: #ffffff;
  display: block;
  padding: 7.5px;
}
main .card .row#navigation-bar nav ul#navigation li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  main .card .row#navigation-bar {
    max-height: 150px;
  }
  main .card .row#navigation-bar nav input,
  main .card .row#navigation-bar nav #mobile-nav-button {
    display: none;
  }
  main .card .row#navigation-bar nav ul#navigation {
    position: relative;
    width: 100%;
    top: unset;
    right: unset;
    margin: 0;
    padding: 0;
    transform-origin: unset;
    transform: unset;
    transition: unset;
    text-align: right;
    background-color: unset;
  }
  main .card .row#navigation-bar nav ul#navigation li {
    display: inline-block;
    margin: 0 0 0 7.5px;
  }
  main .card .row#navigation-bar nav ul#navigation li a {
    color: #ffffff;
    cursor: pointer;
    padding: 10px 22.5px;
  }
  main .card .row#navigation-bar nav ul#navigation li:hover {
    opacity: 0.7;
  }
}
main .card .row.next-card {
  flex: 0;
  text-align: center;
  padding: 15px 0;
}
main .card .row.next-card svg {
  fill: #ffffff;
}
main .card .gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(0, 143, 204, 0.05), rgba(0, 143, 204, 0.7));
  z-index: 0;
}
main .card.primary .title,
main .card.primary .subtitle {
  color: #ffffff;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.5));
}
@media (min-width: 768px) {
  main .card {
    padding-top: 22.5px;
    padding-bottom: 22.5px;
  }
  main .card .title {
    font-size: 4.2rem;
    line-height: 3.6rem;
    min-height: 3.6rem;
  }
  main .card .subtitle {
    font-size: 2.1rem;
    line-height: 2.7rem;
  }
  main .card.primary .title {
    font-size: 4.2rem;
    line-height: 4.8rem;
    min-height: 4.8rem;
  }
  main .card.primary .subtitle {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
@media (min-width: 1024px) {
  main .card {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  main .card .title {
    font-size: 5.4rem;
    line-height: 6rem;
    min-height: 6rem;
  }
  main .card.primary .title {
    font-size: 10.2rem;
    line-height: 10.8rem;
    min-height: 10.8rem;
  }
}
body.about main .card.page .row .content {
  flex-direction: column;
}
body.about main .card.page .row .content .col {
  justify-content: center;
  align-items: center;
}
body.about main .card.page .row .content .col .title {
  font-size: 4.8rem;
  width: 90%;
  border-bottom: 2px solid #008fcc;
}
body.about main .card.page .row .content .col p {
  font-size: 1.62rem;
  width: 90%;
}
body.about main .card.page .row .content .col.image-holder img {
  max-width: 550px;
  width: 100%;
}
@media (min-width: 1024px) {
  body.about main .card.page .row .content {
    flex-direction: row;
  }
}
body.about main .card.page:nth-child(even) .row .content {
  flex-flow: column-reverse;
}
@media (min-width: 1024px) {
  body.about main .card.page:nth-child(even) .row .content {
    flex-flow: row;
  }
}
footer {
  padding: 15px;
  font-size: 1.44rem;
  line-height: 2.4rem;
  color: #008fcc;
}
footer .title {
  color: #008fcc;
  font-weight: normal;
  border-bottom: 1px solid #008fcc;
  margin-bottom: 15px;
}
footer .subtitle {
  color: #008fcc;
}
footer .row .content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .row .content ul li {
  display: inline-block;
  min-width: 115px;
  padding: 15px 0;
}
footer .row .content ul li a {
  font-weight: bold;
}
@media (min-width: 768px) {
  footer .row .content ul li {
    padding-top: 7.5px;
  }
}
footer .row .content .image-and-text .image {
  width: 12%;
  padding-left: 0.5rem;
}
footer .row .content .image-and-text .image svg {
  fill: #008fcc;
  margin: 0;
}
footer .row .content .image-and-text .text {
  padding-left: 1rem;
}
@media (min-width: 768px) {
  footer .row .content .image-and-text .image svg {
    margin: 0 0 0 0.75rem;
  }
  footer .row .content .image-and-text .text {
    padding-left: 2rem;
  }
}
footer .row .content .side-by-side {
  display: flex;
  font-family: roboto-mono, monospace;
  margin-bottom: 7.5px;
}
footer .row .content .side-by-side .left {
  flex: 1;
  font-weight: bold;
}
footer .row .content .side-by-side .right {
  flex: 1;
}
footer .row .content .side-by-side:last-of-type {
  margin-bottom: 0;
}
