body {
    overflow-x: hidden;
}

a {
    color: #000;
}

a:hover {
    color: #f0ad4e;
}

h3 {
    font-weight: normal;
}

button:focus {
    outline: 0;
}

.big-margin {
    margin: 6rem 0;
}

.big-padding {
    padding: 6rem 0;
}

.navbar-toggler {
    border: none;
    outline: none;
  }

#header-section {
    background: #f8f9fa;
}

.title-head {
    font-size: 4.4rem;
}

.service {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.activeServ,
.service-carousel {
    background: black;
    color: white;
}

.service-list p {
    margin-bottom: 0.5rem;
}

.activeServ a.btn,
.service-carousel a.btn {
    background-color: #FFD557 ;
    border-color: #FFD557;
}

.cust-muted {
    font-size: 0.8rem;
    opacity: 0.8;
}


.service:hover{
    transition: all 0.5s
}

.text-muted {
    font-size: 0.8rem;
}

.extend {
    position: absolute;
    width: 60vw;
    height: 100%;
    background: url(../img/adam-stefanca-hdMSxGizchk-unsplash.jpg);
    background-size: cover;
}

.carousel-item {
    max-height: 95vh;
} 

.serv-img {
    width: 100px;
}

#gallery .fa-chevron-left {
    color: #000;
    position: absolute; 
    top: 50%; 
    left: -40px; 
    transform: translateY(-50%); 
    cursor: pointer;
}

#gallery .fa-chevron-right {
    color: #000;
    position: absolute; 
    top: 50%; 
    right: -40px; 
    transform: translateY(-50%); 
    cursor: pointer;
}

.blockquote p {
    font-size: 1rem;
}


@media(max-width: 768px) {
    h2 {
        font-size: 1.4em;
    }

    .title-head {
        font-size: 3.2rem;
    }

    #book-now{
        text-align: center;
    }

    .serv-img {
        width: 80px;
    }
}

@media(max-width: 575px) {  
    .nav-item {
        text-align: right;
        padding-right: 8px;
    }

    .title-head{
        font-size: 4.4rem;
    }

    #header-section {
        color: #f8f9fa;
        background: url(../img/edit-img/header-img.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -10;
        background-attachment: fixed;
    }

    #header-section .overlay {
        background-color: black;
        opacity: 0.4;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 508px;
    }

    #gallery .fa-chevron-left,
    #gallery .fa-chevron-right {
        color: #f8f9fa;
        position: static;
    }


    #about-section,
    #services-section,
    #gallery,
    #testimonials-section,
    #book-now {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}