body,h1,h2,h3,h4,h5 {font-family: "Poppins", sans-serif}
body {font-size:16px;}
.mySlides {display:none;}

a:link {
    text-decoration: none;
}

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: red;
   color: white;
   text-align: center;
}

.center {
  margin: auto;
  width: 100%;
  padding: 10px;
  max-width:800px;
}

.alt_link {
  color: #0275d8;
  font-weight: bold;
  text-decoration: none;
}

.alt_link:hover {
  color: #01447e;
  text-decoration: underline;
  cursor:pointer
}

.bookbgnd {
  background-image: url("../img/web_books1.jpg");

  background-color: #cccccc;
  height: 1020px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.aboutimage {
  margin: auto;
  width: 300px;
  max-width:40%;
}

.publist {
 margin-bottom:12px;
}