@charset "UTF-8";
body {
    font-family: "Noto Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0,0,0,0.87);
    background: #fff;
	margin: 20px 40px 20px 40px;
}

h1 {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    line-height: 60px;
    font-weight: 700;
	margin: 30px 0 50px;
	display: inline-block;
    padding: 0 0 5px;
    color: rgba(176,22,0,1.00);
    font-size: 3.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}



h2 {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
	margin: 30px 0 0px;
	display: inline-block;
    padding: 0 0 5px;
    border-bottom: 3px solid #b00000;
    color: rgba(0,0,0,0.54);
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
	
h3 {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
	margin: 40px 0 20px; 
    color: rgba(0,0,0,0.54);
    font-size: 1.3em;
}

h4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
	margin: 40px 0 20px; 
}


p {
    line-height: 25px;
	
}

a {
    color: #008681;