/* @import url('https://fonts.googleapis.com/css2?family=Barlow:wght@500&display=swap');
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap" rel="stylesheet');
/*
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Waiting+for+the+Sunrise&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Walter+Turncoat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mansalva&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mansalva&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mansalva&display=swap');
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


 

html, body {
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

nav {
 
  width: 100%;
  top: 0;
  z-index: 2;
}

nav div {
  background-color: #333333;
  background-color: #323232;
  display: flex;
  border: 1px solid beige;
  align-items: stretch;
  width: 100%;
  padding: 0;

}

nav div a {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  font-size: 1em;
  color: white;
  text-align: center;
  padding: 5px;
  text-transform: uppercase;
  align-items: center;
  justify-content: center

}

nav a:hover {
  background-color: #111111;
}


body {
	background-color: #323232;
  background-color: black;
  color: white;
	font-family: 'Roboto Condensed', sans-serif;
}

h1 {
  color: white;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
  margin: 20px 0;
}


h2, h3, h4 {
  color: white;
	text-align: center;
	text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

h5 {
   font-family: 'Roboto', sans-serif;
}

table {
  text-align: center;
  display: block;
  width: 750px;
  margin: 0 auto;
}

td {
  padding-left: 10px;
  padding-right: 10px;
}

.page-title-wrapper {
  background-image: url('/static/poems/img/online-anthology-3.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  right: 0;
  height: 300px;

}



.filter-title-wrapper {
  text-align: center;
  position: relative;
}

.filter-title-wrapper h4 {
  border: 1px solid white;
  border-bottom: none;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  display: inline-block;
  margin-bottom: 0;
  padding: 10px 30px;
  background-color: #0c6099;
}


#clearFilters {
  background: #D16C51;
  position: absolute;
  right: -1px;
  margin-right: 0;
  margin-top: -39px;
  width: 60px;
  cursor: pointer;
  border: 2px solid white;
  border-bottom: none;
  z-index: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  box-shadow: none;
}

#clearFilters:hover {
  background: #A4523D;
}

#clearFilters h6 {
  padding: 0;
  margin-top: 7px;
  margin-bottom: 7px;
  color: white;
}
#tourButton {
  background: #D16C51;
  position: absolute;
  left: -1px;
  margin-left: 0;
  margin-top: -39px;
  width: 60px;
  cursor: pointer;
  border: 2px solid white;
  border-bottom: none;
  z-index: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  box-shadow: none;
}

#tourButton:hover {
  background: #A4523D;
}

#tourButton h6 {
  padding: 0;
  margin-top: 7px;
  margin-bottom: 7px;
  color: white;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #D16C51;
  margin: 30% auto; /* 30% from the top and centered */
  padding: 0;
  border: 5px solid #fff;
  border-radius: 5px;
  width: 60%; /* Could be more or less, depending on screen size */
  display: flex;
}

.modal-col-1 {
  flex: 1;
}

.modal-col-2 {
  flex: 4;
}

.modal-col-3 {
  flex: 1;
}

.modal-video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.modal-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


/* The Close Button */
.close {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-right: 10px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


#content-wrapper {
  width: 100%;
}


#filters-wrapper {
 margin: auto;
 border: 1px solid white;
 position: relative;
 
}

.filter-row-1 {
  margin: 0;
  width: 100%;
  display: flex;
  position: relative;
  align-items: stretch;
  flex-flow: row nowrap;
}
/*
.filter-row-2 {
  margin: 0;
  width: 100%;
  display: flex;
  align-items: stretch;
  
}

.filter-row-3 {
  margin: 0;
  width: 100%;
  display: flex;
  align-items: stretch;
} */

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  flex: 1;
  margin: 0;
  display: flex;
  align-items: stretch;
}


.dropdown h3 {
  margin: 5px 0;
}

.dropdown p {
  margin: 0 auto;

}


/* Dropdown Button */
.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 5px 8px;
  font-size: 12px;
  border: none;
  cursor: pointer;
  width: 100%;
  min-width: 140px;
  border: 1px solid white;
  margin: 0;
  flex: 1 0;
  align-items: center;
  justify-content: center;
}

.dropbtn h2 {
    font-size: 1rem;
}

