*,
*::after,
*::before {
	box-sizing: border-box;
}

:root {
	font-size: 16px;
}
body {font-weight: 300;
line-height: 1.2;
	margin: 0;
	--color-text: #252525;
	--color-bg: #FFFFFF;
	--color-link: #252525;
	--color-link-hover: #252525;
	--aspect-ratio: 1/1.5;
	--imgwidthmax: 500px;
	--size-title: 10rem;
	--font-weight-title: 400;
	color: var(--color-text);
	background-color: var(--color-bg);
	font-size: 1.5rem;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: #252525;
	text-decoration: none;
}

h1{
    color: #000000;
  font-family: bebas-neue, sans-serif;
font-weight: 400;
font-style: normal;
    line-height: 0.9;
    text-align: left;
}
h2{
    color: #000000;
   font-family: bebas-neue, sans-serif;
font-weight: 400;
font-style: normal;
    line-height: 1;
	margin-bottom: 10px!important;
	margin-top: 40px!important;

}
.round-button {
	box-sizing: border-box;
	display:block;
	width:50px;
	height:50px;
	padding-top: 10px;
	padding-left: 5px;
	line-height: 20px;
	border: 2px solid #000000;
	border-radius: 50%;
	
	text-align:center;
	text-decoration:none;
	
	font-size:13px;
	font-weight:bold;
	transition: all 0.3s ease;
		background-color: #FFFFFF; 
}
.header-container {
	width: 100%;
	font-family: 'Courier Prime', monospace;
	font-style: italic; 
	background-color: #252525; 
	color: #FFFFFF; 
	display: flex; 
	justify-content: center; 
	padding: 22px 0 15px 0;
}
.round-button:hover, .round-button2:hover {
	background-color: #000000;color: #ffffff; border: 2px solid #000000;
	
}.nav-link {
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	font-weight: 600;
	color: #000000;
	font-size: 14px;
	padding: 3px 5px;
	border-bottom: 3px solid #FFFFFF;
}
.left { float: left;}
.right { float: right;}
.date { font-family: acumin-pro-semi-condensed, sans-serif;
    font-weight: 200!important;
    font-style: italic;
    color: #888888;
    font-size: 17px;
 }

.pello-site {
	--blendmode-title: difference;
	--size-title: 10vw;
	--font-title:  "Bebas Neue", sans-serif;
	font-size: 1.25rem;
}

/* BLOG POST */

.item-wrapper {
  display: flex;  
  flex-flow: row wrap;
  font-weight: bold;
  text-align: center; 
	max-width: 100%;
	margin: 0 auto;
}

.item-style {
	display: flex; flex-wrap: wrap; gap: 20px;
}

.lhs-content-style {
	flex: 1 1 30%; min-width: 250px; padding: 15px; box-sizing: border-box;
}
	
.rhs-content-style {
	flex: 1 1 65%; min-width: 300px; padding: 15px; box-sizing: border-box;

}

.post-title {
	font-size: 64px; margin: 15px 0 30px 0;
}

.more-like-this {
	margin-top: 30px; display: flex; flex-wrap: wrap; gap: 15px;
	color: #FFFFFF!important;
}

.related-card {
	display:flex; flex-direction:row; gap:15px; text-decoration:none; background-color: #EFEFEF!important; padding: 10px!important; color:#252525; align-items:flex-start;
}
.related-card:hover {
	display:flex; flex-direction:row; gap:15px; text-decoration:none; background-color: #fcf56e!important; color: #252525; padding: 10px; align-items:flex-start;
}
.related-card h2 {
	color:#252525;
}
.related-card:hover h2 {
	color: #252525; 
}
.related-img {
	display:block; width:100%; height:auto; border: 3px solid #FFFFFF;transition-timing-function: ease-out;transition-duration: 0.3s;
}
.related-card:hover .related-img {
	transform: scale(1.05);	 
	rotate:2deg;	
}
	.main-text { max-width: 600px;}
	h3 {  font-family: bebas-neue, sans-serif; font-style: normal; font-weight: normal; margin: 0;
}
	.article-images-wrapper { display: flex; }
	.article-images-50 { flex: 50%; padding: 25px  25px  25px 0; }
.item-wrapper > * {
  padding: 10px;
  flex: 1 100%;
}
	.item-col a:has(> img) { background-color: transparent; }
	.item-col a {
	font-size: 14px;
	text-decoration: none;
	background-color: #fcf56e;
	padding:3px 5px 1px 5px;
}
a.read-button {
	font-size: 14px;
	text-decoration: none;
	background-color: #FFFFFF;
	white-space: nowrap;
	padding:3px 5px 1px 5px;
line-height: 2;}
a.portfolio-button {
	font-size: 14px;
	text-decoration: none;
	background-color: #fcf56e;
	padding:3px 5px 1px 5px;
}
a.back-button {
	font-size: 14px;
	text-decoration: none;color: #FFFFFF;
	background-color: #252525;
	padding:3px 5px 1px 5px;
	font-family: "Courier Prime", monospace;
		line-height: 1.2;
		font-weight: normal;	margin: 15px 0;
}

