* {
  box-sizing: border-box;
}
html, body {
  height: 100%;
  margin: 0;
  width: 100%;
}
body {
  background-color: #f9f9f9;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 0.95rem;
  line-height: 1.4;
  margin: 0 auto;
  max-width: 850px;
  padding: 20px;
}
body.home {
  background-color: #fff;
}
body.contact {
  background-color: #f9f9f9;
}
h1 {
  color: #555;
  padding-bottom: 10px;
}
h1 {
  font-size: 2em;
}
h2, h3 {
  border-bottom: 1px solid #ccc;
  color: #555;
  margin: 40px 0 30px;
  padding-bottom: 10px;
}
code {
  background-color: #eee;
  border-radius: 3px;
  padding: 2px 5px;
}
pre {
  background-color: #2d2d2d;
  border-radius: 5px;
  overflow-x: auto;
  padding: 15px;
}
ul {
  margin: 0 40px 0 20px;
}
blockquote {
  margin: 0 40px 0 50px;
}
hr {
  background: inherit;
  border: none;
  border-bottom: 1px solid #ccc;
  height: 1px;
  margin: 15px -30px;
  margin: 15px 0px;
}
.container {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 20px 30px;
  transition: all 1s ease-in;
  transition: background-color 2s 500ms;
}
.container.home {
  background-color: #fff;
  box-shadow: none;
}
.container.contact {}
img {
  width: 100%;
}
img.content {
  _align-items: center;
  _justify-content: center;
  display: flex;
  margin: auto;
  max-width: 555px;
  width: 100%;
}
img.content.home {
  max-width: 500px;
}
section#top {
  display: flex;
  justify-content: space-between;
}
section#top nav {
  font-size: 0.8rem;
  padding: 5px 0 0 0;
}
section#top a, section#top a:visited {
  color: #555;
  text-decoration: none;
}
section#top a:hover {
  color: crimson;
}
section#top nav#left, section#top nav#right {
  _width: 30%;
}
section#top nav#left {
  width: 80px;
}
section#top nav#right {
  text-align: right;
}
section#top.bottom {
  margin: 50px -30px -30px;
  padding: 15px 30px 30px;
}
section#links {
  border-top: 1px solid #ccc;
  font-size: 0.75rem;
  margin: 68px -30px 10px;
  padding: 30px 0 0;
  text-align: center;
}
body.home section#links {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-size: 0.75rem;
  margin: 48px -30px -20px;
  padding: 30px 0 30px;
  text-align: center;
}
section#links a, section#links a:visited {
  color: #888;
  text-decoration: none;
}
section#social {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  column-gap: 18px;
  display: flex;
  font-size: 2rem;
  justify-content: center;
  padding: 20px;
}
section#social a, section#social a:visited {
  color: crimson;
}
section#social a:hover {
  color: #aaa;
}
section#social.pure {
  border-top: 1px solid #ccc;
  margin: 0 -30px -20px;
}
section#social.pure a, section#social.pure a:visited {
  color: #aaa;
}
section#social.pure a:hover {
  color: crimson;
}
section#social.dry {
  border: none;
  margin: 10px 0 -25px;
}
section#social.dry a, section#social.dry a:visited {
  color: #aaa;
}
section#social.dry a:hover {
  color: crimson;
}
section.description {
  margin: 0;
  padding: 1px 40px 0 50px;
}
section.description table {
  border: 1px solid #ccc;
  border-collapse: collapse;
}
section.description table th, section.description table td {
  border: 1px solid #ccc;
  padding: 5px;
}
section#video iframe, section#video p {
  _align-items: center;
  _justify-content: center;
  display: flex;
  margin: auto;
  max-width: 560px;
  width: 100%;
}
section#video p.first {
  padding: 35px 0 5px;
}
section#video p {
  padding: 5px 0;
}
footer {
  color: #888;
  font-size: 0.75rem;
  padding: 30px 0;
  text-align: center;
}
footer a, footer a:visited {
  color: #888;
  text-decoration: none;
}
footer a:hover {
  color: #555;
  text-decoration: none;
}
