* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%; /* makes 1rem = 10px */
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

:root {
    --theme-main: #af9690;
	--theme-font: #666666;
	--theme-title: #ffffff;
    --theme-accent: #f7f1ef; /* #afaebd; */
    --theme-background: #f5f5f5;	
    --theme-navback: #ffffff;
}

.frontpagebanner {
	width: 100%;
    min-height: 250px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
    display: block;
}
.frontpagebanner img {
	width: 100%;
	padding: 0px;
	margin: 0px;
	display: block;
}

.frontpagebannercontent {
	width: 98%;
	height: 100%;
	position: absolute;
    top: 50%;        /* Push top edge to vertical center */
    left: 50%;       /* Push left edge to horizontal center */
    transform: translate(-50%, -50%); /* Pull back by half of its own size */
	
    /* New Flexbox Rules */
    display: flex;
    align-items: stretch; /* Forces children to have equal height */
    justify-content: space-between;
}

.frontpagebannerleft {
	width: 60%;
    font-family: Oswald, Verdana, Lato, sans-serif;
    color: #383838;
    text-align: center;
    padding-top: 0px;
	padding-left: 0px;
	font-size: 14px;
    display: flex;
    flex-direction: column; /* Stacks items vertically */
    align-items: center;    /* Horizontally centers each item in the stack */
    text-align: center;
}

.frontpagebannerright {
    height: 100%;           /* This now refers to the 80% height of parent */
    display: flex;          /* Helps with image alignment */
    justify-content: flex-end;
}

.frontpagebannerright img {
    max-height: 100%;      /* Fill the parent height */
    width: auto;        /* Maintain aspect ratio */
    object-fit: contain; /* ensures the whole image fits without distortion */
    display: block;
}

.frontpagetitle {
    font-size: 2vw;
    font-family: Oswald, Verdana, Lato, sans-serif;
	font-weight: bold;
    text-align: center; /* Centers the 'title-group' box itself */
    width: 100%;
	margin-bottom: 5px;
}
@media (min-width: 1000px) {
	.frontpagetitle {
		margin-bottom: 0px;
	}
}

.title-group {
    display: inline-block; /* Shrinks the box to fit the width of the longest line */
	padding-top: 2%;
}

.welcome-text {
    display: block;        /* Puts it on its own line */
    font-size: 2vw;     /* Smaller font for 'Welcome to' */
	font-weight: 300;
    text-align: left;      /* Aligns 'Welcome to' to the left of this box */
	line-height: 0.9;
	margin-bottom: 0.3vw;
    /* Add any specific branding fonts here */
}

.names-text {
    display: block;        /* Puts it on its own line */
    font-size: 3vw;       /* Larger font for the names */
    font-weight: bold;
    white-space: nowrap;   /* Keeps the names on one line */
	line-height: 0.9;
}

.frontpageflair {
	display: flex;
	justify-content: center;
	width: 5vw;
	padding-top: 12px;
	padding-bottom: 12px;
}
@media (min-width: 1000px) {
	.frontpageflair {
		padding-top: 6px;
		padding-bottom: 6px;
	}
}
@media (min-width: 1250px) {
	.frontpageflair {
		padding-top: 7px;
		padding-bottom: 7px;
	}
}
@media (min-width: 1500px) {
	.frontpageflair {
		padding-top: 8px;
		padding-bottom: 8px;
	}
}

.frontpagedescription {
    font-family: Oswald, Verdana, Lato, sans-serif;
    color: #383838;
    text-align: center;
    margin-top: 0px;
	margin-bottom: 0.3vw;
	font-size: 1.3vw;
	width: 60%;
}

.frontpagefrontimage {
	width: 70%;
	margin-top: 6px;
}
.frontpagefrontimage img {    
	width: 100%;        /* Maintain aspect ratio */
    object-fit: contain; /* ensures the whole image fits without distortion */
}

img.fade-sides {
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0,
    black 10px,
    black calc(100% - 10px),
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0,
    black 10px,
    black calc(100% - 10px),
    transparent 100%
  );
}

img.round-corners {
  border-radius: 4px;
}

.auto-style3 {
    font-size: 25px;
    font-family: Verdana, Lato, sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
}
@media (min-width: 400px) {
    .auto-style3 {
		font-size: 25px;
	}
}
@media (min-width: 620px) {
    .auto-style3 {
		font-size: 30px;
	}
}
@media (min-width: 1100px) {
    .auto-style3 {
		font-size: 35px;
	}
}
@media (min-width: 1650px) {
    .auto-style3 {
		font-size: 40px;
    }
}


