body{
	font-family:Requiem;
	font-style:normal;
	font-variant:normal;
	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:#222;
	text-decoration: none; 
}
a:visited {
	color: #555;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	color: #999;
}

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

#hamburger {
	width:35px;
}

.john:hover, .footer a:hover, #hamburger:hover {
  opacity: .5;
}

.poems a{
	text-decoration:underline;
	color:#000;
}
.poems a:hover{
	text-decoration:none;
	color:#555;
}

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

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

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

	a.john {
		font-size:28px;
		font-weight:bold;
		/*text-transform:lowercase;*/
	}
	
	a.john img{
		width:30%;
		min-width:200px;
	}
	
 	.home {
		padding-top:45px;
		font-size:12px;
	}
	.container {
		width:calc(90%);
		margin: 0 auto; 
	}
	.tile img {
		width:calc(100%);
		height:calc(100%);
	}
	
	.bg{
		padding-right:15px;
	}
	
	.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:50%;

	}
}

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

	a.john {
		font-size:30px;
		font-weight:bold;
	}
	
	a.john img{
		width:30%;
	}
	
	.container {
		width:980px;
		margin: 0 auto; 
	}
	
	.container1 {
		width:80%;
		margin: 0 auto; 
	}
	
	.tile img {
		width:calc(100%);
		height:calc(100%);
	}
	.bg strong{
		font-size:20px;
	}
	.bg {
		padding:40px 0 0 0 ;
	}
	.tile {
		width:248px;
		height:248px;
		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%;
		font-size:16pt;
	}
	
	.bioPic {
		float:left;
		width:30%;
	}
	
	.bioPic img{
		width:100%;
	}
}


/* ~~ 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: #000;
  text-align: center;
  padding: 4px 16px;
  text-decoration: none;
  font-size: 24px;
}

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

.topnav .icon {
  display: none;
}

@media screen and (min-width: 801px) {
	.bookcoverright{
		float:right;
		width:40%;
	}
	.bookcoverleft{
		float:left;
		width:40%;
	}
	.bookcoverright img, .bookcoverleft img{
		width:100%;
	}
	.booktextright{
		float:right;
		width:55%;
	}
	.booktextleft{
		float:left;
		width:55%;
	}
}


@media screen and (max-width: 800px) {
  .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%;
	}
	.bookcoverright, .bookcoverleft{
		width:100%;
	}
	.bookcoverright img, .bookcoverleft img{
		width:100%;
		max-width:400px;
	}
	.booktextright, .booktextleft{
		width:100%;
	}
}

