/*GENERAL PAGE SETTINGS*/
html{
	text-align: left;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	/*scroll settings*/
	overflow-y: auto;
	scroll-behavior: smooth;
}
h2,h3,h4,h5,h6 {
    font-family: "Forum", serif;
    font-weight: 400;
    font-style: normal;
}
/*for no screen browsers*/
.sr-only {
	position: absolute;
	width: 1px; height: 1px;
	padding: 0; margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
  }