.auto-style5 {
    font-size: 15px;
    font-family: Verdana, Lato, sans-serif;
	line-height: 1.8;
	margin-top: 10px;
	margin-bottom: 10px;
}
.auto-style6 {
    font-size: 20px;
    font-family: Verdana, Lato, sans-serif;
	margin-top: 5px;
	margin-bottom: 10px;
}

.archivedateandsummary {
    font-size: 12px;
    font-family: Verdana, Lato, sans-serif;
	margin-top: 2px;
	margin-bottom: 5px;
}

.main-body {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: Verdana, Lato, sans-serif;
    background-color: #FFFFFF;
	font-size: 1.5rem;
}

.main-body a {
    text-decoration: none;
	color: var(--theme-main);
}
.main-body a:hover,
.main-body a:active {
	color: black;
}

.about {
    background-color: var(--theme-main);
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 2px;
    padding-top: 5px;
    font-family: Verdana, Lato, sans-serif;
    font-size: 8px;
    color: #FFFFFF;
	position: sticky;
	top: 0;
	z-index: 1000;     /* keep it above content */
	display: flex;
    flex-wrap: wrap;   /* allows items to move to next row when needed */
    justify-content: space-between;
    align-items: center;
	
    flex-shrink: 0;
}
@media (min-width: 400px) {
    .about {
		padding-top: 5px;
		padding-bottom: 2px;
	}
}
.aboutcontent {
	width: 100%;
	display: flex;
    flex-wrap: wrap;   /* allows items to move to next row when needed */
    justify-content: space-between;
    align-items: center;
}
@media (min-width: 1240px) {
    .aboutcontent {
		max-width: 1240px;
		margin-left: auto;
		margin-right: auto;
	}
}
.aboutleft {
	margin: auto;
    padding: 0px;
	font-size: 16px;
    font-family: Verdana, Lato, sans-serif;
    min-width: 250px;
    text-align: center;
	flex: 1 1 auto;
	flex-basis: 100%;   /* full width row */
}
@media (min-width: 400px) {
    .aboutleft {
        width: 70%;
		float: left;
    }
}
@media (min-width: 620px) {
    .aboutleft {
        width: 270px;
        margin: 0px;
        float: left;
        padding-top: 1px;
        padding-bottom: 1px;
	}
}
@media (min-width: 720px) {
    .aboutleft {
		padding-left: 3vw;
		flex-basis: auto;
		text-align: left;
	}
}
@media (min-width: 1000px) {
    .aboutleft {
        width: 35%;
        margin: 0px;
        float: left;
        text-align: left;
        padding-top: 1px;
        padding-bottom: 1px;
    }
}
@media (min-width: 1240px) {
    .aboutleft {
        width: 502px;
		padding-left: 38px;
    }
}

.aboutlefttitle {
	font-size: 25px;
    font-family: Oswald, Lato, Verdana, sans-serif;
	font-weight: bold;
	line-height: 1.0;
    margin-top: 0px;
    margin-bottom: 0.2vw;
}
@media (min-width: 1000px) {
    .aboutlefttitle{
		font-size: 30px;
	}
}

.aboutlefttext {
    font-size: 15px;
    font-family: Verdana, Lato, sans-serif;
    margin-top: 2	px;
    margin-bottom: 0px;
}
@media (min-width: 1000px) {
    .aboutlefttext{
		font-size: 20px;
	}
}
.aboutright {
    width: 280px;
    margin: auto;
    margin-bottom: 0px;
    padding-top: 10px;
	text-align: center;
	flex: 1 1 auto;
}
@media (min-width: 400px) {
    .aboutright {
        width: 377px;
        padding-top: 8px;
	    text-align: center;
    }
}
@media (min-width: 620px) {
    .aboutright {
        width: 560px;
        padding-top: 15px;
	    text-align: center;
    }
}
@media (min-width: 1280px) {
    .aboutright {
        width: 55%;
        padding-top: 20px;
        padding-bottom: 20px;
        float: left;
	    text-align: center;
    }
}
.aboutrightindex {
    margin: auto;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center;
	flex: 1 1 auto;
	flex-basis: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1vw;
}
@media (min-width: 500px) {
    .aboutrightindex {
		text-align: center;
		flex-basis: 45%;
    }
}
@media (min-width: 620px) {
    .aboutrightindex {
        padding-top: 10px;
        float: left;
	    text-align: center;
    }
}
@media (min-width: 720px) {
    .aboutrightindex {
		flex-basis: auto;
		padding-bottom: 10px;
    }
}
@media (min-width: 1240px) {
    .aboutrightindex {
		width: 575px;
		margin-left: 9px;
		margin-right: 10px;
    }
}

