@charset "UTF-8";
body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-feature-settings: "kern", "liga=1, dlig=1", "salt";
  -ms-font-feature-settings: "kern", "liga", "dlig", "salt";
  -webkit-font-feature-settings: "kern", "liga", "dlig", "salt";
  -o-font-feature-settings: "kern", "liga", "dlig", "salt";
  font-feature-settings: "kern", "liga", "dlig", "salt";
  font-size: 16px;
  text-rendering: optimizeLegibility;
  background-color: #ede5d9;
  font-family: "PT Serif", Georgia, Times, "Times New Roman", serif;
  color: #404040;
}

body a {
  color: #c72323;
  white-space: nowrap;
  padding-bottom: 0px;
  position: relative;
  text-decoration: none;
}

body a:hover {
  color: #c72323;
  text-decoration: none;
}

body a:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #c72323;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.4s;
  -moz-transition: opacity 0.5s, -moz-transform 0.4s;
  transition: opacity 0.5s, transform 0.4s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
}

body a:hover::after,
body a:focus::after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform: scaleX(1);
}

body p {
  line-height: 1.5;
}

body h1 {
  font-weight: 600;
  font-size: 2.5em;
}

body h2 {
  margin-top: 0em;
  font-size: 1.25em;
  margin-bottom: 1.25em;
}

.main {
  background-color: #f7f3ee;
  border: 1px solid #decfba;
  margin-top: 16px;
  padding: 16px;
  border-radius: 10px;
  border-top: 4px solid #c72323;
}

@media (min-width: 1200px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 750px;
  }
}

header {
  margin-bottom: 1em;
}

footer {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: .9em;
  color: #795f39;
}
