body {
    margin: 0;
    padding: 0;
    background: #f1f0eb;
    font-family: 'Nunito', sans-serif;
}
.body {
    margin: 0 auto;
    max-width: 600px;
}


h2 {
    margin: 0;
}

h3 {
    margin: 0 0 5px 0;
}

.list-item-paragraph {
	margin-left: 25px !important;
	margin-top: 0.3em !important;
	margin-bottom: 0.3em !important;
	list-style:disc outside none;
	display: list-item;
}

h3:first-child {margin-top:0;}

header, .post {
    position: relative;
    background: #c5b053;
    border: 4px #c5b053 solid;
    border-radius: 15px;
    overflow: hidden;
    margin: 30px 10px;
    box-shadow: 0px 0px 10px rgb(141, 141, 141);
}

.headerimage {
    border-bottom: 5px white solid;
}

h1 {
    padding: 0px 10px 0 10px;
    margin:0;
    text-align:center;
    clear: both;
}

p {
    margin: 20px 20px;
}

img {
    width: 100%;
    display: block;
    flex-shrink: 1.4;
    min-width: 0;
    object-fit: contain;
    max-height: 408px;
}

.switch, .admin {
    background-color: white;
    border-radius: 5px;
    color: black;
    float:right;
    padding: 6px 12px;
    margin: 5px;
    text-decoration: none;
}

.switch:hover {
    background:#f1db77;
}

.admin {
    position: relative;
    margin-bottom: 20px;
}

.post-header {
    background:#c5b053;
    padding: 10px;
}

.postText {
    position: relative;
    width:100%;
    padding: 20px;
    box-sizing: border-box;
}

header .postText {    
    background-color: #fffcf0;
}

.day, .date {
    display: inline;
    font-size: 1.2em;
    color: white;
    font-weight: bold;
}

.user {
    font-size: 0.8em;
    color: #faf6e2;
}

.time {
    float:right;
    font-size: 0.8em;
    color: #faf6e2;
}

.content {
    display: flex;
    width:100%;
    background-color: #fffcf0;
}

.template2 {
    flex-direction: column;
}

.template3 {
    display: block;
}

    .template3 img {
        width: 40%;
        float: left;
        margin: 20px;
    }

.template4 {
    display: block;
}

    .template4 img {
        width: 40%;
        float: right;
        margin: 20px;
    }

summary {
    color:#c5b053;
    user-select: none;
    cursor: pointer;
    margin-top:5px;
}

details[open] summary {
    display: none;
  }


.quote {
    margin: 5px -20px;
    padding: 8px 20px;
    background-color: #fff7d1;
    text-align: center;
}

a, a:visited {
    color: black;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}