.navbar-light .navbar-toggler {
  border: none;
}

body {
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
}

.sec-tec-logo.square {
  height: 70px;
}

.sec-tec-logo.oblong-s {
  height: 70px;
}

.sec-tec-logo.oblong-m {
  height: 56px;
}

.sec-tec-logo.oblong-l {
  height: 50px;
}

.sec-tec-logo.oblong-xl {
  height: 45px;
}

.sec-about-img {
  display: block;
  margin: auto;
  height: 120px;
  width: 120px;
  background-color: white;
  border-radius: calc(100%/2);
  border: 1px solid var(--bs-gray-700);
}

.sec-tec-logo {
  display: block;
  margin: auto;
  width: auto;
}

.sec-about-img img {
  height: 95%;
  border-radius: 46px;
  margin-top: 3px;
}

.bg-primary p a {
  color: var(--bs-gray-100);
  font-weight: bolder;
}

.sec-about-img .h-line {
  width: 300px;
  height: 2px;
  border: none;
  border-radius: 0;
}

.sec-about-img-with-line {
  display: block;
}

.sec-about-img-with-line .h-line:nth-child(1) {
  justify-self: right;
  align-self: center;
}

.sec-about-img-with-line .sec-about-img + .h-line {
  justify-self: start;
  align-self: center;
}

.sec-about-img-with-line .h-line {
  height: 3px;
  width: 75px;
  background-color: var(--bs-white);
  /*border: 1px solid var(--bs-gray-700);*/
  display: inline-block;
}

.sec-about-img-with-line .sec-about-img {
  display: inline-block;
  justify-self: center;
  align-self: center;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  height: 50px;
  border-radius: calc(100%/2);
  width: 50px;
}

.back-to-top i {
  margin-top: 6px;
}

#portfolio .card-group .card {
  max-width: 600px;
}

.swiper-slide {
  background-color: rgb(255,255,255);
  display: flex;
  flex-direction: row;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  text-align: center;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}

.testimonial-card .customer-title {
  margin-top: 1em;
  font-size: larger;
  color: #3b3b3b;
}

.testimonial-card .customer-image {
  max-width: 350px;
}

.swiper-pagination-bullet-active {
  background-color: #f05f40 !important;
}

.testimonial-card .card .card-title {
  font-size: smaller;
}

@media (min-width: 992px) {
  nav .navbar-brand img {
    filter: invert(1);
  }
}

@media (min-width: 992px) {
  nav.navbar-shrink .navbar-brand img {
    filter: invert(0);
  }
}