.buttonimage a {
    display: block;
    width: auto;
    font-family: Verdana, sans-serif;
    color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: bold;
    background-color: var(--theme-main);
    margin: 0px;
    margin-bottom: 2px;
	margin-left: 1vw;
	margin-right: 1vw;
    padding: 0px;
    padding-top: 2px;
    text-decoration: none;
    text-align: center;
}
.buttonimage a:hover,
.buttonimage a:active {
    text-decoration: none;
	color: #DDDDDD;
}
@media (min-width: 620px) {
    .buttonimage a {
		font-size: 2.1vw;
		margin-bottom: 0px;
		padding-top: 0px;
	}
}
@media (min-width: 720px) {
    .buttonimage a {
		font-size: 1.5vw;
	}
}
@media (min-width: 1150px) {
    .buttonimage a {
		font-size: 17px;
	}
}
@media (min-width: 1240px) {
    .buttonimage a {
		margin-left: 13px;
		margin-right: 13px;
    }
}

.social {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
    margin-left: auto;
	margin-right: auto;
	flex: 0 1 auto;
	flex-basis: 90px;
    justify-content: space-between;
    align-items: center;
	display: none; /* hide under 500px width, use "socialmobile" instead */
}
@media (min-width: 500px) {
	.social {
	}
}
@media (min-width: 720px) {
	.social {
		flex-basis: 90px;
		display: flex;
		margin-right: 2vw;
	}
}
@media (min-width: 1150px) {
    .social {
		margin-right: 3vw;
	}
}
@media (min-width: 1240px) {
    .social {
		margin-right: 38px;
	}
}
.socialmobile {
	background-color: var(--theme-accent);
	padding-top: 10px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
    margin-left: auto;
	margin-right: auto;
	display: flex;
    justify-content: center;
    align-items: center;
	gap: 10px;
}
@media (min-width: 720px) {
	.socialmobile {
		display: none;
	}
}
.twitter {
}
.insta {
}
.rss {
}
.youtube {
}


/* Hide the mobile welcome by default */
.mobilewelcome {
    display: none;
}
/* --- MOBILE STYLES (Breakdown) --- */

@media (max-width: 1000px) {
    /* 1. Hide the banner entirely */
    .frontpagebanner {
        display: none;
    }
	
    /* 2. Show the mobile welcome message */
    .mobilewelcome {
		
        text-align: center;
		width: 100%;
        background-color: var(--theme-accent);
		color: #383838;
		
		display: flex;
		flex-direction: column; /* Stacks items vertically */
		align-items: center;    /* Horizontally centers each item in the stack */
		text-align: center;
		
		font-family: Oswald, Verdana, Lato, sans-serif;
		font-weight: normal;
    }
	
	.mobilewelcomecontent {		
		background-image: url('images/MobileWelcomeBack.jpg');
		max-width: 580px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		padding-top: 20px;
		padding-bottom: 20px;
		
		margin-top: 20px;
		
		
		display: flex;
		flex-direction: column; /* Stacks items vertically */
		align-items: center;    /* Horizontally centers each item in the stack */
		text-align: center;
	}

    /* 3. Ensure the mobile fonts still look good */
    .mobilewelcome .welcome-text {
        font-size: 40px; /* Slightly larger for mobile screens */
        line-height: 0.9;
    }
	
    .mobilewelcome .names-text {
        font-size: 55px; /* Slightly smaller for mobile screens */
        line-height: 1.0;
    }
	
	.mobilewelcome .frontpagedescription {
        font-size: 23px; /* Slightly smaller for mobile screens */
		width: 70%;
	}
}
@media (max-width: 600px) {
	/* 3. Ensure the mobile fonts still look good */
    .mobilewelcome .welcome-text {
        font-size: 6.5vw; /* Slightly larger for mobile screens */
        line-height: 0.9;
    }
	
    .mobilewelcome .names-text {
        font-size: 9vw; /* Slightly smaller for mobile screens */
        line-height: 1.0;
    }
	
	.mobilewelcome .frontpagedescription {
        font-size: 4vw; /* Slightly smaller for mobile screens */
		width: 70%;
	}
}

