/* base.css 2023-07-06 */

/* dgbase.css 20230302
    @import url("https://fonts.googleapis.com/css2?family=Sigmar");
OR
*/

/*  Upload your .ttf or .otf file to the Webfont Generator.
        https://www.fontsquirrel.com/tools/webfont-generator
    ! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 7, 2023
    Copy font files to css folder.
*/
@font-face{
    font-family: 'sigmarregular';
    src: url('sigmar-regular-webfont.woff2') format('woff2'),
         url('sigmar-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    /* url('Sigmar-Regular.ttf) format('truetype'), Error */
}

* {box-sizing: border-box;}

body {
    font-family: sans-serif;
    font-size: 16px;
}/*background:#22232e;*/

button {
    position: relative;
    padding: 0.8rem 0.2rem;
    background: transparent;
    border-radius: 0.625rem;
    border: 2px solid #00c2cb;
    color: #00c2cb;
    outline: 2px solid #00c2cb;
    outline-offset: -2px;
    font-weight: 500;
    cursor: pointer;
    transition: outline-offset 200ms ease;
}
button:hover {
    color: #e0ffff;
    outline-offset: 3px;
}
button:active {
    transform: scale(0.95);
}
button a {padding: 1rem;}
button img {width: auto;}

.button2 {
	background-color: gray;
	border: 1px solid blue;
	font-family: Verdana, Arial; font-size: 0.9em; font-weight: bold;
	padding: 3px;
	width: 4.0em; height: 3.0em;
}
.button2 a {
	/*width: 4.0em; height: 3.0em; padding: 3px; 50x50px */
	color: blue;
	display: block;
	text-align: center;
	text-decoration: none;
}
.button2 a:hover {
	background-color: #FFF;
}

img {width: 100%; height: auto; max-width: 100%;}

.logo {
    display: inline-block;
/*    border:0.4rem solid;
    border-radius:50%;*/
    font-family:sigmarregular, sans-serif;
    font-size: 1.2rem;
    font-size: clamp(1.2rem, -0.875rem + 8.333vw, 8rem);
    font-weight:800;
    margin-right:1rem;
    line-height: 75%;
    padding: 0.25rem 0.3rem 0.1rem 0.12rem;
    vertical-align:top;
}
.logo-letter {
    /*padding:0 0.5rem 0 0.2rem;*/
}
@media (min-width:800px) {
    .logo {padding: 0.5rem 0.1em 0 0.4rem;}
}
@media (min-width:1200px) {
    .logo {padding: 0.8rem 0.3rem 0.1rem 0.64rem;}
}

.title {
    display: inline-block;
    font-size: 1.2rem;
	font-size: clamp(2rem, -0.875rem + 9.333vw, 8rem);
    font-weight: 400;
    margin: 0;
}

#iconmenu {/* menu bar */
	font-family: Verdana, Arial;
	padding: 6px;
	position: relative;
	margin: 4px;
	/*width: 272px;
	height: 54px;*/
	/* background: url(pattern.gif);	border: thin solid blue;
	border-bottom: 10px ridge gray; */
}
#iconmenu li {
	background: url(../image/garden.png) 0 0 no-repeat;/* width 272 height 100 */
	border: solid 1px #fff;
	display: inline-block;
	list-style: none;
	vertical-align: middle;
}
#iconmenu a {
	color: #fff; /*#0000FF; blue  #000;*/
	font-weight: bold;
	display: block;
	padding: 0.2rem;
	text-decoration: none;
	width: 68px; height: 50px;
}
#iconmenu a:hover {
	border: solid 1px #000;
	color: #11B779;
	font-size: 1.1em;
	font-weight: bold;
}
 /* Adding 10px between panels */
#iconmenu #panel2c {background-position: -68px 0;}
#iconmenu #panel3c {background-position: -136px 0;}
#iconmenu #panel4c {background-position: -204px 0;}

/* -1px -50px */
/*
#iconmenu #panel1c a:hover {
	background: url(image/garden.png) 2px -46px no-repeat;}
#iconmenu #panel2c a:hover {
	background: url(image/garden.png) -68px -50px no-repeat;}
#iconmenu #panel3c a:hover {
	background: url(image/garden.png) -136px -50px no-repeat;}
#iconmenu #panel4c a:hover {
	background: url(image/garden.png) -204px -50px no-repeat;}
*/

#ridgebar {border-bottom: 10px ridge gray;}

.centertext {margin: 1rem auto; text-align: center;}

