html{
  font: 100%/1.15 serif;
}

body{
  background-image: url(file:///Users/jackmastrototaro/Desktop/Courses/Eigth%20Semester%20Courses/Interactive/studio-54/img/background.jpg); background-size:contain;);
  padding-top: 5em;
  padding-bottom: 5em;
}

li{
  font-size: 75%;
  color: rgb(234,226,206);
}

ul{
  font-size: 1.35em;
}

nav{
  font-style: italic;
  font-weight: lighter;
}

/* #sections */

#patrons{
  padding-top: 2em;
  padding-bottom: 2em;
}

#productions{
  padding-top: 2em;
  padding-bottom: 2em;
}

#morepatrons{
  padding-bottom: 2em;
}

#author{
  font-style: italic;
}
/* colors */

h2{
  font-family: 'Poiret One', cursive;
  font-weight: lighter;
  color: black;
  font-size: 3em;

}

h1{
  font-family: 'Poiret One', cursive;
  font-weight: lighter;
  font-size: 4em;
  color: black;

}

figcaption{
  font-style: italic;
  color: black;
  font-weight: lighter;
}

p{
  color: white;
  font-weight: lighter;
}

a {
  color: rgb(234,226,206);
}
a:hover {
  color: black;
}

a:focus {
  color: black;
}
a:active {
  color: white;
}
