/*
Theme Name: Bare
Theme URI: http://www.shellbang.info/wordpress/bare/
Author URI: http://www.shellbang.info/
Description: A bare bones, minimal theme.  Start from scratch while keeping all required functionality. 
Author: jbell 
Version: 1.1
License: GNU General Public License
License URI: license.txt
Tags: microformats, one-column 

Bare Theme, (c) 2011 Shellbang
Bare Theme is a derivative of TwentyTen, (c) The WordPress Team
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
* {
  font-family: "Vend Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
    margin: 0;
    font-size: 1.3em;
    background: #fefced;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: "Bowlby One", sans-serif;
	font-weight: 400;
	font-style: normal;
}
h1 {
	margin: 1em auto;
}
h2 {
    margin: 1.4em 0;
    font-size: 2em;
}
a {
    text-decoration: none;
    color: #215389;
}
a:hover {
    text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
}

ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
#site-title{
	padding: 2px;	
}
#site-description{
	padding: 2px;	
}
#main{
	margin: 4px;
	width: 100%;
}
#container{
	margin: 4px;
}
.post{
	padding: 4px;
}
.menu{
	padding: 4px;
}
.entry-title{
	/* margin: 2px; */
}
.entry-meta{
	margin: 4px;
}
.entry-content{
	margin: 4px;
}
.entry-content p {
    padding: 1.2em 4px;
	margin: 0 auto;
}
#commentform{
	display: table;
	width: 60%;
}
#commentform p{
	display: table-row;
	margin: 4px;
}
#commentform label{
	display: table-cell;
	width: 70%;
	vertical-align: top;
}
#commentform input{
	display: table-cell;
}
.children li{
	margin-left: 10px;
}
.commentlist li{
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #000000;
}
.recentcomments{
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #000000;
}
.gallery .gallery-caption{
	color: #000000;
}
.home .sticky{
	border: none;
}
.bypostauthor{
	border: none;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* =Layout
-------------------------------------------------------------- */
.container {
    display: grid;
    margin: 0 auto;
    max-width:1200px;
    text-align:center;
    justify-items: center;
    padding-left: .5em;
    padding-right: .5em;
    padding-top: .5em;
	min-height: 75vh;
}
.home p {
	max-width: 1000px;
}
#topBar {
	display: grid;
	grid-template-columns: minmax(160px, auto) 1fr;
	align-items: center;
	gap: 30px;
	width: 100%;
	padding: 10px 3%;
	box-sizing: border-box;
	background: #9acaf8;
}
#site-title {
	margin: 0;
	padding: 0;
	line-height: 1;
}
#site-title a {
	display: block;
}
#site-title img {
	display: block;
	width: 100%;
	max-width: 150px;
	height: auto;
}
#access {
	justify-self: end;
}
#access .menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 8px 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#access .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#access .menu a {
    display: block;
    padding: 4px 14px;
    color: #2e2e2e;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
 
}
#access .menu a:hover,
#access .menu a:focus,
#access .current-menu-item > a {
	color: #3659ad;
	background: white;
    border-radius: 14px;
}
iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    display: block;
    border-radius: 8px;
}
.entry-content iframe {
	margin-top: 1.2em;
}
.button a,
a.button {
    background: #f26c25;
    border-radius: 16px;
    padding: .6em 2em;
    color: white;
    text-decoration: none;
    margin-top: 1em;
    transition: all .1s ease-in-out;
    font-weight: 700;
}
.button a,
a.button:hover {
    transform: scale(1.2);
    background-color: color-mix(in srgb, #f26c25, white 15%);
    text-decoration: none;
}
#footer {
    background-color: #9acaf8;
    padding: 2em 1em;
    text-align: center;
    margin-top: 4em;
    font-size: .8em;
    padding-top: 3em;
}
.socialLinks a {
    margin: 0 .4em;
    font-weight: 700;
}
.copyright {
    margin-top: 3em;
    font-size: .9em;
    opacity: .7;
}


.loopContainer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: start;
    gap: 30px;
    width: 100%;
    max-width: 100%;
}
.loopItem {
    transition: all ease-in-out .15s;
    container-type: inline-size;
}
.loopItem:hover {
	transform: scale(1.1);
}
.loopItem img {
    border-radius: 8px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .2);
}
.loopItem.character p.entry-title {
    font-size: 2.2em;
    font-size: 13cqw;
    font-family: "Bowlby One", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: -17%;
    text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
}
.loopItem.character a {
    color: #2ea1ff !important;
	text-transform: uppercase;
}
.loopItem.character a:hover {
    text-decoration: none;
}

.loopItem.character img {
    border-radius: 50%;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .2);
    border: 8px solid white;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}
.featured-image-wrap img,
.wp-block-image img {
	border-radius: 8px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .2);
}
hr.wp-block-separator{
	border-top: solid 1px #ccc;
    margin: 3em 0;
}


@media screen and (max-width: 768px) {
	#topBar {
		grid-template-columns: 1fr;
		justify-items: center;
		gap: 12px;
	}
	#site-title img {
		max-width: 140px;
	}
	#access {
		justify-self: stretch;
		width: 100%;
	}
	#access .menu {
		justify-content: center;
		gap: 4px 20px;
	}
	#access .menu a {
		font-size: 15px;
	}
	.loopContainer {
    	grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 480px) {
	#access .menu {
		gap: 2px 14px;
	}
	#access .menu a {
		font-size: 14px;
	}
}

/*
LAYOUT: One column
DESCRIPTION: Empty content layout 
*/
