h2 {
	background-color: yellow;
}
p {
	margin-left: 2%;
}
#product-component-43cde66aa11 {
	float:left;
}
#product-component-860e6e8448d {
	float: left;
	padding-left: 40px;
}

#product-component-1a2e8bc063c {
	clear:left;
}


/* Great Divide titles_gd styles */

@media screen and (max-width: 600px) { /* means "less than" */
       .remargin { 
        margin: 45% 0 0 1%;	
    }
}
   
    							
h1 {								/* used for imprint only */
  	position: relative;	
    width: 100%;
    color:   darkgreen;
    background-color: none;
    font-size: 120%;   
	text-align: left;
	letter-spacing: 3px;
	padding:0% 0 0% 0%;
	margin: 8% 0 0 1%;	
  }
  
  
  									/* used for tagline "explore" only */ 
 h2 {								
	position: relative;
	width: 60%;
	color: lightyellow;
	text-align: center;
	letter-spacing: 2px;
	font-size: 180%;
	background-color: darkgreen;
	padding:1% 0 1% 2%;
	margin: 3% 0% 0% 3%;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	 
h3 {								/* used for "fiction-nonfiction" tagline only */
  color: darkgreen;
  font-weight: bold;
  font-size: 150%;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
/*    width: 80%;  */
  margin: 1% 0% 0% 3%;
  padding: 0% 0 0 15%;
  }
 
  h4 {								/* used for book title and "Read the pages below" */
  text-align: center;
  font-size: 150%;
  color: red;
  padding: 2% 0 0 5%;
/*   margin:  5% 0 0 25%; */
/*   width: 78%; */
  font-family: "Arial", "Helvetica", sans-serif;
  }

  
   
img {
	position: relative;	
	float:left;
    max-width:100%;
	margin: 1% 2% 0 0;
	border: 3px solid #b31010;
}

									/* creates multicolumn text --not used this book*/
.newspaper { 						
    -webkit-columns: 80px 2; /* Chrome, Safari, Opera */ /* Shows 1 column without this */
    -moz-columns: 80px 2; /* Firefox */
     columns: 80px 2; /* for other types of browsers */
     background-color: #f6e7e7;
     padding: 1% 3% 9% 2%;
     margin: 2% 1% 1% 1%;
     border: 1px solid #b31010; 
}

.blurb_box {							/* sets up box for blurb */				
	background-color: #f6e7e7;
	width: 50%;
     padding: 1% 4% 2% 3%;
     margin: 1% 1% 1% 1%;
     border: 1px solid #b31010;
     float: left; 

}


ul {								/* sets up menubar */
    position: fixed;				/* stays in place when scrolled */
    top: 0%;
    max-width: 100%;
    z-index: 100;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;				/* Hides the scroll bars on overflow */
    background-color: #333333;
    float:left;
}



li {								/* sets up menubar */
    float: left;
}

li a {								/* sets up menubar */
    display: block;
    color: white;
    font-size: 13px;
    text-align: center;
    letter-spacing: 1px;
    padding: 12px;
    text-decoration: none;
}



li a:hover {						/* sets up menubar */
    background-color:#259537; 
}

#product-component-276c8c42c03 {
	padding-bottom: 1em;
	margin-left: 2%;
}