/*
    All the reset you really need
*/
* {
    margin: 0;
    padding: 0;
}

/*
    Colors 
    Todo: Light an Dark Schemes Defined
*/

//pink
.color-pink {
    color: #F67280;
}

//pink dark
.color-pink-dark {
    color: #76373E;
}

//green
.color-green-dark {
    color: #7BC347;
}

/*
    Basic element styles
*/
html {
    font-size: 62.5%;
}

body {
    font-size: 20px;
    font: 2rem/1.3 "puritan", "Helvetica Neue", sans-serif;
    color: #444;
}

figure.right {
    float: right;
    margin: .5rem 0 2ex 2rem;
    width: 40%;
}

figure.left {
    float: left;
    margin: .5rem 2rem 2ex 0;
    width: 40%;
}

figure img,
img {
    display: block;
    margin-top: 4px;
    max-width: 100%;
    height: auto;
}

.clearing {
    clear: both;
    position: relative;
}

.block {
    display: block;
    margin: 1ex 0 0 0;
}

article {
    display: block;
    margin: 0;
}

p,
hr,
ul,
ol,
blockquote,
figure img {
    margin: 0 0 2.2rem 0;
}

.footnote {
    font-size: .7em;
}

.footnotes {
    border-top: 1px solid #ccc;
    padding: 20px 0;
}

strong,
b {
    font-family: puritan, "Helvetica Neue", sans-serif;
    font-weight: 700;
}

i,
em {
    color: #333
}

::-moz-selection {
    background: #abbc37;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #abbc37;
    color: #fff;
    text-shadow: none;
}

#pageCtrl li {
    list-style-type: none;
    display: inline-block;
}

/* 

    Typography to move here
    Note 

*/
h1 {
    font-size: 3.6em;
    margin: 0 0 1.6rem 0;
}

h2 {
    font-size: 3.2em;
}

h3 {
    font-size: 2.8rem;
}

h4 {
    font-size: 2.4rem;
}

/*
    Basic structural layout 
    Note: Margins and Padding to be Harmonized
*/

header,
main,
footer {
    max-width: 940px;
    margin: 0 auto;
    position: relative;
    padding: 1ex 1rem;
}

header {
    border-bottom: 20px solid #efefef;
}

header dt {
    font-family: "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
    font-weight: 900;
    height: auto;
    bottom: 58px;
    left: -33px;
    position: absolute;
}

header dl {
    position: relative;
    height: 140px;
    margin-bottom: .8rem;
}

header dt a {
    display: block;
    width: 80px;
    position: absolute;
    color: #333;
    text-decoration: none;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.ie header dt {
    left: 0;
    bottom: 4ex;
}

header dd {
    font-family: "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    max-width: 245px;
    position: absolute;
    bottom: 0;
    left: 35px;
    font-size: 1.8rem;
    line-height: 1.25;
}

.ie header dd {
    left: 0px;
}

header a,
main a {
    text-decoration: none;
    border-bottom: 1px dotted #999;
    color: #666;
}

header a:hover,
main a:hover,
.subscribe a {
    color: #999;
    border-color: #333;
}

.subscribe a:hover,
header a:hover,
main a:hover {
    color: #7BC347;
    border-bottom-color: #7BC347;
}
header .subscribe {
    position: absolute;
    right: 0;
    top: 1rem;
    font-family: "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    font-weight: 900;
    height: auto;
}
header .burger{
    position: absolute;
    top: 0;
    right: 4rem;
    fill: #333;
    width: 2rem;
    z-index: 10000;
    display: none;
}

nav ul{
    display:flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Helvetica Neue Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    margin-bottom: 0;
}
nav li{
    display:block;
}
nav a{
    border-bottom:none;
}

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon53763/fonts/icomoon.eot');
    src: url('fonts/icomoon53763/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
        url('fonts/icomoon53763/fonts/icomoon.woff') format('woff'),
        url('fonts/icomoon53763/fonts/icomoon.ttf') format('truetype'),
        url('fonts/icomoon53763/fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.icon-alone {
    display: inline-block;
    /* Fix for clickability issue in WebKit */
    text-decoration: none;
}

.screen-reader-text {
    /* Reusable, toolbox kind of class */
    position: absolute;
    top: -9999px;
    left: -9999px;
}

main h1 a,
main h2 a,
main h1 a:hover,
main h2 a:hover,
main a img,
main a:hover img {
    border-bottom-width: 0px;
}

main hr {
    border: 1px dashed #ccc;
}

footer {
    border-top: 20px solid #efefef;
    font-size: 16px;
    font: 1.6rem/1 "acta-display", serif;
    color: #555;
    clear: both;
}

main .post {
    margin: 2ex 0 2ex 0;
    clear: both;
}

main .post .content:after {
    content: "☯";
    text-align: center;
    display: block;
    margin: 4ex auto 0ex auto;
    color: #999;
    font-size: 1.2rem;
}

main #post_1 {
    margin-top: 40px;
}

main .post .content {
    width: 66%;
    margin-left: 33%;
    float: left;
}

#maincontent p+ul,
main .content p+ul {
    margin-top: 2ex;
}

main .post .meta {
    width: 30%;
    position: absolute;
    font-size: 20px;
    font: 2rem/1 "acta-display", serif;
    color: #aaa;
}

main .homelink {
    width: 30%;
    position: relative;
    font: 1.5rem/1 "acta-display", serif;
    color: #aaa;
}

.content>p:first-of-type+h2 {
    margin-top: 20px;
}

.post h2 {
    margin-bottom: 15px;
    font-size: 24px;
    font: 2.4rem/1 "acta-display", serif;
}

.post h1,
h1.title {
    margin-bottom: 30px;
    font-size: 32px;
    font: 4rem/1 "acta-display", serif;
    font-weight: 700;
}

h1.title {
    margin: 0
}

.post h2 a {
    color: #555;
    text-decoration: none;
}

.post h2 a:hover {
    color: #222;
}

#maincontent {
    clear: both;
}

