
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.15rem;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
h1
{
  font-size:xx-large;
  text-align: center;
  color: #676D31;
}
h2 , h3 , h4
{
  text-align: center;
  font-size: x-large;
  color: #364B1E;
}
.inaturalist
{
  width:50%;
  height: auto;
}
div
{
  margin-bottom: 2rem;
}
body {
	line-height: 1;
}
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;
}

.when .flex-container {
  flex-direction: row-reverse;
  /* places elements in reverse order: last element becomes first */
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* "border-box" calculates the width and height of an HTML element including the padding and the border. Opposite of the traditional CSS Box Model of "content-box" */


.passion-one-regular
 {
  font-family: "Passion One", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.acme-regular
{
  font-family: "Acme", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body
{
  background-color: #FDF7C275;
}

 /*
body
{
  use small horizontal background image 
  background: linear-gradient(to bottom left, #fff 0%, #fff 50%, #D6CD7E8D 50%, #D6CD7E8D 100%);
}
*/

img#jac-logo 
{
  width: 60%;
  height: auto;
  margin: 2rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.download
{
  display:flex;
}


footer 
 {
  color: #000000;
  line-height: 6rem;
  text-align: center;
  width: 100%;
  background-image: url(img/wave2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: large;
 }

 

* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}


.slideshow-container 
{
  width: 23rem;
  height: 16rem;
  position: relative;
  margin: auto;
}


.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


@media only screen and (max-width: 30rem) {
  .text {font-size: 11px}
}
@media screen and (min-width: 64rem) 
{


}
@media print {
  h1 {color: black;}
}
@media screen {
  h1 {color: #636D49;}
} 
@media screen and (orientation: portrait) {

  /* use tall background image */

}

@media screen and (max-width: 640px) and (orientation: landscape) {
  .how .flex-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* two columns: each equal to one fraction of the available space */
  }
  .when .flex-container {
    flex-direction: row-reverse;
    /* places elements in reverse order: last element becomes first */
  }
  /* use small horizontal background image */
}
@media screen and (min-width: 50rem) {

  section {
      width: 60rem; 
      /* use the width you prefer for the design, but no wider than the min-width set above */

      margin: 3rem auto;
      /* adjust vertical spacing with the first value, 
      center the section tag with auto left/right margins */
  }

  .flex-container {
      display: flex;  
      /* creates two columns */

      column-gap: 1rem;
      /* space between the columns */
  }

  .flex-container picture, 
  .flex-container > p, 
  .flex-container > div {
      flex-basis: 50%; 
      /* makes each column 50% wide */

      /* > means "direct child of", meaning first level descendent: child, not grandchildren */ 
      /* see https://www.w3schools.com/cssref/css_ref_combinators.php */
  }

  .when .flex-container,
  .how .flex-container
  {

      flex-direction: row-reverse;

  }
  .flex-container
{
  
border: 1px solid #C3CA84;
left: calc(50%-30rem);
box-shadow: 10px 5px 5px rgba(213, 211, 211, 0.465);

}
.inaturalist
{
  width: 80%;
  height: auto;
  margin-top: 12rem;
}
  img#jac-logo 
{
  width: 35%;
  height: auto;
  margin: 2rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
  footer
 {
  color: #000000;
  text-align: center;
  width: 100%;
  line-height: 19rem;
  font-size: x-large;
 }  
.slideshow-container
{
  width: 35rem;
  height: 27rem;
}
  } /* always comment the closing media query tag
       so you don't delete it by accident */