body {
    background:#000080 url('images/war_memorial.jpg');
    background-repeat: repeat-y;
    background-attachment: fixed;
    font-family: 'Merriweather', serif;
	-webkit-background-size: 100%;
}
.container2 {
    background:#ac581d url('images/memories_of_service.jpg');
    background-size:100%;
    position:fixed;
    top:0;
    left:0;
}
.container {
    max-width:900px;
    color:white;
    text-align:center;
}
.container h3 {
	font-size:24px;
}
.container .box h3  {
	font-size:36px;
}
.container .box p {
	font-size:large;
}
#heading {
	background:rgba(100,0,120,0.5);
	padding:1em;
	text-align:center;
	margin:0 auto;
}
#heading.memories:hover {
	text-align:center;
	width:101%;
	padding:0.5em;
}
#heading.memories:active {
	border:5px red outset;
}
.container a {
	color:white;
	font-size:large;
}
.box {
	background:rgba(0, 0, 0, 0.15);
	padding:5px;
	margin:15px;
	text-align:center;
	border:thin inset #808080;
}
.logo {
	width:100%;
}
.column-logo {
	width:100%;
}
.contact {
	margin-top:2em;
}
.memory {
	background:rgba(0,0,0,0.80);
	margin:auto;
	border:5px white inset;
	margin-top:3em;
	margin-bottom:4em;
	width:80%;
	min-width:460px;
	padding:7px;
	text-align:center;
}
.memory:hover {
	border:5px red outset;
	text-align:center;
	width:81%;
	padding:0.5em;
}
.memory img {
}
.david {
	background:red;
}
.person {
	border: 2px outset silver;
	margin:auto;
	margin-top:1em;
	padding:2em;
	background:black;
	color:white;
	text-align:center;
}
.person li {
	list-style-type:none;
}
.person img {
	max-width:394px;
	width:100%;
}
.person p {
	text-align:center;
}
.logo img {
	width:100%;
}
.menu {
	margin-top:1em;
}
.menu a {
	text-decoration:none;
}
.menu li {
	list-style-type:none;
}
article div  {
	background-color:rgba(0,0,0,0.15);
	border:1px inset lightgrey;
}
article div * {
	border:none;
}
article .leftcol {
	font-size:small;
}
article .midcol {
}
article .rightcol {
	font-size:small;
}

.caption {
	font-size: small;
	font-style: italic;
}

img.img {
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
}
