* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
	background-color:#006600;
	background-image: url('images/output30b.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
	background-repeat:no-repeat;

}

#menu__toggle {
  opacity: 0;

}
#menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);

}
#menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  left: 0 !important;

}
.menu__btn {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1000;

}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #fff;
  transition-duration: .25s;


}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}
.menu__box {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  background-color: #006600;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
  transition-duration: .25s;
}



.menu__item {
  display: block;
  padding: 12px 24px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  text-decoration: none;
  transition-duration: .25s;
}
.menu__item:hover {
  background-color: #ffcc33;
	  transition-duration: 0.25s;
	color:#006600;
}

#hamburgerbg{
background-color:#006600;
 position: fixed;
  top: 7px;
  left: 15px;
  width: 37px;
  height: 30px;
border-radius:4px;
  z-index: 1000;
}

/*menu-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ffcc33;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
	padding:5px;
    align-items: center;
    cursor: pointer;
	float:right;
	margin-right:2em;
	margin-top:2em;
}
.bar {
    width: 30px;
    height: 4px;
    background-color: #006600;
    border-radius: 2px;
}

#navbar {
  background-color: #006600;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem 0;
z-index: 100;
/*height:200px;*/
}

/*#navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  /*justify-content: space-around;
}

#navbar ul li {
display: inline;
text-align: left;
white-space: nowrap;
}

#navbar ul li a {
  color: #fff;
  text-decoration: none;
  padding: 0.5rem;
text-align: left;
  display: block;
  transition: color 0.3s ease;
}

#navbar ul li a:hover {
  color: #ffcc33;

}

.menubreak::before {
content: "\A";
white-space: pre;
display: block;
margin-top: 1em;
}*/

#section1 {
margin:0;
display:block;
width:100%;
border:2px solid #fff;
text-align:center;
/*
	background-image: url('images/output30b.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
	background-repeat:no-repeat;
*/

}

#section2 {
clear:both;
background-color: rgba(255,255,255,0.7);
/*width:80%;*/
text-align:center;
margin-left:auto;
margin-right:auto;
/*border-radius:2em;
margin-bottom:2em;*/
}

/*#section2 p {
color:#000;

}*/

#section3 {
  flex-wrap: wrap;                /* allows wrapping when screen is narrow */
clear:both;
background-color: rgba(0,85,0,0.7);
/*text-align:center;*/
margin-top: 3em;
margin-bottom: -2em;
border-top: 4px solid #fff;

/*border: 1px solid #fff;*/
  display: flex;
  justify-content: space-evenly; /* Equal space around and between children */
  /*align-items: center;*/           /* Optional, centers vertically if there's height */
  width: 100%;                  /* Example width for demonstration */
}


a {color:#fff;
font-weight:bold;
text-decoration:none;
  transition: color 0.3s ease;

}

a:hover {color:#ffcc33;
  transition: color 0.3s ease;
}

p {
color:#fff;
}

.textbox{
margin-left:2em;
margin-right:2em;
}
/*.textboxgm{
margin-left:5rem;
margin-right:5rem;
}*/

div#logocenter {
width:120px;
margin-left:auto;
margin-right:auto;
}

img.center {
display:block;
margin-left: auto;
margin-right: auto;
}

img.quote {
		display: block;
		float: left;
		/*margin-left: -50px;
		margin-top: -10px;*/
		margin-right:0.5em;

		}

.container {
  display: grid;
  grid-template-columns: repeat(auto-fill, 260px);
  justify-content: center; /* centers final row */
  gap: 4rem;
  padding-top: 4rem;
  width: 100%;

}

div.mainbox {
display:block;
clear:both;
width:85%;
max-width:1080px;
background-color: rgba(0,85,0,0.7);
padding: 2em;
/*opacity: 70%;*/
margin-left: auto;
margin-right: auto;
border-color: #fff;
border: 0.3em solid #fff;
border-radius: 2em;
}

/*div.mainboxgm {
display:block;
clear:both;
width:84%;
padding: 2em;

background-color: rgba(0,85,0,0.7);
margin-left: auto;
margin-right: auto;
border-color: #fff;
border: 0.3em solid #fff;
border-radius: 2em;

}*/

div.mainbox p {
color: #fff;
}

div.mainbox h2 {
color: #fff;
}

h1{
color:#fff;
text-align:center;
}

h2{
color:#fff;
text-align:center;
}

h3{
color:#fff;
text-align:left;
}

h4{
color:#fff;
text-align:left;
}

#feedback {
border: 0.2em solid #006600;
width:80%;
background-color: rgba(255,204,51,0.2);
border-radius: 2em;
padding:2em;
margin-top:2.3em;
display: inline-block;
text-align:left;
margin-left:auto;
margin-right:auto;
}