main #status,
h1.title,
#maincontent {
    width: 66%;
    margin: 0;
    margin-left: 33%;
    float: left;
    padding: 0;
}

h1.title {
    margin-bottom: 1ex;
    margin-top: 1ex;
}

main #status {
    margin-bottom: 2rem;
    font-weight: bold;
    font-size: 20px;
    font: 2rem/1.5 "acta-display", serif;
    clear: both;
    line-height: 1;
}

blockquote {
    border-bottom: 1px solid #eee;
    border-left: 10px solid #eee;
    padding-left: 4rem;
    color: #000;
    font-style: italic;
}

.post-subscribe {
    background: #EFEFEF;
    padding: 1rem;
    color: #000;
    font-size: 16px;
    font-size: 1.6rem;
}

.post-hero {
    max-width: 100%;
}

#pageCtrl li {
    margin: 0 10px 0 0;
}

#pageCtrl a {
    text-decoration: none;
    color: #aaa;
    font-size: 14px;
    font: 1.4rem/1 "acta-display", serif;
    padding: 5px 10px;
    display: block;
    border: 1px solid #ddd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#pageCtrl a:hover {
    background: #7BC347;
    color: #fff;
    border-color: #ddd;
}

main .video {
    margin: 1ex 0 3ex 0;
}

.pageList li {
    display: block;
    float: left;
    margin-right: 15px;
}

main .pageList a {
    border: none;
}

#signup {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 380px;
    width: 300px;
    background-color: #fff;
    padding: 16px;
    padding: 1.6rem;
    border: 20px solid #efefef;
    display: none;
}

.modal_close {
    position: absolute;
    top: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial;
    font-weight: 900px;
    font-size: 16px;
    font-size: 1.6rem;
    right: 16px;
    display: block;
    width: auto;
    height: auto;
    z-index: 2;
}

/* images */
.fluid-full {
    max-width: 100%;
    height: auto;
}

.fluid-half {
    max-width: 50%;
    height: auto;
    float: right;
    margin: 0 0 16px 16px;
    padding: 0 0 1.6rem 1.6rem;
}

.image_attr {
    font-size: 12px;
    font-size: 1.2rem;
    color: #999;
    text-align: right;
}

.ls {}

.ss {
    visibility: hidden;
    display: none;
}

/* nonsemantic helper classes */

.ir {
    display: block;
    text-indent: -999rem;
    overflow: hidden;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

.hidden {
    display: none;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

/* media-queries | override to primary styles for other media */
@media only screen and (max-width: 800px) {

    header,
    footer,
    main {
        padding: 0 3rem;
    }

    header .subscribe {
        padding-right: 3rem
    }

    main .post .content,
    h1.title,
    #maincontent {
        width: 100%;
        margin: 0;
    }

    h1.title {
        margin: 1ex 0 1ex 0;
    }

    main .post .meta {
        position: relative;
        width: auto;
        margin: -1rem 0 1rem 0;
    }

    main .homelink {
        width: auto;
        margin: 16px 0;
        margin: 1rem 0;
    }

    main .post .meta .block {
        display: inline;


    }

    footer {
        padding-top: 1ex;
    }

    main .video,
    main figure img {
        max-width: 100%;
    }

    .ls {
        visibility: hidden;
        display: none;
    }

    .ss {
        visibility: visible;
        display: block;
    }

    header dt a {
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    header dd,
    header dt,
    header dl {
        position: relative;
        bottom: auto;
        left: auto;
        height: auto;
    }
    nav ul {
        display: none;
    }
    .open nav{
        display: block;
        position: fixed;
        top: 0;
        background: #111;
        width: 100vw;
        padding: 2rem 0;
        z-index: 100;
        margin: 0 -3rem;
    }
    .open nav ul{
        display: flex;
        flex-direction: column;
    }
    .open nav a{
        color: #ddd;
    } 
    header .burger{
        display: block;
        right: 1rem;
    }
}

@media only screen and (max-width:640px) {

    main figure.left,
    main figure.right {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width:480px) {
    header .subscribe {
        visibility: hidden;
        display: none;
    }
}

@media only screen and (max-device-width: 480px) and (max-width: 480px) {}

@media (prefers-color-scheme: dark) {
    body {
        background: #212121;
    }

    main .post-subscribe a {
        color: #444;
    }

    main .post-subscribe a:hover {
        color: #abbc37;
        border-color: #abbc37;
    }

    body,
    blockquote {
        color: #ddd;
    }

    main a,
    header dt a,
    header a,
    header dd a,
    footer a{
        color: #fff;
    }

    header .subscribe,
    main em,
    main i,
    main .post .meta,
    footer,
    header .subscribe a {
        color: #bbb;
    }
    header .burger{
        fill: #fff
    }

}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    a,
    a:visited {
        color: #444 !important;
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}