.navbar-brand img{
    width:250px;
}

#about h4{
    text-align:justify;
}

.dropdown-menu {
    background-color: #fef4ee !important;
}

.dropdown-item {
    color: #7081b9 !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #00bcd4 !important;
    background-color: #fef4ee !important;
}

@media (max-width: 767.98px) {
  #services .bg-text {
    top: 48px;
  }

  #services .bg-text h1 {
    font-size: 52px;
  }
}

/* Desktop and laptop screens: floating effect */
@media (min-width: 992px) {
    #contact img {
        float: left;
        padding-right: 20px;
    }
}

.picture-item .card { transition: transform .15s ease, box-shadow .15s ease; }
.picture-item .card:hover { transform: translateY(-3px); box-shadow: 0 1rem 2.5rem rgba(0,0,0,.08); }

.media-body h5 {
  min-height: 2.6em; /* keeps 1-line titles aligned with 2-line titles */
}

.project-modal { border-radius: 16px; overflow: hidden; }

.project-modal__media { position: relative; background: #0b1220; }
.project-modal__img { width: 100%; height: 240px; object-fit: cover; display: block; opacity: .96; }
.project-modal__close { position: absolute; top: 14px; right: 14px; filter: invert(1); opacity: .9; }
.project-modal__close:hover { opacity: 1; }

.project-modal__meta {
  background: rgba(13,110,253,.04);
  border: 1px solid rgba(13,110,253,.10);
  border-radius: 14px;
  padding: 14px;
}

.project-modal__section-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #24324a;
  font-weight: 600;
}

.project-modal__list { padding-left: 0; list-style: none; }
.project-modal__list li { position: relative; padding-left: 18px; margin-bottom: 10px; }
.project-modal__list li:before { content: "•"; position: absolute; left: 0; top: 0; color: #0d6efd; font-weight: 700; }


@media (min-width: 992px) {

  #services .card {
    height: 100%;
  }

  #services .card-body {
    display: flex;
    flex-direction: column;
  }

  #services .card-body p {
    flex-grow: 1;
  }

}

.turnstile-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
}

.turnstile-wrap .cf-turnstile {
    max-width: 100%;
}

@media (min-width: 768px) {
    .turnstile-wrap {
        justify-content: flex-start;
    }

    .turnstile-wrap .cf-turnstile {
        transform: none;
    }
}

@media (max-width: 575.98px) {
    .turnstile-wrap .cf-turnstile {
        transform: scale(0.92);
        transform-origin: center top;
    }
}

@media (max-width: 400px) {
    .turnstile-wrap .cf-turnstile {
        transform: scale(0.88);
    }
}
