@charset "utf-8";

body{
	font-family:Verdana, sans-serif;
}
h1,h2,h3,h4{
	font-family:Georgia, serif;
}

.back-button {
    display: inline-block;
    margin-top: 0px;
    font-size: 15px;
    color: #333;
    background: #e0e0e0;
    padding: 10px 15px;
    border-radius: 6px;
    text-decoration: none;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
    width: 70px; 
    height: 20px;
    font-size: 18px;
  }
  
  .back-button:hover {
    background: #e0e0e0;
    color: #000;
  }

.box a{
	color:#212020;
	text-decoration:none;
}
.box a:hover{
	text-decoration:underline;
}

.wrapper{
	margin:0 auto;
	width:960px;
}

#footer, #header{
	float:left;
	clear:both;
	padding: 10px;
	text-align:center;
	width:100%;
}

#content{
	float:left;
	width:100%;
	background-color:rgb(238, 228, 225);
}

.box {
   float: left;
   margin: 6px;
   padding: 10px;
   width: 285px;
   height: 480px;
   border: 1px solid rgb(92, 55, 48);
   background-color: white;
} 

.box img{
	width: 280px; 
}
.box h3, .box p{
	text-align:center;
}
@media screen and (max-width: 960px){
	.wrapper{
		width:640px;
	}
}
@media screen and (max-width: 640px){
	.wrapper{
		width:320px;
	}
	h1, h2, h3, h4, p{
		word-wrap:break-word;
	}
	#header{
		padding:0;
	}
}