@font-face {
	font-family: "Klinic Slab";
	src: url("../fonts/KLINICSLABBOLD.OTF");
}
@font-face {
	font-family: "Beautiful and Openhearted";
	src: url("../fonts/BEAUTIFUL AND OPENHEARTED.TTF");
}


.linkTipo
{
	color: white;
	background-color: #0087C0;
}

.linkTurno
{
	color: white;
	background-color: #0087C0;
}

body {
	margin: 0;
	background-color: #f3b900;
}
.header {
	margin: 0px !important;
	padding: 1px;
	text-align: center;
	background: #001964;
	color: white;
	font-size: 25px;
	line-height: 0;
}



p.simple-footer {
	margin: 0px !important;
	padding: 5px !important;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #a57600;
	color: #FFEA33;
	text-align: center;
	font-family: "Klinic Slab";
}
* {
	box-sizing: border-box;
}
.container {
	position: relative;
	width: 50%;
	max-width: 300px;
	display: inline-block;
}
.image {
	display: inline-block;
	display: block;
	width: auto;
	height: auto;
}
.overlay {
	position: absolute;
	bottom: 0;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.5); /* Black see-through */
	color: #f1f1f1;
	width: 100%;
	transition: .5s ease;
	opacity: 0;
	color: white;
	font-size: 20px;
	font-family: "Klinic Slab";
	padding: 20px;
	text-align: center;
}
.container:hover .overlay {
	opacity: 1;
}
	
	
p.main {
	margin-top: 10px;
  text-align: center;
	font-size: 30px;
	font-family: "Klinic Slab";
}
	


div.main {
  text-align: center;
	display: inline-block;
	display: block;
	
}