@charset "utf-8";
/* CSS Document */

body {
    
    color: #001942;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "poppins", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #001942;
    margin-top: 0px;
}
.book-banner .slider-content-text h1 {
    font-size: 60px;
    line-height: 60px;
    text-transform:lowercase;
    font-style: normal;
}
h3 {
    font-size: 20px;
    line-height:28px;
}

.section-title h2 {
    font-size: 32px;
    line-height: 32px;
}

p {
    font-weight: normal;
    line-height: 1.5;
    color: #001942;
}

i { 
font-style:normal;
}

.service-plumber .feature-box:hover:before, .service-plumber .feature-box.active:before, .team.team-hover-2:hover .team-photo::before {
    background: rgba(177,212,224, 0.9);
}

/* Normale staat */
.btn-info {
  background-color: #145da0;   /* jouw gewenste kleur */
  border-color: #145da0;
  color: white;
}

/* Hover staat */
.btn-info:hover {
  background-color: #051d40;   /* iets donkerder voor hover effect */
  border-color: #051d40;
  color: white;
}


.mild-color-1 {
    color: #145da0;
}

.mild-color-2 {
    color: #56aeff;
}

.mild-color-3 {
    color: #ffffff;
}

.mild-color-4 {
    color: #051d40;
}

.mild-color-5 {
    color: #b1d4e0;
}

.about-plumber-box .about-plumber-box-content {
    padding: 20px 20px;
}

.bg-overlay-theme-90:before {
    background: rgba(177,212,224, 0.9);
}

.mega-menu .menu-logo img {
    height: 100px;
}

.mega-menu.desktopTopFixed .menu-list-items .menu-logo > li > a img {
    height: 60px;
}

.plumber-banner h1 {
    font-size: 60px;
    line-height: 60px;
    text-transform:lowercase;
    font-style: normal;
}

.header.light .mega-menu .menu-links > li > a {
    
    color: #051d40;
    
}

/* custom.css */
.btn-custom {
  background-color: #00aeef;
  color: white;
  border-color: #00aeef;
}

/* Optioneel: hover-state */
.btn-custom:hover {
  background-color: #051d40;
  border-color: #051d40;
    color:white;
}


@media (max-width: 991px) {
    .default {
        background-color: #b1d4e0;
    }
    
    .plumber-banner h1 {
    font-size: 28px; 
    line-height: 28px;
    
}
    
    .mega-menu > section.menu-list-items {
        height: 85px !important;
    }
    
    .header .mega-menu.mobileTopFixed .menu-list-items {
        background: #b1d4e0;
    }
 
    .book-banner .slider-content-text h1 {
    font-size: 36px;
    line-height: 36px;
    text-transform:lowercase;
    font-style: normal;
}
    
}

@media (max-width: 600px) {
    .mild-logo {
        max-height:75px;
    }
    .book-banner .slider-content-image .book {
        height: 250px;
    }
    .book-banner .slider-content-image {
        bottom:100px;
        
    }
}

@media screen and (min-width: 992px) {
    .mega-menu.desktopTopFixed .menu-list-items {
        
        background-color: #b1d4e0;
    }
}
