@charset "utf-8";
/* CSS Document */


/**** HEADER IMG ****/

#grassheader{
  width: 100%;
  margin-top: 80px;
}

#headercontent {
  position: absolute;
  width: 70%;
  left: 13%;
  margin-top: 20px;
}

#grad1 {
  background-color: red; /* For browsers that do not support gradients */
  background-image: linear-gradient(#c4e0fa, white, #c4e0fa);
  top: auto;
}

/**** PAGE NAV ****/

#pagenav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5%;
}
.page-content ul {
  list-style-type: none;
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #c4e0fa;
}

.page-content li {
  display: inline-flex;
  justify-content: space-between;
}

.page-content li a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
}

.page-content li a:hover {
  text-decoration: underline;
  color: black;
  padding: 13px 16px;
}

/**** HOME ****/

h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 55px;
  color: #147E9F;
  text-align: center;
  margin-bottom: 15px;
}


#homeparagraph {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 40px;
  margin-bottom: 5%;
  margin-left: 20%;
  margin-right: 20%;
}

.lt-bookinfo {
	background-image: url(/juliadonaldson/imgs/homecharacter2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: auto;
	background-size: 50%;
}

.lt-bookinfo2{
	background-image: url(/juliadonaldson/imgs/homecharacter1.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: auto;
	background-size: 50%;
} 

#homecharacter1 {
  position: absolute;
  width: 50%;
  left: 40%;
}

#homecharacter2 {
  position: absolute;
  width: 50%;
  left: 10%;
}

/**** BIOGRAPHY ****/

.wrap {
  display: flex;
  padding-left: 5%;
  margin-top: 5%;
}

.imagebox {
 position: relative;
 max-width: 480px;
 width: 150%;
 height: auto;
 display: block;
}

#authorcredits {
	font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 11px;
  text-align: center;
}

#authorpicture {
  width: 100%;
  margin-top: 90px;
  object-fit: contain;
  position: relative;
  top: 0;
  left: 0;
}

.textbox {
  padding: 5rem;
  margin-right: 6%;
}

#juliadonaldson {
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    font-size: 45px;
	text-align: left;
	padding-bottom: 10px;
}

#bioparagraph {
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	line-height: 40px;
	font-size: 17px;
}

/**** BOOKS ****/

#bookflower2 {
	width: 15%;
	position: absolute;	
    z-index: 100;
}

#flowerbug {
	width: 20%;
	float: right;
	position: relative;
    z-index: 100;
}

#hardcovertitle {
	position:absolute;
	width: 100%;
	line-height: 80px;
}

#boardbooks {
	padding-bottom: 40px;
	padding-top: 25px;
}

#grad2 {
  background-image: linear-gradient(transparent,#c4e0fa,transparent,#c4e0fa,transparent,#c4e0fa,transparent,#f9f8dc,#e3faf3,transparent );
  position: relative;
}

a.desc {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 17px;
  text-decoration: none;
  margin-top: 20px;
  color: white;
  border-radius: 25px;
  background: #147E9F;
  padding: 10px;
  width: 100%;
}

a.desc:hover  {
  color: #147E9F;
  background: white;
}

.page-content .column {
  display: inline-flex;
  width: 25%;
  padding: 1%;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 5%;
  position: relative;
  z-index: 100;
}

.page-content .row {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  column-gap: 10px;
  row-gap: 30px;
  width:100%;
}

.bookimgs {
	width: 308px;
}

/* Clearfix (clear floats) */
.page-content .row::after {
  clear: both;
  display: table;
}

/**** ACTIVITIES ****/

#activitiestitle {
  position: relative;
  z-index: 100;
  margin-bottom: 70px;
  margin-top: 40px;
}

#footercontent {
  width:100%;
  position:relative;
  position:absolute;
  bottom:0px;
}

.page-content #footer {
  background: transparent;
}

#grassfooter{
  width:100%;
}

#copywrite {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
  font-size: 12px;
}

/**** RESPONSIVE ****/ 

@media screen and (min-width: 240px) and (max-width: 768px) {

	.page-content li a {
	font-size: 12px;
}
.page-content h1 {
    font-size: 30px;
}
	#homeparagraph {
	font-size: 12px;
	line-height: 20px;
}
	#juliadonaldson {
    font-size: 30px;
}
	#bioparagraph {
	font-size: 12px;
	line-height: 20px;
}
	.imagebox {
	padding: 1rem;
}
	.textbox {
	margin-right: 0px;
	padding: 1rem;
	width:600%;
}
.page-content h2 {
    font-size: 15px;
	padding-top:20px;
}
.page-content .column {
	 width: 308px
}

	.bookimgs {
	 width: 180px;
}
	
	a.desc {
	font-size: 11px;
	margin-top: 10px;
	padding: 2px;
	width: 60%;
}
	#hardcovertitle {
	position:absolute;
	width: 100%;
	line-height: 35px;
}

	#boardbooks {
	padding-bottom: 10px;
}
.page-content .column {
	padding-bottom:1%;
}

	#activitiestitle {
	margin-bottom: 30px;
	margin-top: 30px;
}
	#copywrite {
    font-size: 9px;
}
	#grassfooter{
	padding-top: 30px;
}
	}

@media screen and (min-width: 768px) and (max-width: 992px) {

	.page-content h1 {
    font-size: 40px;
}
	#homeparagraph {
	font-size: 17px;
	line-height: 25px;
}
	#juliadonaldson {
    font-size: 40px;
}
	#bioparagraph {
	font-size: 17px;
	line-height: 30px;
}
	.imagebox {
	padding: 1rem;
}
	.textbox {
	margin-right: 0px;
	padding: 1rem;
	width:550%;
}
.page-content h2 {
    font-size: 20px;
	padding-top:40px;
}
	.bookimgs {
		width: 180px;
}
	
	a.desc {
	font-size: 11px;
	margin-top: 10px;
	padding: 4px;
}
	#hardcovertitle {
	position:absolute;
	width: 100%;
	line-height: 55px;
}
	
	#boardbooks {
	padding-bottom: 10px;
}
	.column {
	padding-bottom:1%;
}

	#activitiestitle {
	margin-bottom: 40px;
	margin-top: 40px;
}
   }

@media screen and (min-width: 991px) and (max-width: 1240px) {

	.page-content h1 {
    font-size: 45px;
}
	#homeparagraph {
	font-size: 17px;
	line-height: 35px;
}
	#juliadonaldson {
    font-size: 40px;
}
	#bioparagraph {
	font-size: 17px;
	line-height: 35px;
}
	.imagebox {
	padding: 1rem;
}
	.textbox {
	margin-right: 0px;
	padding: 1rem;
	width:550%;
}
.page-content h2 {
    font-size: 25px;
}
	
	a.desc {
	 font-size: 14px;
	 margin-top: 15px; 
	 padding: 10px;
}
	#hardcovertitle {
	position:absolute;
	width: 100%;
	line-height: 70px;
}
	#boardbooks {
	padding-bottom: 15px;
}
	.column {
	padding-bottom:2%;
}
	.bookimgs {
	width: 200px;
}

	#activitiestitle {
	margin-bottom: 50px;
	margin-top: 30px;
}
	.bookimgs {
		width: 250px;
	}
   }
