@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,900;1,400&family=Lora:ital,wght@0,400;0,700;1,400;1,700&display=swap");

body {
  background: #fff;
  color: #3c3c3c;
  font-family: "Lora", serif;
  font-size: 18px;
}

.regular {
  padding: 64px 0;
  max-width: 960px;
  margin: 0 auto;
}

.pegasas-jumbotron {
  background: url("../images/jumbotron-bg.jpg") #333333;
  background-size: cover;
  color: #FFF;
  padding: 96px 0;
  margin-bottom: 0;
}

.pegasas-jumbotron h1 {
  font-weight: 200;
  font-size: 5em;
  letter-spacing: .5em;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #000;
}

.pegasas-jumbotron small {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  letter-spacing: .5em;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #000;
}

.pegasas-container-mission {
  background-color: #44422d;
  color: white;
  line-height: 1.5em;
  letter-spacing: .2em;
  padding: 2em 0;
  border-top: 5px #445566 solid;
  border-bottom: 5px #445566 solid;
}

.pegasas-container-mission .yank-right {
  background-color: white;
  padding: 1em;
  float: right;
  border: 1px solid #3c3c3c;
}

.pegasas-container-footer {
  padding: 2em 0;
  background-color: #3c3c3c;
  color: #b8b8b8;
  font-size: 16px;
  line-height: 1.5em;
  font-family: "Lato", sans-serif;
}

.pegasas-container-footer .img-responsive {
  max-height: 150px;
}

.pegasas-container-footer a {
  color: #b8b8b8;
}

.pegasas-container-footer a:hover,
.pegasas-container-footer a:focus {
  color: #fff;
}

.pegasas-container-footer .copyright {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
  font-weight: 200;
  letter-spacing: 0em;
  margin: 0 0 32px -1px;
}

h1 { font-size: 60px; }
h2 { font-size: 42px; }
h3 { font-size: 28px; }
h4 { font-size: 20px; }
h5 { font-size: 16px; }
h6 {
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

h6 em {
  color: #b8b8b8;
  font-style: normal;
}

section header h1 {
  font-family: "Lato", sans-serif;
  line-height: 1;
  margin-bottom: 32px;
  letter-spacing: 0em;
  text-transform: uppercase;
  font-weight: 200;
}

section header h2 {
  font-size: 32px;
  font-weight: 200;
  margin-bottom: 64px;
  letter-spacing: 0em;
}

.read-more {
  margin-top: 96px;
  font-family: "Lato", sans-serif;
  text-align: center;
  display: block;
  color: #b8b8b8;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.read-more a {
  color: #445566;
}

.block {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.block h3 {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 5px;
  line-height: 1.5;
}

.block p {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  margin: 0;
}

.block a {
  color: #3c3c3c;
}

.block a:hover,
.block a:focus {
  text-decoration: none;
}

.block img {
  max-width: 100%;
}

.block img.small-image {
  border: 1px solid rgba(0, 0, 0, 0.05);
  float: right;
  margin: 3px 0 0 32px;
}

.block img.large-image {
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 16px;
}

.meta {
  color: #b8b8b8;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  margin: 0 0 64px;
}

.meta a {
  color: #005566;
  font-size: 14px;
  font-weight: bold;
  padding-top: 5px;
}

.meta .date {
  color: #3c3c3c;
  font-weight: bold;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.block .meta {
  margin: 5px 0 0;
}

.navbar-redwood {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  min-height: 60px;
  margin-bottom: 0;
}

.navbar-redwood .nav {
  color: #b8b8b8;
  font-family: "Lato", sans-serif;
  font-size: 12px;
}

.navbar-redwood .nav a {
  color: #b8b8b8;
  letter-spacing: .1em;
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  position: relative;
}

.navbar-redwood .nav a:before {
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: #b8b8b8;
  content: '';
  transition: all 100ms ease;
  opacity: 0;
}

.navbar-redwood .nav a:hover,
.navbar-redwood .nav a:focus {
  background: transparent;
}

.navbar-redwood .nav a:hover:before,
.navbar-redwood .nav a:focus:before {
  opacity: 1;
  bottom: 0;
}

.navbar-redwood .nav .active a {
  color: #b8b8b8;
  font-weight: bold;
  position: relative;
}

.navbar-redwood .nav .active a:before {
  bottom: 0;
  height: 2px;
  background: #b8b8b8;
  opacity: 1;
}

.navbar-redwood .navbar-brand {
  color: #b8b8b8;
  font-weight: 900;
  font-size: 16px;
  line-height: 20px;
  height: 60px;
  padding: 20px 15px;
  letter-spacing: .5em;
  font-family: "Lato", sans-serif;
}

.post-full-content {
  font-family: "Lora", serif;
  font-size: 18px;
  line-height: 32px;
}

.post-full-content p {
  margin: 0 0 32px;
}

.post-full-content p > a {
  color: #3c3c3c;
  text-decoration: none;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  position: relative;
  white-space: nowrap;
}

.post-full-content p > a:after {
  display: block;
  position: absolute;
  width: 100%;
  border-top: 1px solid #000;
  content: "";
  bottom: 0.1em;
  left: 0;
  z-index: -1;
}

.post-full-content blockquote {
  border: none;
  padding: 0;
  margin: 0 0 32px 0;
}

.post-full-content blockquote p {
  font-size: 28px;
  font-style: italic;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}

.post-full-content ul,
.post-full-content ol {
  margin-bottom: 32px;
}

.post-full-content li {
  margin-bottom: 16px;
}

.post-full-content img {
  max-width: 100%;
  margin-top: 10px;
}

.post-full-content p.caption {
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 14px;
  text-align: center;
  padding-top: 3px;
}

/* Ghost Koenig editor wide/full-width card support */
.kg-width-wide {
  position: relative;
  width: 85vw;
  min-width: 100%;
  margin: 0 calc(50% - 42.5vw);
}

.kg-width-full {
  position: relative;
  width: 100vw;
  min-width: 100%;
  margin: 0 calc(50% - 50vw);
}

.kg-width-wide img,
.kg-width-full img {
  max-width: 100%;
}

.tags {
  display: block;
  margin: 0 0 32px;
  padding: 32px 0 0;
  list-style: none;
}

.tags li {
  display: inline-block;
  margin-right: 10px;
}

.tags a {
  display: inline-block;
  background: rgba(0, 0, 0, 0.05);
  color: #445566;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 2px;
}

.special {
  font-family: "Lora", serif;
  margin-bottom: 64px;
}

.special small {
  display: block;
  font-family: "Lato", sans-serif;
  color: #b8b8b8;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 10px;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 0em;
  font-family: "Lato", sans-serif;
}

code {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 16px;
}

.centered {
  text-align: center;
}

footer.article-footer {
  background: #fafafa;
  padding: 32px 0;
}

#products-index {
  display: flex;
}

#products-by-group h3 {
  padding: 2rem 0 1rem;
  margin: 0;
}

#products-sidebar {
  margin-left: 2rem;
  padding: 2rem;
  min-width: 280px;
  background-color: #bdbdb6;
  border-top: 5px solid #44422F;
  border-bottom: 1px solid #44422F;
}

#products-by-group {
  flex-grow: 1;
}

@media (max-width: 768px) {
  #products-index {
    flex-direction: column;
  }
  #products-sidebar {
    margin-left: 0;
    margin-top: 2rem;
  }
}
