html {
	background: #566038;
	font-size: 20px;
}

body {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
    color: #e3c785;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
/*	    border: 1px solid black;*/
    background: white;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    margin: 1rem;
}

.site {
/*		border: 1px solid rgba(0,0,0,0.6);*/
	text-align: center;
	font-size: 1rem;
	padding: 2rem 4rem;

/*		background: rgba(255,255,255,0.1);
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);*/
/*		text-shadow: 0 2px 2px black;*/
}

h2 {
	font-weight: 500;
	max-width: 680px;
	text-wrap: pretty;
}

h4 {
	font-size: 1.2rem;
	font-weight: 500;
}

p {
	max-width: 30rem;
	margin: 30px auto;
}

a {
	font-weight: 400;
	color: #566038;
	text-decoration: underline;
}

img {
	display: block;
	margin: auto;
}

.emblem {
	width: 3rem;
	margin: 30px auto;
}

.logo {
	width: 20rem;
	margin: 2rem auto 3rem auto;
}

footer {
	font-size: 12px;
	text-align: center;
}

.hours {
	max-width: 17rem;
	margin: 30px auto;
	padding: 0;
	list-style: none;
}

.hours li {
	display: flex;
	justify-content: space-between;
}

address {
	font-style: normal;
}


@media (max-width: 700px) {
	html {
		font-size: 14px;
	}

	body {
		margin: 8px;
	}

	p {
		max-width: none;
	}

	.site {
		padding: 2rem;
	}
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.socials {
	display: flex;
	justify-content: center;
}

.socials a {
	display: block;
	margin: 1rem;
}

.socials img {
	width: 2rem;
}