/*-- Body Reset --*/
body {
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
    color #616971;
}

/*====== Navbar ======*/

.navbar-brand img {
    height: 7rem;
}

.navbar {
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: .1rem;
    box-shadow: 0 .5rem .5rem rgba(0, 0, 0, .1);
    z-index: 1;
}

.nav-item {
    padding: .5rem;
}

.nav-link {
    color: #CD5C5C !important;
}


/*====== Carousel ======*/

#carousel {
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, .1);
}

.carousel-inner {
    max-height: 70rem!important;
}

.carousel-caption {
    position: absolute;
    transform: translateY(-20%);
    text-transform: uppercase;
    Padding: 0!important;
}

.bg-custom {
    background-color: rgba(0, 0, 0, .4);
    color: white;
    border-radius: 1rem;
}

.btn-lg {
    border-radius: 10;
    text-transform: uppercase;
    font-size: 1rem!important;
    border-width: medium
}

.btn-danger {
    background-color: #CD5C5C !important;
    border: .1rem solid #CD5C5C!important;
}

.btn-primary {
    background-color: #CD5C5C !important;
    border: .1rem solid #CD5C5C!important;
}

.border-danger {
    border-top: solid #D4AF37!important;
}

.fixed-background {
    background-image: url('images/dclinic-body.jpg');
    position: fixed;
    padding: 15rem 0;
}

.jumbotron {
    background: #fff2e5!important;
}

footer {
    background-color: #383838;
    padding: 1rem 2rem 3rem;
}

footer img {
    height: 10rem;
    margin: 1.5rem auto;
}

footer p, footer a {
    color: white;
    text-decoration: none;
}

.social {
    list-style-type: none;
    display: flex;
    max-width: 70rem;
    margin: 0 auto;
}

ul .social li {
    margin: 0 auto!;
    padding: 0;
}

footer .svg-inline--fa {
    font-size: 2.3rem;
    margin: 1rem;
}

/*====== Media Queries ======*/

/* Devices under 1199px (xl) */
@media (max-width: 1199.98px) {

}
/* Devices under 768px (md) */
@media (max-width: 767.98px) {

.navbar-brand img {
    height: 5rem;
}
}

/*====== Bootstrap breakpoints:

 Extra small (xs) devices (portrait phones, less than 576px)
 No media query- default in Bootstrap

 Small (sm) devices (landscape phones, 576px and up)
 @media (min-width: 576px) {...}

 Medium (md) devices (tablets, 768 and up)
 @media (min-width: 768px) {...}

 Large (lg) devices (desktops, 992 and up)
 @media (min-width: 992px) {...}

 Extra (xl) large devices (large desktops, 1200px and up)
 @media (min-width: 1200px) {...}

 ======*/

 /* Bootstrap Mobile Gutter Fix */
 .row, .container-fluid {
    margin-left: 0px !important;
    margin-right: 0px !important;
 }

 /* Fixed background image */
 .fixed-background {
    position: relative;
    width: 100%;
    z-index: 1000 !important;
 }
 .fixed-wrap {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
 }

 .fixed {
    z-index: -999 !important;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    Background-position: center center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
 }
