html {height: 100%;
	width: 100%;
	}

a.nav_itm:link, a.nav_itm:visited {
		text-decoration:none;
		border-width: 0px;
		color: #000000;
		outline: none;
	}
	
a.nav_itm:hover, a.nav_itm:active {
		text-decoration:none;
		border-width: 0px;
		color: #333333;
		outline: none;
	}
	
a.selected:link, a.selected:visited {
		text-decoration:none;
		color: #969696;
		border-width: 0px;
		outline: none;
	}
	
a.selected:hover, a.selected:active {
		text-decoration:none;
		border-width: 0px;
		color: #333333;
	}

a.vis:link, a.vis:visited {
		text-decoration:none;
		border-width: 0px;
		color: #303030;
	}
	
a.vis:hover, a.vis:active {
		text-decoration:none;
		border-width: 0px;
		color: #969696;
	}
	
a.wrapper:link, a.wrapper:visited, a.wrapper:hover, a.wrapper:active {
		text-decoration:none;
		border-width: 0px;
		color: #000000;
	}

a.img_lnk:link, a.img_lnk:visited {
		text-decoration: none;
	}
	
a.img_lnk:hover, a.img_lnk:active {
		text-decoration: none;
		opacity: 0.8;
	}
	
img {
	border: 0;
	}
	
.large {
		font-size: clamp(12px, 8vh, 64px);
		font-family:"Geologica", "Arial", sans-serif;
	}

.midi {
		font-size: clamp(10px, 5vh, 32px);
		font-family:"Geologica", "Arial", sans-serif;
		}
		
.mid {
		font-size: clamp(8px, 150%, 24px);
		font-family:"Geologica", "Arial", sans-serif;
		}
		
.mini {
		font-size: clamp(8px, 2.6vh, 28px);
		font-family:"Geologica", "Arial", sans-serif;
		}
	
.small {
		font-size: clamp(6px, 100%, 22px);
		line-height: 0.5;
		font-family:"Geologica", "Arial", sans-serif;
		}
		
.smaller {
		font-size: clamp(6px, 95%, 20px);
		font-family:"Geologica", "Arial", sans-serif;
		line-height: 0.5;
		}
		
.smallerer {
		font-size: 2.5vh;
		font-family:"Geologica", "Arial", sans-serif;
		line-height: 0.5;
		}
		
.emph {
		font-weight: bold;
		}
		
.nav_img {
		margin-top: auto;
		margin-left: 30px;
		padding-top: 3vh;
		border-style: solid;
		border-width: 0px;
		border-color: #969696;
		height: 11vh;
		}

.showset_nav {
			object-fit: contain;
			height: 11vh;
	}

.nav_box {
		margin-right: 2vw;
		margin-top: auto;
	}
	
a.nav_itm img {
	object-fit: contain;
	width: clamp(6px, 2vw, 30px);
	}
	
a.selected img {
	object-fit: contain;
	width: clamp(6px, 2vw, 30px);
	}
		
/* .spread {
		margin-right: 1.5vw;
		}
		
.strip {
		position: relative;
		margin-bottom: 2vh;
		padding-left: 9vw;
		}

*/

.strip_header {
			padding-bottom: 2.5vh;
			padding-top: 7vh;
			padding-left: 9vw;
			font-weight: 600;
			}

.strip_name {
		grid-column-start: 1;
		grid-column-end: 2;
		align-self: end;
		font-size: 3.2vh;
		}
		
.tiny_n {
		object-fit: contain;
		width: clamp(6px, 2vh, 32px);
		padding-left: 2px;
		}
			
/* .imgs {
	padding-left: 18vw;
	}
*/
		
body {
	background-color:#9B815E;
	width: 100%;
	height: 100%;
	margin: 0;
	font-family:"Geologica", "Arial", sans-serif;
     }

#content {
	width: 100%;
	height: 80%;
	margin-top: 10vh;
	position: absolute;
	background-image:url('img/cln_bkg.jpg');
	background-position: left bottom;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size: cover;
	}
	
#sidebar {
	display: flex;
	flex-direction: column;
	float: left;
	height: 100%;
	width: 18%;
	background-color: rgba(80, 50, 0, 0.25);
	}

