body {
  /* font-family: 'Merriweather', serif; */
  background-color: azure;
}

a {
  color: midnightblue;
}

blockquote {
  font-family: Cormorant, serif;
  position: relative;
  margin: 0.5em;
  padding: 0.5em 2em 0.5em 3em;
}

/* Thanks: http://callmenick.com/post/styling-blockquotes-with-css-pseudo-classes */
blockquote:before {
  font-family: Georgia, serif;
  position: absolute;
  font-size: 6em;
  line-height: 1;
  top: 0;
  left: 0;
  content: "\201C";
}

blockquote:after {
  font-family: Georgia, serif;
  position: absolute;
  /* display: block; don't use this, it raised the quote too high from the bottom - defeated line-height? */
  float: right;
  font-size: 6em;
  line-height: 1;
  right: 0;
  bottom: -0.5em;
  content: "\201D";
}



.bpad {
  padding-bottom: 1em;
}


.bttn {
  background-color:whitesmoke;
  border: 2px solid black;
  color:purple;
  padding: 7px 7px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-left: 2vw;
  margin-right: 5vw;
}

.center {
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.cover-insert {
  width: 150px; 
  height: 225px;
}

.display-font{
  font-family: "Noto Sans";
}

div.item {
  vertical-align: top;
  display: inline-block;
  text-align: center;
  width: 13vw;
  margin-left: 22px;
  margin-right: 22px;
  position: relative;
}

.indent {
  text-indent: 2em;
}



.jumbotron {
  background-image: url("./images/Society-LongDisplay.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  height: 60vw;
}

.jumbotron2 {
  background-image: url("./images/school-narrow.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  height: 20vw;
}


.lead {
  color: black;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
}



.lead2 {
  color: black;
  font-family:'Cormorant Garamond', serif;
  font-size: 2.5rem;
  /* font-weight: 100; */
  /* text-align: center; */
}

.lpad {
  padding-left: 5vw;
}


.navcolor {
 color: midnightblue;
}

.square {
    width: 300px;
    height: 300px;
}


.textbackground {
  background-color: azure;
  border-radius: 10px;
}

.textcolor {
  color:white;
}

ul {
    list-style-type: none;
}


.vpad {
  padding-top: 1em;
}


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

    .square {
      width: 250px;
      height: 250px;
    }

}

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

  .cover-insert {
    width: 0px;
    height: 0px;
  }

    .lead {
      color: black;
      font-family: 'Cormorant Garamond', serif;
      font-size: 1rem;
    }


}