/*
Theme Name: Abundant Grace
Author: Christ In Me
Description: A simple WordPress theme to be used on the website for VRChat Grace Ministries.
Version: 1.01
*/

body
{
	color: #562579;
	font-family: sans-serif;
	text-align: center;
	background-image: url('/wp-content/themes/abundant-grace/img/clouds.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	background-color: #251d43;
	background-attachment: fixed;
}

h1, h2
{
	margin: 12px 12px 16px;
}

p
{
	margin: 12px;
}

dl
{
	text-align: left;
	font-size: 20px;
}

dt
{
	font-weight: bold;
}

@media (min-width: 720px)
{
	dl
	{
		margin: 12px 220px 12px;
	}
}

@media (min-width: 480px)
{
	dd
	{
		margin-top: -22px;
		margin-left: 150px;
		width: 400px;
	}
}

table
{
	width: 100%;
	text-align: left;
}

img
{
	width: 100%;
}

.box
{
	background-color: #fef;
	border: 2px solid #562579;
	max-width: 800px;
	margin: 100px auto;
	padding: 4px;
}

.box.nav
{
	margin-top: 20px;
}

.nav>a
{
	margin: 0 10px;
}

.blog-nav-link:last-child
{
	text-align: right;
}

.blog-nav-link
{
	display: inline-block;
	width: 49%;
	overflow: hidden;
	text-overflow: ellipsis;
	text-wrap: nowrap;
}

.blog
{
	background-color: #fef;
	border: 2px solid #562579;
	max-width: 600px;
	margin: 100px auto;
	padding: 40px;
}

.blog p
{
	text-align: left;
}

.blog-date
{
	font-size: smaller;
	font-weight: bold;
	color: #562579aa;
	margin-bottom: 0;
}

blockquote
{
	background-color: #00000018;
	margin: 12px 0;
	padding: 1px 12px;
}

blockquote p:first-child
{
	font-size: smaller;
	font-weight: bold;
}

blockquote p:first-child::before
{
	content: '📜 ';
}

.red
{
	color: #800;
}

@media (max-width: 280px)
{
	.yt-text
	{
		display: none !important;
	}
}

.yt-link
{
	margin-top: 24px;
	margin-left: -4px;
}

.yt-link a
{
	display: inline-block;
	height: 60px;
	line-height: 60px;
	text-decoration: none;
}

.yt-link img
{
	display: inline-block;
	width: 65px;
	margin: 0 -6px;
}

.yt-link a div
{
	display: inline-block;
	height: 60px;
	vertical-align: middle;
	font-size: 20px;
}

.discord-link
{
	margin: 12px;
}

.discord-link img
{
	max-width: 200px;
	vertical-align: middle
}

.kofi-link
{
	margin: 24px;
}

.kofi-link img
{
	max-width: 280px;
}

.group-link img
{
	width: 80px;
	border-radius: 40px;
}

.group-link a
{
	text-decoration: none;
}

.group-link div
{
	display: inline-block;
	height: 80px;
	line-height: 80px;
	vertical-align: middle;
	font-size: 32px;
	margin: 12px;
}

.pic
{
	display: block;
	max-width: 800px;
	margin: 100px auto;
}
