@charset "UTF-8";

body{
  background-image: url("../assets/img/services/boat.jpg");
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  
}

h1 {
  color:  var(--accent-color);
  margin: 15px auto;
  text-align: center;
}

h2 {
  color:  var(--accent-color);
  margin: 15px auto;
  text-align: center;
}


b {
  color:  var(--accent-color);
}


p {
  line-height: 1.75;
}

.about-full-width-line{
  color:  var(--accent-color);
  background-color:  var(--accent-color);
  height: 6px;
  border-width:0;
  width: 100%;
  position: relative;
}

#about-section {
  padding-left: 100px;
  margin-top: 100px;
  min-height: 90vh;
}

.about-icon {
  color: white;
}

#about-info {
  width: 300px;
  height: 300px;
  text-align: right;
  margin-top: 100px;
  margin-left: 100px;
}

#about-info img {
  width: 80%;
  filter: brightness(0) invert(1); /* makes logo white */
}

#about-info a {
  color:  var(--accent-color);
}

@media only screen and (max-width: 600px) {
  h1 {
    text-align: center;
    font-size: 350%;
  }

  #about-section {
    padding: 0px;
    margin: 100px auto;
    margin-top: 175px;
  }

  #about-info {
    padding: 0px;
    width: 300px;
    height: 300px;
    text-align: center;
    margin: 100px auto;
  }
}

#introtitle-about-section {
  position: relative;
  margin: 0px;
  margin-top: 0px;
  padding: 0px;
  height: 40vh;
}

#introtitle-about {
  position: relative;
  width: 100%;
  height: 40vh;
  object-fit: cover;
}

#introtitle-about-info-container {
  position: absolute;
  left:0px;
  bottom: 13vh;
  width: 100%;
}

#introtitle-about-info-text{
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 60vh;
  left: 50%;
  font-size:72px;
  font-weight: 700;
}

#about-mission {
  text-align: center;
  color: #fff;
  position: relative;
  padding: 0px;
  overflow: hidden;
}
#about-mission-div{
  padding: 50px;
  width: 100%;
  position: relative;
  display: inline-block;
  overflow: visible;
  background-color: rgba(255, 255, 255, 1);
  color: black;
  text-align: center;
  z-index: 1;
}

#about-mission-div-interior{
  max-width: 920px;
  position: relative;
  display: inline-block;
  overflow: visible;
  background-color: rgba(255, 255, 255, 1);
  color: black;
  text-align: center;
  z-index: 1;
}


.about-details{
  text-align: center;
  color: #fff;
  position: relative;
  padding: 0px;
  overflow: hidden;
}

.about-details-div{
  left: 25%;
  width: 50%;
  position: relative;
  color: white;
  text-align: center;
  list-style-type: none;
}

.about-details-div-dot{
  font-size: 24pt; 
  color: var(--accent-color);
}


.contact-button-about {
  padding: 15px 25px;
  background-color: var(--accent-color);
  vertical-align: middle;
  font-size:125%;
  font-weight: 600;
  color: #fff;
}

.about-contact-section
{
  padding-bottom: 50px;
  width: 100%;
  position: relative;
  display: inline-block;
  overflow: visible;
  color: #fff;
  text-align: center;
  z-index: 1;
}

.contact-about-title
{
  display:inline-block;
}

@media only screen and (max-width: 500px) {
  
  .contact-button-about {
    padding: 15px 25px;
    background-color: var(--accent-color);
    vertical-align: middle;
    font-size:75%;
    font-weight: 600;
    color: #fff;
  }

}