@charset "utf-8";
/*================================================================*/
/*=====   css file   aw/sb    March 9, 2026                  =====*/
/*=====   public_html/kc1533/includes/kc1533.css             =====*/
/*=====   For new KC1533 web pages                           =====*/
/*=====   From parts of rpca4.css and catalog-page.css       =====*/
/*================================================================*/
/*================================================================*/
/*================================================================*/
/*=====              Next block are defaults                ======*/
/*================================================================*/
/*================================================================*/
/*=====          Will be the main section                   ======*/
/*================================================================*/

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small      {font-weight:normal;line-height:1}

.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-weight:normal;line-height:1}

h1,.h1{font-size:45px;line-height:48px}

h2,.h2{font-size:36px;line-height:42px}
h3,.h3{font-size:28px;line-height:36px}
h4,.h4{font-size:24px;line-height:25px}
h5,.h5{font-size:20px;line-height:24px}
h6,.h6{font-size:18px;line-height:24px}


/*================================================================*/
html {
  font-family: "Lucida Sans", sans-serif;
}

body {
	margin: 5;
	padding: 0;

	height: auto;
	width:auto;

    color: #424242;
	background-color: #F5F3D3;

    font-size:14px;
    font-weight: normal;
    line-height:1.428571429;
	font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
}

p {
    margin: 0 0 10px;
	color: black;
	display: block;
	font-size:16px;
	line-height: 18px; /* provides line spacing with word-wrapping */
}

img { max-width: 100%; }

ul		{
		display: block;
		list-style-type:none;
		margin: 20px 5px 15px 20px;
		}

a { color: #0000FF;  text-decoration: none;}
a:hover {color:#165db5;text-decoration:underline}
a:focus {color:#165db0;text-decoration:underline}

a:link {
	color:#00C;
}

a:visited {
	color:#09F;
}

.header {
	background-color: #e2e393;
	border-bottom: 3px solid black;
	text-align:center;
	clear:both;
	line-height: 2;

/*	font-family:Verdana, Geneva, sans-serif; */
	font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",

/*	margin: 10px; */

        }

.date {
  background-color: #F5F3D3;
}

/* ------- */

.container	{
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
		grid-auto-rows: 200px;
		grid-gap: 25px;
		grid-auto-flow: dense;
	background-color:#F5F3D3;
	color:black;
	border:#000 thick;
	border-bottom-color:#000 ;

	padding-left: 50px;
	padding-right: 50px;
			}

.container img	{
				width: 80%;
				height: 80%;
				}

.containerMT	{
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
		grid-auto-rows: 80px;
		grid-gap: 25px;
		grid-auto-flow: dense;
			}

.aside	{
  background-color: #33b5e5;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
		}

/* ------- */
* {box-sizing: border-box;}

.detail {
	font-size: 16px;
	margin-left:10px;
	line-height: 17px; /* provides line spacing with word-wrapping */
}

.text-center{text-align:center}

.TopText {
  max-width: 100%;
  height: 100%;
  background-color: powderblue;
}

.mediasize	{
	background: #e2e393;
/*	padding: 20px; */
	color: #69F;
	border-top:#333 medium;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li	{
	padding: 8px;
	margin-bottom: 7px;
	background-color: #33b5e5;
	color: #ffffff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
			}

.menu li:hover {background-color: #0099cc;}

.left2 {
 float: left;
 width: 20%;
 clear: left;
 border-right: 1px solid black;
 height: 100%;
 padding-right: .5em;
}

.right2 {
 float: left;
 width: 80%;
 height: 100%;
 padding-left: .5em;
}

.footer	{
		background-color: #0099cc;
		color: #ffffff;
		text-align: center;
		font-size: 12px;
		padding: 5px;
		}

/* ---------------- BottomBar Division --------------------- */

.BottomBar {
	position: fixed;
	bottom: 0px;
	height:auto;
	width: 100%;
	clear:both;
	background-color:#e2e393; 
}

.BottomBarCenter {
	color:#000;
	margin-top: 8px;
	margin-bottom: 8px;
	text-align:center;
}

/*================================================================*/
/*================================================================*/
/*=====            Display Sizing                           ======*/
/*================================================================*/
/*================================================================*/
/*

@media only screen and (orientation: landscape) {
  body {background-color: lightblue;}
												}
*/

/* +++++++++++ Design for smallest display FIRST  ++++++++++++++ */
/*===============================================================*/
/*===============================================================*/
/*========  @media only screen and (min-width: 320px)  ==========*/
@media only screen and (min-width: 320px)	{

h1,h2,h3,h4,h5,h6 {font-size: 1.3em;}

.header {
	font-size:16px;
}

b {font-size: 1em;}
/*
.container {
	background-color: red;
}
*/
                                            }

/*=================================================================*/
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px)	{

h1,h2,h3,h4,h5,h6 {font-size: 20px;}

.header {
	font-size:20px;
}

b {font-size: 10px;}
/*
.container {
	background-color: orange;
}
*/

/* .........2 column mode..........  */

/*  Add rightside bar when in 2 column mode. */
.column {
  border-right: #000  medium solid;
}

.horizontal	{
    grid-column: span 2;
			}
			
.vertical {
    grid-row: span 2;
}

.big {
    grid-column: span 2;
    grid-row: span 2;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}
                                            }


/*========   media screen min-width: 768px ==========================*/

@media only screen and (min-width: 768px)	{

h1,h2,h3,h4,h5,h6 {font-size: 25px;}

.header {
	font-size:24px;
}

b {font-size: 15px;}
/*
.container {
	background-color: yellow;
}
*/
										}

/*========   media screen min-width: 992px ===========================*/
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px)	{

h1,h2,h3,h4,h5,h6 {font-size: 30px;}

.header {
	font-size:34px;
}

b {font-size: 20px;}
/*
.container {
	background-color: green;
}
*/
                                            }

/*========================================================*/
/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px)	{

h1,h2,h3,h4,h5,h6 {font-size: 35px;}

.header {
	font-size:48px;
}

b {font-size: 25px;}
/*
.container {
	background-color: blue;
}
*/
			}

/*========================================================*/
