body {
  font-size: 16px;
  /* future: font-family: Arial, sans-serif;*/
   font-family: "Franklin Gothic Medium", Arial, sans-serif;
  /*color: #336699;
  background-color: #ffffff;*/
  color: #000000
  background-color: #FFCCFF;
   line-height: 1.5;
}

h1 {
  font-size: 2.2rem;   /* about 32px */
  font-family: "Franklin Gothic Medium", Arial, sans-serif;
}

h2 {
  font-size: 1.6rem; /* about 24px */
  font-family: "Franklin Gothic Medium", Arial, sans-serif;
}

h3 {
  font-size: 1.3rem;
}

/* Paragraphs */
p {
  font-size: 1rem; /* 16px */
  margin-bottom: 12px;
}
.large-text {
  font-size: 1.25rem;  /* <p class="large-text">This is bigger text</p> */
}
/* Make images responsive */
img {
  max-width: 100%;
  height: auto;
}

/* Center helper */
.center {
  text-align: center;
}

/*ul {
  list-style: none;
  padding-left: 400;
}

ul li::before {
  content: "✓ ";
  font-weight: bold;
}*/

.bullet-list {
    list-style-type: disc;
    padding-left: 40px;
}

.checkmark-list {
    list-style: none;
    padding-left: 0;
}

.checkmark-list li::before {
    content: "✔ ";
}

/*.checkbox-list {
    list-style: none;
    padding-left: 100;
	font-weight: bold;
	
}*/

.centered-list {
    text-align: center;
}

.checkbox-list {
    display: inline-block;
    text-align: left;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

/* If Franklin Gothic fonts are desired? code:
body {
  font-size: 16px;
  font-family: "Franklin Gothic Medium", Arial, sans-serif;
}

h1, h2 {
  font-family: "Franklin Gothic Heavy", Arial, sans-serif;
}
*/
