/* ==========================================
   RESET MAY 28, 2026
========================================== */



/* =========================================================
   RESET
========================================================= */

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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
section {
	margin: 0;
	padding: 0;
	border: 0;
}

/* =========================================================
   GLOBAL
========================================================= */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.65;
	color: #2e2e2e;
	background: #ece9e4;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
	border: 0;
}

.floatright {
	float: right;
	margin-left: 10px;
}

.floatover {
	float: right;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/* =========================================================
   LAYOUT
========================================================= */

#pagewrap {
	width: 1080px;
	max-width: 95%;
	margin: 0 auto;
}

#content {
	width: 620px;
	float: left;
	margin: 10px 0 30px;
	padding: 25px 35px;
	background: #ffffff;
	color: #2e2e2e;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0,0,0,.18);
}

#sidebar {
	width: 380px;
	float: right;
	margin: 10px 0 30px;
}

.widget {
	background: #f4f2ee;
	margin-bottom: 40px;
	padding: 15px 20px;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0,0,0,.12);
}

#whiteboxlarge {
	background-color: #ffffff;
	padding: 10px;
	border-radius: 8px;
}

/* =========================================================
   TYPOGRAPHY
========================================================= */

h1 {
	font-size: 200%;
	line-height: 1.2;
	color: #1f2933;
	margin-bottom: 20px;
	font-weight: bold;
}

.h1white {
	font-size: 200%;
	line-height: 1.2;
	color: #ffffff;
	margin-bottom: 20px;
	font-weight: bold;
}

h2 {
	font-size: 160%;
	line-height: 1.4;
	color: #1f2933;
	margin-bottom: 15px;
	font-weight: bold;
}

h3,
h4,
h5,
h6 {
	color: #8b6b2e;
	line-height: 1.4;
	margin-bottom: 15px;
}

p {
	margin-bottom: 1.3em;
}

.titlewhite,
.justwhite,
#whitetitle {
	color: #ffffff;
}

/* =========================================================
   LINKS
========================================================= */

a {
	color: #2f6fa3;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #1f2933;
	text-decoration: underline;
}

/* =========================================================
   LISTS
========================================================= */

ul,
ol {
	margin: 1em 0 1.5em 24px;
	line-height: 1.5;
}

li {
	margin-bottom: .5em;
}

/* =========================================================
   HORIZONTAL RULES
========================================================= */

hr {
	border: 0;
	height: 1px;
	margin: 40px 0;
	background: linear-gradient(
		to right,
		rgba(139, 107, 46, 0),
		rgba(139, 107, 46, 0.45),
		rgba(139, 107, 46, 0)
	);
}

/* =========================================================
   TOP NAVIGATION
========================================================= */

.topnav2 {
	overflow: hidden;
	background-color: #1f2933;
	position: relative;
	box-shadow: 0 2px 6px rgba(0,0,0,.35);
	margin-bottom: 0; /* removes gap under nav */
}

.topnav2 #myLinks {
	display: none;
	background-color: #2b3742;
}

.topnav2 a {
	color: #ffffff;
	padding: 20px 18px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 130%;
	display: block;
	transition: all .25s ease;
}

.topnav2 a:hover {
	background-color: #b89b5e;
	color: #1f2933;
	text-decoration: none;
}

.topnav2 .active {
	background-color: #2b3742;
	color: #ffffff;
	font-weight: bold;
}

/* Larger hamburger button */

.topnav2 a.icon {
	background: #1f2933;
	display: flex;
	align-items: center;
	gap: 6px;
	position: absolute;
	right: 0;
	top: 0;
	min-height: 64px;
	padding: 0 18px;
	box-sizing: border-box;
}

.topnav2 a.icon:hover {
	background-color: #b89b5e;
}

.topnav2 a.icon img {
	width: 34px;
	height: 34px;
	display: block;
	object-fit: contain;
}

.menu-label {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
}

.topnav2 a.icon:hover .menu-label {
	color: #1f2933;
}

/* Search form inside opened menu */

.topnav2 form {
	padding: 15px;
	background: #24313d;
}

.topnav2 input[type="text"] {
	width: 70%;
	padding: 8px;
	border: 1px solid #999;
	border-radius: 4px;
	font-size: 14px;
}

.topnav2 input[type="submit"] {
	padding: 8px 12px;
	border: 0;
	background: #b89b5e;
	color: #1f2933;
	font-weight: bold;
	border-radius: 4px;
	cursor: pointer;
}

/* Removes space between nav and first image */

.topnav2 + p,
.topnav2 + img,
.topnav2 + div,
.topnav2 + figure {
	margin-top: 0;
}

#fatimagetop,
#mainfotofudge {
	margin-top: 0;
	padding-top: 0;
}
/* =========================================================
   SEARCH FORM INSIDE NAV
========================================================= */

.topnav2 form {
	padding: 15px;
	background: #24313d;
}

.topnav2 input[type="text"] {
	width: 70%;
	padding: 8px;
	border: 1px solid #999;
	border-radius: 4px;
	font-size: 14px;
}

.topnav2 input[type="submit"] {
	padding: 8px 12px;
	border: 0;
	background: #b89b5e;
	color: #1f2933;
	font-weight: bold;
	border-radius: 4px;
	cursor: pointer;
}

.topnav2 input[type="submit"]:hover {
	background: #d3b67a;
}

/* =========================================================
   IMAGE ROWS
========================================================= */

.image-row {
	width: 100%;
	max-width: 620px;
	margin: 20px auto;
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	align-items: flex-start;
	box-sizing: border-box;
}

.image-col {
	flex: 1 1 0;
	min-width: 0;
	box-sizing: border-box;
}

.image-col a {
	display: block;
}

.image-col img {
	width: 100%;
	height: auto;
	display: block;
}

/* =========================================================
   FOOTER
========================================================= */

#footer {
	clear: both;
	font-size: 85%;
	color: #777;
	padding: 30px 0;
}

#footer a {
	color: #8b6b2e;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media screen and (max-width: 980px) {

	#content,
	#sidebar {
		width: 100%;
		float: none;
	}

	#content {
		padding: 20px;
	}

	.image-row {
		flex-direction: column;
		gap: 12px;
		max-width: 100%;
	}

	.image-col {
		width: 100%;
	}
}

@media screen and (max-width: 650px) {

	.topnav2 a {
		font-size: 110%;
		padding: 12px 14px;
	}

	h1 {
		font-size: 170%;
	}

	h2 {
		font-size: 145%;
	}
}


/* ==========================================
   ARCHIVE BUTTON EFFECT
========================================== */

.archive-button-wrap {
	text-align: center;
	margin: 30px 0;
}

.archive-button {
	display: inline-block;
	transition: transform .35s ease,
				box-shadow .35s ease,
				filter .35s ease;
	animation: archiveFloat 5s ease-in-out infinite;
}

.archive-button img {
	display: block;
	border-radius: 6px;
}

/* Hover effect */

.archive-button:hover {
	transform: scale(1.025);
	filter: brightness(1.03);
	box-shadow: 0 8px 28px rgba(0,0,0,.22);
	animation-play-state: paused;
}

/* Gentle floating motion */

@keyframes archiveFloat {

	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-4px);
	}

	100% {
		transform: translateY(0px);
	}
}