body {
    /* Typography Declarations */
    color: #222222;
    font-size: 1em;
    /*font-family: "Open Sans", "Helvetica Neue", sans-serif;*/
}

.content-footer,
.masthead-intro {
  text-align: center;
}

#wrapper{
  position: relative;
}

.content{
  z-index: 100;
}


#foot_banner{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -100;
  overflow-wrap: break-word;
}

.masthead {
  padding: 6em 0;
  /*background-image: url('https://cdn.wallpapersafari.com/35/61/BGTxyg.jpg');*/
  background-size: cover;
  background-repeat: no-repeat;
  border-top: solid 1em #FFCF33;
}

.masthead-intro {
    /* Layout Declarations */
    margin-bottom: 0.1em;
    /* Typography Declarations */
    font-family: Monaco, Sans-serif;
    font-size: 2vw;
    font-weight: bold;

}

@font-face {
  font-family: 'Trendsetter';
  src: url('files/fonts/trendsetter.ttf')format('truetype');
}

.masthead-heading {
    /* Layout Declarations */
    color: #F1C863;
    margin-top: -0.1em;
    /* Typography Declarations */
    font-family: 'Trendsetter', Arial, sans-serif;
    font-weight: bold;
    font-size: 8vw;
    text-transform: uppercase;
    text-align:center;
}

.introduction-section,
.location-section,
.questions-section {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    text-align: center;
}

blockquote {
  font-size: 2em;
}
figcaption{
  text-align: right;
}
.introduction-section > p,
.location-section > p,
.questions-section,
.content-footer > p {
    /* Typography Declarations */
    font-weight: 600;
    letter-spacing: 0.05em;
    position: center;
}

.questions-section > h2 {
    font-family: "Gentium Book Basic", Georgia, serif;
    font-size: 1.2em;
    font-weight: bold;
    /* Layout */
    margin: 2em 0 1em 0;
}

section > h1 {
    margin-top: 2em;
}

.content-footer,
.masthead-intro {
  text-align: center;
}

.introduction > p,
.location > p,
.content-footer > p {
    /* Typography Declarations */
    font-weight: 300;
    letter-spacing: 0.05em;
}
h1 {
  /* Typography Declarations */
  font-size: 2.5em;
}

h2 {
    /* Typography Declarations */
    font-size: 1.2em;
    font-weight: bold;
}

.introduction-section,
.location-section,
.questions-section {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    position: center;
    text-align: center;
}
.content-footer {
  margin: 1px 0;
  position: relative;
  height: 180px;
  margin-top: relative;
  padding: 20px 0;
  text-align: center;
  background-color: #73A8C2;
  text-decoration: none;
}
.social > li {
  display: inline-block;
  margin: 0 5px;
}
.content-footer > p {
  color: #F7EDE1;
}
a {
    font-weight: bold;
    text-decoration: none;
    color: #F1C863;
}
  
@media only screen and (max-width: 5px) {
    .masthead {
        padding: 3em 0;
    }
    .content-footer {
        padding: 2em 2.5em;
        
  }
}
