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


@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:#fff;
	font-size:40pt;
	top:40%;
}

#cover a.coverlink:hover{
	color:#fff;
}

#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: #fff;
	z-index:-1;
	
}

a {
	color: #fff;
	text-decoration:none;
}
a:hover {
	color:#fff;
}


body {
	font: 100%/1.4 'Lato', 'Century Gothic', Arial, sans-serif;
	font-weight: 300;
	/*background: url('../img/plow.png') fixed;*/
	margin: 0;
	padding: 0;
	color: #fff;
	background-color:#fffdfa;
	
}

@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");
}

a img { 
	border: none;
}

a:link {
	color:#fff;
	text-decoration: none; 
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	color: #fff;
}

.tile a, .footer a, #hamburger {
  opacity: 1;
  transition: .1s ease;
}



.tile a:hover, .footer a:hover, #hamburger:hover {
  opacity: .5;
}
/*
#hamburger {
  width: 40px;
  height: 35px;
  position: relative;
  float:right;
  padding:0px;
  margin: 5px 0px 0px 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  cursor: pointer;
}

#hamburger:hover {
	opacity:.5;
}

#hamburger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #555;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .1s ease-in-out;
  -moz-transition: .1s ease-in-out;
  -o-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
}


#hamburger #hb1 {
  top: 0px;
}

#hamburger #hb2, #hamburger #hb3 {
  top: 13px;
}

#hamburger #hb4 {
  top: 26px;
}

#hamburger.open #hb1 {
  top: 13px;
  width: 0%;
  left: 50%;
}

#hamburger.open #hb2 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger.open #hb3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#hamburger.open #hb4 {
  top: 13px;
  width: 0%;
  left: 50%;
}

*/

.separator{
	margin-top:10px;
	width:100%;
	height:1px;
	background-color:#ddd;
}

.pageContent{
	line-height:24px;
}

.pageContent a{
	text-decoration:underline;
}

.topnav #current {
	color:#888;
}


	.slideshow {
		width:80%;
		position:relative;
		padding:0px;
	}
	
	.slideshow img.main{
		width: 100%;
		padding: 0px;
	}	

	.footer {
		width:100px;
		height:50px;
		overflow:hidden;
		float:right;
	}

	.home { padding-top:50px; }

	.home img {
		width:30%;
		min-width:280px;
	}

#enter {
	width:80px;
}

a.asp{
	font-family:'Sorts Mill Goudy';
	letter-spacing: 4px;
}

h2{
	font-family:'Sorts Mill Goudy';
}



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

	a.asp {
		font-size:22px;
		font-weight:bold;
		/*text-transform:lowercase;*/
	}
	
	.asbio{
		width:95%;
	}
	
	.asphoto{
		width:95%;
	}

	
	#hamburger {
		width:35px;
	}
	
 	.home {
		padding-top:45px;
		font-size:12px;
	}
	.container {
		width:95%;
		margin: 0 auto; 
		overflow:scroll;
	}
	
	.container1 {
		width:95%;
		margin: 0 auto; 
	}
	
	.container2 {
		width:80%;
		margin: 0 auto; 
	}
	
	.tile img {
		width:calc(100%);
		height:calc(100%);
	}
	
	.bg{
		padding:25px 15px 20px 0px;
	}
	
	.bg strong{
		font-size:20px;
	}
	.tile {
		width:46%;
		height:46%;
		padding:2%;
		float:left;
	}
	.tile p {
		font-size:14px;
		float:center;
		height:30px;
	}
	
	.bioPic{
		width:100%;
		max-width:500px;
	}
	
	.bioPic img{
		width:100%;

	}
}



@media screen and (min-width: 1001px) {

	a.asp {
		font-size:22px;
		font-weight:bold;
		
	}

	.asbio{
		float:left;
		width:50%;
	}
	
	.asphoto{
		float:right;
		width:45%;
	}
	
	#hamburger {
		width:35px;
	}
	
	.container {
		width:95%;
		margin: 0 auto; 
		overflow:scroll;
	}
	
	.container1 {
		width:80%;
		margin: 0 auto; 
	}
	
	.container2 {
		width:70%;
		margin: 0 auto; 
	}
	
	.tile img {
		width:calc(100%);
		height:calc(100%);
	}
	.bg strong{
		font-size:20px;
	}
	.bg {
		padding:25px 15px 20px 0px;
	}
	.tile {
		width:283px;
		height:283px;
		padding:30px 5px 50px 5px;
		margin-bottom:10px;
		float:left;
	}
	.tile p {
		font-size:16px;
		float:center;
	}
	#name{
		padding:50px 0px 50px 0px;
		font-size:32px;
	}
	#name img{
		width:45%;
	}
	
	.bioText{
		float:right;
		width:60%;
	}
	
	.bioPic{
		float:left;
		width:35%;
	}
	
	.bioPic img{
		width:100%;
	}
}

@media screen and (min-width: 1201px) {

	a.asp {
		font-size:28px;
		font-weight:bold;
		
	}
}

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

	a.asp {
		font-size:14px;
		font-weight:bold;
	}
	#hamburger {
		width:20px;
	}
}


/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.navcontainer {
	float:right;
}

.topnav {
  float:right;
  overflow: hidden;
}

.topnav a {
  float: left;
  display: inline;
  color: #fff;
  text-align: center;
  padding: 4px 10px;
  text-decoration: none;
  font-size: 10px;
}

@media screen and (min-width: 472px) {
	.topnav a {
	  font-size: 14px;
	}
}


.topnav a:hover {
  color: #fff;
  /*text-decoration:underline;*/
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 1000px) {
  .topnav a {display: none;}
  .topnav a.icon {
    display: block;
	padding:0px;
  }
  .topnav.responsive {
  	position: relative;
	transition:.5s
	}
  
  .topnav.responsive .icon {
	  padding-bottom:0px;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: right;
	padding-right:0px;
  }
	#name{
		padding:50px 0px 0px 0px;
		font-size:24px;
	}
	#name img{
		width:70%;
	}
}

