/* line 16, ../sass/style.scss */
html * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 20, ../sass/style.scss */
html {
  background: #eecfa0 url("../background-images/paper.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "IM Fell English", Sans-Serif;
  font-size: 20px;
}

/* line 28, ../sass/style.scss */
html,
body {
  height: 100%;
}

/* line 32, ../sass/style.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #a40000;
  font-family: "IM Fell English SC", Sans-Serif;
}

/* line 37, ../sass/style.scss */
p {
  font-size: 1.2em;
}

/* line 41, ../sass/style.scss */
a {
  color: #a40000;
}

/* line 45, ../sass/style.scss */
header {
  text-align: center;
  padding: 1em;
  overflow: hidden;
}

/* line 51, ../sass/style.scss */
nav {
  overflow: hidden;
}

/* line 54, ../sass/style.scss */
nav ul {
  padding: 0;
  margin: 0 auto;
  width: 50%;
  text-align: center;
  padding: 1em 0;
  overflow: hidden;
}

/* line 62, ../sass/style.scss */
nav ul li {
  display: inline;
  list-style: none;
  padding: 0 1em;
}

/* line 67, ../sass/style.scss */
nav ul li a {
  color: #a40000;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
}

/* line 77, ../sass/style.scss */
article {
  padding: 2em;
  line-height: 1.7em;
}

/* line 82, ../sass/style.scss */
.landingPage-Container {
  width: 100%;
}

/* line 86, ../sass/style.scss */
.landingPage-BlessedSacrament,
.landingPage-Bosco {
  float: left;
  width: 50%;
  text-align: center;
  padding: 1%;
  overflow: auto;
}

/* line 93, ../sass/style.scss */
.landingPage-BlessedSacrament h2,
.landingPage-BlessedSacrament h3,
.landingPage-Bosco h2,
.landingPage-Bosco h3 {
  color: inherit;
}

/* line 98, ../sass/style.scss */
footer {
  text-align: center;
  padding-top: 1em;
}

@media (max-width: 80em) {

  /* line 104, ../sass/style.scss */
  html {
    font-size: 13px;
  }
}