body {
  margin: 0;
  font-family: Montserrat,Verdana,Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #111111;
  /*background: #F8F1D5;*/
  /*background: #a6bcbb;*/
  background: #C2D1D0;
}

.container {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	gap: 11px;
}

.podbean {
	/*width: 100%;*/
	min-width: 100%;
	border: none;
	/*min-width: min(100%, 430px);*/
	height:315px;
	margin-bottom: -4%;
	margin-right: auto;
    margin-left: auto;
}

.video {
	flex-grow: 0;
	aspect-ratio: 16/9;
}

.site-header {
  background: #C2D1D0;
  max-width: 1150px;
  margin-right: auto;
  margin-left: auto;
}

.site-banner {
  display: block;
  width: 100%;
  max-height: 320px;
  object-fit: cover;
  border-radius: 0px;
}

.menu {
	display: flex;
	justify-content: space-between;
	max-width: 1150px;
  	margin-right: auto;
  	margin-left: auto;
}

a.menu-button {
	background-color: #1F2E4D;
	color: white;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	padding: 5px 20px;
	text-decoration: none;
	width: 33%;
	text-align: center;
}

a.menu-button:link, a.menu-button:visited {
	color: white;
	text-decoration: none;
}

a.menu-button:hover {
	background-color: #A0C66F;
	font-weight: bold;
	text-decoration: none;
}

main {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
  /*padding: 2rem 0 3rem;*/
  padding: 1rem 0 2rem;
}

.site-footer {
  max-width: 1150px;
  padding: 1.5rem 1rem;
  font-size: 0.9rem;
  background: #F8F1D5;
  color: #1F2E4D;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0px;
}

.site-footer p {
  width: min(1120px, 100%);
  margin: 0 auto 1rem;
}

.site-footer p:last-child {
  margin-bottom: 0;
}

.site-footer a {
	color: #A0C66F;
}

@media (min-width: 760px) {
	
.site-banner {
	border-radius: 30px;
	margin-top: 2%;
}
	
.menu {
	gap: 1%;
	margin-top: 1em;
}
	
a.menu-button {
	border-radius: 30px;
	padding: 1% 0;
}
	
.podbean {
	max-width: 70%;
	border-radius: 30px;
	border-style: solid;
	border-width: 7px;
	border-color: #F8F1D5;
	margin-bottom: 1%;
}
	
.video {
	max-width: 48%;
	min-width: 48%;
	border-radius: 30px;
	}
	
.site-footer {
	border-radius: 30px;
	margin-bottom: 2%;
}
}