.mobilewelcomebottom {
	display: none;
}
@media (min-width: 720px) {	
	.mobilewelcomebottom {
		display: flex;
        background-color: var(--theme-accent);
		min-height: 20px;
		width: 100%;
	}
}
@media (min-width: 1001px) {	
	.mobilewelcomebottom {
		display: none;
	}
}

.titlebanner {
	width: 100%;
    background-color: var(--theme-accent);
    color: #383838;

    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    font-family: Oswald, Verdana, Lato, sans-serif;
    font-weight: normal;

    /* Default height when no image */
    padding: 20px 0;
}
.titlebanner.has-image {
    position: relative;
    height: 200px;
    padding: 0;
}

.titlebanner.has-image::after {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0) 90%,
        var(--theme-accent) 100%
    );
}

@media (min-width: 720px) {	
	.titlebanner.has-image {
		position: relative;
		height: 350px;
		padding-top: 20px;
	}
}


.titlebannercontent {
	position: relative; /* ensures it sits above the background */
    z-index: 2;

	
	background-image: url('images/MobileWelcomeBack.jpg');
	max-width: 580px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:10px;
	padding-right:10px;
	
	margin-top: 10px;
	
	
	display: flex;
	flex-direction: column; /* Stacks items vertically */
	align-items: center;    /* Horizontally centers each item in the stack */
	text-align: center;
}

@media (min-width: 720px) {
	.titlebannercontent {
		padding-left: 40px;
		padding-right: 40px;
	}
}

.titlechunk {
    font-size: 25px;
    font-family: Verdana, Lato, sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
	min-width: 300px;
}

.titlebanner .title-text {
	font-size: 30px; 
	line-height: 0.9;
	color: var(--theme-title);
}
@media (min-width: 720px) {	
	.titlebanner .title-text {
		font-size: 40px; 
	}
}
	
.titlebannerbottom {
	display: none;
}
@media (min-width: 720px) {	
	.titlebannerbottom {
		display: flex;
        background-color: var(--theme-accent);
		min-height: 10px;
		width: 100%;
	}
}


