html { 
  font-family: "Lucida Console", "Courier New", monospace;
 
}

h3 {
	 
	margin: 0px;
	padding: 0px;
}

p {
    
	text-indent: 30px;
	line-height: 1.4;

}




.side a:hover {
  color: grey;
  background-color: #D6D6D6;
}

a:link {
	color: #DEAE77;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	background-color: #D6D6D6;
	color: grey;
}

a:visited {
	color: maroon;
}

Body {
	 margin: auto;
     max-width: 1100px;
	 min-width: auto;
     line-height: 1.6;
	 border-top-style: none;
	 border-bottom-style: none;
    }
    
 
    
#StoryButton {
	font-family: Garamond;
	padding: 20px 30px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #DEAE77;
  background-color: #F2F2F2;
  border: solid;
  border-radius: 1px;
  border-color: black;
  border-width: .5px;
  box-shadow: 3px 9px #999;
  display: table;
  margin: 0 auto;
  margin-bottom: 100;
  margin-top: 55;
  transition: background-color .5s;
  font-weight: bold;
  }
  


#StoryButton:hover {
	background-color: #E6E6E6;
	color: #D6A874;

}

#StoryButton:active {
  background-color: #FA8072;
  box-shadow: 0 5px #666;
  transform: translateY(4px);

}


.img-me {
  display: block;
  padding-top: 0px;
    vertical-align: middle;
	max-width: 150px;
	border: 1px solid #333;
 
}



.img-book {
   ;
  max-width: 200px;
  height: auto;
  margin: 2px;
vertical-align: middle;
border: .5px solid #333;
  }
  

/* The sidebar menu */
.sidenav {
  list-style-type: none;
 	line-height: 10px;
 	grid-column: 1 / span 1;
 	grid-row: 2 / span 2;
 	padding:  none;
 	
  
}

 

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: black;
  background-color: #D6D6D6;
}

/* Style page content */
 

  /* On screens that are 700px wide or less, make the columns stack on top of each other instead of next to each other */


.container {
  display: inline-grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto;
  
  
}

.container div {
 border: 1px solid #333;
  margin: 4px;
  padding: 10px;
  background-color: #F5F5F5;
  font-size: 14px;
}

.item1 {
  grid-column: 1 / span 4;
}

.updater {
  grid-column: 1 / span 3;
    grid-row: 4 / span 2;
  margin: 0px;
  overflow: auto;
  max-height: 175px;
  
  
}

.main {
	  grid-column: 2 / span 2;
    grid-row: 2 / span 2;
}

.main2 {
	  grid-column: 2 / span 2;
    grid-row: 2 / span 4;
}

.side {
 grid-row: 2 / span 2;
	grid-column: 4 / span 1;
	max-width: 184px;
 
}


.img-logo {
 max-width: 150px;
	padding-left: 20px;
	padding-top: 20px;
	}
 
.imagelinknoshadow a:hover {
	background-color: none;
 

}

/* Different content boxes for books and their covers. */

.booksmain {
	grid-column: 2 / span 3;
    grid-row: 2 / span 1;
}

.book1 {
	 grid-column: 3 / span 2;
    grid-row: 3 / span 1;
}

.bookphoto1 {
	grid-column: 2 / span 1;
    grid-row: 3 / span 1;
}

.book2 {
	 grid-column: 3 / span 2;
    grid-row: 4 / span 1;
}

.bookphoto2 {
	grid-column: 2 / span 1;
    grid-row: 4 / span 1;
}

.book3 {
	grid-column: 3 / span 2;
    grid-row: 5 / span 1;
}

.bookphoto3 {
	grid-column: 2 / span 1;
    grid-row: 5 / span 1;
}

.book4 {
	 grid-column: 3 / span 2;
    grid-row: 6 / span 1;
}

.bookphoto4 {
	grid-column: 2 / span 1;
    grid-row: 6 / span 1;
}
 
/* END  content boxes for books and their covers. */
 

.sidenav button {
  background-color: #F5F5F5; 
  color: #DEAE77;  
  font-size: 17px;
  font-family: Garamond;
  font-weight: bold;
  cursor: pointer; /* Pointer/hand icon */
  width: 100%; /* Set a width if needed */
  display: block; /* Make the buttons appear below each other */
  border: hidden;
  margin:  0px;
 
padding-top: 34px;
padding-bottom: 34px;
}

.sidenav button:not(:last-child) {
  border-bottom: none; /* Prevent double borders */
   

}

/* Add a background color on hover */
.sidenav button:hover {
  background-color: #EDEDED;
  color: grey 
  
}

.sidenav button:active {
	transform: translateY(4px);
} 

/* width */
::-webkit-scrollbar {
  width: 10px;
  background-color: grey;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}


.story {
	  grid-column: 2 / span 2;
    grid-row: 2 / span 3;
	

}

.sidestory {
	 grid-row: 3 / span 1;
	grid-column: 4 / span 1;
 
 

}


		/*For screens under 600px, for responsive design */
		
@media (max-width:600px) {

	.img-book {
		max-width: 150px;
		display: block;
			margin-left: auto;
	margin-right: auto;

	}

  .container {
    flex-direction: column;
  }
  
  .side {
  flex: 30%;
  background-color: #f1f1f1;
  padding: 5px;
	}
	


  ul {flex-direction: column;
  }

  
}




  


  
  
  



