
#subContent	{display:grid; 	grid-template-columns:minmax(300px,auto) minmax(300px,500px); 
					grid-template-rows: auto; gap:1.5rem;}
#contentText		{min-width:300px;}
#scrollingImage	{width:100%; height:auto; border-radius:var(--rounded); cursor:pointer}
#imageNav		{display:flex; flex-direction:row; justify-content:space-evenly; margin-bottom:.5rem;
}
#imageNav	div	{border:2px solid var(--logoGreen); width:1.5rem; height:.8rem; border-radius:var(--rounded);}
.iNavChosen		{background-color:var(--logoGreen); cursor:pointer;}
.iNavFree		{background-color:#ffffff; cursor:pointer;}