@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-family: 'Roboto', sans-serif;
 	font-style: normal;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
}

/* HEADINGS */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 1.2;
	color: #000000;

}

.h1, h1 {font-size: 25px;}
.h2, h2 {font-size: 22px;}
.h3, h3 {font-size: 20px;}
.h4, h4 {font-size: 18px;}
.h5, h5 {font-size: 16px;}
.h6, h6 {font-size: 14px;} 

#sp-page-builder .sppb-section-title .sppb-title-heading {
    margin-top: 0;
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 15px;
    border: 0;
}

/* LINKS */
a {color: #d72503;}
a:hover, a:focus, a:active {color: #5fa5b9;}

.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    color: #d72503;
}