/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/

.mt-0 {
	margin-top: 0rem !important;
}
.mb-0 {
	margin-bottom: 0rem !important;
}
.ml-0 {
	margin-left: 0rem !important;
}
.mr-0 {
	margin-right: 0rem !important;
}

.my-0 {
	margin-top: 0rem !important;
	margin-bottom: 0rem !important;
}

.mx-0 {
	margin-left: 0rem !important;
	margin-right: 0rem !important;
}

.m-0 {
	margin-top: 0rem !important;
	margin-bottom: 0rem !important;
	margin-left: 0rem !important;
	margin-right: 0rem !important;
}

.gap-0 {
	gap: 0em !important;
}

.row-gap-0 {
	row-gap: 0em !important;
}

.column-gap-0 {
	column-gap: 0em !important;
}



p, a, span, h1, h2, h3, h4, h5, h6 {
  font-family: 'Helvetica', 'Arial', sans-serif !important;
}

.mailerlite-form-description p {
		font-size: min(14px, calc(3vw));
}

html, body {
	min-height: 100vh;
}

body.footer-top-hidden {
	min-height: calc(100vh - 32px);
}

body {
	background: #ffffff;
	display: flex;
	flex-direction: column;
}

#site-footer {
	margin-top: auto !important;
}

.footer-top-hidden .to-the-top {
	display: none;
}

.entry-header {
	display: none;
}

.theJoeCodeCenterColumn {
	align-self: center;
}

h4 {
	margin: 0 !important;
}

.paddingBottom li {
	padding-bottom: .7em;
}

.post-inner {
	padding-top: 30px;
}

.alignfull {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.aligncenter {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.is-style-circle-mask {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

a, a:hover, a:active, a:visited {
	color: black !important;
	text-decoration: underline #d3d3d3;
}
.entry-content a:hover, .entry-content a:focus {
	text-decoration: underline #d3d3d300;
}


.menu-item-object-page {
	font-weight: bold;
}

.powered-by-wordpress {
	display: none;
}

.site-title.faux-heading {
	font-weight: 700;
	letter-spacing: .5px;
	font-size: 2.5rem;
}

#site-header {
	background: #F0F0F0;
}

.footer-widgets {
	margin: auto;
}

.footer-widgets-outer-wrapper {
	border: 0px;
}

.widget-title.subheading.heading-size-3 {
	font-size: 2.4rem;
}
/* 
.entry-content p {
	max-width: unset !important;
	width: unset !important;
	margin: unset !important;
	padding-right: 2rem !important;
  padding-left: 2rem !important;
	margin-top: 1rem !important
}
 */
/* .entry-content {
    margin: auto !important;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    align-content: space-around;
} */

.footer-nav-widgets-wrapper {
	margin-top: 1rem !important;
}

.border-1-solid-black {
	border: 1px solid black;
}

.border-1-solid-black-img img {
	border: 1px solid black;
}

.border-1-solid-grey {
	border: 1px solid #e3e2e2;
}
.border-1-solid-grey-img img {
	border: 1px solid #e3e2e2;
}

.fill-the-box {
	margin: auto;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
		padding: 2rem;
	font-size: 2.5rem !important;
	background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
		aspect-ratio: 2/3;
	
}