

body {

padding: 0;
margin: 0;
font-family: 'Open Sans', sans-serif;
font-size: 10px;
background-image: url("bg2.jpg");
background-size: cover;
background-repeat: repeat-y;
background-attachment: fixed;
}
.menu-container {
    display: flex;
    justify-content: center;
    padding: 12px;
    text-align: center;
    background: #997970;
    color: #fff;
}
.menu-container ul {
    display: flex;
    justify-content: space-around;
    font-size: 24px;
    max-width: 400px;
    padding: 0;
    margin: 0;
    width: 100%

}

iframe {
  font-size: 10px;
  border: 0;
  width: 90%;
  height: 40em;
}

p {
 margin: 6px 0;
}

p.additional_info {
  margin: 0;
}

.coordinator { display: flex; flex-direction: column;}
.coordinator span {font-size: 1.4em; text-align: center; margin-bottom: 0.2em; }
.coordinator span:last-child { margin-bottom: 0.8em; }


.event-details {min-width: 50em; font-size: 1.6em; display: flex; flex-direction: column; text-align:center; justify-content: center; z-index: 1; cursor: pointer; margin-top: 0.375em; margin-bottom: 0.375em;  }
.event-details .extended-details { display: none; text-align: center; flex-direction: column; padding-bottom: 1.6em; border-bottom: 0.1em solid #cdcdcd; }
.event-details.toggled .extended-details { display: flex; }

.event-details.toggled span { font-weight: 600 }
.event-details .address { margin-top: 1.6em; }


.header {
    background: url("altar2.jpg");

    height: 200px;
    width: 100%;
}


.menu-container ul li {
    display: inline-block;
}

p.about {
  width: 50%;
  font-size: 1.6em;
}

.footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  line-height: 1;
  height: 4.2em;
}
.footer a {
  padding: 0 0.5em;
  display: flex;
  font-size: 1.2em;
}

.wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: none;
}

.scroll-wrap > span {
    font-size: 1.4em;
    font-style: italic;

}

.scroll-wrap {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    align-items: center;
    position: fixed;
    bottom: 4.2em;
    left: 0;
    right: 0;
    top: 0;
}

h1 {
   font-size: 2.4em;
}

h2 {
    font-size: inherit;
    margin: 0;
    margin-top: 1.43em;
}
h2:first-of-type {
  margin-top: 0.83em;
}

h3 {
  font-size: inherit;
  margin: 0;
  text-align: center;
}

h3 span {
  font-size: 1.6em;
}

h2 span {
  font-size: 2em;
}
a {
  color: #000;
}
@media only screen and (max-width: 600px) {
  body {
    width: 100%;
    padding: 1.2em;
    box-sizing: border-box;
    background-position: -200px;
  }
  .event-details {
    min-width: 0;
    font-size: 1.4em;
  }

  iframe {
    font-size: 10px;
    width: 95%;
    height: 25em;
  }

  .footer {
    left: 0;
  }
  .footer a {
    padding: 0 0.4em;
  }

  .scroll-wrap {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }

  .scroll-wrap.about {
    padding: 0 1.2em;
  }

  p.about {
    font-size: 1.4em;
    width: 100%;
  }

  h1 {
    font-size: 2em;
    text-align: center;
  }
  h2 span {
    font-size: 1.6em;
  }

  h3 span {
    font-size: 1.4em;
  }


}
