*, body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}
body {
	-webkit-transition: background-image 0.2s ease-in-out;
	transition: background-image 0.2s ease-in-out;
	background-color: #019E48;
	background-image: url("https://www.yeds.org/images/yeds-logo-2025-180.jpg");
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	height: 100vh;
	width: 100vw;
}
a {
	text-decoration: none;
}
a, a:hover, a:visited {
	color: #000000;
}
body > .container {
	display: block;
	padding-bottom: 15px;
	position: relative;
}
#logo {
	-webkit-transition: background-image 0.2s ease-in-out;
	transition: background-image 0.2s ease-in-out;
	background-color: rgba(255, 255, 255, 0.6);
	background-image: url("/images/yeds-logo-0100px.png");
	background-position-x: 5px;
	background-position-y: 5px;
	background-repeat: no-repeat;
	display: block;
	height: 100px;
	padding: 5px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
}
nav {
	display: block;
	margin: 0 auto;
	max-width: calc(100vw - 30px);
	position: relative;
}
nav ul {
	font-weight: bold;
	list-style: none;
	padding-top: 20px;
}
nav ul > li {
	line-height: calc(1em + 12px);
}
nav ul > li > span.milk {
	/* display: inline; */
}
article {
	-webkit-transition: max-width 0.1s ease-in-out;
	transition: max-width 0.1s ease-in-out;
	margin: 0 auto;
	max-width: calc(100vw - 30px);
	position: relative;
}
h1 {
	font-size: 2rem;
	margin-top: 30px;
}
p {
	margin-top: 10px;
}
span.milk {
	background-color: rgba(255, 255, 255, 0.6);
	display: inline-flex;
	padding: 5px;
}
span.milk a {
	display: contents;
}
@media only screen and (min-height: 240px) {
	body {
		background-image: url("https://www.yeds.org/images/yeds-logo-2025-330.jpg");
	}
}
@media only screen and (min-width: 480px) {
	article {
		max-width: calc(80vw - 30px);
	}
}
@media only screen and (min-height: 440px) {
	body {
		background-image: url("https://www.yeds.org/images/yeds-logo-2025-480.jpg");
	}
}
@media only screen and (min-width: 640px) {
	article {
		max-width: calc(73vw - 30px);
	}
}
@media only screen and (min-height: 600px) {
	body {
		background-image: url("https://www.yeds.org/images/yeds-logo-2025-640.jpg");
	}
}
@media only screen and (min-width: 800px) {
	article {
		max-width: calc(70vw - 30px);
	}
	#logo {
		background-image: url("/images/yeds-logo-0148px.png");
		background-position-x: 10px;
		background-position-y: 10px;
		height: 158px;
		right: 20px;
		top: 20px;
		width: 158px;
	}
}
@media only screen and (min-height: 720px) {
	body {
		background-image: url("https://www.yeds.org/images/yeds-logo-2025-800.png");
	}
}
@media only screen and (min-width: 1024px) {
	article {
		max-width: calc(66vw - 30px);
	}
}
@media only screen and (min-height: 900px) {
	body {
		background-image: url("https://www.yeds.org/images/yeds-logo-2025-1080.png");
	}
}
@media only screen and (min-width: 1400px) {
	article {
		max-width: calc(50vw - 30px);
	}
}