@charset "utf-8";
/* CSS Document */


figure {
	width: 460px;
	height: 460px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.fade figure img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.fade figure:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}


}

hr { 
    display: block;
	width: 1415px;
    margin-top: 10px;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
} 




.lingid {
font-family: 'Playfair Display', serif;	
	color: red;
    display: block;
	font-size: 38px;
	margin-top: 12px;
    margin-left: 250px;
    margin-right: auto;
	margin-bottom: auto;
}


.flash {
font-family: 'Playfair Display', serif;	
	color: red;
    display: block;
	font-size: 34px;
	margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: auto;
	text-align: center;
}


a {
    color: black;
}

a:visited {
    color: black;
}

a:hover {
    color: red;
}


iframe {
  border: 0,1em solid black;
}

