/*Main development of the style sheet of the site*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*
 ________              ________  ________  ___       ___       ________      ___    ___ 
|\   __  \            |\   ____\|\   __  \|\  \     |\  \     |\   __  \    |\  \  /  /|
\ \  \|\ /_           \ \  \___|\ \  \|\  \ \  \    \ \  \    \ \  \|\  \   \ \  \/  / /
 \ \   __  \           \ \  \  __\ \   __  \ \  \    \ \  \    \ \   __  \   \ \    / / 
  \ \  \|\  \ ___       \ \  \|\  \ \  \ \  \ \  \____\ \  \____\ \  \ \  \   \/  /  /  
   \ \_______\\__\       \ \_______\ \__\ \__\ \_______\ \_______\ \__\ \__\__/  / /    
    \|_______\|__|        \|_______|\|__|\|__|\|_______|\|_______|\|__|\|__|\___/ /     
                                                                           \|___|/    
*/

/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*--------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville|PT+Serif&display=swap');




img {
  max-width: 60%;
  display: block;
  height: auto;
  margin: 0 auto;
  box-shadow: 0em 0.2em 0.5em rgba(0,0,0,0.2), 0 6px 6px rgba(0,0,0,0.1);
  border-radius:0.5%;
  
}


#img-div {
  background: white;
  padding: 10px;
  margin: 0;
}

#img-caption {
  margin: 15px 0 5px 0;
  font-style:italic;
}

@media (max-width: 460px) {
  #img-caption {
    font-size: 1.4rem;
  }
}

#headline {
  margin: 50px 0;
  text-align: center;
}

ul {
  max-width: 550px;
  margin: 0 auto 50px auto;
  text-align: left;
  line-height: 1.6;
}

li {
	 font-family: "Spectral",'Playfair Display', serif, "Baskerville","Liberation-Serif", Times, serif;
  margin: 16px 0;
}

blockquote {
  font-style: italic;
  max-width: 545px;
  margin: 0 auto 50px auto;
  text-align: left;
}