html.drp,
button,
input,
select,
textarea,
.pure-g [class *="pure-u"] {
  /* Set your content font stack here: */
  font-family: 'Libre Baskerville', serif;
}

.nowrap,
.phone,
.email {
  white-space: nowrap;
}

.logo {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/*
.main {
  background: url(/images/789ae9ff.png);
  padding: 1em;
} */

.content {
  max-width: 56em;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 2em;
  background: white;
}

/* General formatting */
h2 {
  font-size: 2em;
}
h3 {
  background: #162353;
  color: white;
  font-size: 120%;
  font-weight: normal;
  margin: 2em 0 1em;
  padding: 0.5em;
}
a:not(.button-link) {text-decoration: none; color: #223782; font-weight: bold;}
a:not(.button-link):hover {text-decoration: none; color: #07b414;}

/* Class for loud orange headers (<h2>) */
.loud-head {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 2em;
  text-transform: none;
  letter-spacing: normal;
  margin: 2em 0 1em;
  color: #F57200;
}

/* Image slider on home page */

.slider {
  max-width: 512px;
  margin: 1em auto;
}

.slider ul {
  list-style: none outside none;
  padding-left: 0;
  margin-bottom: 0;
}

.slider li {
  display: block;
  margin-right: 6px;
}

.slider img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* Other parts of page */

a.pure-button-primary {
  background: #F57200;
  border-radius: 1em;
}

.hr-full {
  background: #162353;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  height: 1em;
  left: 50%;
  margin-top: 1em;
  margin-bottom: 1em;
}

.footer {
  font-size: smaller;
}


/* Media queries for bigger screens */

@media (min-width: 381px) {
  .logo {
    width: 381px;
  }
}

@media (min-width: 48em) {
  .logo {
    width: 476px;
  }
  .home-menu .pure-menu-selected {
      display: inline-block;
  }

}

@media (min-width: 62em) {
  /* We can align the logo to the left, but float the
    menu items to the right. */
  .logo {
    margin: 0;
    display: inline-block;
  }
  .home-menu {
    float: right;
    display: inline-block;
  }
  .content {
    clear: both;
  }
}