.item-main {
	
  text-align: left;
  background: deepskyblue;
}
	
	.item-right {
		
		padding: 20px;
		font-family: "Courier Prime", monospace;
			font-size: 15px;
		line-height: 1.2;
		font-weight: normal;	
	}
	
	.item-right iframe {
		padding: 20px!important;
	}
	.item-right, .item-right h1 {
		text-align: left; 
	}
	.item-left img {
		max-width: 300px;
		padding-top: 10px;
	}

.st-btn img {
	padding-top: 0!important;
}
.item-left {
		font-size: 12px;
	text-align: center;
			font-family: "Courier Prime", monospace;
		font-weight: normal;
	padding: 20px 0!important;
	}
	
	.main-text { 
	}
@media all and (min-width: 600px) {
  .item-col { flex: 1 0 0; }
}

@media all and (min-width: 800px) {
  .item-main    { flex: 3 0px; }
  .item-left { order: 1; flex: 1;} 
  .item-main    { order: 2; }
  .item-right { order: 3; flex: 2; }
  .item-footer  { order: 4; }
}

/* END BLOG POST */



.related-title {
	margin-top: 10px!important;
}
/* Header wrapper */
.header-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 5%;
    box-sizing: border-box;
}

/* Logo */
.site-logo img {
    width: 50px;
    height: auto;
    display: block;
}

/* Navigation */
.header-nav {
    display: flex;
    align-items: center;
    gap: 25px;
	z-index: 999;
}

.header-nav a {
    text-decoration: none;
    color: #252525;
    font-weight: 600;
    transition: opacity 0.3s ease;
	font-family: "Courier Prime", monospace;
	font-size: 17px;
	padding: 4px 4px 1px 4px;
	transition: background-color 0.5s ease, color 0.3s ease;

}

.header-nav a:hover {
	background-color: #fcf56e;
}

/* Hamburger button */
.nav-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
}

/* Mobile styles */
@media (max-width: 768px) {

    .nav-toggle {
        display: block;
    }

    .header-nav {
        position: absolute;
        top: 80px;
        right: 5%;
        left: 5%;
        background: #fff;

        flex-direction: column;
        align-items: flex-start;
        gap: 15px;

        overflow: hidden;
        max-height: 0;
        opacity: 0;

        padding: 0 20px;
        box-shadow: 0 5px 20px rgba(0,0,0,0.1);

        transition: 
            max-height 0.4s ease,
            opacity 0.3s ease,
            padding 0.3s ease;
    }

    .header-nav.active {
        max-height: 500px; /* large enough to fit menu */
        opacity: 1;
        padding: 20px;
    }
}


.view-link {
			font-family: "Courier Prime", monospace;
	font-weight: 400;
	padding-top:7px;
	color: #CCCCCC;
	font-size: 14px;
	
	border-bottom: 2px solid #EFEFEF!important;
}

a.view-link {
	
	border-bottom: 0!important;
}

/* PORTFOLIO */
/* ---- grid ---- */

.portfolio-grid {
	max-width: 1200px;
    margin-inline: auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 50px;
}

/* clear fix */
.portfolio-grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.portfolio-grid-sizer,
.portfolio-grid-item {
  width: 25%;

}
		
		/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	
	.portfolio-grid-sizer,
.portfolio-grid-item {
  width: 50%;
}
	
		}

.portfolio-grid-item {
  float: left;
	padding:20px;
}

.portfolio-grid-item img {
  display: block;
  max-width: 100%;
-webkit-box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.47); 
box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.47);
	transition: 0.2s;
}
		
		.portfolio-grid-item img:hover {
border: 5px solid white;}
		
.portfolio-grid-item:nth-child(odd) img:hover {
transform: scale(1.1) rotate(2deg);
}
		.portfolio-grid-item:nth-child(even) img:hover {
transform: scale(1.1) rotate(-2deg);
}

.portfolio-header {
	font-family: 'Courier Prime', monospace; font-style: italic; background-color: #252525; color: #FFFFFF; display: flex; justify-content: center; padding: 32px 0 15px 0;
}

.portfolio-bg {
	background-color: #252525; color: #FFFFFF;
}
#loading-message {
	text-align:center; color:white; display:none; margin:20px 0;
}

/* ITEM */

.item-bg {
	
	background-color: #252525; color: #FFFFFF; padding: 40px 0;
}

.item-wrapper {
  display: flex;  
  flex-flow: row wrap;
  font-weight: bold;
  text-align: center; 
	max-width: 900px;
	margin: 0 auto;
}

