@charset "utf-8";


.box {
	background: url("../img/mode/mode-bg.jpg") center center;
	background-size: cover;
	text-align: left;
	padding: 0 0 2em;

	text-shadow: 1px 0 1px #111,
				-1px 0 1px #111,
				0 1px 1px #111,
				0 -1px 1px #111,
				4px 4px 3px rgba(0,0,0,0.7);
	margin-bottom: 3em;
	text-shadow: 1px 0 1px #111, -1px 0 1px #111, 0 1px 1px #111, 0 -1px 1px #111, 4px 4px 3px rgba(0,0,0,0.7);
}

.box .content{	
	background: rgba(54,16,34,0.7);
    border-top: 1px solid #c49a70;
    border-bottom: 1px solid #c49a70;
}

.box p {
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.7;
	margin: 1em;
}

img.two-imgs {
    max-width: 500px;
    margin: 1em;
    border:2px solid white;
}

img.one-imgs {
  max-width:600px;
  margin: 1em auto;
  border:2px solid white;
display:block;
}


