
body {
#	color: #330033;
###        margin-left: 20% ;
###        margin-right: 30%;
	margin: 0;
        font-size: x-large;
        font-family: Georgia, serif;
#	text-align: justify;
#	background-color: #ffdab3;
}

.page-content {
	margin-left: 20%;
	margin-right: 30%;
    /* text-align: justify; */   /* if you uncomment later */
}

.page-content img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 1em;   /* adds nice spacing below */
}

.posts-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));  /* flexible, but max 3 cols */
	gap: var(--gap);
	padding: 0px 0;               /* less padding if thumbs are smaller */
	justify-content: center;       /* optional: centers the whole grid if fewer cols */
}

.post {
	aspect-ratio: 1 / 1;           /* perfect squares */
	overflow: hidden;
	background: #eee;              /* placeholder */
	position: relative;
}

.post img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

@media only screen and (max-device-width: 480px) {
body {
#	color: #330033;
        margin-left: 0% ;
###        margin-right: 3%;
        margin-right: 0%;
###        font-size: larger;
        font-size: large;
        font-family: Georgia, serif;
#	text-align: justify;
#	background-color: #ffdab3;
.page-content {
	margin-left:0;
	margin-right:0;
}
}
}


a {
	text-decoration:none;
#	font-weight:bold;
}

#green_dot {
        color:#3ce870;
	font-weight: bold;
	font-size: 32px;
}

#purple_dot {
        color:#660066;
	font-weight: bold;
	font-size: 32px;
}

#blue {
#        color:#17c648;
#	color:#55acee;
#        color:#d26268;
        color:#3ce870;
#	font-weight: bold;
#        color:#F9CA05;
	margin-bottom: 0pt;
}

P {
        margin-top: 0pt;
#        text-indent: 0.2in;
}

h1 {
	text-align:left;
        margin-top: 0pt;
        margin-bottom: 0pt;
#        color:#ff3333;
#        color:#00cc00;
#        color:#3ce870;
}

h2 {
        color:#8F3A84;
}

h3 {
#        color:#17c648;
        color:#d26268;
#        color:#3ce870;
#        color:#00cc00;
#        color:#F9CA05;
	margin-bottom: 0px;
	font-weight: bold;
}

h4 {
        color:#17c648;
	margin-bottom: 0px;
}
