body{
	background-color: #222;
	font-family: 'Goudy old style';
	background-color: rgba(0.0, 0.0, 0.0, 1.0);

	background: url(../img/backgrounds/background.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.tint_overlay{
	background-color: rgba(255,255,255,0.6);
	width: 100vw;
	height:100vh;
}

a{
	color: #be6a14;
}

a:hover {
	color: #ac6f42;
	text-decoration: none;
}

.link{
	color: #333;
	background-color: #DDD;
	margin: 10px 10px;
	min-width: 200px;
	padding: 3px;
	padding-right: 2px;
	min-height: 280px;
}

.link:hover{
	color: #333;
	background-color: #DEF;
/*	cursor: pointer;*/
}

.container{
	width: 80%;
}

.cent{
	margin: auto;
	min-width: 610px;
}

.top{
	color: #111;
}

.title{
	font-size: 45px;
}

hr{
	border-color: #333;
}

footer {
	color: #111;
	background: rgba(50,50,50,0.8);
	margin-top: 150px;
}

footer p{
  margin: 0;
  padding: 12px 0;
}

.button{
	border: 2px #990000 solid;
	background-color: #EEE;
	margin-top: 20px;
	margin-right: 15px;
	min-height: 225px;
}

.button:hover {
	background-color: #CCC;
	cursor: hand;
	cursor: pointer;
}

.close{
	font-size: 36px;
}

.caption{
	font-size: 25pt;
	padding: 15px 50px;
	background-color: rgba(255, 255, 255, 0.6);
	color:  #000;
}