.dropbtn-c {
  border: none;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

.dropbtn h5 {
  margin: 5px auto;
  text-transform: uppercase;

}
/* Dropdown Button */
.dropbtnnav {
  background-color: #323232;
  color: white;
  padding: 5px 8px;
  font-size: 12px;
  border: none;
  cursor: pointer;
  width: 100%;
  min-width: 140px;
  border: 1px solid white;
  margin: 0;
  flex: 1 0;
  align-items: center;
  justify-content: center;
}

/* Dropdown button on hover & focus */
.dropbtnnav:hover, .dropbtnnav:focus {
  background-color: #2980B9;
}

.dropbtnnav h5 {
  margin: 5px auto;
  text-transform: uppercase;
}
dropbtnnav a:hover {
  background-color: #111111;
}

h2 {
  font-size: 1rem;
}

.btn-hover {
  background-color: #323232;
}

.btn-hover:hover {
  background-color: #111111
}



/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  top: 100%;
}



/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
  display: flex;
  flex-direction: column;
  max-height: 400px;
  width: 100%;
  overflow-y: scroll;
}

/* Links inside the dropdown */
.dropdown-content button {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  flex: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 40px;
  margin: 0;
  align-items: center;
  justify-content: center;
}









#blocks-outer-wrapper {
  border: 7px solid white;
  right: 0;
}


.preview-block-wrapper {
  border: 5px solid #BFBFBF;
  overflow: auto;
  display: flex;

  flex-flow: row wrap;
}

.preview-block {
  border: 5px solid #BFBFBF;
  height: 150px;
  width: 300px;
  padding: 0;
  flex-grow: 1;
  display: flex;
  flex-flow: row wrap;
  overflow: hidden;
}

.preview-block-p {
  width: 400px;
}

.preview-block-b {
  height: 100px;
}

.preview-block-c {
  border: 5px solid #BFBFBF;
  height: 100px;
  width: 300px;
  padding: 0;
  flex-grow: 1;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}

.poets-box {
  width: 110px;
  height: 150px;
  display: flex;
  flex-direction: column;
  overflow-y: scroll; 
  border-right:  1px solid black;
  align-items: center;
  border-right: 2px solid white;
}

.author-box {
  flex: 1;
  background: #EFE7CD;
  background: #94ABB2;
  background: lightgray;
  background-color: #323232;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.author-box img {
  height: 5em;
  width: 5em;
  flex: 4;
  margin-top: 10px;
}

.author-box img:hover {
  filter: brightness(125%);
}

.author-box h5 {
  text-align: center;
  flex: 1;
  font-size: .9em;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 15px;
  margin-bottom: 10px;
  color: white;
}

.author-box h5:hover {
  color: #D16C51;
}

