html{
	font-family: Monaco,'Roboto Mono', monospace;
}
body{
	font-size: 30px;
	color: white;
	background: #2F4F4F;
	text-align: center;
	vertical-align: middle;
	width:  100%;
	margin: 0px;
	word-wrap:break-word;
}
html {
	width:  100%;	
	height: 100%;
	margin: 0px;
}
.footer{
	font-size: 12px;
	color: white;
	background: #2F4F4F;
	text-align: center;
	vertical-align: middle;
}
.link{
	opacity: 0;
}
.thumbnail{
	height:250px;
}
.imgDescription {
	background: rgba(29, 106, 154, 0.72);
	color: #FFFFFF;


	visibility: hidden;
	opacity: 0;

	-webkit-transition: visibility opacity 0.2s;
  
}
.link:hover .imgDescription {
  visibility: visible;
  opacity: 1;
}
a{
	font-size: 12px;
	color: white;	
}
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}
