body{
    font-family: sofia-pro, sans-serif;
    font-style: normal;
    text-align: center;
    font-size: 20px;

    background: linear-gradient(-45deg, #dbc0c9, #ef70a1, #dbc0c9, #d3648f);
    background-size: 400% 400%;
}

h3{
    font-weight: 700;
    margin-top: 75px;
    color: #026386;
}

a{
    color: #232e9b;
    font-weight: 600;
}

.mlr-30{
    margin-left: 30px;
    margin-right: 30px;
}

.pb-75{
    padding-bottom: 75px;
}

@media (max-width: 767px) {
    .mlr-30{
        margin-left: 10px;
        margin-right: 10px;
    }
}

/* marquee */

.bg{
    height: 80vh;
    background-image: url('https://s3.amazonaws.com/pop-chiro/Marquee-Background.png');
    background-size: cover;
    background-position: center;
}

@media (max-width: 767px) {
    .bg{
        height: 80vh;
    }
}

@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) {
        .bg{
            height: 65vh;
        }
    }

/* nav bar */

.navbar{
    height: 100px;
    background-color: #ffc6c0;
    border-radius: 0 !important;
}

.navbar-brand{
    height: 100px;
}

.navbar-brand svg{
    width: 252px;
    height: 67px;
}

.navbar-toggler{
    display: none;
}

.collapsed .navbar-toggler-icon svg {
    margin-top: 6px;
    transition: 0.2s;
    transform: rotate(0deg);
}

.navbar-toggler-icon svg {
    margin-top: 6px;
    transform: rotate(135deg);
    transition: 0.2s;
}

.top-btn.book-appointment{
    margin-top: 23px;
    padding: 8px 30px 13px 30px;
    font-size: 18px;
    float: right;
}

@media (max-width: 767px) {
    .nav{
        height: 75px;
    }

    .nav img{
        height: 45px;
    }

    .navbar-toggler{
        display: inline;
        border: 2px solid #232e9b;
        border-radius: 5px;
        height: 35px;
        width: 35px;
        margin-top: 32px;
        float: right;
        margin-right: 18px;
        background-color: #ffc6c0;
    }

    .navbar{
        height: 101px;
    }

    .top-btn.book-appointment{
        margin-top: 10px;
        margin-bottom: 10px;
        float: unset;
    }

    .navbar-collapse{
        width: calc(100% + 2px);
        background-color: #ffc6c0;
        margin-left: -1px;
        border-top: 1px solid white;
    }

}

/* intro */

.intro{
    background-color: white;
}

/* get in touch */

.get-in-touch{
    background-color: #a4c8ca;
}

.phone{
    margin-top: 15px;
    display: inline-block;
}

.email{
    margin-top: 15px;
    display: inline-block;
    margin-bottom: 30px;
}

a.email{
    text-decoration: underline;
}

.social-icon{
    height: 50px;
    width: 50px;
    background-color: #232e9b;
    border-radius: 50px;
    display: block;
    margin:auto;
    border: 2px solid #232e9b;
    transition: .3s;
}

.social{
    display: block;
}

.social-icon svg {
    height: 30px;
    margin-top: 8px;
}

.social-icon:hover {
    background-color: rgba(255,255,255,0.0);
}

.social-icon path{
    transition: .3s;
}

.social-icon:hover path {
    fill: #232e9b;
}

@media (max-width: 991px) {
    a.social-icon.facebook{
        margin-top: 30px;
    }
}

/* slide */
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-280px * 5));
            transform: translateX(calc(-280px * 5));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-280px * 5));
            transform: translateX(calc(-280px * 5));
  }
}
.slider {
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 180px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, rgba(255, 198, 192, 0.6) 0%, rgba(255, 198, 192, 0) 80%);
  content: "";
  height: 180px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 10);
}
.slider .slide {
  height: 180px;
  width: 280px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .image-slide{
        display: none;
    }
}

/* footer */

.footer{
    background-image: url('https://s3.amazonaws.com/pop-chiro/Footer-Background.png');
    background-size: cover;
    background-position: top;
    background-color: #dddce2;
    height: 160px;
}

.book-appointment{
    display: inline-block;
    background-color: #232e9b;
    padding: 10px 40px 15px 40px;
    border-radius: 80px;
    color: white;
    margin-top: 50px;
    border: 2px solid #232e9b;
    transition: .3s;
}

a.book-appointment:hover{
    text-decoration: none;
    color: #232e9b;
}

.book-appointment:focus {
    text-decoration: none;
    color: white;
}

.book-appointment:hover{
    background-color: rgba(255,255,255,0.2);
}

/* sub-footer */
.subfooter {
    height: 45px;
    background-color: white;
    font-weight: 900;
    color: #006489;
    line-height: 44px;
    font-size: 16px;
}