.nav-link {
    color:black !important;
    margin-right: 50px;
}
.active {
    font-weight: bold;
}
.bg-text {
    text-transform:uppercase;
    font-size:90px;
    color:white !important;
    text-align: left;
    float: left;
    clear: left;
    vertical-align: top !important;
}
.bg-text-om {
    text-transform:uppercase;
    font-size:90px;
    color:white !important;
    text-align: center;
    padding-bottom: 9%;
}
.card-header {
    font-weight: bold;
    text-align: center;
    text-transform:uppercase;
}
.card-text {
    text-align: center;
}
.bg-text-link {
    text-decoration: none;
  }
  
  .bg-text-link:hover {
    text-decoration: none;
  }
  
  .bg-text-link {
    text-decoration: none;
    position: relative;
  }
  
  .bg-text-link:after {
    border-radius: 1em;
    border-top: .1em solid #FF5656;
    content: "";
    position: absolute;
      right: 100%;
      bottom: .14em;
      left: 0;
    transition: right .2s cubic-bezier(0,.5,0,1);
  }
  
  .bg-text-link:hover:after {
    right: 0;
  }
  .footer {
    text-align: center;
    padding: 3px;
    background-color: rgb(63, 63, 63);
    color: white;
  }
.footer-mail-link {
    color: #FF5656;
    transition: 0.3s;
}
.footer-mail-link:hover {
    color: #FF5656;
}
.footer-facebook-icon {
    color: #FF5656;
    font-size: 40px;
    padding-top: 10px;
    transition: 0.3s;
}
.footer-facebook-icon:hover {
    color: white;
}
.dropdown-item:focus {
    background-color: #FF5656;
}
.dropdown-item:active {
    background-color: #FF5656;
}
.nav-link-changes {
  text-transform: uppercase;
}
.tab-pane-text {
  text-align: center;
  font-weight: lighter;
}
.tab-pane-text-title {
  font-weight: bold;
}
.faq {
  background-color: rgb(255, 255, 255);
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.faqactive, .faq:hover {
  background-color: #ccc;
}

.faq:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  border: none;
  margin-left: 5px;
}
.faq:focus {
  border: none;
  outline: none;

}
.faqactive:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