.item-wrapper > * {
  padding: 10px;
  flex: 1 100%;
}
a.read-button {
	font-size: 14px;
	text-decoration: none;
	background-color: #FFFFFF;
	padding:3px 5px 1px 5px;
}

a.read-button:hover, a.portfolio-button:hover {
	color: #FFFFFF;background-color: #252525
}

a.portfolio-button {
	font-size: 14px;
	text-decoration: none;
	background-color: #fcf56e;
	padding:3px 5px 1px 5px;
}

a.back-button:hover {
	color: #252525;background-color:#FFFFFF;
	
}
.item-main {
	
  text-align: left;
  background: deepskyblue;
}

	.item-left {
		padding-top: 20px!important;
		padding-right: 20px!important;
		font-family: "Courier Prime", monospace;
			font-size: 16px;
		font-weight: normal;
	}
	
	
	.item-left, .item-left h1 {
		text-align: right; 
		color: #FFFFFF;
	}
	.item-right img {
		max-width: 350px;-webkit-box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.47); 
box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.47);
		width: 100%;
	}

@media all and (min-width: 600px) {
  .item-col { flex: 1 0 0; }
}

@media all and (min-width: 800px) {
  .item-main    { flex: 3 0px; }
  .item-left { order: 1; } 
  .item-main    { order: 2; }
  .item-right { order: 3; }
  .item-footer  { order: 4; }
}

.item-title {
	font-size: 60px; margin: 0;
}

.item-wrapper p {
	font-family: 'Courier Prime', monospace; font-weight: normal; text-align: right; font-size: 14px; padding-left: 80px;
}

.item-buttons {
	 margin-top: 20px; padding-top: 20px; border-top: 2px dotted #888888;
}

.sharethis-wrapper {
	margin-top: 20px; padding-top: 10px;
}

.back-to-portfolio {
	display: flex; justify-content: center;
}


.post-wrapper {
  display: flex;  
  flex-flow: row wrap;
  font-weight: bold;
  text-align: center; 
	max-width: 100%;
	margin: 0 auto;
}

.post-wrapper > * {
  padding: 10px;
  flex: 1 100%;
}
	.post-col a:has(> img) { background-color: transparent; }
	.post-col a {
	font-size: 14px;
	text-decoration: none;
	background-color: #fcf56e;
	padding:3px 5px 1px 5px;
}
.post-main {
	
  text-align: left;
  background: deepskyblue;
}
	.post-right img { max-width: 100%;}
	.post-right {
		padding: 40px!important;
		padding-left: 40px!important;
		font-family: "Courier Prime", monospace;
			font-size: 15px;
		line-height: 1.2;
		font-weight: normal;	
	}
	
	.post-right iframe {
		padding: 20px!important;
	}
	.post-right, .post-right h1 {
		text-align: left; 
	}
	.post-left img {
		max-width: 300px;
		padding-top: 10px;
	}
.post-left {
		font-size: 12px;
	text-align: center;
			font-family: "Courier Prime", monospace;
		font-weight: normal;
	padding: 20px 0!important;
	}
@media all and (min-width: 600px) {
  .post-col { flex: 1 0 0; }
}

@media all and (min-width: 800px) {
  .post-main    { flex: 3 0px; }
  .post-left { order: 1; flex: 1;} 
  .post-main    { order: 2; }
  .post-right { order: 3; flex: 2; }
  .post-footer  { order: 4; }
}

.home-wrapper {
  display: flex;  
  flex-flow: row wrap;
  font-weight: bold;
  text-align: center; 
	max-width: 100%;
	margin: 0 auto;
}
.home-wrapper > * {
  padding: 10px;
  flex: 1 100%;
}
	.home-col a:has(> img) { background-color: transparent; }
	.home-col a {
	font-size: 14px;
	text-decoration: none;
	background-color: #fcf56e;
	padding:3px 5px 1px 5px;
}

.home-main {
	
  text-align: left;
  background: deepskyblue;
}
	.home-right img { max-width: 100%;}
	.home-right {
		padding-top: 40px!important;
		padding-left: 40px!important;
		font-family: "Courier Prime", monospace;
			font-size: 15px;
		line-height: 1.2;
		font-weight: normal;	
	}
	
	.home-right iframe {
		padding: 20px!important;
	}
	.home-right, .home-right h1 {
		text-align: left; 
	}
	.home-left img {
		max-width: 200px;
		padding-top: 10px;
		transition: 0.2s;
	}
	
	.home-left img:hover {
		transform: scale(1.1);
	}
	
	.landscape img {
		max-width: 300px!important;
	}
.home-left {
		font-size: 12px;
	text-align: center;
			font-family: "Courier Prime", monospace;
		font-weight: normal;
	padding: 20px 0!important;
	}
	
	
