/*
* Copyright (c) 2023 Rafael da Silva Rocha.
* See /LICENSE and /COPYING for more information.
*
* Based on theme by Nikolai Bain originally available at Webflow.
* 
*/

#buying, #license, #docs-container, #products {
  scroll-margin-top: 100px;
}
code {
  background-color: #ddd;
}
hr {
  margin: 30px 0 40px 0;
}
.buying-info h3 {
  font-size: 1.4em;
}
.nav-bar {
  background-color: #333;
  color: #eee;
}
.nav-bar a {
  color: #eee;
}
.hero-grid .w-button {
  min-width: 300px;
  text-align: left;
}
.buy-now {
  display: block;
  margin-bottom: 10px;
}
.btc {
  font-size: 0.8em;
  font-family: monospace;
  color: #333;
  cursor: copy;
  white-space: pre;
  display: block;
}
.hero-grid .btc {
  font-size: 0.8em;
  white-space: pre;
}
.hero-link {
  text-decoration: underline;
}
.alternative-hero-link {
  display: none;
}
/*
.btc:hover {
  color: #000;
}
*/
.btc-last-update {
  margin-top: 10px;
  font-size: 0.8em;
  font-family: monospace;
  display: block;
  color: #555;
}
.rs-list {
  margin-top: 20px;
  font-size: 0.8em !important;
  color: #333 !important;
}
.btc-price-field {
  font-size: 0.8em;
  font-family: monospace;
}
.copy-icon {
  width: 16px;
  /*cursor: pointer;*/
  cursor: copy;
  position: relative;
  top: -2px;
  opacity: 0.7;
}
.hero-grid .copy-icon {
  top: -1px;
}
.copy-icon:hover {
  opacity: 0.8;
}
.mini-notice {
  font-size: 0.5em;
  font-family: sans-serif;
  letter-spacing: 0.7;
  position: relative;
  top: -1px;
}
.rs {
  display: block;
  margin: 2px 0;
  font-size: 0.9em;
  font-family: monospace;
  color: #000;
}
.wf-section a:hover {
  color: #000;
}
.wf-section .hero-grid a.button:hover {
  color: #fff;
}
.latest-release {
  background-color: #ddd;
  padding: 20px;
}
.latest-release h3 {
  margin: 0 0 10px 0;
  padding: 0;
}
.download-now {
  font-size: 0.8em;
  text-transform: uppercase;
  margin-left: 10px;
}
/* buy license block */
.licensing-about {
  font-family: "Courier New", monospace;
  font-size: 1em;
  /*width: 60%;*/
  width: 740px;
  color: #000;
}
.licensing-about h4,
.licensing-about h5,
.licensing-about p {
  font-size: 1em;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.licensing-about h4,
.licensing-about h5 {
  font-weight: bold;
  font-size: 1em;
}
.licensing-about h4,
.licensing-about p {
  margin: 0 0 20px 0;
}
.licensing-about h4 {
  margin: 0 0 20px 0;
  font-size: 1.2em;
}
.licensing-about ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 1em;
}
.licensing-about li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1em;
}
.licensing-about .btc {
  font-family: "Courier New", monospace;
  margin: 0 0 10px 0;
  font-size: 1em;
}

/** hero grid */
/** base definitions in default.css */
.hero-grid {
  -ms-grid-columns: 1fr 1.1fr;
  grid-template-columns: 1fr 1.1fr;
}
/* the main title and text on the left */
.shock-details {
  background-color: transparent;
  max-width: 500px;
}
.shock-details h1 a {
  color: #111;
}
.shock-details a:hover {
  color: #333;
}
/* the banner on the right */
.hero-illustration {
  margin-right: auto;
  margin-left: auto;
  mix-blend-mode: multiply;
  background-color: transparent;
}
.hero-illustration a {
  color: #111;
}
.hero-illustration a:hover {
  color: #333;
}

/* The big text on the front  */
.shock-paragraph {
  font-size: 4em;
  letter-spacing: -0.05em;
}
.inner-shock-paragraph {
  line-height: 1.3em;
}

/** hero colors */
.section.light-color-gradient {
  position: relative;
  background-color: #f5f6f7;
  background-image: linear-gradient(54deg, rgba(255, 131, 122, 0.25), rgba(255, 131, 122, 0) 28%), linear-gradient(241deg, rgba(239, 152, 207, 0.25), rgba(239, 152, 207, 0) 36%);
}
.section.daek-page-header {
  padding-top: 96px;
  padding-bottom: 32px;
  background-color: #1d1d1d;
  background-image: radial-gradient(circle farthest-corner at 0% 50%, rgba(255, 1, 1, 0.15), transparent 47%), radial-gradient(circle farthest-corner at 30% 150%, rgba(122, 167, 255, 0.32), transparent 58%);
  color: #fff;
}
.section.black-gradient {
  background-color: #1d1d1d;
  background-image: radial-gradient(circle farthest-corner at 0% 50%, rgba(255, 1, 1, 0.15), transparent 47%), radial-gradient(circle farthest-corner at 40% 130%, rgba(122, 167, 255, 0.41), transparent 58%);
  color: #fff;
}
.section.light-page-header {
  padding-top: 96px;
  padding-bottom: 32px;
  background-color: #f5f6f7;
  background-image: radial-gradient(circle farthest-corner at 0% 50%, rgba(255, 1, 1, 0.13), transparent 41%), radial-gradient(circle farthest-corner at 30% 150%, rgba(122, 167, 255, 0.24), transparent 54%);
}

/** media */

@media screen and (max-width: 900px) {
  .documentation-page {
    font-size: 0.9em;
  }
  hr {
    margin: 20px 0;
  }
  .documentation-page .presentation ul {
    font-size: 1.1em;
  }
  .documentation-page .presentation li {
    font-size: 1em;
  }
  .nav-bar {
    background-color: #333;
  }
  .logo-div {
    margin: 0 auto;
  }
  .nav-logo {
    color: #eee;
    font-size: 1.4em;
    display: inline-block;
  }
  .heading.h1 {
    font-size: 3em;
  }
  .hero-grid {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
  .alternative-hero-link {
    display: block;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    top: 10px;
  }
  /* The title and main links  */
  .shock-details {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .shock-details ul {
    font-size: 0.9em;
    list-style: none;
    /*list-style: square;
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    width: 80%;*/
    margin: 0;
    padding: 0;
  }
  /*.shock-details ul {
    text-align: left;
  }*/
  /* The big text on the front  */
  .hero-illustration {
    display: none;
  }
  .rs {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 767px) {
  .hero-illustration {
    display: none;
  }
  .footer-logo {
    padding-left: 0px;
  }
  .heading.h3 {
    float: none;
    clear: both;
  }
  .mobile-block {
    display: block;
    float: none;
    clear: both;
    width: 100%;
    white-space: nowrap;
  }
  .section-top {
    display: block;
    width: 100%;
  }
  .licensing-about {
    width: auto;
  }
  .licensing-about {
    font-size: 1.1em;
  }
  .licensing-about h4 {
    font-size: 1.2em;
  }
  .licensing-about .btc {
    font-size: 0.8em;
  }
  .feature-list li {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 991px) {
  .heading.h3 {
    float: none;
    clear: both;
    text-align: center;
  }
  .mobile-block {
    display: block;
    float: none;
    clear: both;
    width: 100%;
    white-space: nowrap;
  }
  .section-top {
    display: block;
    width: 100%;
  }
}
