/*
GWD Simple CSS Reset, v2.2
by Eric Girouard, 2014-2025
Originally based on http://meyerweb.com/eric/tools/css/reset/ (version 2)

Use this CSS Reset if using Normalize's (or Modern CSS Reset's) "opinionated defaults" requires you to write too many overrides (such as: p {margin: 0; padding: 0;} ).

By default elements are made position: relative; to make positioning of absolutely positioned elements simpler.

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	position: relative; /* Added in v.2.1 */
	box-sizing: border-box; /* Added in v.2.2 */
}


/* HTML5 tags */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
	position: relative;  /* Added in v.2.1 */
	box-sizing: border-box;  /* Added in v.2.2 */
}

/* Make images responsive */
img { /* Added in v.2.2 */
  max-width: 100%;
  height: auto;
}

body {
	line-height: 1;
	font-kerning: normal; /* Added in v.2.2 */
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}



.wrapper{

max-width: 60rem;
margin:0 auto;}


body {
	background-color: #f3fcff;
}

.side-svg {
  position: absolute;
  top: 100px; 
  right: -150px;
  display: none; 
  z-index: -1; }

.cutive-regular {
	font-family: "Cutive", serif;
	font-weight: 400;
	font-style: normal;
  }
  


h1{
	font-size: 3rem;
font-family: 'American Typewriter', 'Cutive';
font-weight: 350;
color: #ff0000;
margin: 2rem;
text-align: center;
-webkit-text-stroke: 1.0px #690000;
 }




h2{
	font-size: medium;
	font-family: 'Helvetica', sans-serif;
	font-weight: 520;
margin: 0.5rem;}

h3{
	font-size: small;
	font-family: 'Cutive', sans-serif;
	font-weight: 450;
margin: 0.3rem;}

p{
	font-size: small;
font-family: 'Helvetica', sans-serif;
margin: 0.9rem;
font-weight: 300;
}

.transplant{
	margin: 1rem;
}

.giveaway .column.one img{
	width: 100;
	max-width: 415px;   
    height: auto;       
    display: block;
    margin: 0 auto;    
margin-top: 1rem;}

.macmarket .column.one img {
    width: 100%;        
    max-width: 300px;   
    height: auto;       
    display: block;
    margin: 0 auto;     
}


.earthday .flexcontainer {
	width:18.8px;
	padding: 0.125rem;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 16px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
margin-bottom: 2rem;}



.grid-container img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.column.logos img.logo {
  max-width: 100%;
  height: auto;
  max-height: 100px;
  object-fit: contain;
}


.column.logos img.adjust-down {
  align-self: end;
  margin-top: 5px; 
}

.logo-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.jac-adjust-down{
  margin-top: 2rem;
}

.column.logos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-items: center;
}

.column.logos img {
    max-width: 100%;
    height: auto;
    max-height: 100px;
    object-fit: contain;
}




.column.logos img:last-child:nth-child(5) {
    grid-column: 1 / -1;
    justify-self: center;
}

.column.logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 0 auto;     
}



body {
  overflow-x: hidden;
}

.fblink img{
	width: 32px;
    height: 32px;
   
	display: block;

}

.side-svg img {
  width: 300px;   
  height: auto;
  display: block;
right: 10rem;
top: 5rem;}
footer{
	background-color: #f5f7ec;
justify-content: center;
text-align: center;
padding: 2rem;
font-family:  'Cutive', sans-serif;
font-size: small;
}

.tomato-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.market-container{
	display: flex;
	flex-direction: column;
	gap: 1rem;}

.edt {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 600px; 
  margin-top: 1rem;}

  header picture,
header picture img {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 0;
  
}

header {
  margin: 0;
  padding: 0;
  border: none;
}


.gwd-container img {
  
width: 95%;
}

.transpl-container {
  display: flex;
  flex-direction: column; 
  gap: 1rem;
  align-items: center;
}

.transplant.column {
  width: 100%; 
  box-sizing: border-box;
}

.transplant.column.one img {
  max-width: 100%;
  height: auto;
  display: block;
}


@media (min-width: 1000px) {
  .transpl-container {
      flex-direction: row;
      align-items: flex-start; 
  }

  .transplant.column {
      width: 50%;
  }
}

  

  
@media (min-width: 1000px) {
    .tomato-container {
        flex-direction: row-reverse;
        align-items: flex-start;
    text-align: center;
}


.gwd-container{
  display: flex;
  flex-direction: row-reverse;
  gap: 1rem;
}
.gwd-container{
  flex-direction: row;
  align-items: flex-start;
  text-align: center;
}

.gwd-container{
  display: flex;
  flex-direction: row-reverse;
  gap: 1rem;
}

    .column {
        flex: 1;
    }

    .column.one,
    .column.two {
        max-width: 50%;
    }

	.column.one img{
		height: auto;
		max-height: 170px;
}
.market-container{
	flex-direction: row;
	align-items: flex-start;
}

.column{
	width: 50%;
}

.column.one img{
width: 100%;
height:auto;
max-height: 300px;
object-fit: contain;
display: block;
}

.fblink img {
    width: 32px;
    height: 32px;
    vertical-align: middle;
margin-left: 1rem;}
}

@media screen and (max-width:1000px){
  .side-svg{
    display: block;
  width: 8rem;
right:100px ;
opacity: 50%;}}
  
  @media (min-width: 1000px) {
	.edt {
	  width: 50%;
	}
  }
  
  @media screen and (min-width: 1000px) {
    .side-svg {
        display: block;
    }
  }

  @media screen and (min-width:2200px){
    .side-svg{
      top: 25rem;
    right: 10rem;}
  }
