* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    /* background: #cccccf; */
    /* background: #eaefaa; */
    /* background: #e6ecf0; */
    /* background: #8fcdea; */
    /* background: linear-gradient(to bottom, #eaefaa,#8fcdea); */
    /* background: linear-gradient(65deg, #e80000, #408e0b);*/
    background: linear-gradient(-239deg, #0066e84d, #8ce650) no-repeat;

    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
}
.logo {
    position: absolute;
    margin-left: -132px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
    font-size: 68px;
    line-height: 48px;
    font-weight: bold;
    color: white;
}
a {
    text-decoration: none;
}
h1 img {
    width: 48px;
}
img {
    width: 100%;
    height: auto;
}
h1 {
    font-family: 'Share', cursive;
    font-size: 59px;
    color: #544;
    letter-spacing: -1.5px;
}
.container {
    margin: 0 auto;
    width: 980px;
}
.full-container {
    margin: 0;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    width: 100vw;
    height: 100vh;
}
.full-width {
    width: 100vw;
    height: 100vh;
}
.floating-right {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 240px;
}
.row {
    display:grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 20px;
}
.post-wrapper {
    background: white;
    padding: 12px;
    margin-bottom: 24px;
}

header {
    background: #b07b9e30;
    padding: 12px;
    margin-bottom: 20px;
}
.nav {
    background: white;
    padding: 0;
}
.nav a {
    color: #444;
    background: white;
    text-decoration: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding: 4px;
}
.nav a:hover {
    margin: 0;
    background: #f8de50;
}

.col-12 {
    grid-column: 1 / span 12;
}
.col-8 {
    grid-column: 1 / span 8;
}
.col-4 {
    grid-column: 9 / span 4;
    grid-row-start: 1;
    grid-row-end: 2;
}
.menu {
    background: white;
    padding: 12px;
}

.media {
    display: grid;
    grid-template-columns: 1fr 7fr;
    margin-top: 12px;
}

.media-body {
}

.media-body a {
    color: #555;
}

.icon {
    font-weight: bold;
    font-size: 12px;
}
.container {
    padding-top: 42px;
}
.h-entry {
}
.h-entry h3 {
    font-size:15pt;
    margin-left:0;
    padding-left:0;
    margin-top:0;
    padding-top:0;
    line-height:15pt;
}
.shortpost {
    font-size:15pt;
}
.shortpost time {
    font-size:11pt;
    color:#333;
}
.shortpost a.permalink {
    font-size: 11pt;
}
.h-entry .span2 {
    text-align:right;
}

.flex-video {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 16px;
    overflow: hidden;
}

.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }

.flex-video iframe,
.flex-video object,
.flex-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
    .flex-video { padding-top: 0; }
}
.reply-text {
    font-size:10pt;
    color: #666;
}

.comment-entry {
    padding: 20px;
    border-top:1px solid #ccc;
    font-size:10pt;
}
.effect1 {
-webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0, 0.11);
    -moz-box-shadow: 0 10px 6px -6px rgba(0,0,0, 0.11);
        box-shadow: 0 10px 6px -6px rgba(0,0,0, 0.11);
}
.link-block a {
    display: block;
}
.profile-picture {
    width: 48px;
    height: 48px;
}

.h-entry time {
    color: #555;
    font-size: 12px;
}

.media-body img {
    max-width: 100%;
    max-height: 680px;
    margin-bottom: 12px;
}


h2.card-title {
    margin-top: 0;
}

.card .card .card-img-top {
    max-height: 200px;
    object-fit: cover;
}

.card .card .card-title {
    font-size: 14px;
}
.card .card .card-text {
    font-size: 14px;
}
.card-text {
    margin-right: 32px;
}

.card-footer {
    padding-top:0;
    padding-bottom:0;
}

.footer {
    display: flex;
    justify-content: space-between;
    height: 32px;
    align-items: center;
}

.footer .info {
    width:50%;
    display: flex;
    margin-left: 64px;
    flex-direction: row;
    justify-content: flex-start;
    font-size: 12px;
}
.footer .info .likes {
    margin-left: 6px;
    width: 32px;
    flex-shrink: 0;
}
.footer .info .reposts {
    margin-left: 6px;
    width: 32px;
    flex-shrink: 0;
}
.footer .info .comment-count {
    margin-left: 6px;
    width: 32px;
    flex-shrink: 0;
}

.footer .info p {
    margin-bottom: 12px;
}

.likes, .reposts, .comment-count {
    color: #666;
}

.tag {
    margin-left: .4em;
}

.faces {
    border-top: 1px solid #ccc;
    margin: 0 -12px;
    padding: 12px 12px 12px 12px;

}
.comments {
    margin: 0 -20px;
}
.nav { margin-bottom: 24px; }
.nav a {
    margin-right: 10px;
}

.smaller {
    font-size: .9em;
}

.calendar {
    margin-top: 20px;
}

.calendar--year {
    font-size: 2em;
}

.calendar--months {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 6px;
}
.col-1 .calendar--months {
    grid-template-columns: 1fr;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .calendar--months {
        grid-template-columns: repeat(1, 1fr);
    }
}