#feedbackr {
clear:both;
border: 0.2em solid #006600;
width:80%;
background-color: rgba(255,204,51,0.2);
border-radius: 2em;
padding:2em;
margin-top:2.3em;
/*float: right;*/
/*display: inline-block;*/
text-align:left;
margin-left:auto;
margin-right:auto;
}

#feedbackc {
clear:both;
border: 0.2em solid #006600;
width:80%;
background-color: rgba(255,204,51,0.2);
border-radius: 2em;
padding:2em;
margin-top:2.3em;
text-align:left;
/*float:left;*/
/*display: inline-block;*/
margin-left:auto;
margin-right:auto;
}

.feedbackcontainer {
/*width:100%;*/
/*display: flex;*/
/*justify-content: space-between;*/
/*border:1px solid#000;*/

}

.logoghost {
padding-bottom:3em;
display: block;
width:100%;
border-radius: 5%;
margin-right:auto;
margin-left:auto;
background-image: url('images/Buddha-w-border-final3b-ghost.png');
background-position:center;
background-repeat: no-repeat;
/*border:1px solid #000;*/
}

.content {
text-align:center;
}

.contentsm {
text-align:center;
margin-left:-6px;
}

.contentcr {
text-align:center;
padding-bottom:.8em;
}

.contentl {
text-align:left;
}

.contentsmall {
text-align:left;
font-size:0.8em;
margin-top:-1em;
}

p.contentsmallb {
font-size:0.8em;
font-family:'Arial','Verdana','Helvetica','Sans-serif';
color:#fff;
font-weight:normal;
text-decoration:none;
text-align:center;
margin-top:-1em;
}

.listen		{
	width: 100px;
	font-color:#006600;
	height: 40px;
	border-radius: 10px;
	/**font-size: 21px;
	color: #fff;**/
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	/*transition:2s linear;*/			
  /*-moz-transition:.5s linear;
  -webkit-transition:.5s linear;*/				
				}

div.listen :hover {
	margin-left: auto;
	margin-right: auto;
	background: #ffcc33;
	transition:0.25s linear;
  /* We need to help some browsers along for this to work */
  -moz-transition:0.25s linear;
  -webkit-transition:0.25s linear;
				}
				
.explore		{
	width: 100px;
		font-color:#006600;
	height: 40px;
	border-radius: 10px;
	font-size: 1em;
	font-color: #006600;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	/*transition:2s linear;*/			
  /*-moz-transition:.5s linear;
  -webkit-transition:.5s linear;*/				
				}

div.explore :hover {
	margin-left: auto;
	margin-right: auto;
	background: #ffcc33;
	transition:0.25s linear;
  /* We need to help some browsers along for this to work */
  -moz-transition:0.25s linear;
  -webkit-transition:0.25s linear;
				}				
				
.listenborder		{
	width: 70px;
	height: 15px;
	border-radius: 8px;
	/**font-size: 21px;
	color: #fff;**/
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	border: 2px solid #ff0000;
	/*transition:2s linear;*/			
  /*-moz-transition:.5s linear;
  -webkit-transition:.5s linear;*/					
		}		
p.listen {
font-size:1.1em;
font-family:'Arial','Verdana','Helvetica','Sans-serif'; 
color:#006600;
line-height:2em;
text-align:center;
margin-left: auto;
margin-right: auto;
}

p.listen a {
font-size:1.1em;
font-family:'Verdana','Arial','Helvetica','Sans-serif';
color:#006600;
line-height:2em;
text-align:center;
margin-left: auto;
margin-right: auto;
}				

div.resources {
	/*margin-left:3em;*/
	float:left;
	width: 200px;
	font-weight:600;
	margin-top:1em;
	/*border: 1px solid #fff;*/
	}

div.resources ul{
	font-weight:400;
	font-size:0.8em;
	list-style: none;
	line-height:2.5em;
	margin-left:-3em;
	margin-top:-0.2em;
	/*border: 1px solid #fff;*/
	}

div.legal {
	/*margin-left:2em;*/
	white-space: nowrap;
	float:left;
	width: 200px;
	font-weight:600;
	margin-top:1em;

	/*border: 1px solid #fff;*/
	}

div.legal ul{
	font-weight:400;
	font-size:0.8em;
	list-style: none;
	line-height:2.5em;
	margin-left:-3em;
	margin-top:-0.2em;
	/*border: 1px solid #fff;*/
	}

div.social {
	justify-content: space-evenly; /* Equal space around and between children */
	/*margin-right:2.3em;*/
	width: 200px;
	/*height:7em;*/
	font-weight:600;
	/*border: 1px solid #fff;*/
	float:right;
	margin-top:1em;

	}

