.brand-logo {
  display: flex;
  height: 5.5rem;
  width: auto;
  margin: auto;
}

@media only screen and (max-width: 600px) {
  .brand-logo {
    display: flex;
    height: 4rem;
    width: auto;
    margin: auto;
  }
}

header.masthead {
  font-size: 100px;
  position: relative;
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
}

.masthead-heading {
  font-size: 3.5rem !important;
}

body {
  background: #f9f9f9 !important;
  margin: auto;
  font-family: 'Open Sans';
  font-size: var(--bs-body-font-size);
  line-height: var(--bs-body-line-height);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  /*text-align: justify !important;*/
}

.p-5 {
  padding: 1rem !important;
  width: 100%;
}

.about-us-article {
  display: flex;
  /*height: 90vh;*/
  flex-wrap: wrap;
  min-height: auto;
  align-items: center;
  background: #291a43;
}

.landingImage {
  flex: 1 1 40rem;
}

.about-us-content p {
  padding: 1.5rem;
  font-size: 2.95rem !important;
  color: #09b9b4 !important;
  font-weight: 700 !important;
  text-shadow: 1px 1px #d92380;
  text-align: center;
}

.about-us-content button {
  width: 60%;
  background-color: rgba(80,25,148, 0);
  border-color: #09b9b4;
  border-width: 2px;
  border-radius: 90px;
  max-width: 570px;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  .about-us-content p {
    font-size: 2.5rem !important;
  }
}

@media only screen and (min-width: 2000px) {
  .about-us-content p {
    font-size: 3.5rem !important;
  }
}

#development-collapse-section img {
}

.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

.btn-primary {
  color: #fff;
  background-color: #0abab1;
  border-color: #d8fffd;
}

.who-are-we-img1 {
  display: flex;
  margin: auto;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: center;
  row-gap: 1vh;
}

h6 {
  font-size: 1.1rem;
}

.bg-black.footer-custom {
  background: #0abab0 !important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 125px;
  font-family: 'Open Sans' !important;
}

.our-team-cards h5 {
  color: #0abab0 !important;
}

.our-team-section .card-body {
  background: #f1f1f1 !important;
}

.about-us-close-button {
  margin: auto;
  width: 100%;
  border-radius: 20px;
  margin-bottom: 5px;
}

.about-us-paragraph {
  border-radius: 35px;
  background: linear-gradient(180deg, #ffffff, #ffffff);
}

.features-collapse-body {
  border-radius: 35px;
  background: linear-gradient(180deg, #f1f1f1, #f1f1f1) !important;
}

.development-collapse-body {
  background: #ffffff !important;
}

.operation-collapse-body {
  background: rgb(255,255,255) !important;
}

.support-collapse-body {
  background: #3576ac !important;
}

.operation-collapse-right-column {
  display: flex;
  margin: auto;
}

.support-collapse-right-column {
  display: flex;
  margin: auto;
  color: #f2e5e5;
}

.about-us-image {
  display: flex;
  align-items: center;
}

#features-container h1, #features-container p, #features-container button {
  display: flex;
  align-content: center;
  text-align: center;
  justify-content: center;
  margin: auto;
  margin-top: 22px;
  font-family: 'Open Sans' !important;
  font-weight: 500 !important;
}

.collapse-text-body {
  font-family: 'Open Sans' !important;
  font-weight: 900 !important;
  font-size: 15px;
  line-height: 25px;
}

.img-flip {
  transform: scaleX(-1);
  transform-origin: center;
}

.about-us-section, .our-team-article {
  background: #f1f1f1 !important;
}

