.companyLogo {
  object-fit: contain;
}

#logo {
  height: 100px;
}

.divider {
  width: 100%;
  min-height: 30px;
}

.trifold {
  border-bottom: 1px solid black;
  border-left: 1px solid black;
}
.trifold div {
  border-top: 1px solid black;
  border-right: 1px solid black;
}

.yachtImg {
  height: auto;

  margin: 5% 5% 5% 25%;
}

.yachtVert {
  position: absolute;
  top: 0%;
  left: 60%;
  bottom: 0%;
  background: #bbbfc4;
  width: 1px;
  height: auto;
  z-index: 0;
}

.yachtHorz {
  position: absolute;
  left: 0%;
  right: 0%;
  top: 50%;
  height: 1px;
  background: #bbbfc4;
  width: auto;
  z-index: 0;
}

.yachtText {
  position: absolute;
  left: 10%;
  right: 60%;
  top: 10%;
  bottom: 50%;
  z-index: 20;
  overflow: hidden;
  font-size: 1vw !important;
}

.floatingText {
  font-size: 3vw !important;
}

a[href^="mailto:"] {
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid black;
  padding: 5px 20px 5px 20px;

  border: 1px solid blue;

  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a[href^="mailto:"]:visited {
  color: blue;
}
.custom-bold {
  color: rgb(0, 0, 255);
}