@media all and (min-width: 600px) {
  .home-col { flex: 1 0 0; }
	 .home-col-1 { flex: 1 0 0; }
}

@media all and (min-width: 800px) {
  .home-main    { flex: 3 0px; }
  .home-left { order: 1; flex: 1;} 
  .home-main    { order: 2; }
  .home-right { order: 3; flex: 2; }
  .home-footer  { order: 4; }
}



/* ---- puzzle-grid ---- */
	#mc_embed_signup_scroll p {
		text-align: left!important;
		padding-left: 0!important;
	}
.puzzle-grid {
	max-width: 900px;
    margin-inline: auto;
    padding: 0;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 50px;
}

/* clear fix */
.puzzle-grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .puzzle-grid-item ---- */

.puzzle-grid-sizer,
.puzzle-grid-item {
  width: 50%;

}
		
		/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	
	.puzzle-grid-sizer,
.puzzle-grid-item {
  width: 100%;
}
	
		}

.puzzle-grid-item {
  float: left;
	padding:20px;
}

.puzzle-grid-item img {
  display: block;
  max-width: 100%;
-webkit-box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.47); 
box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.47);
	transition: 0.2s;
}
		
		.puzzle-grid-item img:hover {
border: 5px solid white;}
		
.puzzle-grid-item:nth-child(odd) img:hover {
transform: scale(1.1) rotate(2deg);
}
		.puzzle-grid-item:nth-child(even) img:hover {
transform: scale(1.1) rotate(-2deg);
}

	

		
		.stretch {
    width:100%!important;
}
	
.parent {
  max-width: 900px;
  margin-inline: auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
	margin-bottom: 50px;

}
.child {
   min-width: 50%;
	  transition-duration: 0.3s;
			transition-timing-function: ease-out;
}
.child.one {
  
}
		.more {
			font-size: 14px;
			text-decoration: none!important;
			background-color: #fcf56e;
			padding:3px 5px 1px 5px;
		}
		
	.title {
		font-weight: 700;
	}
.child.two h2 {
  background: #FFFFFF;
  transform: translate(-80px, 0);
	padding: 5px 8px;
	font-size: 5vw;
	margin: 20px 0 0 0!important;
	 transition-duration: 0.3s;
			transition-timing-function: ease-out;
}
		
		.child p, .child ul {
			  
			 font-family: "Courier Prime", monospace;
			font-size: 16px;
			 transition-duration: 0.3s;
			transition-timing-function: ease-out;
		}
	
	.child p a {
		text-decoration: underline;
	}
	.highlight {
			font-size: 14px;
			text-decoration: underline;
						padding:3px 5px 1px 5px;

		}
		.print:hover {
						text-decoration: underline;
background-color: #bbfcff;
  
		}

		.card:hover {
						text-decoration: underline;
background-color: #fac2ef;
  
		}hr.style3 {
	border-top: 1px dashed #8c8b8b;
			margin: 0 5vw;
}
	
	


.puzzle-wrapper {
  display: flex;  
  flex-flow: row wrap;
  font-weight: bold;
  text-align: center; 
	max-width: 900px;
	margin: 0 auto;
}

.puzzle-wrapper > * {
  padding: 10px;
  flex: 1 100%;
}


.puzzle-main {
	
  text-align: left;
  background: deepskyblue;
}

	.puzzle-left {
		padding-top: 20px!important;
		padding-right: 20px!important;
		font-family: "Courier Prime", monospace;
			font-size: 16px;
		font-weight: normal;
	}
	
	
	.puzzle-left, .puzzle-left h1 {
		text-align: right; 
		color: #FFFFFF;
	}
	.puzzle-right img {
		max-width: 350px;-webkit-box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.47); 
box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.47);
	}

@media all and (min-width: 600px) {
  .puzzle-col { flex: 1 0 0; }
	
}

@media all and (min-width: 800px) {
  .puzzle-main    { flex: 3 0px; }
  .puzzle-left { order: 1; } 
  .puzzle-main    { order: 2; }
  .puzzle-right { order: 3; }
  .puzzle-footer  { order: 4; }
	
}
@media all and (max-width: 800px) {
.header-container {
	width: 100%;
	padding: 22px 15px 15px 15px;
}
	.post-right {
		
		padding: 30px!important;
	}
	
	.post-navigation {
		padding: 0 15px;
	}
.post-right iframe {
		width: 100%;
		padding: 0!important;
	}
	
}

#mc_embed_signup {
	color: #252525!important;
	}
	
	.mailchimp h1 {
		text-align: left!important;
			color: #252525!important;
		margin: 0!important;
		padding: 20px 0 0 0;

	}
		.mailchimp {
		text-align: left!important;
			color: #252525!important;
	}

	#mc_embed_signup a {
		background-color: transparent!important;
	}
