html {
	scroll-behavior: smooth;
}
body{
	font-family: 'Open Sans', sans-serif;
	color: #4A4A4A;
	font-weight: 300;
}
strong, b {
	font-family: 'Open Sans', sans-serif;
	color: #4A4A4A;
	font-weight: 700;
}
.container {
    padding-right: 50px;
    padding-left: 50px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    color: rgb(0, 98, 136);
    margin: 0px 0px 36px;
}
h1 {
	font-size: 30px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}
p {
	margin: 0 0 36px;
	padding: 0;
	font-size: 18px;
    line-height: 32px;
}
li {
	font-size: 18px;
    line-height: 28px;
	margin: 0 0 10px 0
}
ol, ul, dl {
    margin-top: -20px;
    margin-bottom: 1rem;
}
.site-footer {
    color: rgb(178, 178, 178);
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1.5;
    text-align: left;
}