@charset "utf-8";
/* CSS Document */


/**** HEADER IMG ****/

#headerimg {
  top: auto;
  width: 100%;
}

#headertitle {
  position: relative;
  text-align: center;
}

#farmerjoe {
  position: absolute;
  bottom: 36%;
  right: 13%;
  font-weight: 700;
  font-size: 125px;
  color: #ea2d32;
  font-family: 'Source Serif Pro', serif;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
}

/**** AUTHOR & ILLUSTRATOR ****/

#headercontanier {
  position: relative;
  text-align: center;
  color: black;
}

#headertext {
  position: absolute;
  bottom: 20%;
  right: 15%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}

.headerlink {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: black;
}

.headerlink:hover {
  color: #ea2d32;
  transition: 0.3s;
}


/**** BOOKS ****/

img {
  max-width: 100%
}

a.desc {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 17px;
  text-decoration: none;
  margin-top: 20px;
   color: black;
  width: 80%;
  padding-top: 7px;
  transition: 0.3s;
}
  
  .desc:hover {
    font-size: 19px;
    line-height: 25px;
    color: #D5151C;
    text-decoration: underline;
}

.column {
  display: inline-flex;
  width: 30%;
  padding: 1%;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 2%;
  position: relative;
  z-index: 100;
}

#headercontanier .row, .schca-wrapper .row {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  column-gap: 10px;
  row-gap: 30px;
  width:100%;
}

.bookimgs {
  width: 240px;
  border-style: solid;
  border-width: 1px;
  border-color: black;
}


/* Clearfix (clear floats) */
.row::after {
  clear: both;
  display: table;
}

/**** FOOTER ****/

.page-content #footer {
  background: transparent;
}

#footerimg {
  width:100%;
}

#copywrite {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 200;
  font-size: 12px;
  padding-top: 25px;
}


/* RESPONSIVE */

@media screen and (min-width: 240px) and (max-width: 650px) {

  #farmerjoe{
     font-size: 50px;
    -webkit-text-stroke-width: 1px;
  }
  
  #headertext {
    font-size: 10px;
    line-height: 15px;
    right: 13%;
  }
  
  .headerlink {
    font-size: 10px;
  }
   .column {
	 width: 308px;
   padding-bottom:1%;
}
 
  a.desc {
	font-size: 11px;
	margin-top: 10px;
	padding: 2px;
	width: 60%;
  line-height: 15px;
}
  .desc:hover {
    font-size: 12px;
    line-height: 17px;
}
	.bookimgs {
	width: 180px;
}
    #copywrite {
    font-size: 9px;
    padding-top: 0px;
}
 }

@media screen and (min-width: 650px) and (max-width: 892px) {

  #farmerjoe {
     font-size: 75px;
    -webkit-text-stroke-width: 1px;
  }
   #headertext {
    font-size: 17px;
    line-height: 25px;
    right: 9%;
  }
  .headerlink {
    font-size: 17px;
  }
    .bookimgs {
    width: 180px;
}
  
	a.desc {
	font-size: 11px;
	margin-top: 10px;
	padding: 4px;
}
    a.desc:hover  {
    padding: 4px;
    font-size: 12px;
}
    .column {
	  padding-bottom:1%;
}
    #copywrite {
    font-size: 11px;
    padding-top: 20px;
}
 }


@media screen and (min-width: 892px) and (max-width: 1240px) {

    #farmerjoe {
     font-size: 95px;
    -webkit-text-stroke-width: 1px;
  }
  
  #headertext {
    font-size: 21px;
    line-height: 30px;
    right: 11%;
  }
  .headerlink {
    font-size: 21px;
  }
  
   a.desc {
	font-size: 15px;
	margin-top: 15px; 
}
   a.desc:hover  {
   font-size: 16px;
   line-height: 23px;
}
    .column {
	padding-bottom:2%;
}
	.bookimgs {
	width: 250px;
}
 
    #copywrite {
    font-size: 12px;
    padding-top: 0px;
}
 }
