@charset "utf-8";

/* set up the fonts */
body{
	font-family:Verdana, sans-serif;
    color: floralwhite;
    width: 100%;
    height: auto;
    background: #a65a3f;
}
h1,h2,h3,h4{
	font-family:Georgia, serif;
    padding: 0 0 0 10px;
    color: floralwhite;
}

/*style a few links */
.box a{
	color:floralwhite;
	text-decoration:none;

}
.box a:hover{
	text-decoration:underline;
}

/* position the content */
.wrapper{
	margin:0 auto;
	padding:0 100px;
}

/* style the header and footer */
#footer, #header{
	float:left;
	clear:both;
	padding: 10px;
	text-align:center;
	width:100%;

}

/* create the floating boxes */
.box {
float: left;
margin: 6px; /* tweak this to fit screen */ padding: 10px;
width: 285px; height: 360px;
border: 1px solid #a65a3f;
background-color: #a65a3f; /* this is new! */
}
/* style the box content */ 
.box img{
	width: 280px; /* alternatively set the image width in your HTML */
}
.box h3, .box p{
	text-align:center;
}
.wrapper {
  margin: 0 auto;
  width: 960px;
  padding: 0 10px;
}
#content {
  float: left;
  width: 100%;
  background-color:#a65a3f;
}
a:hover { 
    color:#a65a3f;
background-color:floralwhite;
    
       transition: .5s ease;
    padding: 5px 8px;
    font-size: 109%;
}


    
h1, h2, h3, h4, p {
    word-wrap: break-word;
} 

#header{
padding: 0; }
#backtotop{
    color: white;
}

#backtotop:hover{
    color: black;
}
@media screen and (max-width: 960px){
  .wrapper {
    width:640px;
  }
}
@media screen and (max-width: 640px) {
  .wrapper {
    width: 320px;
  }