.poem-box {
  background-color: black;
  flex: 1;
  height: 150px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.poem-box p {
  color: white;
}

.poem-title {
  flex: 1;
  flex-grow: 1;
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: center;
  align-items: center;
  color: white;
}

.poem-title:hover {
  color: #D16C51;
}


.text-preview-box {
  width: auto;
  flex: 6;
  overflow: scroll;
  border-top: 1px solid white;
  color: white;
  white-space: nowrap;
  padding-top: 5px;
}

.text-preview-box.Prose {
  white-space: normal;
} 

.text-preview-box p {
  text-align: left;
  font-size: .8em;
  
  margin: 0;
}

.text-preview-box p:first-child {
  margin-top: 5px;
}

.text-preview-box p:last-child {
  margin-bottom: 7px;
}








.preview-block-c.collections h3 {

  border: 1px solid yellow;
}










a {
  text-decoration: none;
}


.hide {
  display: none;
}


.filter-button {
  border: 3px solid red;
  background-color: yellow;
  padding: 10px;
}


.container {
  margin-top: 20px;
  overflow: hidden;
}

/* Style the buttons */
.filter-btn {
  border: none;
  outline: none;
  /*padding: 12px 16px; */
  background-color: #f1f1f1;
  cursor: pointer;
}

/* Change color of dropdown links on hover */
/*.dropdown-content a:hover {background-color: #ddd} */

.filter-btn:hover {
  background-color: #ddd;
}

.filter-btn.active {
  background-color: #666;
  color: white;
}

div.video-box  {
  display: flex;
  justify-content: center;
}


iframe {
border: none
}

.embedded {
  height: 22em;
  width: 38.4em;
}

.poem-content-wrapper {
  display: flex;
  flex-wrap: nowrap;
  background-color: #323232;
  width: 100%;
  margin: auto;
  margin-top: 0;
  border: 2px solid white;

}

.poem-col-1 {
  flex: 3;
  align-items: center;
  display: flex;
  flex-direction: column;
  background-color: #f1f1f1;
  border: 2px solid white;
}


.poem-author-box {
  flex: 1;
  color: black;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.poem-author-box p {
  display: block;
  min-width: 0;
}

.poem-author-box a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.poem-author-box h2:hover {
  color: #D16C51;
}


.poem-author-box h2 {
  color: black;
  font-size: 1em;
}

.poem-author-box a {
  color: black;
}

.author-pic-wrapper {
}

.bio-text {
  min-width: 0;
 
  padding: 10px;
  word-break: break-word;
  position: relative;
}

.bio-text p {
  font-size: .8em;
  color: black;
}

.bio-text a {
  color: #e86743;
  display: inline;
}

.bio-text a:hover {
  color: #D16C51;
}



.poem-col-2 {
  border: 2px solid white;
  flex: 8;
  flex-shrink: 0;
  min-width: 50%;
}

.poem-poem-title {
  display: flex;
  border-bottom: 1px solid white;
  margin: 0 20px 10px 20px;
  align-items: center;

}

.poem-poem-title h1 {
  margin-bottom: 20px;
  flex: 9;
}

.download-button {
  flex: 1;
  display: flex;
  /*width: 100px;
  height: 50px;
  
  background-color: lightgray;
  color: #D16C51;
  border-radius: 50px;
  font-weight: bold;
  padding: 0 10px;
  line-height: 25px;
  border: 3px solid #D16C51;*/
  align-items: center;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
  margin: auto;
}


.poem-wrapper { 
  width: auto;
  overflow: scroll;
  white-space: nowrap;
  margin-right: 15px;
  margin-left: 30px;
  padding-bottom: 20px;
}

.poem-wrapper p {
  padding: 0;
  margin: 0;
}

.poem-wrapper.Prose {
  white-space: normal
}

.poem-wrapper p {
  text-align: left;
}



.poem-col-3 {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: black;
  background-color: #f1f1f1;
  border: 2px solid white;
}

.details-wrapper-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.details-wrapper {
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.poem-detail {
  flex: 1;
  color: black;
  border-bottom: 2px solid black;
  padding: 0 5px;
}

.poem-detail:last-child {
  border-bottom: none;
}

.tooltip {
  position: relative;
}



.tooltiptext {
  visibility: hidden;
  width: 120px;
  color: #fff;
  text-align: left;
  padding: 0;
  position: absolute;
  z-index: 1;
  background: #606060;
  border-radius: .4em;
  font-size: .8em;
}

.tooltiptext:after {
  content: '';
  position: absolute;
  left: 100%; /* To the right of the tooltip */
  top: 50%;
  margin-top: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #606060;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip .tooltiptext {
  width: 130px;
  top: 50%;
  right: 120%;
  transform: translate(0%, -50%);
  
/*  margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

.definition-text {
  margin: 0;
  padding: 5px 10px;
}


.poet-detail-wrapper {
  margin-top: 30px;
}

.poet-detail-wrapper a {
  color: #e86743;
}
.poet-detail-wrapper a:hover {
  color: #D16C51;
}

.poet-content-wrapper {
  display: flex;
  width: 80%;
  margin: auto;
  background: #323232;
}


.poet-col-1 {
  flex: 5;
  display: flex;
  flex-direction: column;
  border: 3px solid white;
}

.poet-col-1 p {
  padding: 10px 40px;
  margin: 0;
  word-break: break-word;
}

.poet-col-2 {
  flex: 2;
  border: 3px solid white;
  display: flex;
  flex-direction: column;
  }

.poet-poem-title-wrapper {
  background: darkgray;
  margin: 0;
  padding: 10px;
}

.poet-poem-list {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}



.poet-poem-block {
  padding: 20px;
  background-color: #f1f1f1;
  color: black;
  overflow: auto;
}



.pcw-p{
  outline: 1px solid black;
}

.poet-row-2 {
  flex: 1;
}

.getlitminute{
  width: 80%;
  margin: auto;
}


.accordion-wrapper {
  flex: 1 1;
}

.accordion-wrapper-c {
  width: 33%;
}


.accordion {
  background-color: black;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  min-width: 300px;
  border: none;
  outline: none;
  transition: 0.4s;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.accordion img {
margin: 0;
}

.accordion-p {
  height: 100px;
  padding: 0;
}

.poet-picture-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.accordion-p img {
  width: 100px;
  height: 100px;
}

.accordion-p img:hover {
  filter: brightness(125%);
}

.accordion.active, .accordion:hover {
  background-color: #ccc;
  color: #444;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  text-align: center;
  padding: 0;
  margin: 0 10px;
  font-size: 18px;
  flex: 1;
}

.accordion.active:after {
  content: "\2212";
}


.accordion-p h5 {
  font-size: 2vw;
  font-weight: normal;
  flex: 20;
  margin: 0;
  padding: 0;
}

.accordion h5 {
  font-size: 18px;
  font-weight: normal;
  flex: 20;
  margin: 0;
  padding: 0;
  }

  .accordion-c img {
    margin-right: 10px;
  }

.poet-name-wrapper {
  flex: 6;
  text-align: center;
  margin: 0 10px;
}

.panel {
  padding: 0 18px;
  background-color: black;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel a {
  color: white;
}

.panel a:hover {
  color: #D16C51;
}



.panel p {
  font-size: 16px;
}

.hidden {
  display: none;
}








@media only screen and (max-width: 1200px) {
  .filter-row-1 {
    flex-flow: row wrap;
  }

  .poem-poem-title h1 {
    font-size: 24px;
  }

  .poem-wrapper p {
    font-size: 1em;
  }

  .bio-text p {
    font-size: .8em;
  }

  .accordion-wrapper-c {
    width: 50%;
  }

  .bio-text {
    font-size: 12px;
  }

  .tooltip .tooltiptext {
    right: 120%;
  }
}

@media only screen and (max-width: 1000px) {
    .tooltip .tooltiptext {
  right: 120%;
}
}

@media only screen and (max-width: 800px) {

  .poem-poem-title h1 {
    font-size: 18px;
  }

  .poem-wrapper p {
  }

   .poem-detail h5, p {
    font-size: .8em;
    margin: 5px 10px;
    padding: 0;
  }



   .poem-content-wrapper {
  flex-direction: column-reverse;
}
  .poem-author-box img {
  width: 30%;
  }

  .details-wrapper {
    flex-flow: row wrap;
    align-items: stretch
  }

  .details-wrapper {
    border: 1px solid black;
}

  .poem-detail {
    min-width: 30%;
    border-bottom: none;
    border: 1px solid black;
  }

  .poem-detail:last-child {
  border-bottom: 1px solid black;
}

    .tooltip .tooltiptext {
  left: -30%;
}

}

@media only screen and (max-width: 650px) {


   .accordion-wrapper-c {
  width: 100%;
  }

  .poem-poem-title h1 {
    font-size: 16px;
  }

  .poem-wrapper p {
    font-size: .8em;
  }

  .bio-text {
    font-size: 10px;
  }


  .poem-wrapper { 
  margin-left: 15px;
}

  .tooltip .tooltiptext {
  left: -40%;
}
}


@media only screen and (max-width: 550px) {
  .tooltip .tooltiptext {
  left: -55%;
}
}

@media only screen and (max-width: 400px) {

  .filter-title-wrapper {
  text-align: left;
}

.filter-title-wrapper h4 {
  margin-left: 20px;
}

.poets-box {
  width: 60px;
}

.poem-wrapper p {
  font-size: .6em;
}

.poem-title {
  font-size: 12px;
}

.author-box img {
  flex: 3;
  margin-top: 0;
}

.author-box h5 {
  font-size: 12px;
}

  .tooltip .tooltiptext {
  left: -75%;
}


}
