  
  html, body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  }
  
  /*.hero.is-info {
    background-color: rgb(245, 248, 248); 
    
    linear-gradient(
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5)
      ), url('https://unsplash.it/1200/900?random') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }*/
  
  
  .hero .nav, .hero.is-success .nav {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  
  .head-color {
    background-color: #0099FF; 
    background-color: hsl(204, 86%, 53%);
  }
  
  #gear-title {
    padding: 1rem 0 0 0;
  }

  .inspiration-title {
    padding: 1rem 0 0 0;
  }
  
  .footer {
    background-color: #0099FF; 
    background-color: hsl(204, 86%, 53%);
  }

  .footer-blog {
    background-color: tomato;
  }
  
  .linkz p {
    color: black;
  }
  
  .linkz a {
    color: black;
  }
  
  .linkz a:hover {
    color: white;
  }

  #contact-vertical {
    align-items: flex-start;
  }
  
  #mobile-top-button {
    display: none;
  }
  
  /* Large devices (laptops/desktops, 992px and up) */
  @media only screen and (min-width: 992px) {
    #model-12-text-padding {
        padding-right: .5em;
    }
    #model-12-pic {
        max-width: 200px;
    }
  }

  @media screen and (max-width: 769px) {
    #sidebar {
        display: none !important;
    }
    #model-12-padding {
      padding-top: 2em;
    }
    #desktop-top-button {
      display: none !important;
    }
    #mobile-top-button {
      display: block;
    }
    #dawless-updates-bar {
      padding-top: 2em;
    }
}