/*POETRY PAGE CSS BEGINS*/

#libraryh1 {
    text-align: center;
    justify-content: center;
    border:1px solid #4b578e;
    margin-top: 30px;
    padding:15px;
    color:#fff1f6;
    background: #ce517c;
    box-shadow:3px 8px 22px rgba(94,28,68,0.15);
}

.poemlibrary {
    display:flex;
    flex-wrap:wrap;
    padding-top: 50px;
}

.column1, .column2 {
    flex: 1;
    margin: 10px;
  }

.column1 {
    padding:30px 15px;
    max-width:400px;
  }

.column1 li a:link {
    color:#5e6a9f;
}

.column1 li a:hover{
    color:#7183d3;
}

.column1 li a:visited{
    color:#2f3860;
}

  .column2 {
    padding-left:100px;
    padding:30px 5px 15px 15px;
    height:350px;
    max-width:550px;
    overflow-y: auto;
  }

  .column1 li, a {
    list-style-type: none;
    text-decoration: none;
    font-weight: 700;
    color:#4b578e;
    font-size: 22px;
  }
  .librarynav h1 {
    padding-bottom: 35px;
}

.column1 h2 {
    padding-bottom: 15px;
    padding-top: 10px;
}

.column2 h2 {
    padding-bottom: 15px;
    padding-top: 10px;
}

.column2 p {
    padding-bottom:20px;
    text-overflow:clip;
}

#poempause {
    line-height:80px;
    max-width:300px;
    text-align: center;
}
/*POETRY PAGE CSS ENDS*/

/*MEDIA QUERY FOR iPAD AIR BEGINS (820x1180px)*/
@media only screen and (max-width:820px) {
html {height: 1180px;}
.brandname {font-size: 30px;}
.cart {width:70px}
}
/*MEDIA QUERY FOR iPAD AIR ENDS*/