html {
	position: relative;
    min-height: 100%;
}
body {
	height: 100%;
	margin: 0 0 4em;
	padding: 0;
	background-color: #f3dbc3;
	font-family: "Trebuchet MS";
	font-size: 1em;
}
#container { 
	height: auto; 
	min-height: 100%;
}
#content {
	max-width: 400px;
  	width: 90%;
  	margin: 0 auto;
  	text-align: left;
}
#content img {
	display: block;
	margin: 1em auto;
	width: 100%;
	max-width: 100vw;
	height:auto;
}
}
#header {
	width: 100%;
	padding-top: 3em;
	padding-bottom: 1.5em;
}
ul {
	list-style-type: none;
	padding-inline-start: unset;
}

ul.with-bullet {
  list-style-type: disc;
  padding-left: 1.5em;
}


@media (max-width: 768px) {
    #content img {
        width: 100%;
        max-width: 100vw;
        margin: 0 auto;
    }
}

@media(orientation: portrait) {
	img {
		width: 100vw;
	}
}
h1 {
text-align: center;}

#footer {
	position: absolute;
	overflow: hidden;
	bottom: 0;
	width: 100%;
	height: 2.5em;
	line-height: 2.5em;
	border-top: 1px solid rgb(162, 158, 87);
	background-color: #b18a6d;
	font-size: 0.825em;
	color: #fff;
	text-align: center;
}
#footer span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
#footer a:active,
#footer a:link,
#footer a:visited {
	color: hsl(0, 0%, 100%)
}
#footer a:hover {
	color: hsl(0, 0%, 80%)
}