/* Custom CSS */
body {
  margin-top: 56px;
}

a {
  color: #f4952f;
}

a:hover {
  color: #268fce;
  text-decoration: none;
}

.orange-text {
  color: #f4952f;
}

.blue-text {
  color: #268fce;
}

.red-text {
  color: red;
}

.make-text-middle {
  padding: 70px 0;
}

/* Navigation Bar */
.navbar {
  background-color: #f4952f;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
}

.navbar-dark .navbar-nav .nav-link.active {
  color: #268fce;
}

#nav-bar-text-color {
  color: white;
}

.dropdown-item {
  color: #f4952f;
}

.dropdown-item:hover {
  color: #268fce;
}

/* Toggle Icon/animation */
.icon-bar {
  width: 25px;
  height: 3px;
  background-color: #268fce;
  display: block;
  transition: all 0.2s;
  margin-top: 4px;
}

.navbar-toggler {
  border: none;
  background: transparent !important;
}

.navbar-toggler:hover {
  background: transparent !important;
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0) !important;
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1 !important;
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0) !important;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

/* Carousel */
.carousel-caption-text {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
}

.carousel-border {
  max-width: 100%;
  border-bottom: 15px solid #f4952f;
}

/* Img Card */
.custom-img-card-decoration {
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  background-color: #268fce;
  color: white;
  border: 20px;
}

.custom-img-card-decoration:hover {
  color: #f4952f;
}

.card img:hover {
  transition: 0.3s ease;
  opacity: 0.7;
}

.card-body {
  padding: 0.5rem;
}

/* Contact Form */
.form-control {
  background-color: rgba(244, 149, 47, 0.2);
}

/* Testimonial */
.testimonial {
  border: 3px solid #f4952f;
  background-color: #eee;
  border-radius: 5px;
  padding: 20px 20px 10px 20px;
}

/* Covid Banner */
#appointment-advert-banner-covid {
  background-color: #268fce;
  padding-bottom: none;
  border-radius: 10px;
}

#appointment-advert-banner-covid h5 {
  color: white;
  padding-top: 15px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

#appointment-advert-banner-covid:hover h5 {
  color: #f4952f;
}

/* Advert Banner */
#appointment-advert-banner {
  background-color: #268fce;
  padding-bottom: none;
  border-radius: 10px;
}

#appointment-advert-banner h5 {
  color: white;
  padding-top: 15px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.link-hover-white:hover {
  color: white;
}

/* Jumbotron */
#osteopathy-clinic-therapist-text {
  color: #f4952f;
}

#bethan-jones-text {
  color: #268fce;
  padding-top: 5px;
}

.jumbotron {
  border: 3px solid #ccc;
  border-radius: 5px;
  padding: 2rem 1rem;
}

/* Footer */
footer {
  background-color: #f4952f;
  padding-top: 10px;
}

footer p {
  color: white;
}

#footer-line-break {
  padding-top: 5px;
  border-top: 2px solid white;
}

/*-- Media Display --*/
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  .extra-bottom-padding {
    padding-bottom: 18px;
  }
  .jumbotron {
    padding: 2rem 1rem;
  }
  .make-text-middle {
    padding: 1px 0 1px;
  }
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  .extra-bottom-padding {
    padding-bottom: 18px;
  }
  .jumbotron {
    padding: 2rem 1rem;
  }
  .make-text-middle {
    padding: 1px 0 1px;
  }
}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {
  .extra-bottom-padding {
    padding-bottom: 18px;
  }
  .jumbotron {
    padding: 2rem 1rem;
  }
}

/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
}
