body {
  font-family: graphie, sans-serif;
  font-size: 19px;
}

p {
  font-family: graphie, sans-serif;
  font-size: 19px;
}

.navLogo {
  max-width: 475px;
  width: 100%;
}

@media (max-width: 767px) {
  .navLogo {
    max-width: 340px;
    width: 100%;
    margin: 7px 0 0 0;
  }
}

.theheader {
  transition: all 0.5s;
  background-image: url("../images/nav.png");
  background-repeat: repeat-x;
  background-color: transparent;
  z-index: 997;
  padding: 15px 0;
}


@media (max-width: 767px) {
  .theheader {
    transition: all 0.5s;
    background-image: url(../images/nav.png);
    background-repeat: repeat-x;
    background-color: transparent;
    z-index: 997;
    padding: 7px 0 0 0;
    background-position: 0px;
}
}

img.skyline {
  margin-top: 40px;
}

.homePage {
  padding-bottom: 0px;
}

.socialIcons {
  position: fixed;
  bottom: 220px;
  right: 0px;
  z-index: 998;
  width: 40px;
  height: 152px;
  background-color: #233a77;
}

@media (max-width: 767px) {
  .socialIcons {
    position: fixed;
    bottom: 20px;
    right: 0px;
    z-index: 998;
    width: 40px;
    height: 152px;
    background-color: #233a77;
  }
}

.socialIcons a {
  height: 40px;
  color: #fff;
  text-decoration: none;
  padding: 10px 5px;
}

.bx {
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  padding-top: 8px;
}

.section-title h2 {
  font-family: "graphie", sans-serif;
  font-size: 42px;
  font-weight: normal;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #09347a;
}


#footer {
  color: #FFF;
  font-size: 16px;
  line-height: 26px;
  background: #09347a;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
  margin: 80px 0px 0px 0px;
  }

.clientName h4 {
  background: #09347a;
  color: #FFF;
  font-size: 22px;
  font-weight: bold;
  padding: 10px 0;
}

.clientName h2 {
  color: #09347a;
  font-size: 22px;
  font-weight: bold;
  padding: 10px 0;
}

.imgClient {
  padding: 5px;
}


.imgClient img {
  width: 100%;
  margin: 0px 0px 0px 0px;
}

.nav-link {
  text-transform: uppercase;
  }

  .upperCase {
    text-transform: uppercase!important;
  }

  .blueCaption {
    text-transform: uppercase;
    background-color: rgba(9, 52, 122, 0.8);    color: #fff;
    left: 0;
    width: 100%;
  }


  
  /* Overlay styling */
  .overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.8);
      z-index: 1000;
  }

  .overlay-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #fff;
      padding: 20px;
      border-radius: 8px;
      width: 90%;
      max-width: 500px;
      text-align: center;
  }

  .overlay-content h2 {
      margin-bottom: 10px;
  }

  .overlay-content p {
      margin-bottom: 20px;
  }

  .close {
      position: absolute;
      top: 10px;
      right: 20px;
      font-size: 24px;
      cursor: pointer;
      color: #000;
  }

  .topMargin {
    margin-top: 75px;
  }
  
.person-link {
    overflow: hidden; /* Prevents image from overflowing */
    display: inline-block; /* Keeps the div's shape intact */
    position: relative;
}

.person-link img {
    transition: transform 0.3s ease-in-out;
    width: 100%; /* Ensures the image stays within the container */
    display: block; /* Prevents unwanted spacing below the image */
    margin-bottom: 20px;
}

.person-link:hover img {
    transform: scale(1.1); /* Zoom in by 10% but stays inside the div */
}


.portfolio-link {
  transition: transform 0.3s ease-in-out;
  display: block; /* Prevents unwanted spacing below the image */
}

.portfolio-link:hover {
  transform: scale(1.1); /* Zoom in by 10% but stays inside the div */
}

.introText {
  margin-bottom: 70px;
}

p.name {
  font-size: 20px;
  font-weight: bold;
  color: #09347a;
  margin-bottom: 5px;
}

p.position {
  font-size: 16px;
  color: #444;
  margin-bottom: 20px;
}

h2.personName {
  font-size: 30px;
  font-weight: bold;
  color: #09347a;
  margin-bottom: 5px;
}

h3.personPosition {
  font-size: 20px;
  color: #444;
  margin-bottom: 20px;
}

a.linkedin {
  padding: 14px 10px;
}

.topIcon {
  padding-top: 20px;
}

a.whtTxt {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
}


.skylineFtr {
  display: inline;
}


.copyright {
  font-size: 14px;
  color: #fff;
  text-align: left;
  padding: 10px 0;
  margin-top: 20px;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* Aspect ratio: 16:9 */
  height: 0;
  overflow: hidden;
  margin: auto;
}

@media (max-width: 767px) {
  .video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Aspect ratio: 16:9 */
    height: 0;
    overflow: hidden;
    margin: 50px auto auto auto;
  }
}



.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
  display: none;
  }


  .blueBtn {
    background-color: #09347a;
    margin-top: 40px;
  }