@font-face {
    font-family: 'Baloo';
    src: url(../assets/fonts/BalooTamma-Regular.woff) format('woff');
}
@font-face {
    font-family: 'Baby School';
    src: url(../assets/fonts/BabySchoolItalic.woff) format('woff');
}
body {
    background-color: #FFF;
    font-family: 'Baloo', sans-serif;
    color: #0B526F;
    font-size: 20px;
}
nav.bg-secondary {
    background-color: #FFF !important;
}
.navbar-brand img {
    height: 100px;
}
#navbarResponsive {
    line-height: 0;
}
#navbarResponsive ul li a {
    color: #0B526F;
    height: 20px;
}
h2, h3, h4 {
    font-size: 30px;
}
button.navbar-toggler {
    background-color: #0B526F !important;
}
.active {
    color: #FCD628 !important;
}
#slider {
    height: 95vh;
    background: no-repeat url(../assets/img/king-laverie-slider.jpeg);
    /* background: no-repeat center url(../assets/img/king-laverie-slider.jpeg); */
    display: flex;
    align-items: center;
    position: relative;
    background-size: cover;
}
#slider h1 {
    font-size: 50px;
    -webkit-text-stroke: 3px #0B526F;
    line-height: 58px;
}

#slider p {
    font-size: 30px;
}
#slider button, #slider a.btn {
    position: absolute;
    bottom: 15%;
    color: #FFF;
    border-color: #FFF;
    transform: translate(-50%, -50%);
    font-size: 20px;
}
a.btn:hover {
    background: #0B526F;
}
.my-button {
    padding: 10px 40px;
    border: 2px solid;
    line-height: 31px;
}
.baby-font {
    font-family: 'Baby School', sans-serif;
}
#slider h1, #slider p {
    color: #FFF;
}
.custom-btn-2 {
    color: #0B526F;
    font-size: 20px;
}
.custom-btn-2:hover {
    border-color: #0B526F;
}
button, a.btn {
    border-radius: 50px !important;
}
section#machines, section#notice {
    background-color: #BFD2DA;
}
section#machines img {
    height: 400px;
    width:100%;
}
#machines .machine-info {
    border-radius: 50%;
    background-color: #18A6DC;
    color: #FFF;
    height: 60px;
    width: 60px;
    display: inline-block;
    text-align: center;
    border: 1px solid #18A6DC;
}
.machine-spec { 
    position: relative;
    top: 50%;
    transform: translate(-0, -50%);
}
.margin-b-0 {
    margin-bottom: 0;
}
section#pricing h4 {
    font-size: 20px;
}
#pricing .offer {
    border-radius: 50%;
    background-color: #FCD628;
    color: #18A6DC;
    height: 75px;
    width: 75px;
    display: inline-block;
    text-align: center;
    border: 1px solid #FCD628;
}
.price { 
    position: relative;
    top: 50%;
    transform: translate(-0, -50%);
}
.special-text {
    color: #FCD628;
}
.parallax {
    /* The image used */
    background-image: url("../assets/img/king-laverie-interieur.jpg");
  
    /* Set a specific height */
    min-height: 500px; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* section#notice, li a.menu5, #sitemapModal li.notice-li {
    display: none;
} */
section#notice svg {
    font-size: 50px;
}
#sitemapModal li a {
    color: #0B526F;
}
.notice-text {
    padding-left: 20px;
    padding-right: 20px;
}
section#gmap {
    max-height: 500px;
}
section#gmap .container-fluid {
    padding: 0;
}
section#gmap iframe {
    width: 100%;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:500px;
    width:100%;
    position:absolute;
}
section#about h5 {
    font-size: 25px !important;
}
section#about a {
    text-decoration: none;
    color: #0B526F;
}
#bottomLogo {
    height: 220px;
}
.text-left {
    text-align: left;
}
footer {
    background-color: #0B526F;
}
footer span, footer a, footer div {
    color: #FFF;
    font-size: 18px;
}
footer {
    height: 100px;
    display: flex;
    align-items: center;
}
footer a {
    text-decoration: none;
    cursor: pointer;
}
footer a:hover, footer #legalPages a:hover {
    color: #FCD628;
}
#legalModal a, #privacyModal a {
    color: #FCD628;
}
#legalModal h5, #privacyModal h5 {
    font-size: 25px;
}
@media (min-width: 992px) {
    #navbarResponsive li.custom-li {
        width: -webkit-fill-available;
        text-align: center;
    }
    #navbarResponsive ul li {
        position: relative;
    }
    
    #navbarResponsive ul li a:hover {
        color: #18A6DC;
    }
    #navbarResponsive ul li a::before {
        content: "";
        transition: all 0.4s ease-in-out;
        position: absolute;
        right: 50%;
        left: 50%;
        bottom: 0;
        height: 2px;
        background-color: #18A6DC;
    }
    #navbarResponsive ul li a:hover::before {
        right: 0;
        left: 0;
    }
}
@media (max-width: 991px) {
    .navbar-brand img {
        height: 60px;
    }
    #carouselInfo {
        margin-left: 0;
    }
    footer {
        height: 150px;
    }
    footer .text-left {
        text-align: center;
    }
    footer .row #copyright {
        padding: 20px 0;
    }
    #slider button, #slider a.btn {
        bottom: 5%;
    }
}


@media (max-width: 767px) {
    section#machines .specs-info {
        width: 20% !important;
    }
    section#machines .specs-details {
        width: 80% !important;
    }
    section#about .row {
        text-align: center;
    }
    section#about .row .justify-content-end {
        justify-content: center !important;
    }
    section#info .col-xs-6 {
        width: 50%;
    }
    section#info .col-xs-12, .col-xs-12 {
        text-align: center;
    }
    
}

