@media screen and (max-width: 800px) {
	/*Mobile*/
	.site-branding {
		margin: auto;
		padding: 0;
		margin-bottom: -9em;
	}
	
	.site-logo {
		max-width: 50%;
		max-height: 50%;
		padding: 60px;
		border-radius: 30%;
	}
	
	.site-header {
		background-color: #000;
		background-position: top;
		background-repeat: repeat;
		background-size: 200px;
	}
}

@media screen and (min-width: 800px) {
	/*Desktop*/
	.site-branding {
		padding: 0;
		margin: auto;
		margin-bottom: -11em;
	}
	
	.site-header {
		background-color: #000;
		background-attachment: fixed;
		background-position: top;
		background-repeat: repeat;
		background-size: 200px;
	}
	
	.site-logo {
		max-width: 10%;
		max-height: 10%;
		border: 4px solid #eeeeee;
		border-radius: 8%;
	}
	
	.site-content {
		max-width: 1000px;
		padding-top: 20px;
	}
	
	.content-area {
		max-width: 1000px;
		padding: 20px;
	}
}

div#actionbar {
	display: none;
}

.entry-header {
	display: none;
}

footer {
	display: none;
}

h2 {
	margin-bottom: 30px;
	margin-top: 30px;
}

.wp-block-image img {
	margin-bottom: 20px;
}

.wp-block-heading {
	border: 1.5px solid #d0d0d0;
	background-color: #fff;
	border-radius: 20px;
	padding: .3em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: var(--wp--style--global--content-size);
}

.wp-block-jetpack-layout-grid {
	padding-bottom: 24px;
}

.wp-block-group-is-layout-flex[style] {
	padding-top: 0 !important;
}

.alignfull[style] {
	padding-top: 0 !important;
}

.wp-block-button__link {
	color: #fff !important;
}

.wp-block-button__link {
	margin: 10px;
	box-shadow: 0 3px 15px rgba(0,0,0,0.2);
}

.wp-block-button__link:hover {
	background-color: #415a82;
}

.hentry {
	margin-bottom: 0;
	padding-bottom: 20px;
}

.widget-title {
	display: none;
}

.menu-toggle {
	position: absolute !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	background-color: #000;
	width: 200px;
	height: 50px;
	box-shadow: 0 3px 15px rgba(0,0,0,0.2);
}

.menu-toggle:before {
	background-color: #000;
}

.menu-toggle.toggle-on:before, .social-links ul a:before {
	color: #fff;
}

.main-navigation a {
	color: #fff !important;
	text-transform: capitalize;
}

.wp-block-jetpack-donations .donations__amount.is-selected {
	background-color: #be3f2e;
	color: #fff !important;
}

.wp-block-columns {
	margin-bottom: 20px;
}

.slide-menu {
	background-color: #000;
}

.wp-block-jetpack-contact-form .grunion-field {
	padding-top: 28px;
	padding-bottom: 12px;
}

.contact-form__inset-label-wrap textarea.grunion-field {
	padding-top: 28px !important;
}