.calendar--month {
    background: white;
    border: 1px solid #e0e0e0;
}
.calendar--month a {
    color: black;
}

.calendar--month-hidden {
    display: none;
}
.calendar--day__current {
    color: #555555;
}

.calendar--month-name {
    font-weight: bold;
    text-align: center;
}

.calendar--days {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 0px;
}
.calendar--day {
    background: white;
    color: #bbb;
    text-align: center;
    margin: 1px;
}

.calendar--day a {
    color: #111;

}

.calendar--day__header {
    font-weight: lighter;
}
.calendar--day__current {
    outline: 1px solid #e0e0e0;
}
.calendar--day__today {
    background: #f0f0f0;
}
.post-wrapper pre {
    max-width: 513px;
    overflow-x: auto;
}
.is-pre {
    white-space: pre;
    font-family: "Fira Code", "Fire Mono", "Monaco", monospace;
    font-size: 13px;
    max-width: 513px;
    overflow-x: auto;
}

.card-reply-to {
    border-bottom: 1px solid rgba(0,0,0,.125);
    background: rgba(0,0,0,.03);

    margin: -12px -12px 0 -12px;
    padding: 12px;
}
.card-reply-to .author img {
    width: 32px;
    height: 32px;
}
.comment-entry .author img {
    width: 32px;
    height: 32px;
}
p.reply-text { margin-top: 0; }

.author {
    margin-top: 0px;
    text-align:center;
    width: 100%;
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}

@media screen and (max-width: 375px) {
    .post-wrapper pre {
        max-width: 291px;
    }
}

@media screen and (max-width: 480px) {
    body { margin:8px; }
    .nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .menu {
        padding: 0 12px;
    }
    #menu {
        margin-bottom: 12px;
    }

    .nav a.home { display:none; }
    .nav a {
        display: inline;
        background: white;
        color: black;
        margin:0;
    }
    .nav a:hover {
        background: white;
        margin:0;
        text-decoration: underline;
    }
    .container {
        max-width: calc(100vw - 32px);
    }
    .row {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(auto-fit, auto);
    }
    #menu {
        grid-row: 2 / 2;
        grid-column: 1 / 1;
    }
    #content {
        grid-row: 1 / 1;
        grid-column: 1 / 1;
    }
    header h1 {
        font-size: 20px;
    }
    .media {
        grid-template-columns: 48px 1fr;
        grid-template-rows: repeat(2, auto);
        grid-column-gap: 12px;
    }
    .media .author {
    }
    .media-body {
    }

    .card {
        border: 0;
    }
    .card-body { padding: 0; }
    .card-footer { padding: 0; margin: 0; border: 0; }
    .footer .info { margin: 0; }

    .dropdown {
        display: none;
    }
}

.load-more {
    box-sizing:border-box;
    display:block;
    width: 100%;
    background: #e0e0e0;
    border: 1px solid #f0f0f0;
    color: black;
    font-weight:bold;
    padding: 12px;
    text-align: center;
}

header h1 {
    margin: 0;
}
header a {
    color: #5a436a;
    text-decoration: none;
}
header a span {
    display: inline-block;
}
h1 {
    vertical-align:middle;
}
.faces img {
    width: 32px;
    height: auto;
}
.block {
    margin-bottom: 24px;
    background: white;
    padding: 12px;
}
.block h2 {
    font-size: 15px;
}

.form-group {
    margin-bottom: 12px;
}

.form-group label {
    margin-bottom: 6px;
    width: 100%;
    display: block;
}

.form-group .form-control {
    width: 100%;
}

ul {
    list-style-type: none;
}

.content {
}

.content h3 {
    font-size: 13pt;
    margin-top: 24px;
    margin-bottom: 12px;
}
.content p {
    margin-bottom: 12px;
}
.content a {
    color: blue;
}
.content ul {
    list-style-type: disc;
    margin-left: 30px
}
.content ol {
    list-style-type: decimal;
    margin-left: 16px;
}

.closed {
    text-decoration: line-through;
}

dl {
}

dt {
    width: 30%;
    display: inline-block;
}
dd {
    width: 70%;
    display: inline-block;
}

.books {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 12px;
}
.book {
    display: flex;
    justify-content: center;
}
.book img {
    box-shadow: 4px 4px 6px #888;
}

.movies-search-results .results {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 20px;
}

.media-body .emoji {
    max-width: 1.3em;
    max-height: 1.3em;
    vertical-align: top;
    margin:0;
}

.sensor-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, 120px);
    grid-gap: 12px;
}

.sensor-badge {
    display: flex;
    flex-direction: column;

    -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    -moz-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);

    align-items: center;
}

.sensor-badge data {
    font-size: 30px;
}
.sensor-badge time {
    display: inline-block;
    font-size: .9em;
    color: #333;
}
.sensor-badge label {
    display: inline-block;
    font-size: .8em;
    color: #333;
    order: -1;
}

.mt-1 {
    margin-top: 6px;
}

.mt-2 {
    margin-top: 12px;
}

.mt-3 {
    margin-top: 18px;
}

.bottom-bar {
    margin: 0 -12px;
    padding: 12px 0 0 12px;
}

.bottom-bar img {
    width: auto;
}