.titleflair {
	display: flex;
	justify-content: center;
	width: 60px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.titleflair img {
	filter: hue-rotate(0deg) brightness(300%) contrast(100%);
}

.archivenav {
	margin-top: 10px;
	margin-bottom: 0px;
    margin-left: auto;
	margin-right: auto;
    text-decoration: none;
	color: var(--theme-font);
	clear: both;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0px;
}
.archivenav a:hover {
	
}
.archivenav a:active,
.archivenav a:link,
.archivenav a:visited {
    text-decoration: none;
	color: var(--theme-font);
}
@media (min-width: 620px) {
    .archivenav {
		line-height: 1.0;
    }
}

.archivenavflag {
	margin-top: 10px;
	margin-bottom: 0px;
    margin-left: auto;
	margin-right: auto;
	width: 280px;
    font-size: 18px;
	font-weight: bold;
    text-decoration: none;
	color: #aaaaaa;
	clear: both;
	display: block;
}
.archivenavflag a:hover,
.archivenavflag a:active,
.archivenavflag a:link,
.archivenavflag a:visited {
    text-decoration: none;
	color: #2F9797;
}
@media (min-width: 620px) {
    .archivenavflag {
		width: 370px;
		font-size: 24px;
    }
}

.archivenavbuttonleftarrow {
	display: flex;
	flex: 0 0 auto;
	height: 40px;
	width: 15px;
	background-color: var(--theme-navback);
	border-radius: 20px 0px 0px 20px;
	justify-content: center;
	align-items: center;
}
.archivenavbuttonleftarrow img {
	width: 8px;
}
@media (min-width: 620px) {	
	.archivenavbuttonleftarrow {
		height: 50px;
		width: 30px;
	}
	.archivenavbuttonleftarrow img{
		width: 10px;
	}
}
.archivenavbuttonleft {
	display: flex;
	text-align: left;
	flex: 0 0 auto;
	height: 40px;
	width: 120px;
	padding-left: 4px;
	padding-right: 10px;
	background-color: var(--theme-navback);
	border-radius: 0px 5px 5px 0px;
	align-items: center;
	font-size: calc(14px * var(--scale));
	font-weight: bold;
	line-height: 1.0;
}
@media (min-width: 620px) {	
	.archivenavbuttonleft {
		height: 50px;
		width: 170px;
		font-size: calc(18px * var(--scale));
		font-weight: normal;
	}
}
.archivenavbuttoncenter {
	display: flex;
	flex: 0 0 auto;
	height: 40px;
	padding-left: 2px;	
	padding-right: 2px;
	background-color: var(--theme-navback);
	border-radius: 5px 5px 5px 5px;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.0;
}
@media (min-width: 620px) {	
	.archivenavbuttoncenter {
		height: 50px;
		font-size: 18px;
		font-weight: normal;
	}
}
.archivenavbuttonright {
	display: flex;
	text-align: right;
	flex: 0 0 auto;
	height: 40px;
	width: 120px;
	padding-left: 10px;
	padding-right: 6px;
	background-color: var(--theme-navback);
	border-radius: 5px 0px 0px 5px;
	justify-content: flex-end;
	align-items: center;
	font-size: calc(14px * var(--scale));
	font-weight: bold;
	line-height: 1.0;
}
@media (min-width: 620px) {	
	.archivenavbuttonright {
		height: 50px;
		width: 170px;
		font-size: calc(18px * var(--scale));
		font-weight: normal;
	}
}
.archivenavbuttonrightarrow {
	display: flex;
	flex: 0 0 auto;
	height: 40px;
	width: 15px;
	background-color: var(--theme-navback);
	border-radius: 0px 20px 20px 0px;
	justify-content: center;
	align-items: center;
}
.archivenavbuttonrightarrow img {
	width: 8px;
}
@media (min-width: 620px) {	
	.archivenavbuttonrightarrow {
		height: 50px;
		width: 30px;
	}
	.archivenavbuttonrightarrow img{
		width: 10px;
	}
}

.base-section {
	display: flex;
	flex-wrap: wrap;
    margin: 0;
    padding: 20px 10px 20px 15px;
    font-family: Verdana, sans-serif;
    color: var(--theme-font);
    background-color: var(--section-bg, #ffffff);
}
@media (min-width: 620px) {
    .base-section {
        padding-left: 30px;		
		padding-right: 30px;
	}
}
@media (min-width: 1100px) {
    .base-section {
        padding-left: 60px;		
		padding-right: 60px;
    }
}
@media (min-width: 1240px) {
    .base-section {
		max-width: 1225px;
        margin-left: auto;
		margin-right: auto;
    }
}

.section1a {
    --section-bg: #ffffff;
}

.section1b {
    --section-bg: #f5f5f5;
}

.section-more {
    min-height: 220px;
    --section-bg: #ffffff;
}

.sectionarchive {
    --section-bg: #ffffff;
    /* #92D1D1; */
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-right: 15px;
}

.section-title {
    margin: 0px;
    padding: 0px;
    padding-top: 0px;
    width: 100%;
}

.section-content {
    margin: 0px;
    padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
    width: 100%;
}
.section-content p {
	width: 100%;
}

.section-content-left {
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
    padding-left: 10px;
    width: 90%;
    float: left;
}
@media (min-width: 510px) {
.section-content-left {
    padding-left: 10px;
    width: 30%;
}
}
.section-content-right {
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
    padding-left: 10px;
    width: 100%;
    float: left;
}
@media (min-width: 510px) {
.section-content-right {
    padding-left: 10px;
    width: 65%;
}
}
.section-content-col {
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
    padding-left: 20px;
	padding-right: 30px;
    width: 100%;
    float: left;
}

@media (min-width: 620px) {
.section-content-col {
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
    padding-left: 20px;
    width: 33%;
    float: left;
}
}



.section-archive-col {
    box-sizing: border-box;
    flex: 1 1 100%;
    max-width: 100%;
}
@media (min-width: 500px) {
	.section-archive-col {
		flex: 1 1 47.5%;
		max-width: 47.5%;
	}
}
@media (min-width: 1150px) {
	.section-archive-col {
		flex: 1 1 23.5%;
		max-width: 23.5%;
	}
}

.section-postpic {
    margin: 0px;
    padding: 0px;
    padding-top: 10px;
    padding-left: 20px;
	padding-right: 30px;
    width: 100%;
    float: left;
}
@media (min-width: 1100px) {
	.section-postpic {
		margin: 0px;
		padding: 0px;
		padding-top: 10px;
		padding-left: 20px;
		width: 45%;
		float: left;
	}
}

.section-posttitle {
	padding-top: 0px;
	margin-top: 8px;
	margin-bottom: 15px;
	font-size: 20px;
	font-family: Verdana, Lato, sans-serif;
}

.section-postsummary {
    margin: 0px;
    padding: 0px;
    padding-top: 2px;
    padding-left: 20px;
    padding-right: 30px;
    padding-bottom: 0px;
    width: 100%;
    float: left;
}
@media (min-width: 1100px) {
	.section-postsummary {
		margin: 0px;
		padding: 0px;
		padding-top: 0px;
		padding-left: 20px;
		width: 52%;
		float: left;
	}
}

.corner {
    position: relative;
    width: 150px;
    height: 100px;
    background: #f5f5f5;
}




.blog {
	display: block;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
@media (min-width: 620px) {
    .blog {
        padding-left: 3%;
        padding-right: 3%;
    }
}
@media (min-width: 1240px) {
    .blog {
		max-width: 1225px;
		margin-left: auto;
		margin-right: auto;
    }
}
.blogday {
	display:block;
    padding-bottom: 15px;
    padding-top: 8px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	position: relative; /* for blogdate to overlap */
}
@media (min-width: 620px) {	
	.blogday {
		padding-left: 20px;
		padding-right: 20px;
		margin-left: 0px;
		margin-right: 0px;
	}
}

.blogdaymain {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 20px;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    min-width: 300px;
	min-height: 125px;
    border: 0px;
    position: relative;
}
.blogdaymain::before {
	z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;

    width: 300px;   /* length of horizontal line */
    height: 125px;  /* length of vertical line */

	background:
		/* horizontal line top*/
		linear-gradient(to right, var(--theme-font), transparent) top left / 300px 3px no-repeat,
		/* vertical line top left*/
		linear-gradient(to bottom, var(--theme-font), transparent) top left / 3px 125px no-repeat;
}
@media (min-width: 620px) {	
	.blogdaymain::before {
		width: 500px;   /* length of horizontal line */
		background:
			/* horizontal line top*/
			linear-gradient(to right, var(--theme-font), transparent) top left / 500px 3px no-repeat,
			/* vertical line top left*/
			linear-gradient(to bottom, var(--theme-font), transparent) top left / 3px 125px no-repeat;
	}
}
.blogdaymain::after {
	z-index: -1;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;

    width: 300px;   /* length of horizontal line */
    height: 125px;  /* length of vertical line */

	background:
		/* horizontal line bottom */
		linear-gradient(to left, var(--theme-font), transparent) bottom right / 300px 3px no-repeat,
		/* vertical line bottom right */
		linear-gradient(to top, var(--theme-font), transparent) bottom right / 3px 125px no-repeat;
}
@media (min-width: 620px) {	
	.blogdaymain::after {
		width: 500px;   /* length of horizontal line */
		background:
			/* horizontal line bottom */
			linear-gradient(to left, var(--theme-font), transparent) bottom right / 500px 3px no-repeat,
			/* vertical line bottom right */
			linear-gradient(to top, var(--theme-font), transparent) bottom right / 3px 125px no-repeat;
	}
}
@media (min-width: 620px) {
    .blogdaymain {
		margin-bottom: 0px;
    }
}
@media (min-width: 800px) {
    .blogdaymain {
		margin-bottom: 0px;
    }
}
@media (min-width: 1240px) {
    .blogdaymain {
		margin-bottom: 0px;
		min-height: 200px;
		min-width: 600px;
    }
	
	.blogday {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-template-areas:
            "main rightside";
    }

    .blogdaymain { grid-area: main; }
    .rightside { grid-area: rightside; }

}
.blogdate {
    border-radius: 0px;
    height: 21px;
    float: left;
    padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
    background-color: var(--theme-main);;
    font-family: Verdana, Lato, sans-serif;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;     /* keep it above content */	
	display: flex;
	align-items: center;
	
}
@media (min-width: 620px) {
    .blogdate {
		padding-left: 0px;
		padding-right: 0px;
        border-radius: 50% 50% 5% 50%;
        width: 60px;
        height: 60px;
        float: left;
    }
}
.blogdatetext {
    width: initial;
    height: initial;
    margin: auto;
}
@media (min-width: 620px) {
    .blogdatetext {
        width: 80px;
        height: 50px;
    }
}
.blogdummy {
    padding-left: 10px;
    padding-right: 5px;
    clear: left;
}
@media (min-width: 620px) {
	.blogdummy {
		margin-left: 40px;
		padding-left: 13px;
		padding-right: 35px;
	}
}
.blogtitle {
	margin: 0px;
    padding-top: 7px;
	font-size: 2rem;
	font-weight: bold;
	display: block;
}
@media (min-width: 620px) {
    .blogtitle {
        padding-top: 7px;
		float: left;
		overflow: hidden;
		font-size: 2.5rem;
    }
}
.blogpostedby {
	margin: 0px;
	font-style: italic;
	clear: both;
    color: #aaaaaa;	
	display: block;
    padding-left: 0px;
}
.blogtitleclear {
	clear: initial;
}
@media (min-width: 800px) {
    .blogtitleclear {
		clear: left;
    }
}
.blogtext {
    padding-left: 20px;
    padding-right: 20px;
	margin-top: 5px;
	line-height: 1.8;
	font-size: 1.4rem;
	color: var(--theme-font);
}

img.blog-image-wide {
	display: block;
	width: 95%;
	margin: 10px auto;
	border: 1.5vw solid white;
	box-shadow: 0 8px 25px rgba(0,0,0,0.35);
}

img.blog-image-tall {
	display: block;
	width: 60%;
	margin: 10px auto;
	border: 1.5vw solid white;
	box-shadow: 0 8px 25px rgba(0,0,0,0.35);
}

.rightside {
    margin: auto;
    min-width: 300px;
    width: 25%;
}
@media (min-width: 700px) {
    .rightside {
		float: initial;
		width: 600px;
		margin: auto;
		display: flex;
		padding-left: 20px;
		max-height: 350px;
    }
}
@media (min-width: 1240px) {
    .rightside {
		float: right;
		width: 25%;
		margin: 0px;
		display: block;

    }
}
.workout {
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border: solid #999999 1px;
    border-bottom-width: 3px;
    border-radius: 3px;
    background-color: #f6f6f6;
    border-color: #cccccc;
    width: 275px;
	display: inline-block;
}
@media (min-width: 700px) {
    .workout {
		margin-left: initial;
		margin-right: initial;
    }
}
@media (min-width: 1240px) {
    .workout {
		float: right;
		display: initial;
		padding-bottom: 10px;
		margin-bottom: 10px;
    }
}
.food {
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border: solid #999999 1px;
    border-bottom-width: 3px;
    border-radius: 3px;
    background-color: #f6f6f6;
    border-color: #cccccc;
    width: 275px;
	display: inline-block;
}
@media (min-width: 700px) {
    .food {
		margin-left: 20px;
		margin-right: initial;
    }
}
@media (min-width: 1240px) {
    .food {
		float: right;
		display: initial;
		padding-bottom: 10px;
		margin-bottom: 10px;
    }
}
.graph {
    width: 320px;
    padding-top: 3px;
    font-family: Verdana, Lato, sans-serif;
    color: #ffffff;
    font-size: 15px;
}
.graphline {
    width: 100%;
    display: inline-block;
    margin: 0px;
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 0px;
    padding-top: 5px;
    padding-bottom: 3px;
    padding-right: 5px;
    text-decoration: none;
    text-align: center;
    border-left-color: #000000;
    border-left-style: solid;
    border-left-width: 2px;
    border-bottom-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    background-color: #e0e0e0;
}
.graphlinewidthperfect {
    width: 100%;
    background-color: #A0C0A0;
    margin-bottom: 1px;
    padding-bottom: 1px;
}
.graphlinewidthhigh {
    width: 75%;
    background-color: #98A070;
    margin-bottom: 1px;
    padding-bottom: 1px;
}
.graphlinewidthmedium {
    width: 50%;
    background-color: #908030;
    margin-bottom: 1px;
    padding-bottom: 1px;
}
.graphlinewidthlow {
    width: 25%;
    background-color: #703030;
    margin-bottom: 1px;
    padding-bottom: 1px;
}
.graphfooter {
    font-family: Lucida Sans, Cabin, Helvetica Neue, Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 15px;
}
.graphfooterleft {
    float: left;
}
.graphfooterright {
    float: right;
}

#archivetable {
	display: table;
	width: 90%;
	margin: auto;
	border-collapse: separate;
	border-spacing: 0px 5px;
}
@media (min-width: 700px) {
	#archivetable {
		margin: auto;
		width: initial;
	}
}
.archiverow {
	display: table-row;
	margin: 5px;
	margin-bottom: 0px;
	background-color: #f6f6f6;
}
.archivethumbcolumn {
	display: table-cell;
	padding: 5px;
	padding-bottom: 3px;
	border: 1px solid #999999;
	border-right-width: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.archivethumbimage {
	width: 100px;
}
@media (min-width: 560px) {
	.archivethumbimage {
		width: 200px;
	}
}
@media (min-width: 700px) {
	.archivethumbimage {
		width: 300px;
	}
}
.archivethumbimage img {
	width: 100%;
}
.archivelinkcolumn {
	display: table-cell;
	padding: 5px;
	color: #000000;
	vertical-align: middle;
	border: 1px solid #999999;
	border-left-width: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.arxhivename {
	display: inline-block;
}
.archivedate {
	display: inline-block;
	color: #999999;
	padding-left: 3px;
	font-style: italic;
    font-size: 12px;
}
@media (min-width: 560px) {
	.archivedate {
		font-size: 16px;
	}
}
@media (min-width: 700px) {
	.archivedate {
		font-size: 20px;
	}
}
.archivelink {
    font-size: 25px;
    text-decoration: none;
	color: #000000;
}
@media (min-width: 560px) {
	.archivelink {
		font-size: 40px;
	}
}
@media (min-width: 700px) {
	.archivelink {
		font-size: 50px;
	}
}
a.archivelink:hover,
a.archivelink:active,
a.archivelink:link,
a.archivelink:visited {
    text-decoration: none;
	display: block;
}

.section-how {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
	width: 100%;
	max-width: 1225px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5%;
	padding-right: 5%;
	border-top: 3px solid var(--theme-main);
	border-bottom: 3px solid var(--theme-main);
	border-image:
		/* horizontal line top*/
		linear-gradient(to right, transparent, var(--theme-main), transparent) 1
}
@media (min-width: 1240px)
{
	.section-how {
		max-width: 1225px;
		padding-left: 0px;
		padding-right: 0px;
		margin-left: auto;
		margin-right: auto;
	}
}

.section-how-col {
    margin: 4px;
	flex: 1 1 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

div.card {
  width: 250px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  flex: 0 0 auto;
}

div.cardtop {
  background-color: var(--theme-main);;
  color: white;
  padding: 10px;
  font-size: 20px;
  height: 150px;
}

div.cardbottom {
  padding: 10px;
}

.section-project-col {
    margin: 0px;
    padding: 0px;
    padding-top: 0px;
    padding-left: 20px;
	padding-right: 30px;
	padding-bottom: 15px;
    width: 100%;
    float: left;
}

@media (min-width: 600px) {
.section-project-col {
    margin: 0px;
    padding: 0px;
    padding-top: 0px;
    padding-left: 20px;
	padding-bottom: 15px;
    width: 50%;
    float: left;
}
}


@media (min-width: 900px) {
.section-project-col {
    margin: 0px;
    padding: 0px;
    padding-top: 0px;
    padding-left: 20px;
	padding-bottom: 15px;
    width: 30%;
    float: left;
}
}

@media (min-width: 1400px) {
.section-project-col {
    margin: 0px;
    padding: 0px;
    padding-top: 0px;
    padding-left: 20px;
	padding-bottom: 15px;
    width: 20%;
    float: left;
}
}

.footer  {
	background-color:#f5f5f5; 
	font-size: 15px;
    font-family: Lucida Sans, Cabin, Helvetica Neue, Arial, Helvetica, sans-serif;
	color: #666666
    margin-top: 0px;
    margin-bottom: 0px;
	padding:10px; 
	text-align:center; 
	margin-top:10px;
}

.iframecontainer {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.iframecontainer iframe {
  width: 100%;
  height: 100%;
  border: none;
}
	
.cardnav {

}
.cardnav a:hover,
.cardnav a:active,
.cardnav a:link,
.cardnav a:visited {
    text-decoration: none;
	color: #2F9797;
}













