body{
	font-family:'Averia Serif Libre';
	font-style:normal;
	font-variant:normal;
	overflow:hidden;
/*	background:url('../img/81220022 copy.jpg') no-repeat center center fixed; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


@font-face{
	font-display:swap;
	font-family:Requiem;
	font-style:normal;
	font-variant:small-caps;
	src:
		url(/fonts/RequiemText-HTF-SmallCaps.woff2) format("woff2"),
		url(/fonts/RequiemText-HTF-SmallCaps.woff) format("woff");
}
@font-face{
	font-display:swap;
	font-family:Requiem;
	font-style:normal;
	font-variant:normal;
	src:
		url(/fonts/RequiemText-HTF-Roman.woff2) format("woff2"),
		url(/fonts/RequiemText-HTF-Roman.woff) format("woff");
}
@font-face{
	font-display:swap;
	font-family:Requiem;
	font-style:italic;
	font-variant:normal;
	src:
		url(/fonts/RequiemText-HTF-Italic.woff2) format("woff2"),
		url(/fonts/RequiemText-HTF-Italic.woff) format("woff");
}

.cover {
	background-image:url('../img/81220022 copy.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	/*width:100%;
	height:100vh;*/
	z-index:1;
	text-align:center;
}

.coverbelow {
	width:100%;
	height:100vh;
	z-index:-2;
}

.covercontainer{

}

.covergone {
	display:none;
	z-index:-2;
}

#cover a.coverlink{
	position:relative;
	color:#1b5479;
	font-size:40pt;
	top:40%;
}

#cover a.coverlink:hover{
	color:#287fb6;
}

#cover a.fulllink{
	position:absolute;
	top:0px;
	right:0px;
	left:0px;
	bottom:0px;
	z-index:-1;
}

.animateOut {
  animation: fadeOut 500ms ease-out backwards;
}

.slidesOut {
  animation: slideOut 500ms ease-out backwards;
}

.animateIn {
  animation: fadeIn 500ms ease-out;
}


@keyframes fadeOut {
  from {
	opacity: 1;
  }
  to {
 opacity: 0;
  }
}

@keyframes slideOut {
  from {
	transform: translateY(0%);
    
  }
  to {
	 transform: translateY(-100%);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

a.fulllink { 
	position:absolute;
	top:0px;
	right:0px;
	left:0px;
	bottom:0px;
	color: #f3e4da;
	z-index:-1;
	
}

a, a.benstill{
	color: #f3e4da;
	text-decoration:none;
}
a:hover {
	color:#dbb8a3;
}

@media screen and (max-width: 800px){

	.benstill{
		position:absolute;
		text-align:center;
		left:7%;
		top:15%;
		font-family:'Averia Serif Libre';
		font-size:40pt;
	}
}

@media screen and (min-width: 801px) {
	
	.benstill{
		position:absolute;
		left:12%;
		top:37%;
		font-family:'Averia Serif Libre';
		font-size:45pt;
		color: #f3e4da;
	}
}