@media (max-width: 700px) {
  #section3 {
    flex-direction: column;  /*Stack vertically */
  }

  /* Reorder the boxes */
  .social {
    order: -1; /* Bring the right-hand div to the top */
	margin-left:auto;
	margin-right:auto;
	margin-top:1em;
	margin-bottom:1em;

  }
	.resources {text-align:center;
			margin-left:auto;
			margin-right:auto;

	}
	.legal {text-align:center;
			margin-left:auto;
			margin-right:auto;

	}
	
	p.contentsm {
margin-left:-2px;
}

}



.column {
	float:left;
  padding: 0px;
	/*border: 1px solid #fff;*/
	width:33.3%;

}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}



.box {
  width: 260px;
  padding-bottom: 0rem;
}


/* Center last item only when there's an odd number 
.container > :last-child:nth-child(odd) {
  grid-column: 1 / -1;      
  justify-self: center;     
}*/

.boxc {
width:260px;
/*border:3px solid #fff;*/
padding-bottom: 4rem;
margin-left:auto;
margin-right:auto;
}

/*div.cover {
width:231px;
height:231px;

}*/

.image-containergm {
    position: relative;
    width: 260px; /* Set your desired width */
    height: 260px; /* Set your desired height */
    overflow: hidden;

	}


.imagegm {
    width: 100%;
    height: auto;
}
.overlaygm {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.25s ease;
   -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.image-containergm:hover .overlaygm {
    opacity: 1;
}


.image-container {
    position: relative;
    width: 40px; /* Set your desired width */
    height: 40px; /* Set your desired height */
    overflow: hidden;
	margin-left:auto;
	margin-right:auto;

}


.image-container-print {
    position: relative;
    width: 55px; /* Set your desired width */
    height: 55px; /* Set your desired height */
    overflow: hidden;
	margin-left:auto;
	margin-right:auto;

}

.image-container-contact {
    position: relative;
    width: 100px; /* Set your desired width */
    height: 100px; /* Set your desired height */
    overflow: hidden;
	margin-left:auto;
	margin-right:auto;

}
.image {
    width: 100%;
    height: auto;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.25s ease;
   -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.image-container:hover .overlay {
    opacity: 1;
}

.image-container-print:hover .overlay {
    opacity: 1;
}


.image-container-contact:hover .overlay {
    opacity: 1;
}



div#bottomtext {
width:100%;
clear:both;
margin-right:auto;
margin-left:auto;
margin-top:0.5em;
/*border:1px solid #fff;*/

}

div#bottomtext p{
font-size: 0.8em;

}

p.cdtitle		{
				text-align: center;
				/*color: #68bdc3;*/
				font-weight: bold;
				font-size: 1em;
				/*font-size: 2vw;*/
				}


/* Base styling for the image */
img.cover {
  transition: all 0.3s ease-in-out;
  border-radius: 4px; /* optional, for a smooth edge */
border:16px solid #fff;
}

/* The glowing effect when hovered */
img.cover:hover {
  box-shadow: 0 0 20px 5px rgba(255, 204, 61, 0.8); /*rgba(0, 255, 255, 0.8);*/
  transform: scale(1.05); /* slight zoom for emphasis */
	border:16px solid rgb(254, 248, 128);
}

div#logos {
  /*display: flex;*/
width:85%;
height:420px;
  display: grid;
  place-items: center; /* centers both horizontally and vertically */
margin-right:auto;
margin-left:auto;
/*margin-bottom: -30px;*/
/*border: 1px solid #fff;*/

  justify-content: center;
  align-items: center;
  flex-direction: column;      /* content stacks nicely */
  
  max-width: 85%;            /* cap max growth */
  min-width: 200px;            /* prevent from shrinking too tiny */
  aspect-ratio: 4 / 3;         /* maintain proportional shape */
  transition: all 0.3s ease;
}

/* Base image styling */
img.golden-glow {
  /*width: 320px;*/
  width: 100%;
  cursor: pointer;
  transition: transform 0.4s ease, filter 0.4s ease;
  margin-left:auto;
  margin-right:auto;
  
  /* Performance hints — solves Safari glow flicker */
  will-change: transform, filter;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  
  /* Neutral look: no glow until hovered */
  filter: drop-shadow(0 0 0 rgba(255, 215, 0, 0));
}

