body, html {
  font-family: 'Karla', monospace;
  line-height: 1.8;
  color: #333;
  font-size: 18px; }

a {
  transition: all 300ms ease-out;
  text-decoration: none;
  color: #333;
  border-bottom: 2px solid #1a91db; }
  a:hover {
    text-decoration: none;
    color: #1a91db;
    border-bottom-color: transparent; }
  a:focus, a:active {
    outline: 0;
    text-decoration: none;
    color: #1a91db; }
  a.no-border {
    border-bottom: 0; }

.button {
  background-color: #eee;
  border-radius: 3px;
  padding: .25rem .5rem;
  display: inline-block;
  border-bottom: 0;
  margin-bottom: 5px; }
  .button:hover {
    background-color: #1a91db;
    color: #fff; }
  .button.white {
    background-color: #fff; }
    .button.white:hover {
      background-color: #1a91db; }

img.dog-ceo {
  width: auto;
  height: auto;
  max-width: 100%; }

p {
  font-size: 24px;
  font-size: 1em;
  text-align: left;
  margin-bottom: 1em; }

.strapline {
  padding: 2em 0;
  margin-top: 6em;
  text-align: left; }
  .strapline h2, .strapline h1 {
    font-size: 1.6em; }
  .strapline h1 {
    line-height: 1.8em; }
  .strapline .tagline {
    padding-top: 1em;
    margin: 1em 0 0 0;
    display: inline-block;
    border-top: 3px solid #1a91db; }
  @media (max-width: 767px) {
    .strapline {
      padding: 1em;
      margin-top: 0; }
      .strapline h1, .strapline h2 {
        font-size: 1.4em; } }

.latest {
  padding: 2em;
  margin-top: 1em; }
  .latest h2 {
    text-align: left;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0; }
  .latest p {
    font-size: 1.2em; }

.business-advice {
  text-align: center;
  margin: 4em 0 0;
  padding: 4em 0;
  position: relative; }
  .business-advice:before {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background-color: #eee;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0; }
  .business-advice p {
    font-size: 1.2em;
    text-align: center; }
  @media (max-width: 767px) {
    .business-advice {
      padding: 4em 1em 0 1em; } }

footer {
  text-align: center;
  padding: 4em 0; }
  @media (max-width: 767px) {
    footer {
      padding: 2em 0; } }
  footer .social-links {
    margin: 0; }
    footer .social-links a {
      background-color: #1a91db;
      display: inline-block;
      padding: 10px 20px;
      border-radius: 3px;
      color: #fff;
      border-bottom: 0;
      margin-bottom: 5px; }
      footer .social-links a:hover {
        background-color: #1782c4; }
      footer .social-links a i {
        font-size: 36px;
        width: 48px;
        height: 40px;
        line-height: 40px;
        margin-right: 10px;
        padding-right: 10px;
        border-right: 1px solid rgba(255, 255, 255, 0.2); }
      footer .social-links a span {
        display: inline-block;
        vertical-align: top;
        text-align: left;
        line-height: 20px; }

.top-ten-tips {
  background-color: #f9f7e8;
  padding: 3em 4em;
  margin: 8em 0 2em 0;
  position: relative; }
  .top-ten-tips h1 {
    text-align: center;
    line-height: 2;
    font-weight: 700;
    margin: 0; }
    .top-ten-tips h1 span {
      font-size: 0.9em; }
  .top-ten-tips ol {
    font-size: 1.4em; }
    .top-ten-tips ol li {
      margin: 1em 0; }
  .top-ten-tips p {
    padding: 0;
    text-align: right;
    font-size: 1.4em; }
    .top-ten-tips p.signature {
      padding-top: 240px; }
    .top-ten-tips p a {
      border-bottom: 2px solid #1a91db; }
      .top-ten-tips p a:hover {
        border-bottom-color: transparent;
        color: #444; }
  @media (max-width: 1200px) {
    .top-ten-tips {
      padding: 3em 4em; } }
  @media (max-width: 767px) {
    .top-ten-tips {
      margin-top: 180px;
      padding: 2em 1em; }
      .top-ten-tips h1 {
        font-size: 1.4em;
        line-height: 1.8; }
        .top-ten-tips h1 span {
          font-size: 1em; }
      .top-ten-tips ol {
        font-size: 1.2em; }
      .top-ten-tips p {
        text-align: center; }
        .top-ten-tips p.signature {
          padding-top: 260px; } }

.portrait {
  position: absolute;
  top: -140px;
  left: -60px;
  max-width: 200px; }
  @media (max-width: 767px) {
    .portrait {
      top: -180px;
      left: 0;
      right: 0;
      margin: 0 auto;
      max-width: 160px; } }

.paw-print {
  max-width: 300px;
  transform: rotate(15deg);
  position: absolute;
  right: 0;
  bottom: 160px; }
  @media (max-width: 767px) {
    .paw-print {
      transform: none;
      max-width: 260px;
      right: 0;
      left: 0;
      margin: 0 auto; } }

.page {
  background-color: #f0f0f0;
  padding: 3em;
  margin: 3em 0; }
  .page .author {
    text-align: right;
    font-size: 1.4em; }
    .page .author img {
      margin: 2em 0; }
  @media (max-width: 767px) {
    .page {
      padding: 2em; } }

.vertical-nav {
  height: 100vh;
  overflow-y: scroll;
  background-color: #eee;
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  padding: 2rem;
  transition: left 600ms ease-in-out;
  z-index: 1; }
  .vertical-nav .logo {
    max-width: 120px;
    height: auto;
    margin-bottom: .5rem; }
  .vertical-nav h1 {
    margin: 1rem 0 0; }
  .vertical-nav ul {
    padding: 0;
    margin: 3rem 0; }
    .vertical-nav ul h3, .vertical-nav ul h4 {
      text-transform: uppercase;
      color: rgba(0, 0, 0, 0.4); }
    .vertical-nav ul li {
      width: 100%;
      list-style: none;
      padding: 0; }
      .vertical-nav ul li a {
        width: 100%;
        display: block;
        border-bottom: 1px solid #ccc;
        color: #333;
        padding: .5rem 0; }
        .vertical-nav ul li a:hover {
          border-bottom-color: #1a91db;
          color: #1a91db; }

.vertical-nav.active {
  left: 0; }

.api-side {
  width: 75%;
  position: absolute;
  height: 100vh;
  overflow-y: scroll;
  right: 0;
  padding-left: 4rem;
  padding-right: 2rem;
  padding-bottom: 4rem; }
  .api-side h3 {
    margin: 2rem 0;
    padding-top: 4rem;
    text-transform: uppercase; }
  .api-side h5 {
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
    font-size: 1rem;
    margin: 2rem 0 0; }
  .api-side p {
    margin: 1rem 0 0; }

.google-ad {
  margin-top: 4rem; }

.breeds-list ul {
  margin-bottom: 4rem; }
  .breeds-list ul li {
    margin-bottom: 1.5rem; }
    .breeds-list ul li h4 {
      text-transform: uppercase;
      margin: 0 0 .5rem 0;
      font-weight: 700;
      color: rgba(0, 0, 0, 0.5); }
    .breeds-list ul li p {
      margin: 0; }

.image-container {
  text-align: center; }

.breed-image {
  display: block;
  position: relative;
  width: 500px;
  height: 500px;
  margin: 2rem auto; }
  .breed-image img {
    margin: auto;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%; }

.breed-image-all {
  text-align: center; }
  .breed-image-all img {
    display: inline-block;
    margin: 10px;
    max-width: 600px;
    height: auto; }

.mobile-menu {
  display: none;
  width: 50px;
  height: 50px;
  background-color: #eee;
  text-align: center;
  line-height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2; }
  .mobile-menu i {
    font-size: 36px;
    line-height: 50px; }
  .mobile-menu a {
    border: 0;
    display: block; }

.demo {
  text-align: center; }
  .demo select,
  .demo option {
    font-size: 1.2rem;
    text-transform: capitalize; }
  .demo select {
    padding: .5rem; }
  .demo .button {
    background-color: rgba(26, 145, 219, 0.6);
    color: #fff; }
    .demo .button:hover {
      background-color: #1a91db; }

.demo-image {
  width: 100%;
  padding: 2rem;
  height: 500px;
  max-height: 500px;
  position: relative; }
  .demo-image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: calc(100% - 2rem);
    height: auto;
    width: auto;
    max-height: calc(500px - 4rem);
    margin: auto;
    display: block; }
  .demo-image a {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 140px; }

@media (max-width: 1024px) {
  .mobile-menu {
    display: block; }

  .vertical-nav {
    width: 100%;
    height: 100vh;
    left: -100%;
    padding-top: 4rem;
    padding-bottom: 1rem; }
    .vertical-nav .logo {
      max-width: 90px;
      height: auto;
      margin-bottom: .5rem; }
    .vertical-nav ul {
      margin: 1.5rem 0; }
    .vertical-nav h1,
    .vertical-nav p {
      margin-bottom: 0; }

  code {
    word-break: break-all; }

  .api-side {
    width: 100%;
    padding: 0 1rem 2rem 1rem; }

  .breed-image {
    width: 100%;
    height: 300px;
    margin: 1rem auto; }
    .breed-image img {
      max-width: 100%;
      height: auto;
      padding: 0; }

  .breed-image-all img {
    max-width: 100%;
    margin: 10px 0; }

  select {
    max-width: 100%; }

  .demo-image {
    padding: 1rem 0;
    max-height: 400px; }
    .demo-image img {
      max-width: 100%;
      max-height: calc(400px - 2rem); } }
@media (max-width: 767px) {
  .demo-image {
    max-height: 300px; }
    .demo-image img {
      max-height: calc(300px - 2rem); } }

