/* Padding below the footer and lighter body text */

body {
    padding-bottom: 3rem;
    color: #5a5a5a;
}

/* COLOURS
-------------------------------------------------- */
:root {
  --darkest: #002935;
  --dark:    #033244; 
  --normal:  #007E9B; 
  --light:   #9ADBE2;
}

/* CUSTOM
-------------------------------------------------- */
a.delburne-link {
    color: var(--normal);
    text-decoration: underline;
}

.btn-secondary {
    background-color: var(--normal);
    border-color: var(--normal);
}

.gradient-border {
    height: 1px;
    width: 100%;
    background: #dbdbdb; /* Old browsers */
    background: -moz-linear-gradient(left, #fff 0%, var(--light) 50%, #fff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fff 0%, var(--light) 50%, #fff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fff 0%, var(--light) 50%, #fff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.margin-bottom-1rem {
    margin-bottom:  1rem;
}

.margin-top-1rem {
    margin-top:  1rem;
}


/* NAVBAR
-------------------------------------------------- */
.navbar-white {
    position: fixed;
    background-color: #fff;
    height: 30px;
    width: 100%;
    z-index: 1030;
}

.navbar {
    background-color: var(--light);
    height: 30px;
    margin-top: 30px;
}

.navbar .nav-link {
    padding: 0 1rem;
    color: var(--darkest) !important;
    text-transform: uppercase;
    line-height: normal;
    font-size: 14px;
    font-weight: 500;
}

.navbar .nav-link.active {
    color: #fff !important;
}

.navbar-brand {
    background-color: #fff;
    padding: .8rem;
    border-radius: 0 0 15px 15px;
    max-width: 18rem;
    margin-left: 10px;
}

.navbar-dark .navbar-toggler-icon {
        background-image: url("img/hamburguer.svg");
    }


/*Hamburger*/
.navbar-toggler { /*was hamburger-menu-button*/
    /*display: none;*/
/*  width: 40px;
  height: 40px;
  padding: 6px;
  display: block;
  position: relative;
  margin-top: 35px;
  z-index: 100;
  background: #2980b9;
  border: 5px solid white;
  box-sizing: content-box;
  border-radius: 50%;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;*/
}
.navbar-toggler-icon { /*was hamburger-menu-button-open*/
  /*top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -12px;*/
}
/*.navbar-toggler-icon, 
.navbar-toggler-icon::before, 
.navbar-toggler-icon::after {
  position: absolute;
  width: 24px;
  height: 2px;
  background: var(--normal);
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-toggler-icon::before, 
.navbar-toggler-icon::after {
  left: 0;
  content: "";
}
.navbar-toggler-icon::before {
  top: 6px;
}
.navbar-toggler-icon::after {
  bottom: 6px;
}
.hamburger-menu-button-close {
  background: transparent;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.hamburger-menu-button-close::before {
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}
.hamburger-menu-button-close::after {
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}
.ham-menu {
  position: absolute;
  top: 42px;
  left: 48px;
  margin: auto;
  max-width: 570px;
  overflow: hidden;
}
.ham-menu ul {
  -webkit-transform: translateX(-110%);
          transform: translateX(-110%);
  background-color: #3896d3;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ham-menu.on ul {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.ham-menu ul {
  font-size: 0;
}
.ham-menu ul li {
  display: inline-block;
}
.ham-menu ul li:first-child .ham-menu ul li a {
  padding-left: 30px;
}
.ham-menu ul li a {
  padding: 15px;
  display: block;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 13px;
}
.ham-menu ul li.active a, .ham-menu ul li a:hover {
  background-color: #2980b9;
  color: #fff !important;
} */

/* CAROUSEL
-------------------------------------------------- */
.carousel {
    margin-bottom: 5.5rem;
}

.carousel-inner {
    top: 3.31em;
}

.carousel-caption {
    z-index: 10;
    height: 55px;
    background-color: var(--normal);
    width: 100%;
    bottom: 0;
    padding: 0;
    left: 0;
}

.carousel-caption p.caption {
    margin: 0;
    line-height: normal;
    font-size: 26px;
    color: #fff;
}

.carousel-caption p.caption span {
    font-size: 34px;
    margin-right: 5px;
    color: var(--light);
}

.carousel-item {
    height: 26rem;
    background-color: #777;
}

.carousel-item>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.white-bar {
    height: 45px;
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    margin-top: -30px;
    z-index: 999;
}

/* Marketing (3 main sections)
-------------------------------------------------- */
.container.marketing {
    margin-top: -1.5rem;
}

.marketing .col-lg-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

.topSection-img {
    height: 8.5em; /* ~140px */
    margin-bottom: .8em;
}

/* Book your Appointment
------------------------- */
.langs {
    display: flex;
    align-items: center;
}

.langs div {
    display: flex;
    align-items: center;
}

.langs p {
    margin-right: 10px;
    margin-bottom: 0;
}

.langs img {
    width: 20px;
    height: 20px;
    margin-right: 3px;
}

/* Sections
------------------------- */
.sections {
    display: flex;
}

.sections section {
    width: 65%;
    margin: 0 1rem;
}

.sections aside {
    width: 35%;
    margin: 0 1rem;
}

.featurette-divider {
    margin: 4rem 0;
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
    margin-bottom: 1rem;
}

.featurette-image {
    border-radius: 10px;
}

/* Services - Accordion
-------------------------------------------------- */
.container.services {
    margin-top: 3rem;
}

.accordion {
    margin-top: 1rem;
}

.accordion .card {
    border: none;
    border-radius: 0;
}

.card-header {
    border-bottom: none;
    background-color: transparent;
    padding: .5rem 1.25rem;
}

.card-header .btn-link {
    text-decoration: none;
    padding: 0;
    color: var(--normal);
    font-size: 1.2rem;
    text-align: left;
    white-space: unset;
}

.card-header .btn-link:hover {
    text-decoration: underline;
}

.card-header .btn-link:focus {
    color: var(--normal);
    font-weight: bold;
}

.card-body {
    padding-top: 0;
}

.services-p {
    margin-bottom:  0;
}


/* FAQ
-------------------------------------------------- */
.faqs-img {
    display: flex;
    align-items: center;
}

.faqs-img img {
    width: 8rem;
    height: 8rem;
    margin-left: 2rem;
    margin-right: 1rem;
    border: 5px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 3px 3px 10px 0px #e7e7e7;
    -moz-box-shadow: 3px 3px 10px 0px #e7e7e7;
    box-shadow: 3px 3px 10px 0px #e7e7e7;
}

/* Contact Us
-------------------------------------------------- */
.contact-us section {
    width: 40%;
}

.contact-us aside {
    width: 60%;
}

.contact-us h2 {
    margin-bottom: 2rem;
}

.contact-us-card {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.contact-us-card i {
    margin-right: 1rem;
    color: var(--normal);
}

.contact-us-card.phone i {
    font-size: 1.3em;
}

.contact-us-card.email i {
    font-size: 1.1em;
}

.contact-us-card.address {
    align-items: flex-start;
}

.contact-us-card.address i {
    font-size: 1.3em;
    margin-top: 5px;
    margin-left: 4px;
}

.contact-us-card p {
    margin: 0;
}

/* Privacy Policy
-------------------------------------------------- */
.carousel-caption.privacy {
    height: 40px;
}

.carousel-item.privacy {
    height: 10rem;
    background-color: #777;
}

.privacy-section {
    max-width: 800px;
}

.privacy-section div p {
    font-style: italic;
    color: var(--normal);
}

/* Footer
-------------------------------------------------- */
footer.container {
    display: flex;
    justify-content: space-between;
}

footer.container div {
    display: flex;
}

/* RESPONSIVE
-------------------------------------------------- */

/*Extra large devices (large desktops, 1200px and up)*/
@media (max-width: 1370px) {/*@media (min-width: 1200px) { */
    .carousel-item {
        height: 20rem;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (max-width: 992px) {
    .carousel-item {
        height: 18rem;
    }

    .topSection-img {
        height: 8em;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {
    
    .navbar {
        background-color: #fff;
        height: 60px;
        margin-top: 0;
    }

    .navbar-brand {
        background-color: transparent;
        padding: .3rem .8rem;
        max-width: 12rem;
        margin-top: -.3rem;
    }
    
    .navbar-collapse {
        background-color: var(--normal);
        text-align: center;
        padding: 1rem .5em;
    }

    .navbar-collapse .nav-item {
        padding: 1rem 0;
    }

    .navbar-collapse .nav-item:hover {
        border: 1px solid #fff;
    }

    .navbar-collapse .nav-link {
        color: #fff !important;
    }

    .carousel-item {
        height: 25rem;
    }

    .carousel-caption {
        padding: .3rem 1rem 0 1rem;
    }

    .carousel-caption p.caption {
        font-size: 25px;
    }

    .carousel-caption p.caption span {
        font-size: 28px;
    }

    .topSection-img {
        height: 7em;
    }

    .sections {
        display: block;
    }

    .sections section {
        width: 100%;
        margin: 0;
    }

    .sections aside {
        width: 100%;
        height: 17rem;
        overflow: hidden;
        margin: 0;
        margin-top: 1.5rem;
    }

    .sections aside img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .featurette-divider {
        margin: 3rem 0;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {

    .carousel-caption {
        height: 45px;
    }

    .carousel-caption p.caption {
        font-size: 20px;
    }

    .carousel-caption p.caption span {
        font-size: 24px;
    }

    .sections aside {
        width: calc(100% + 30px);
        height: 15rem;
        margin: 0 -15px;
        margin-top: 1rem;
    }

    .featurette-image {
        border-radius: 0;
    }

  /*  .featurette-divider {
        margin: 2rem 0;
    }*/

    .langs {
        display: block;
    }

    footer.container {
        display: block;
        text-align: center;
    }

    footer.container div {
        justify-content: center;

    }


 /*   .carousel-item {
        height: 10rem;
    }*/
}

 /*@media (min-width: 40em) {
  Bump up size of carousel content 
   .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
    color: red;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

@media (max-width: 30em) {
  .navbar-brand {
    max-width: 200px;
  }
}