/*
	Theme Name: GWT 
	Version: 20Jan25
*/

/* BODY --------------------------------------------- */

body {	
width: 100%;
	background-color: #fff;	
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	text-align: left;
	float: left;
	margin:0; 
	padding:0;	
}

/* TEXT -------------------------------------------- */

p {
	margin: 0 0 24px;
	padding: 0;
	line-height: 1.2;
	font-size: 18px;
	font-weight: 400;	
	/*
	margin-bottom: 60px;
	padding-left: 30px;
	padding-right: 30px;
	*/	
}

strong {
	font-weight: 600;
}

b {
	font-weight: 600;
}


blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

/* HEADINGS --------------------------------------------- */

h1 {
	font-family:georgia,serif; 
	font-size: 24px;
 	font-weight: 600;
	color: #006400; 
	line-height: 1.2;
	margin: 0 0 15px;
	text-align: center; 
	padding-top: 20px;	
	padding-bottom: 20px;	
}

h2 {
	font-family:georgia,serif; 
	font-size: 22px;
 	font-weight: 600;
	color: #006400; 
	line-height: 1.2;
	margin: 0 0 15px;
	text-align: center; 
	padding-top: 0px;	
	padding-bottom: 0px;	
}

h3 {
	font-family:georgia,serif; 
	font-size: 18px;
 	font-weight: 600;
	color: #006400; 
	line-height: 1.2;
	margin: 0 0 15px;
	text-align: left; 
	padding-top: 0px;	
	padding-bottom: 0px;	
}


/* FOOTER + RIGHTCOLUMN --------------------------------------------- */

.footer {
	width: 100%;
	font-weight: 400; 
	font-size: 16px;
	line-height: 1.2;
	color:#000;
	text-align: center; 
	padding-top: 20px;
	padding-bottom: 10px;
}

.rightcolumn {
	width: 100%;
	font-weight: 400; 
	font-size: 16px;
	line-height: 1.2;
	color:#000;
	text-align: left; 
	padding-top: 0px;
	padding-bottom: 0px;
}

/* LINKS, BUTTONS ---------------------------------------------  */

a {
	border-bottom: 0px dotted #333; /* was 1px grh 
	color: #333; */
	font-weight: 400;
	text-decoration: none;
}

a img {
	margin-bottom: -6px;
}

a.cta-button { background-color: #006400; border-radius: 5px; color: #fff; display: inline-block; font-size: 22px; font-weight: 600; line-height: 1; padding: 15px 20px; color: #fff;} /* was 0645AD */
a.cta-button:hover { background-color: #FFD700; color: #000;}



/* IMAGES --------------------------------------------- */

img {
	width: 400px;
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}

img2 {
	width: 250px;
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}

img.responsive { 
	height: auto; 
	padding-top: 0px;
	padding-bottom: 0px;
}

.alignleft {
	float: left;
	text-align: left;	
	max-width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
}

/* LISTS --------------------------------------------- */

li {
	padding-left: 20px;
	margin: 0;
	line-height: 1.25;	
}

ul {
	padding-top: 0px;
	padding-bottom: 20px;
	margin: 0;
	line-height: 1.25;	
}


/* MEDIA - SHORTEN THIS LIST, GARY --------------------------------------------- */

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

      .menu,
      .content {
        float: left;
        padding: 15px;
        width: 100%;
      }	  
      @media only screen and (min-width: 600px) {
        .menu {
          width: 25%;
        }
        .content {
          width: 75%;
        }
      }
      @media only screen and (min-width: 768px) {
        .menu {
          width: 20%;
        }
        .content {
          width: 79%;
        }
      }
	  
	  

/* ADDITIONS BY GARY -------------------------------------------- */

.boxed { border: 2px green; padding: 5px; font-family: 'Arial';  } 
.boxedfont { border: 1px solid blue; font-family: 'Inconsolata', monospace; } 

/* MORE GREEN TINTS, also has .css codes - https://www.color-hex.com/color/98fb98 */

