@charset "utf-8";

body {
	background-color: #AD5051;
	font-family: 'Bentham', serif;
	font-size: 25px;
	color: #FFFFFF;
	align-items: center;
}

a {
	color: white;
}

.footer {
	position: absolute;
    text-align: center;    
    bottom: -2000px; 
    width: 99%;
}

.header {
	background-color: #6B3536;
	padding: 5px;
	text-align: center;  
    textbottom: 480px; 
}

.header img{
	height: 200px;
	width: 1000px;
}

.topnav {
	overflow: hidden;
	background-color: #472222;
}

.topnav a {
	float: left;
	display:block;
	color: #F2F2F2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

.topnav a:hover {
	background-color: #BDA99C;
	color: #000000;
}

.CatG {
	height: 2px;
}

.CatG img{
	width: 900px;
	height: 150px;
}

div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 10px;
  text-align: center;
}