/* Hover wrapper behavior (optional if you have a separate container) */
.glow-hover {
  display: inline-block;
  will-change: transform, box-shadow, filter;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* Hover interaction */
.glow-hover:hover img.golden-glow,
img.golden-glow:hover {
  transform: scale(1.08);
  filter: drop-shadow(0 0 15px rgba(255, 215, 0, 0.6));
}

.contentquote2 {
width:70%;
margin-left:auto;
margin-right:auto;
}

p.contentquote2 {
font-size:14px;
font-family:'Verdana','Arial','Helvetica','Sans-serif';
font-style: italic;
color:#fff;
line-height:1.5em;
/*margin-right:2em;*/
/*margin-left:2em;*/
padding-top: 30px;
padding-bottom: 30px;
}

hr {
color:#fff;

}

.cap {

float: left;
width: 36px;
font-size: 42px;
line-height: 36px;
font-weight: normal;
color:#fff;
font-family:'Verdana','Arial','Helvetica','Sans-serif';

}

.capr {

float: left;
width: 32px;
font-size: 42px;
line-height: 36px;
font-weight: normal;
color:#fff;
font-family:'Verdana','Arial','Helvetica','Sans-serif';

}

.capw {

float: left;
width: 44px;
font-size: 42px;
line-height: 36px;
font-weight: normal;
color:#fff;
font-family:'Verdana','Arial','Helvetica','Sans-serif';

}

.capi {

float: left;
width: 26px;
font-size: 42px;
line-height: 36px;
font-weight: normal;
color:#fff;
font-family:'Verdana','Arial','Helvetica','Sans-serif';

}

.capy {

float: left;
width: 30px;
font-size: 42px;
line-height: 36px;
font-weight: normal;
color:#fff;
font-family:'Verdana','Arial','Helvetica','Sans-serif';

}

div#bulletsc {
color:#ffffff;
list-style: none;
font-size:1em;
/*margin-bottom: 20em;*/

/*text-align: justify;*/
line-height:1.5em;
/*margin-left: 40px;*/
width: 80%;
}


#bulletsc li {
color:#ffffff;
margin-bottom: 1.8em;
margin-top: 1.8em;
}

div#bulletscb {
color:#fff;
list-style: none;
font-size:1em;
/*margin-bottom: 20em;*/
/*text-align: justify;*/
line-height:1.2em;
/*margin-left: 40px;*/
width: 100%;
}


#bulletscb li {
margin-bottom: 1em;
margin-top: 1em;
color:#fff;
}

#bulletscb li:hover {

color:#ffcc33;
}

div#bulletscbc {
color:#fff;
list-style: none;
font-size:1em;
/*margin-bottom: 20em;*/
/*text-align: justify;*/
line-height:1.2em;
/*margin-left: 40px;*/
width: 93%;
}


#bulletscbc li {
margin-bottom: 1em;
margin-top: 1em;
color:#fff;
}

div.iframe, iframe {
    width: 98%;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

div.quotes {
width: 66%;
height: 567px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
border-radius: 14px;
-moz-border-radius: 14px;
-webkit-border-radius: 14px;
border: 7px solid #ffcc33;
/*background: url(images/Spirit-Poem.jpg) top center no-repeat;*/
}

img.quotes {
width: 65%;
float: none;
margin-left: auto;
margin-right: auto;
overflow: hidden;
border-radius: 14px;
-moz-border-radius: 14px;
-webkit-border-radius: 14px;
border: 7px solid #ffcc33;
/*background: url(images/Spirit-Poem.jpg) top center no-repeat;*/
}

.texttopleft {
float:left;
padding-right:0px;
margin-right:1em;
margin-top:3px;
overflow: hidden;
border-radius: 14px;
-moz-border-radius: 14px;
-webkit-border-radius: 14px;
border: 0.3em solid #ffcc33; 
}

img.freebies {
display:block;
overflow: hidden;
float: left;
width: 30%;
max-width:170px;
min-width:100px;
padding-right:0px;
margin-right:1em;
margin-top:3px;
margin-bottom:0.5em;
border-radius: 14px;
-moz-border-radius: 14px;
-webkit-border-radius: 14px;
border: 0.3em solid #ffcc33; 
}

img.articles {
display:block;
overflow: hidden;
width: 50%;
max-width:500px;
min-width:200px;
margin-right:auto;
margin-left:auto;
border-radius: 14px;
-moz-border-radius: 14px;
-webkit-border-radius: 14px;
border: 0.3em solid #ffcc33; 
}

hr.freebiesrule	{
				border: 1px solid #cccccc;
				width: 90%;
				}

div#printicon {
width: 200px;
margin-left: auto;
margin-right: auto;
}


@media (max-width: 800px) {
  .container {
    flex-direction: column; /* Stack vertically */
  grid-template-columns: repeat(1, 260px); /* three boxes, each 100px */
/*gap: 4rem;*/

  }
p.contentsm {
margin-left:-2px;
}


}

