/*CSS for Dindinha*/

html, body{
    height: 100%;
    margin: 0;
}


h1{
    font-family: "Bodoni MT", Didot, "Didot LT STD", "Book Antiqua", Garamond, "Times New Roman", serif; 
    font-size: 3rem;
    color: black;
    text-align: left; 
}


p{
    font-family: "Bodoni MT", Didot, "Didot LT STD", "Book Antiqua", Garamond, "Times New Roman", serif;
    font-size: 27px; /*accessible font size*/
    line-height: 1.7em;
    color: black;
    text-align: left;
    z-index: 6;
}


#page-container{
    display: block;
    max-width: 100%;
    min-height: 100%;
    
    margin-left: 15%;
    margin-right: 15%;
}

img{
    width: 100%;      /* We need to set the width whenever we float an element */
    height: auto;
    margin-top: 30px;
}

.image {
    display: block;
    position: relative;
    max-width: 75%;
    height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  opacity: 0;
  color: white;
  font-size: 1vw;
  text-align: left;
  font-family: "Bodoni MT", Didot, "Didot LT STD", "Book Antiqua", Garamond, "Times New Roman", serif; 
}

.image:hover .overlay {
  opacity: 1;
}

#text{
    height: auto;
    width: 100%;
}


.footer{
    height: auto;
    width: 95%;
}

.citations{
    font-family: 'IBM Plex Sans', sans-serif; 
    font-size: 1rem;
    line-height: 1.7em;
    color: black;
    text-align: left;
}
