
  /* contact/get started button - light version*/
  .nav-link.contact-light {
    border: solid 3px #fff;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.1px;
    margin-left: 28px;
    padding: 12px 24px !important;
  }

/*  navbar white background and blue text on hover */  
  .nav-link.contact-light:hover {
    background: #fff;
    color: #1797f5 !important;
    opacity: 1;
  }










.full-page-intro {
  background: url("../images/about_us.png") no-repeat center center;
  background-size: cover;
  overflow-x: hidden;
  height: 100vh;

  overflow: hidden; /*q: needed css? */
  max-height: 100%; /*q: needed css? */
}

.about-us-header-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 220px;
  margin-bottom: 60px;
}

.about-us-description {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1px;
  line-height: 1.6;
  text-align: center;
  margin-top: 32px;
  max-width: 745px;
}

.hero-text {
  color: #fff;
  margin-bottom: 44px;
  text-align: center;
}

.our-work-section {
  padding-top: 108px;
  position: relative;
}

.our-work-section:before {
  background-image: url("../images/bg1.svg");
  background-size: cover;
  content: " ";
  height: 44%;
  left: 0;
  position: absolute;
  top: 72px;
  width: 100%;
  z-index: -1;
}

.our-work-section:after {
  background-image: url("../images/bg1.svg");
  background-size: cover;
  bottom: -100px;
  content: " ";
  height: 48%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -2;
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

/* Responsive Fixes */
@media only screen and (min-width: 1700px) {
  .our-work-section:before {
    height: 100%;
  }

  .our-work-section:after {
    height: 100%;
  }
}

.our-work-item-number-wrapper {
  border-radius: 50%;
  border: solid 2px #00ccff;
  height: 64px;
  margin-bottom: 21px;
  width: 64px;
}

.our-work-item-number {
  color: #00ccff;
  font-size: 36px;
  letter-spacing: 0.1px;
  line-height: 64px;
  text-align: center;
}

.our-work-item-wrapper {
  margin-top: 93px;
  max-width: 261px;
  width: 100%;
}

.our-work-item-wrapper p {
  color: #2c2c2c !important;
  font-size: 14px !important;
  letter-spacing: 0.1px !important;
  line-height: 1.57 !important;
  margin-top: 18px;
}

.our-team {
  padding-top: 211px;
}

.our-team h5 {
  text-transform: uppercase;
}

.our-team h2 {
  text-align: left;
}

.our-team p {
  margin-top: 34px;
}

.person-wrapper-1 {
  margin-bottom: 205px;
}

.person-image-wrapper {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  position: relative;
}

.person-image-wrapper > img {
  max-height: 446px;
  min-height: 300px;
  max-width: 446px;
  min-width: 300px;
  width: 100%;
}


.circle-icon {
  background-color: black;
}
.person-image-social img {
  height: 53px;
  margin: 32px 11px 0 11px;
  transition: 300ms;
  width: 53px;
}

#person-image-social {
  height: 53px;
  margin: 32px 11px 0 11px;
  transition: 300ms;
  width: 53px;
}

.person-image-social img:hover {
  opacity: 0.8;
  transition: 300ms;
}

/**
.person-wrapper-2 {
  display: none;
}
**/

.person-wrapper-2 {
  margin-bottom: 194px;
}

.person-image-wrapper-2 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  position: relative;
}

.person-image-wrapper-2 > img {
  max-height: 446px;
  min-height: 300px;
  max-width: 446px;
  min-width: 300px;
  width: 100%;
}

.person-image-social-2 img {
  height: 53px;
  margin: 32px 11px 0 11px;
  transition: 300ms;
  width: 53px;
}

.person-image-social-2 img:hover {
  opacity: 0.8;
  transition: 300ms;
}


/* Responsive Fixes */
@media only screen and (min-width: 1200px) {
  .person-image-wrapper {
    margin-left: 75px;
  }

  .person-image-wrapper-2 {
    margin-right: 75px;
  }
}

@media only screen and (max-width: 991px) {
  .person-wrapper-1 {
    margin-top: -60px;
    margin-bottom: 110px;
  }

  .person-wrapper-2 {
    margin-bottom: 50px;
  }

  .person-image-wrapper {
    align-items: center;
  }

  .person-image-wrapper-2 {
    align-items: center;
  }

  .our-work-item-wrapper {
    margin-top: 30px;
    max-width: 500px;
    width: 100%;
  }

  .our-work-item-wrapper:first-child {
    margin-top: 60px;
  }

  .our-work-item-wrapper:last-child {
    margin-bottom: -60px;
  }
 }

@media only screen and (max-width: 600px) {
  .about-us-header-container {
    margin-top: 75px;
  }
}

/* banner with orca picture cover entire page on about page (sceen min 768px) */
@media (min-width: 768px){
  .full-page-intro {
    height: 100%;
  }
}



  /* contact/get started button - needs to be different than on the homepage*/
  .nav-link.contact-about {
    border: solid 3px #fff;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.1px;
    margin-left: 28px;
    padding: 12px 24px !important;
  }
  
  .nav-link.contact-about:hover {
    background: #fff;
    color: #1797f5 !important;
    opacity: 1;
  }








/******. mobile optimized menu   *****/

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
  }

  .mobile-nav-toggle .bar {
    width: 100%;
    height: 3px;
    background: #ffffff; /* hamburger menu color */
    border-radius: 10px;
    transition: all 0.3s linear;
    position: relative;
    transform-origin: 1px;
  }

  .mobile-nav-menu {
    display: flex;
    flex-direction: column;
    background:  rgb(20, 20, 20);     /* mobile menu backgroundcolor */
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 5rem;
    transition: transform 0.3s ease-in-out;
    transform: translateX(-100%);
    z-index: 1000;
  }

  .mobile-nav-menu.active {
    transform: translateX(0);
  }

  .mobile-nav-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mobile-nav-menu li {
    margin-bottom: 1rem;
    text-align: center;
  }

  .mobile-nav-menu a {
    font-size: 1.2rem;
    padding: 1rem 0;
    display: block;
    color: #1797f5;
    text-decoration: none;
    transition: color 0.3s linear;
  }

  /* hover effect for mobile menu items */
  .mobile-nav-menu a:hover {
    color: #0056b3;
    text-decoration: none;

    font-weight: bold;
    /*font-size: 1.5rem; */

    text-shadow: 0 0 0.5px currentColor;
    transform: scale(1.02);

    
  }

  .mobile-nav-menu .contact-light {
    background-color: #1797f5;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    display: inline-block;
    margin-top: 1rem;
  }

  .mobile-nav-menu .contact-light:hover {
    background-color: #ffffff;
    color: #1797f5;
    transform: scale(1.05);
    font-weight: bold;
    text-shadow: 0 0 0.5px currentColor;
    transform: scale(1.02);
  }


  .mobile-nav-toggle[aria-expanded="true"] .bar:first-child {
    transform: rotate(45deg);
  }

  .mobile-nav-toggle[aria-expanded="true"] .bar:nth-child(2) {
    opacity: 0;
  }

  .mobile-nav-toggle[aria-expanded="true"] .bar:nth-child(3) {
    transform: rotate(-45deg);
  }
}