body{
background:#e7e0d6;
font-family:Verdana;
color:#222;
text-align:center;
}

body{
background:#e7e0d6;
position:relative;
}

/* County Seal Background */
body::before{
content:"";
position:fixed;          /* stays still */
top:60%;
left:30px;             /* pushes it partially off-screen */
transform:translateY(-50%);
width:600px;             /* adjust size */
height:600px;
background:url("images/angel_county_seal.png") no-repeat center;
background-size:contain;
opacity:0.07;            /* faint */
pointer-events:none;     /* doesn't block clicks */
z-index:0;
}

/* Make sure content sits above */
.container, .header, .footer{
position:relative;
z-index:1;
}


.header{
background:#720000;
color:white;
padding:30px;
font-size:28px;
letter-spacing:3px;
}

.sub{
font-size:14px;
opacity:0.8;
}

.container{
width:800px;
margin:40px auto;
background:white;
padding:30px;
box-shadow:0 0 20px rgba(0,0,0,0.2);
}

.room-preview{
margin-top:30px;
}

.room-preview img{
width:100%;
border:4px solid #444;
}

.nav a{
margin:0 10px;
text-decoration:none;
color:#8b0000;
font-weight:bold;
}

.footer{
margin-top:40px;
font-size:12px;
opacity:0.6;
}
.header{
text-align:center;
padding:10px;
}

.sign{
max-width:600px;
width:15%;
height:auto;
}