body{
	font-family:'Averia Serif Libre';
	font-style:normal;
	font-variant:normal;
	overflow:hidden;
	background:#475146 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:url('../img/81220022 copy.jpg') no-repeat bottom right fixed;
	background-size: contain;
	width:100%;
	height:100vh;
	z-index:1;
}

.covergone {
	display:none;
}

#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;
}

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

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

@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 {
	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
	}
}