/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  margin: 1rem;
}


/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.grid_2_col {
  max-width: 80rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin: 1rem auto 0 auto;
}

.grid_2_col img {
  margin: 0 auto;
  width: 100%;
}

.grid_3_col {
  max-width: 80rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.5rem;
  margin: 1rem auto 0 auto;
}

.grid_3_col img {
  margin: 0 auto;
  width: 100%;
}

.center {
  margin: 0 auto;
}

p {font-size:1.15rem; line-height: 1.25rem; max-width:80rem; margin: 0 auto;}
/*.column > img {all: initial}*/
.grn {color: teal}
.red {color: red}
.bold {font-weight: 800; text-decoration: underline}
pre {font-size:0.85rem;line-height: 1.15rem; max-width:80rem; margin: 0 auto;}

h1, h2, h3, h4 {
	text-align:center;
	line-height: 1.25rem;
}

img {
  width:80%;
  margin: 1rem auto 0 auto;
  display: block;
}
