/**
*  Publish Foundation theme
*  Copyright (c) John Sundell 2019
*  MIT license, see LICENSE file for details
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
/*    background: #eee;*/
    background-color: rgb(256, 256, 256);
    color: #222222;
    font-family: -apple-system-body, Helvetica, Arial;
    font-size: 21px;
    font-weight: lighter;
    text-align: center;
    margin-left: 13px;
    margin-right: 13px;
}

body,
header .site-name {
    color: black;
}

.wrapper {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    text-align: left;
}

header {
    background-color: #eee;
}

header .wrapper {
    padding-top: 34px;
    padding-bottom: 30px;
    text-align: center;
}

header .banner {
    padding-top: 1em;
    padding-left: 1em;
    text-align: left;
}

header a {
    text-decoration: none;
}

header .site-name {
    font-size: 1.5em;
    color: #000;
    font-weight: bold;
}

nav {
    margin-top: 20px;
}

nav li {
    display: inline-block;
    margin: 0 7px;
    line-height: 1.5em;
}

nav li a.selected {
    text-decoration: underline;
}

h1 {
    font-family: -apple-system-body, Helvetica, Arial;
    font-weight: lighter;
    color: black;
    margin-bottom: 21px;
    font-size: 34px;
}

.script {
    font-family: bradley hand, cursive;
    font-weight: bold;
    font-size: 55px;
    color: #004F48;
    margin-left: 13px;
}

h1 a {
    text-decoration: none;
}

h2 {
    font-family: -apple-system-body, Helvetica, Arial;
    font-weight: lighter;
    font-size: 29px;
    color: #004F48;
    margin-bottom: 8px 0;
}

h3 {
    font-family: -apple-system-body, Helvetica, Arial;
    font-weight: normal;
    font-size: 26px;
    color: #004F48;
    margin-top: 34px;
    margin-bottom: 5px;
}

p {
    margin-bottom: 10px;
}

a {
    color: inherit;
}

.description {
    margin-bottom: 40px;
}

.item-list > li {
    display: block;
    padding: 20px;
    padding-left: 0px;
    border-radius: 20px;
/*    background-color: #eee;*/
    margin-bottom: 20px;
}

.item-list > li:last-child {
    margin-bottom: 0;
}

.item-list h1 {
    margin-bottom: 15px;
    font-size: 1.3em;
}

.item-list p {
    margin-bottom: 0;
}

.tag-list {
    margin-top: 15px;
}

.tag-list li,
.tag {
    display: inline-block;
    background-color: #000;
    color: #ddd;
    padding: 4px 6px;
    border-radius: 5px;
    margin-right: 5px;
}

.tag-list a,
.tag a {
    text-decoration: none;
}

.item-page .tag-list {
    display: inline-block;
}

.content {
    margin-bottom: 40px;
}

.browse-all {
    display: block;
    margin-bottom: 30px;
}

.all-tags li {
    font-size: 1.4em;
    margin-right: 10px;
    padding: 6px 10px;
}

footer {
    color: #8a8a8a;
}

/* For now, just always show a dark theme */
/*@media (prefers-color-scheme: dark) {*/
/*    body {*/
/*        background-color: rgb(36, 36, 38);*/
/*    }*/
/**/
/*    body,*/
/*    header .site-name {*/
/*        color: #ddd;*/
/*    }*/
/**/
/*    .item-list > li {*/
/*/*        background-color: #333;*/*/
/*    }*/
/**/
/*    header {*/
/*        background-color: #000;*/
/*    }*/
/*}*/

@media(max-width: 600px) {
    .wrapper {
        padding: 40px 20px;
    }
}

pre {
    margin-bottom: 1.5em;
    background-color: #1a1a1a;
    padding: 16px 0;
}

pre code {
    font-family: monospace;
    display: block;
    padding: 0 20px;
    color: #a9bcbc;
    line-height: 1.4em;
    font-size: 0.95em;
    overflow-x: auto;
    white-space: pre;
    -webkit-overflow-scrolling: touch;
}

pre code .keyword {
    color: #e73289;
}

pre code .type {
    color: #8281ca;
}

pre code .call {
    color: #348fe5;
}

pre code .property {
    color: #21ab9d;
}

pre code .number {
    color: #db6f57;
}

pre code .string {
    color: #fa641e;
}

pre code .comment {
    color: #6b8a94;
}

pre code .dotAccess {
    color: #92b300;
}

pre code .preprocessing {
    color: #b68a00;
}

.content > img {
    width: 380px;
/*    height: 0.5;*/
}

hr.divider {
 margin: 20px;
 border-width: 2px;
}

div.feature {
    margin: auto;
    max-width: 610px;
    margin-bottom: 55px;
    text-align: left;
}

img.icon {
    width: 50px;
    float: left;
    margin: 21px;
    vertical-align: top;
}

img.smallicon {
    width: 25px;
    float: right;
    margin: 21px;
    vertical-align: center;
/*    background-color: blue;*/
}

.contacts .listItem img.smallicon {
    float: left;
}

.listItem a:link {
    text-decoration: none;
}

.blurb {
    margin-top: 21px;
}

div.plans {
    margin: auto;
    max-width: 610px;
    margin-bottom: 55px;
/*    background-color: orange;*/
/*    text-align: left;*/
}

div.listItem {
    margin: auto;
    max-width: 610px;
/*    margin-bottom: 55px;*/
    text-align: left;
/*    background-color: red;*/
}

img.hero {
    width: 256px;
    margin: 55px;
/*    float: right;*/
}

.store_badge {
    display: flex;
    justify-content: right;
    align-items: right;
    padding: 21px;
}

img.screenshot {
/*    max-width: 25%;*/
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.top_logo {
    width: 144px;
    margin: 21px;
    float: right;
}

.sections li {
    display: inline;
    padding: 5px;
}

.paywall {
    margin: auto;
    margin-bottom: 55px;
    max-width: 555px;
    text-align: left;
}

.paywall h3{
    margin-top: 13px;
}

ul li {
    margin-left: 42px;
}


li ul li {
    margin-left: 47px;
}

.section {
    margin: auto;
    max-width: 610px;
    padding: 34px;
    padding-right: 34px;
    margin-bottom: 55px;
    margin-top: 21px;
    text-align: left;
}

.section_content {
    max-width: 610px;
    margin-bottom: 55px;
    margin-top: 21px;
    text-align: left;
}

form input {
    min-height: 2.62em;
    padding-left: 0.62em;
    width: 100%;
    
    font-size: 1em;
}

/*form input[type="text"] {*/
/*    width: 100%;*/
/*}*/
/**/
/*form input[type="email"] {*/
/*    width: 100%;*/
/*}*/

form input[type="submit"] {

    width: 38%;

    background-color: rgb(217, 189, 80);
    border: none;
    color: rgb(36, 36, 38);
    
    font-family: -apple-system-body, Helvetica, Arial;
    font-weight: bold;
    font-size: 21px;

    float: right;
    
    padding: 15px 30px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}

form textarea {
    width: 100%;
    height: 233px;
    
    font-size: 1em;
}

form select {
    width: 100%;
    min-height: 2.62em;
}

.site_link {
    margin: auto;
    max-width: 610px;
    text-align: center;
    margin-top: 13px;
}

