/***** CUSTOM.CSS FILE FOR CSS OVERRIDES OR ADDITIONS *****/
/************ Last amended by Steve 13-08-2020 ************/

/**************** Start of default changes ****************/
h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.75rem;
}

h3  {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.4rem;
    font-weight: 700;
}

h5 {
    font-size: 1.3rem;
    font-weight: 700;
}

h6 {
    font-size: 1.2rem;
    font-weight: 700;
}
/***************** End of default changes *****************/

/**************** Start of header changes ****************/
#sp-header {
    border-bottom: 1px solid #336699;
}

#sp-header.header-sticky {
    background-color: rgb(222 222 222 / 0.5);
    border-bottom: 1px solid #669933;
}
/***************** End of header changes *****************/

/************* Start of testimonials changes *************/
#testimonials #sppb-addon-1597650663109 .sppb-testimonial-carousel-message {
    color: #1f3f5f;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
}

#testimonials #sppb-addon-1597650663109 .sppb-testimonial-carousel-icon {
    color: #669933;
}
/************** End of testimonials changes **************/
