nav {
  margin-top: 27px;
  z-index: 1000;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

/*Transparent navbar*/

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.3);
}

.lb-long-logo {
  display: block;
  width: 300px;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: rgba(255, 255, 255, 1);
}

.navbar-dark .navbar-nav .nav-link {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  border-top: 3px solid rgba(49, 68, 126, 0);
  transition: border-top 0.5s linear;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgb(255, 255, 255);
  border-top: 3px solid rgba(49, 68, 126, 1);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: rgba(255, 255, 255, 1);
  border-top: 3px solid rgba(49, 68, 126, 1);
}

.navbar-dark .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/*end of transparent navbar*/

/*Opaque navbar*/

.navbar-light .navbar-nav .nav-link {
  text-transform: uppercase;
  /* font-weight: bold; */
  font-size: 13px;
  border-top: 3px solid rgba(49, 68, 126, 0);
  transition: border-top 0.5s linear;
  color: #00245a !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #00245a !important;
  border-top: 3px solid rgb(214, 10, 20);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: #00245a !important;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: #00245a !important;
  border-top: 3px solid rgb(214, 10, 20);
}

.navbar-light .navbar-text {
  color: #00245a !important;
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: #00245a !important;
}

/*end of Opaque navbar*/

/*Buttons*/

#lb-nav-1 .btn-outline-primary {
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  transition: background-color 0.5s, border-color 0.5s linear;
}

#lb-nav-1 .btn-outline-primary:hover {
  color: #fff;
  background-color: #00245a !important;
  border-color: #00245a !important;
}

#lb-nav-2 .btn-outline-primary {
  color: #00245a !important;
  border-color: #00245a !important;
  transition: background-color 0.5s, border-color 0.5s linear;
}

#lb-nav-2 .btn-outline-primary:hover {
  color: #fff;
  background-color: #00245a !important;
  border-color: #00245a !important;
}

.btn-success {
  border-radius: 1rem;
}

.btn-primary {
  color: #fff;
  background-color: #00245a !important;
  border-color: #00245a !important;
  border-radius: 0.5rem;
}

.btn-primary:hover {
  color: #fff;
  background-color: rgba(49, 68, 126, 1) !important;
  border-color: rgba(49, 68, 126, 1) !important;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: rgba(49, 68, 126, 1) !important;
  border-color: rgb(47, 72, 146);
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 60%;
  margin: 0px auto;
}

btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.55rem;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0.2rem;
}

.btn-danger {
  color: rgb(214, 10, 20);
  border-color: rgb(214, 10, 20);
  font-size: 12px;
  opacity:0.9;
  transition: opacity 0.5s, color 1s, box-shadow 1s;
}

.btn-danger:hover {
  opacity:1;
  box-shadow: 0px 0.5rem 1rem rgba(0, 0, 0, 0.3);
}

.btn-outline-success {
  font-size: 12px;
  transition: background-color 0.5s, color 1s, box-shadow 1s;
}

.btn-outline-success:hover {
  box-shadow: 0px 0.5rem 1rem rgba(0, 0, 0, 0.3);
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: background-color 1s, opacity 0.15s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.12);
}

.carousel-control-prev:focus,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0;
}

.carousel-caption p {
  color: #fff;
}

.dropdown-menu {
  margin: 0rem;
  font-size: 13px !important;
  padding:15px 0px 0px 0px;
  background: rgba(0,0,0,0);
  border-radius:5px;
  overflow:hidden;
  border: 0px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-item {
  border-top: 1px solid rgba(214, 10, 20, 0) !important;
  transition: border-bottom 0.5s linear;
  background-color: #fff;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #1e2125;
  background-color: #fff;
  font-weight: bold;
  /* border-top: 1px solid rgb(214, 10, 20) !important; */
}

.accordion-body {
  background-color: #fff;
  font-weight: 500;
  font-style: italic;
}

.form-select {
  border: 1px solid #dfdfeb;
  border-radius: 0.75rem;
  box-shadow: inset 0 1px 2px transparent;
}

.form-control {
  border: 1px solid #dfdfeb;
  border-radius: 0.75rem;
  box-shadow: inset 0 1px 2px transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  height: 38px;
}