/*----------------------------------------------
    CONTENT AND TEMPLATE STYLE
------------------------------------------------*/
.wrapper {
  display: flex;
  width: 100%;
}

.bg-primary {
  background-color: #a9a9a9 !important;
}

.bg-secondary {
  background-color: #fff !important;
}

.btn-outline-primary {
  color: #000 !important;
  border-color: #000 !important;
  border: 1px solid #000;
}
.btn-outline-primary:hover {
  color: #a9a9a9 !important;
  background-color: #fff !important;
  border-color: #000 !important;
}

.text-black {
  color: #000 !important;
}

.x-small {
  font-size: x-small;
  padding: 3px;
  line-height: 1em;
}

.small {
  font-size: small;
  padding: 3px;
  line-height: 1em;
}

.large {
  font-size: larger;
  padding: 3px;
  line-height: 1em;
}

body {
  font-family: "Poppins", sans-serif;
  background: #ffffff;
}

a {
  color: #000;
}
a:hover {
  color: #a9a9a9 !important;
  text-decoration: none !important;
  outline: none !important;
  transition: all 0.3s !important;
}
a:focus {
  text-decoration: none !important;
  outline: none !important;
}
a.active {
  color: #a9a9a9 !important;
}

.cursor-pointer {
  cursor: pointer;
}

#connect-content {
  width: 100%;
  max-height: 80vh;
  transition: all 0.3s;
  position: relative;
  background-color: #fff;
}

.custom-width {
  width: 65%;
}
@media (max-width: 575.98px) {
  .custom-width {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .custom-width {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .custom-width {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .custom-width {
    width: 85%;
  }
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
}

/*----------------------------------------------
    FONTAWESOME STYLE
------------------------------------------------*/
.fa-brands, .fa-solid {
  padding: 1px;
  font-size: 25px;
  width: 25px;
  text-align: center;
  text-decoration: none;
  margin: 1px;
  border-radius: 50%;
}

/*----------------------------------------------
    MASTHEAD STYLE
------------------------------------------------*/
.masthead-small {
  padding-top: calc(1rem + 40px);
  padding-bottom: 2rem;
  color: #000;
}
.masthead-small .masthead-heading {
  color: #000;
  font-size: 2.75rem;
  line-height: 2.75rem;
}
@media (max-width: 575.98px) {
  .masthead-small .masthead-heading {
    font-size: 2.25rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .masthead-small .masthead-heading {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .masthead-small .masthead-heading {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .masthead-small .masthead-heading {
    width: 85%;
  }
}
.masthead-small .masthead-subheading {
  font-size: 1.5rem !important;
  color: #000 !important;
}
.masthead-small .masthead-sub {
  font-size: 1.12rem !important;
  color: #000 !important;
}
.masthead-small .masthead-avatar {
  width: 12rem;
  padding-top: 1rem;
}
.masthead-small .logo {
  min-width: 300px;
  max-width: 50%;
  max-height: auto;
}
.masthead-small .text-custom {
  width: 100%;
}

/*----------------------------------------------
    GROUPED MEDIA QUERIES
------------------------------------------------*/
@media (min-width: 992px) {
  .masthead-small {
    padding-top: calc(1rem + 54px);
    padding-bottom: 3rem;
  }
  .masthead-small .masthead-heading {
    font-size: 4.75rem;
    line-height: 2.75rem;
  }
  .masthead-small .masthead-subheading {
    font-size: 1.25rem;
  }
  .masthead-small .masthead-avatar {
    width: 12rem;
  }
}
@media (min-width: 1200px) {
  .text-custom-width {
    width: 75% !important;
  }
}
@media (min-width: 1920px) {
  .masthead-small {
    padding-top: calc(7.5rem + 104px);
    padding-bottom: 9rem;
  }
  .masthead-small .masthead-heading {
    font-size: 2.75rem;
    line-height: 2.75rem;
  }
  .masthead-small .masthead-subheading {
    font-size: 1.5rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
  .btn {
    transition: none;
  }
}/*# sourceMappingURL=style.css.map */