body {
  background: #eee;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12pt;
  margin: 0;
  padding: 0;
}
.logo-container {
  margin: 50px auto 0 auto;
  width: 25%;
}
.info {
  text-align: center;
  font-size: 30px;
  max-width: 50%;
  min-width: 400px;
  margin: 0 auto;
}
.btn {
  border: 2px solid #cc3333;
  border-radius: 5px;
  text-decoration: none;
  padding: 10px 20px;
  margin: 0 0.5em;
  color: #cc3333;
}
.btn a {
  text-decoration: none;
  color: inherit;
}
.btn:hover {
  color: white;
  background: #cc3333;
}
.hero {
  margin: 60px 0;
}
.navigation {
  background: white;
  padding: 0 1em;
  line-height: 64px;
}
.navigation:after {
  content: '';
  display: block;
  clear: both;
}
.navigation .home-link {
  color: black;
  text-decoration: none;
}
.navigation .logo {
  height: 48px;
  padding: 8px;
  float: left;
  margin-right: 0.5em;
}
.navigation h1 {
  float: left;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 32px;
}
.navigation h2 {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 32px;
  color: #666;
  font-weight: normal;
}
.navigation .pages {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
.navigation .pages > li {
  margin: 0;
  padding: 0;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14pt;
}
.navigation .pages > li a {
  color: #cc3333;
  text-decoration: none;
  line-height: 64px;
  display: block;
  padding: 0 1em;
}
.navigation .pages > li a:hover {
  border-bottom: 4px solid #cc3333;
  height: 61px;
}
.wp-plugin header {
  color: white;
  text-align: center;
  background-size: cover;
  background-position: center;
}
.wp-plugin header .header-inner {
  padding: 80px 20px;
  background: rgba(61, 15, 15, 0.7);
}
.wp-plugin header .header-inner h1 {
  margin: 0;
  font-weight: normal;
  font-size: 40px;
  text-shadow: 3px 0 20px black, -3px 0 20px black;
}
.wp-plugin header .header-inner .cta {
  margin-top: 50px;
  text-align: center;
}
.wp-plugin header .header-inner .cta .btn {
  border-color: white;
  color: white;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
}
.wp-plugin .body {
  margin: 20px auto;
  max-width: 960px;
}
.wp-plugin .body .intro {
  color: #444;
  font-style: italic;
  max-width: 600px;
  margin: 100px auto;
}
.wp-plugin .body > div::after {
  content: ' ';
  height: 1px;
  clear: both;
  display: block;
}
.wp-plugin .body .features .features-image {
  float: right;
  border: 1px solid white;
  box-shadow: 0 0 0 1px #ccc;
  margin-left: 20px;
}
.wp-plugin .body .features ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-plugin .body .features ul > li {
  margin: 20px 0;
  padding: 0;
}
.wp-plugin .cta {
  margin-top: 50px;
  text-align: center;
}
.wp-plugin.wp-upcoming header {
  background-image: url(/img/f9up-header-bg.jpg);
}
.wp-plugin.wp-upcoming.wp-plugin-docs .content {
  display: flex;
  flex-direction: row;
}
.wp-plugin.wp-upcoming.wp-plugin-docs .content > .toc {
  flex: 0;
  flex-basis: 300px;
  padding-top: 10px;
  padding-right: 20px;
}
.wp-plugin.wp-upcoming.wp-plugin-docs .content > .toc ul {
  margin: 0;
  padding-left: 10px;
  list-style: none;
}
.wp-plugin.wp-upcoming.wp-plugin-docs .content > .toc li {
  border-top: 1px solid #ddd;
  margin: 0;
}
.wp-plugin.wp-upcoming.wp-plugin-docs .content > .toc a {
  text-decoration: none;
  color: black;
  padding: 10px 10px;
  display: block;
}
.wp-plugin.wp-upcoming.wp-plugin-docs .content > .toc > ul > li:first-child {
  border-top: 0;
}
.wp-plugin.wp-upcoming.wp-plugin-docs .content > .body {
  flex: 1;
}
.page .centered {
  text-align: center;
}
.page .centered .card {
  margin-top: 60px;
}
.page .centered .card .email {
  border: 2px solid #cc3333;
  border-radius: 5px;
  text-decoration: none;
  padding: 10px 20px;
  color: #cc3333;
  display: inline-block;
  font-size: 150%;
}
.page .centered .card .email:hover {
  color: white;
  background: #cc3333;
}
.page .centered .card .email a {
  text-decoration: none;
  color: inherit;
}
.page .centered .card .email i {
  padding-right: 0.5em;
  font-size: 120%;
}
@media screen and (max-width: 900px) {
  .hero {
    margin: 80px 0;
  }
}
@media screen and (max-width: 600px) {
  .navigation h1 {
    display: none;
  }
  .navigation .pages {
    float: none;
    text-align: center;
  }
  .navigation .pages > li {
    font-size: 12pt;
  }
  .navigation .pages > li a {
    padding: 0 0.5em;
  }
  .info {
    font-size: 22px;
  }
  .hero {
    margin: 60px 0;
  }
}