.darkblue {
	color: #336699;
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-weight: bold;
}

.goingon {
	/*background: #C3C3FB;
	background-image: url(../image/pc300318.jpg);*/
	background-image: url(../image/drawing-on-steel.webp);
	/*background-position: 60% 47%;*/
	background-position: 70% 12%;
	background-repeat: no-repeat;
	/* width="2048" height="1536" */
	padding: 1rem;
}
.goingon p {font-size: 1.5rem;}

.indent-left {
    color:#000;
    font-size: 1.5rem;
    font-weight: 400;
    margin: 1rem;
}

.hottext {
	color: #F92B0B;
	font-size: 1.5rem;
	font-weight: bold;
}

.onright {
    /* position: absolute;
	border: 1px solid #323232; #D9D7D7;light gray 
	float: right;*/
	padding: 8px;
	margin: 8px;
	text-align: right;
}

footer {
    position: relative;
    margin: 16px auto;
}

footer img {margin:0.5rem auto; max-width: 100%;}

.gridContent {
    display: grid;
    grid-template-columns: repeat(2, minmax(300px, 1fr));
    grid-template-columns: 54% 46%;
    /* Responsive Layouts, NO Media Queries! */
    grid-template-columns: repeat(auto-fit, minmax(256px,1fr));
    grid-template-rows: auto;
    gap: 0.6rem;
}

.mypg p {
	padding: 10px;
}

.nav {
	margin:1rem auto;
}

.shadow-box {
    -webkit-box-shadow: 4px 2px 8px #323232;
	box-shadow: 4px 4px 8px #323232;
	margin: 10px 1rem;
	padding: 0.5rem;
}

.right {
    position: absolute;
    right: 1.6rem;
    bottom: 1rem;
}

.basemenu {
    margin: 0 auto 1rem;
    text-align: center;
}
.basemenu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.basemenu li {
    display: inline-block;
    margin:1.5rem;
}
.basemenu a {
    background: #e6e6fa;
    background: rgba(230,230,250,0.3);
    border: 1px solid brown;
    border-radius: 0.625rem;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 1rem;
    text-decoration: none;
    
}
.basemenu a:link, .basemenu a:visited, .basemenu a:active {color:#000;}
.basemenu a:hover {
    box-shadow: 0 4px 4px 4px #d9d3d3;
    border-radius: 0.35rem;
    color:#053d05;
    padding: 0.5rem 1rem 0.5rem 1rem;
}
.basemenu a:active {color:#fff;}

/* 08/16/2023 How to define an array ofcolors with CSS -
   Smashing Magazine */
:root {
    /* color array */
    --colors1: white, black;
    --colors2: black, white;
    --colors3: red, green, blue;
    --colors4: red, green, blue, purple;
    --colors5: red, green, blue, black, white;
    --i: 0; /* index [0 to n - 1] */
    --n: 4; /* array length */
    --mix-color1: color-mix(in hsl, var(--colors1) calcu(var(--i) * 100%));
    --mix-color2: color-mix(in hsl, var(--colors2) calcu(var(--i) * 100%));
}

    /* Using a conical gradient that simulates a modulo operation: */
 .box {
    background:
    conic-gradient(
    from calc((var(--i) + 1) * -1turn / var(--n)),
    var(--colors4) 0, var(--colors4))
    top / calc(1px * infinity) calc(1px * infinity) no-repeat;
    /* First rotate.
       Then var is used twice to ensure first is same as the last,
       for continuity in the coloration.
       Adding 0 to the last color is like the other colors do not exist.
    */
    background-size: calc(1px * infinity) calc(1px * infinity);
    /* Resize to very big */
    background-position: top;
    color: #fff;
    padding:1.5rem;    
}
/*.box::before {
    content: "Index: " counter(index) " ";
    counter-reset: index var(--i);
}*/
.box:nth-child(1) {
    background: linear-gradient(var(--colors4));
}
.box:nth-child(2) {
    --i: 1;
}
.box:nth-child(3) {
    --i: 2;
}
.box:nth-child(4) {
    --i: 3;
    background:
        linear-gradient(var(--colors4)) no-repeat
        0 calc(var(--i) * 100% / (var(--n) - 1 )) /* position */
        / 100% calc(1px * infinity); /* size */ 
}

.box-linear {
    background:
        linear-gradient(var(--colors3)) no-repeat
        0 calc(var(--i) * 100% / (var(--n) - 1 )) /* position */
        / 100% calc(1px * infinity); /* size */ 
}

