html { 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
}

.pattern-randomized.svg {
	  filter: blur(8px);
  -webkit-filter: blur(8px);
}

h1 {

	text-align: center;
	    color: #454545;
	line-height: 1.5;
	padding-bottom: 0px;
	margin: 0;
}



h2 {
		    color: #454545;
	line-height: 1.2;
}

h3 {
		text-align: center;
	    color: #454545;
	line-height: 1.2;
	padding-bottom: 0px;

}

h4 {
	text-align: center;
	color: white;
	line-height: .3;
	padding-bottom: 0px;
	padding-top: 0px;
	font-size: 35;
}



.element {
    margin: 0;
}


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

}

header
{
	position: relative; 
	top: 0px;
	overflow: hidden;
	background-image: url('heading-texture.png');
	background-size: cover;
	background-blend-mode: saturation;
	background-color: #FFEAD1;
	margin: auto;
	padding-top: 40px;
	padding-bottom: 30px;
	padding-left: 0px;
	padding-right: 0px;
	border: none;
	font-family: "Open Sans", "Humanist", sans-serif;
	word-wrap: break-word;
	width: auto;
}




footer
{
	font-size: 10;
	padding:  0;
	width: 100%;
	max-width: auto;
	text-align:center;
	padding:10px;
	margin-top:7px;
	margin-bottom:0px
}



div {

   word-wrap: break-word;
   width: auto;
   padding: 15;
   padding-top: 15px;
   padding-bottom: 25px;

}

section {
	word-wrap: break-word;
   width: auto;
   padding: 15;
   padding-top: 15px;
   padding-bottom: 25px;	
}

article {
	word-wrap: break-word;
   width: auto;
   padding: 15;
   padding-top: 15px;
   padding-bottom: 25px;
}

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


a:visited {
	color: maroon;
}

Body {
	 margin: auto;
     max-width: 980px;
	 min-width: auto;
     line-height: 1.6;
     font-size: 18px;
	 background-color: #FAFAFA;
     padding: 0;
	 border: 1px solid #BFBFBF;
	 border-top-style: none;
	 border-bottom-style: none;
	 box-shadow: 0px 0px 60px 20px #BFBFBF;	

    }
    
    
    
Main {
	 font-family: "Open Sans", "Humanist", sans-serif;

}
    
#StoryButton {
	font-family: "Open Sans", "Humanist", sans-serif;
	padding: 20px 30px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #FFA07A;
  border: none;
  border-radius: 12px;
  box-shadow: 0 9px #999;
  display: table;
  margin: 0 auto;
  margin-bottom: 100;
  margin-top: 55;
  transition: background-color .5s;
  }
  


#StoryButton:hover {
	background-color: #E9967A;

}

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

}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  border: 1px solid #e7e7e7;
  background-color: #f3f3f3;
  	font-family: "Open Sans", "Humanist", sans-serif;
  	display: flex;
  	justify-content: left;
  	position: sticky;
  	top: 0;
}

ul li {
  float: left;
 
}

ul li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

ul li a.active {
  background-color: FFDEB8;
}

ul li a:hover {
  
}

li a.active {
  background-color: green;
  color: black;
}

li a:hover:not(.active) {
  background-color: #E8E8E8;
  color: black;
}

.navbar a { 
	color: #363636; 

} 






* {
  box-sizing: border-box;
}


/* Container for flexboxes */
.container {
  display: flex;
  flex-wrap: wrap;
}

/* Right column for About page */
.side {
  flex: 30%;
  background-color: #f1f1f1;
  padding: 20px;
  text-align: center;

  
}

/* Main column for About page*/
.main {
  flex: 70%;
  padding: 20px;
}


.column {
  flex: 1;
  padding: 0px;

}



.column button {
	border: none;
	outline: 0;
	display: block;
	padding: 10px 25px;
	margin-left: 25%;
	margin-top: 3%;
	margin-bottom: 0%;
	color: black;
	background-color: #ddd;
	text-align: center;
	cursor: pointer;
	

	

}
.column button:hover {
  background-color: #E8E8E8;
  color: orange;
}


.img-me {
  src: "jamescutter.jpg";
  display: block;
  padding-top: 20px;
    vertical-align: middle;
	max-width: 150px;
	margin-left: auto;
	margin-right: auto;

	

	
}

.img-test {
  border-radius: 70%;
  max-width: 60%;
  src: "jamescutter.jpg";
  width: 100%;
      margin: 10px auto 20px;
    display: block;

}



.img-book {
  width: 450px;
  height: auto;
  margin: 2px;

  }
  
  
  
  
/* The hero image */
.hero-image {
  /* Use "linear-gradient" to add a darken background effect to the image. This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("bookdesign.png");

  /* Set a specific height */
  height: 50%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-image: pattern-randomized.svg;
}

/* Place text in the middle of the image */
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}


.hero-text button:hover {
  background-color: #555;
  color: white;
}




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



		
@media (max-width:600px) {

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

	}

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

	.hero-image {
		height: 30%;
		}

  ul {flex-direction: column;
  }

  
}




  


  
  
  



