@charset "utf-8";
/* CSS Document */

#bkgdcolour {
  background-color: #fdf5e8;
}
/**** HEADER IMG ****/

#headerimg {
  top: auto;
  width: 100%;
}

/**** PAGE NAV ****/

#pagenav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-content ul {
  list-style-type: none;
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.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: #4d2263;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
}

.page-content li a:hover {
  text-decoration: underline;
  text-decoration-color: #dcaa27;
  text-decoration-thickness: 2px;
  padding: 13px 16px;
}


/**** BOOKS ****/

#title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #4d2263;
  text-align: center;
  padding: 10px;
}

#title2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #4d2263;
  text-align: center;
  
}

.titlecontainer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
  margin-top: 70px;
}

img {
  max-width: 100%
}

.image {
/*   flex-basis: 40% */
}

.text {
white-space: nowrap;
padding-right: 20px;
  padding-left: 20px;
}

a.desc {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 17px;
  text-decoration: none;
  margin-top: 15px;
  color: #4d2263;
  width: 80%;
  padding-top: 7px;
  transition: 0.5s;
}
  
  .desc:hover {
    font-size: 19px;
    line-height: 25px;
}


a.desc2 {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 17px;
  text-decoration: none;
  margin-top: 15px;
  color: #4d2263;
  width: 80%;
  padding-top: 7px;
  transition: 0.5s;
}

.desc2:hover {
    font-size: 19px;
    line-height: 25px;
}

.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;
}

.column2 {
  display: inline-flex;
  width: 40%;
  padding: 1%;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 2%;
  position: relative;
  z-index: 100;
  
}

/*
.column3 {
  display: inline-flex;
  width: 30%;
  padding: 1%;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 2%;
  position: relative;
  z-index: 100;
  
}
*/

.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;
}

.bookswithborder {
  width: 300px;
}

/* 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: 20px;
}


/* RESPONSIVE */

@media screen and (min-width: 240px) and (max-width: 720px) {

  .page-content li a {
  font-size: 7px;
  padding: 2px 3px;
}
  	#title {
    font-size: 20px;
    padding: 0px;
}
  #title2 {
  font-size: 10px;
}
  .titlecontainer {
    margin-bottom: 20px;
    margin-top: 20px;
}
  .text {
    padding-right: 5px;
    padding-left: 5px;
}
   .column {
	 width: 308px;
   padding-bottom:1%;
}
  .column2 {
  width: 308px;
  padding-bottom:1%;
}
/*
  .column3 {
  width: 308px;
  padding-bottom:1%;
}
*/
  .bookswithborder {
   width: 200px;
}
  a.desc {
	font-size: 11px;
	margin-top: 10px;
	padding: 2px;
	width: 60%;
  line-height: 15px;
}
  .desc:hover {
    font-size: 12px;
    line-height: 17px;
}
  a.desc2 {
  font-size: 11px;
	margin-top: 10px;
	padding: 2px;
	width: 60%;
  line-height: 15px;
}
  .desc2:hover {
    font-size: 12px;
    line-height: 17px;
}
	.bookimgs {
	width: 180px;
}
    #copywrite {
    font-size: 9px;
    padding-top: 0px;
}
 }

@media screen and (min-width: 720px) and (max-width: 992px) {

  .page-content li a {
  font-size: 12px;
}
  	#title {
    font-size: 25px;
    padding: 0px;
}
  
   #title2 {
   font-size: 12px;
}
  .titlecontainer {
    margin-bottom: 25px;
}
  .text {
    padding-right: 15px;
    padding-left: 15px;
}
  a.desc {
	font-size: 15px;
	margin-top: 15px; 
}
  .desc:hover {
    font-size: 13px;
    line-height: 19px;
}
  a.desc2 {
  font-size: 14px;
	margin-top: 15px;
}
  .desc2:hover {
    font-size: 15px;
    line-height: 17px;
}
  .bookswithborder {
   width: 200px;
}
  .column2 {
  width: 308px;
  padding-bottom:1%;
}
/*
  .column3 {
  width: 308px;
  padding-bottom:1%;
}
*/
    .bookimgs {
    width: 180px;
}
  
	a.desc {
	font-size: 11px;
	margin-top: 10px;
	padding: 4px;
}
    a.desc:hover  {
    padding: 4px;
}
    .column {
	padding-bottom:1%;
}
    #copywrite {
    font-size: 11px;
    padding-top: 20px;
}
 }


@media screen and (min-width: 992px) and (max-width: 1240px) {

  .page-content li a {
  font-size: 18px;
}
  	#title {
    font-size: 30px;
    padding: 0px;
}
   #title2 {
   font-size: 15px;
}
  .titlecontainer {
    margin-bottom: 40px;
}
  .text {
    padding-right: 15px;
    padding-left: 15px;
}
   a.desc {
	font-size: 15px;
	margin-top: 15px; 
}
   a.desc:hover  {
   font-size: 16px;
   line-height: 23px;
}
    .column {
	padding-bottom:2%;
}
	.bookimgs {
	width: 250px;
}
  a.desc2 {
   font-size: 15px;
	margin-top: 15px; 
}
   .desc2:hover {
    font-size: 16px;
   line-height: 23px;
}
  .bookswithborder {
   width: 280px;
}
  .column2 {
  width: 308px;
  padding-bottom:1%;
}
/*
  .column3 {
  width: 308px;
  padding-bottom:1%;
}
*/
    #copywrite {
    font-size: 12px;
    padding-top: 0px;
}
 }
