

body {
	/*margin: 0;*/
	/*font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;*/
  font-family: Georgia, Times, "Times New Roman", serif !important;
	font-size: 16px; /* 14 px */
	line-height: 1.5;
	color: var(--main-color); /*#333;*/
  background-color: var(--main-bg-color); /*#333; /*#FFFFE0;*/
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em 0;
	font-weight: 400;
	line-height: 1.2;
}

/*	h1, figure, p {
		text-align: center;
		margin: 0 auto;
	}*/

h1 {
  font-size: 2.8em;
	/*font-weight: 700;*/
	margin: 0 0 0.5em 0;
}

h2 {
  font-size: 2.5em;
}

@media (min-width: 480px) {
	h1 {
		font-size: 3em;
	}
}

/*
 * Square edging forms
 */
input, select, textarea, button, .btn, .dropdown-menu, .nav-tabs .nav-link, .page-item .page-link {
  border-radius: 0 !important;
}

/*a {
	color: inherit;
}*/

a {
	color: rgb(0,100,200);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
