.navbar {
  border-bottom: 1px solid #21d3a8; }

.navbar-toggler-icon {
  background-image: url(/images/menu-icon.png);
  background-size: 32px 32px; }

a.navbar-brand {
  border-bottom: none; }

li.nav-item.dropdown.show {
  text-align: center; }

h1 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  font-family: Noto Sans;
  color: #082659;
  padding-bottom: 0.25em; }

h2 {
  font-family: Noto Sans;
  font-size: 18px;
  color: #4a4a4a;
  text-align: center;
  padding-bottom: 0.5em; }

h3 {
  font-family: Noto Sans;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  color: #4a4a4a;
  margin-top: 0.5em;
  margin-bottom: 1em; }

.feature-details {
  font-family: Noto Sans;
  font-weight: normal;
  color: #4a4a4a;
  text-align: justify;
  font-size: 14px;
  padding-left: 1em;
  padding-right: 1em;
  min-height: 5em; }

.feature-image {
  padding-top: 1em;
  padding-bottom: 1em;
  width: 45px; }

.feature-screenshot {
  padding-top: 1em; }

.section-container {
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em; }

.section-details {
  font-family: Noto Sans;
  font-weight: normal;
  color: #4a4a4a;
  text-align: center;
  font-size: 14px;
  padding-left: 1em;
  padding-right: 1em;
  max-width: 600px;
  margin: 0 auto; }

.section-code {
  font-family: 'Roboto Mono', monospace;
  color: #ffffff;
  background-color: #000000;
  border-radius: 8px;
  font-size: 14px;
  padding: 10px 20px 10px 20px;
  max-width: 600px;
  margin: 0 auto 1em auto;
  text-align: left; }

.section-image {
  margin-top: 0.5em;
  margin-bottom: 1.5em; }

.section-blue {
  background-color: #082659; }

.section-green {
  background-color: #21d3a8; }

.section-blue h1 {
  color: #bbdefb; }

.section-green h1 {
  color: #082659; }

.section-blue p,
.section-blue h2,
.section-green p,
.section-green h2 {
  color: #ffffff; }

.section-blue a,
.section-green a {
  color: #ffffff; }

ul.special-icons {
  margin: 0em;
  padding: 0em;
  list-style: none;
  text-align: left; }

ul.special-icons > li {
  position: relative;
  padding: 0.50em 0em 0.50em 0em; }

ul.special-icons > li:before {
  position: absolute;
  left: 0;
  top: 2em;
  display: block;
  background: none;
  font-size: 2em;
  border-radius: 5px; }

ul.special-icons > li:first-child {
  border-top: none; }

ul.special-icons h3 {
  margin-bottom: 0.80em;
  line-height: 2em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2em; }

ul.special-icons span {
  line-height: 190%; }

ul.special-icons .fa {
  display: inline-block;
  padding-right: 1em;
  font-size: 1.25em;
  color: #21d3a8;
  width: 2em; }

ul.special-icons p {
  padding-left: 2.5em;
  min-height: 8em; }

ul.special-icons img {
  width: 100%; }

#copyright {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 70%;
  color: #ffffff;
  background-color: #000000; }

.post-title {
  text-align: left;
  font-weight: bold;
  margin-top: 2em;
  border-top: 1px solid #41ffd1;
  padding-top: 2em; }

.post-title:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none; }

.post-date {
  font-size: 80%; }

.blog-post img {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block; }

.faq-title {
  text-align: left; }

.title-container {
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 1em; }

.title-container h1 {
  padding: 0; }

.section-container p:last-child,
.title-container h1:last-child {
  margin-bottom: 0; }

a {
  color: #082659; }

img[src$="#screenshot"] {
  width: 320px;
  display: block;
  margin: 0.7rem auto;
  max-width: 90%; }

img[src$="#double-screenshot"] {
  width: 640px;
  display: block;
  margin: 0.7rem auto;
  max-width: 90%; }

img[src$="#x2screenshot"] {
  width: 420px;
  display: block;
  margin: 0.7rem auto;
  max-width: 90%; }

a {
  text-decoration: none;
  border-bottom: 1px dotted; }

a.nav-link {
  text-decoration: none;
  border-bottom: none; }

a:hover {
  text-decoration: none; }

.intro-container {
  padding-top: 2em; }
  .intro-container h1 {
    font-weight: bold;
    font-size: 36px;
    color: #082659;
    text-align: center;
    padding: 0;
    margin-bottom: 20px; }
  .intro-container h2 {
    font-weight: bold;
    font-size: 18px;
    color: #7A7A7A;
    text-align: center;
    padding: 0;
    margin-bottom: 20px; }
  .intro-container div.download {
    text-align: center;
    margin-bottom: 20px; }
    .intro-container div.download a {
      padding: 0; }
  .intro-container p.pricing {
    font-weight: normal;
    font-size: 13px;
    color: #292929;
    text-align: center;
    margin-bottom: 20px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto; }
  .intro-container div.screenshots {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 20px; }
    .intro-container div.screenshots img {
      margin-left: 10px;
      margin-right: 10px; }

div.features ul.special-icons p {
  padding-left: 0; }

div.features ul.special-icons h3 {
  margin-bottom: 10px; }

div.features a img {
  margin-bottom: 10px; }
