/*** 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: #fff; color: #000; font-family: "Proxima Nova", Verdana, Arial, sans-serif; text-align: center;}.wrapper { max-width: 900px; margin-left: auto; margin-right: auto; padding: 40px; text-align: left;}.app-icon { max-width: 60px; height: auto; border-radius: 13px; margin-right: 16px; vertical-align: middle;}.in-app-container .wrapper { padding-top: 0px;}.page-header { font-size: 0.8em; font-style: italic; display: block; padding-bottom: 40px;}header { background-color: #eee;}header .wrapper { padding-top: 30px; padding-bottom: 30px; display: inline-box;}header a { text-decoration: none;}header .site-name { color: #000; white-space: nowrap; column-gap: 10px;}.site-name .app-title { font-weight: bold; font-size: 1.5em;}.site-name .app-description { font-weight: normal; font-size: 0.8em;}nav { margin-top: 20px;}nav li { display: inline-block; line-height: 1.5em;}nav li a { padding: 4px 6px; border-radius: 5px; margin-right: 10px;}nav li a:hover { background-color: #333333;}nav li a.selected { background-color: #635ba0; color: #ffffff;}h1 { margin-bottom: 20px; font-size: 2em;}h2 { margin: 20px 0;}p { margin-bottom: 10px;}a { color: inherit;}.vstack { display: flex; flex-direction: column; justify-content: space-around; align-items: start;}.hstack { display: flex; justify-content: space-between; align-items: center;}.download-button { float: right; text-align: center;}.download-button img { max-width: 120px; height: auto; margin-right: 16px; vertical-align: middle;}.twitter-follow-button { height: auto; margin-top: 20px; margin-right: 16px; vertical-align: middle;}.download-button-title { font-size: 1em; font-weight: bold;}.download-button-subtitle { font-size: 0.5em; font-weight: normal;}.item-list > li { display: block; padding: 20px; border-radius: 20px; background-color: #eee; margin-bottom: 20px;}.inline-page.item-list > li { display: block; padding: 0px; border-radius: 0px; background-color: transparent; margin-bottom: 20px; border-top: 1px solid rgba(0, 0, 0, 0.5); padding-top: 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;}.item-list .item-date { font-size: 0.7em; font-weight: bold; text-decoration: none; background-color: #2566ca; color: #fff; padding: 4px 6px; border-radius: 5px; margin-right: 20px;}.inline-page .item-date { font-weight: normal; background-color: transparent; color: #aaa; padding: 0px;}.tag-list { margin-bottom: 0px;}.tag-list li,.tag { display: inline-block; background-color: #000; color: #ddd; padding: 4px 6px; border-radius: 5px; margin-top: 10px; margin-right: 5px;}.tag-list a,.tag a { text-decoration: none;}.item-page .tag-list { display: inline-block;}.content { margin-bottom: 40px;}.content ul { padding-left: 18px; padding-top: 5px; padding-bottom: 15px;}.item-content { margin-bottom: 20px;}.item-content ul { padding-left: 18px; padding-top: 10px; padding-bottom: 10px;}.item-content-footer {}.browse-all { display: block; margin-bottom: 30px;}.all-tags li { font-size: 1.4em; margin-right: 10px; padding: 6px 10px;}footer { color: #8a8a8a;}ul.carousel { overflow: auto; white-space: nowrap; background-color: rgba(0, 0, 0, 0.5); padding: 40px 40px;}ul.carousel li { display: inline-block; padding: 0 20px;}ul.carousel li div { width: 200px; display: flex; flex-direction: column; justify-content: start; align-items: center; row-gap: 10px;}ul.carousel .carousel-image { width: 178px; height: 385px; border-radius: 13px; box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);}ul.carousel .carousel-caption { width: 100%; word-break: break-word; text-align: center; white-space: normal;}@media(max-width: 320pt) { .site-name .app-title { font-size: 1em; } .site-name .app-description { font-size: 0.5em; } .download-button-title { font-size: 0.8em; font-weight: bold; } .download-button-subtitle { font-size: 0.5em; font-weight: normal; }}@media(max-width: 375pt) { .site-name .app-title { font-size: 1.2em; } .site-name .app-description { font-size: 0.7em; } .download-button-title { font-size: 1em; font-weight: bold; } .download-button-subtitle { font-size: 0.5em; font-weight: normal; }}@media (prefers-color-scheme: dark) { body { background-color: #635ba0; } body, header .site-name { color: #ffffff; } .item-list > li { background-color: rgba(0, 0, 0, 0.5); } .inline-page.item-list > li { background-color: transparent; } header { background-color: #000; } .in-app-container { background-color: #4a447b; }}@media(max-width: 600px) { .wrapper { padding: 40px 20px; }}