#logo {
	position: relative;
	text-align: right;
	}
	
#logo img {
	object-fit: contain;
	width: 7vw;
	padding-right: 2vw;
	padding-top: 3vh;
	}

#nav {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	position: relative;
	width: 100%;
	font-size: clamp(8px, 3vw, 48px);
	text-align: right;
	line-height: 8vh;
	}

#main {
	float: right;
	width: 82%;
	height: 100%;
	}

#main_grid {
	padding-left: 9vw;
	padding-top: 4.5vh;
	width: 70%;
	display: grid;
	grid-template-columns: 16vh repeat(6, 13vh);
	grid-template-rows: repeat(4, 13vh);
	gap: 0.5vw;
	}
	
 /* 4x4  .cat_grid {
	padding-left: 9vw;
	padding-top: 1.5vh;
	width: 60%;
	display: grid;
	grid-template-columns: repeat(4, 14vh);
	grid-template-rows: repeat(4, 14vh);
	gap: 0.5vw;
	}
*/

.cat_grid {
	padding-left: 9vw;
	padding-top: 1vh;
	width: 60%;
	display: grid;
	grid-template-columns: repeat(5, 18vh);
	grid-template-rows: repeat(3, 18vh);
	gap: 1vw;
	}
	
	
.index_img {
	object-fit: contain;
	object-position: left;
	height: 12vh;

/*
	margin-right: 1vw;
	margin-bottom: 1vh;
*/
	}
	
.cat_img {
	object-fit: contain;
	object-position: left;
	height: 18vh;
	}

.double_w {
	grid-column: span 2;
	}

#note {
	position: relative;
	top: 8vh;
	padding-left: 1vw;
	}

#text_area {
	position: relative;
	text-align: right;
	line-height: 1.2;
	width: 77%;
	height: 61.5vh;
	padding-left: 9vw;
	padding-top: 5vh;
	}
		
#cont_area {
	float: left;
	margin-left: 1vw;
	height: 100%;
	width: 66%;
	text-align: center;
	line-height: 1.2;
	}
	
#sub_nav {
	height: 100%;
	width: 100%;
	}
	
#disp_nav {
	float: left;
	height: 100%;
	width: 22%;
	display: flex;
	flex-direction: column;
	text-align: right;
	}
	
#main_img {
	display: grid;
	place-items: center;
	height: 100%;
	border-width:0px;
	border-style: solid;
	border-color:#C3C3C3;
	}
	
#big_img {
	height: 64vh;
	width: 54vw;
	object-fit: contain;
	}
	
#text_cont {
	position: relative;
	top: 51vh;
	font-size: 4vh;
	}
	
#how_to_own {
	text-align: left;
	}
	
#own_bot {
	display: flex;
	justify-content: space-between;
	position: relative;
	height: 60px;
	width: 77%;
	padding-left: 9vw;
	}
	
#bot_lnk_2 {
	margin-top: auto;
	float: left;
	}
	
#bot_lnk_1 {
	margin-top: auto;
	float: left;
	}
	
#bot_lnk_3 {
	margin-top: auto;
	float: left;
	}

#about {
	position: absolute;
	top: 5vh;
	visibility: hidden;
	text-align: left;
	}
	
#state {
	position: absolute;
	top: 5vh;
	visibility: hidden;
	text-align: left;
	}
	
#page_left {
	position: absolute;
	top: 50%;
	left: 22%;
	font-size: 300%;
	}
	
#page_right {
	position: absolute;
	top: 50%;
	right: 5%;
	font-size: 300%
	}

/*

#contact {
	}

#contact_text {
	position: relative;
	top: 20px;
	height: 110px;
	}

span.imgs {
		float: right;
		width: 550px;
		margin-bottom: 40px;
		}

#nav_imgs {
	position: relative;
	left: 120px;
	top: 110px;
	width: 100px;
	height: 420px;
	}

#strips {
	float: left;
	padding-top: 62px;
	height: 480px;
	}
	
#names {
	position: relative;
	bottom: 15px;
	height: 420px;
	line-height: 2.65;
	}

*/

/*	
 #996633;
   #7B5026;
*/	