article h1 {
  font-family: "Roboto", Georgia, Times, serif;
  font-weight: normal;
  color: #1c205b;
  margin: 0 0 12px 0;
  font-size: 200%;
  line-height: 100%;
}

article h2 {
  font-family: "Roboto", Georgia, Times, serif;
  color: #bf1722;
  font-size: 150%;
  border-bottom: 1px solid;
  margin: 0;
  margin-bottom: 6px;
  line-height: 1.25em;
  font-weight: normal;
}

article h1 code,
article h2 code {
  font-weight: bold; /* JBN */
}

article h3 {
  border-left: #aad solid 0.5em;
  border-bottom: #aad solid 1px;
  color: #1c205b;
  font: 1.2em "Kameron", Georgia, Times, serif;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 0.75em 0 0.4em 0;
  padding-left: 0.3em;
}

article h4 {
  border-bottom: 1px solid #ccc;
  font-family: "Kameron", Georgia, Times, serif;
  font-weight: bold;
  letter-spacing: 1px;
}

article p,
pre {
  line-height: 1.5em;
  padding-bottom: 1em;
}

section,
.section {
  outline: 0;
}

section section,
.section .section {
  margin: 0.5em 15px 0.5em 15px;
  padding-left: 10px;
  outline: 0;
}

section ul,
section ol,
.section ul,
.section ol {
  line-height: 1.5em;
  margin-left: 40px;
  margin-bottom: 1em;
}

section ul ul,
section ol ol,
.section ul ul,
.section ol ol {
  margin-bottom: 0;
}

section dl dt,
.section dl dt {
  font-weight: bold;
}

section dl dd,
.section dl dd {
  margin: 0 0 10px 20px;
}

#breadcrumbs {
  font-weight: lighter;
  font-family: "Kameron", Georgia, Times, serif;
  font-size: 110%;
  letter-spacing: 0.4px;
}

article nav {
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 10px 20px;
  background-color: #f0f0f0;
}

article nav h2 {
  border: none;
  margin: 0;
}

article nav ol {
  margin-bottom: 0px;
}

article nav ol li {
  margin-top: 0px;
  padding-left: 14px;
  list-style: none;
}

article nav ol li {
  list-style: square;
  padding-left: 0px;
  margin-left: 20px;
}

article nav li.currentpage {
  /*list-style-image:url(/media/template/arrowbullet.svg);*/
  font-weight: bold;
}

article nav li.currentpage ol li {
  padding-left: 0px;
  margin-left: 30px;
  font-weight: normal;
  list-style: circle;
  line-height: 1.25em;
}

fieldset {
  padding: 6px;
  margin-bottom: 10px;
}

table {
  margin-bottom: 1em;
  border: 2px solid #333;
  border-collapse: separate;
}

td,
th {
  padding: 4px;
  border: 1px solid #333;
  border-collapse: separate;
}

#nextpage {
  text-align: right;
}

#nextpage a {
  text-align: right;
  padding: 12px 40px 10px 8px;
  margin-bottom: 15px;
  /* background:url(/media/template/bg_next.svg) 53px 6px no-repeat;*/
}

.important,
.tip,
.note,
.example,
.samp,
.callout {
  padding: 4px 1.5em 0px 1.5em;
  margin: 1em auto;
  border-radius: 6px;
}

.important .title,
.tip .title,
.note .title,
.example .title,
.callout .title {
  padding: 3px 0 15px 35px;
  display: block;
  font: bold 1.25em "Open Sans", sans-serif;
}

.important,
.note {
  background: #f3f3f3;
  border-style: solid;
  border-width: 0.2em 0.2em 0.2em 2em;
}

.important {
  border-color: #bf1722;
}

.important .title {
  /* background:url(/media/template/bg_important.svg) no-repeat; */
  color: #bf1722;
}

.note {
  border-color: #1c205b;
}

.note .title {
  /* background:url(/media/template/bg_note.svg) no-repeat; */
  color: #1c205b;
}

.example {
  background-color: #f1f5f7;
  border: 1px solid #ccc;
}

/*
.example .title {
	background:url(/media/template/bg_example.svg) no-repeat;
}
*/
.tip {
  background-color: #ffecd5;
  border: 1px solid #ccc;
}
/*
.tip .title {
		background:url(/media/template/bg_note.svg) no-repeat;
}
*/
.callout {
  border: 0.2em solid #bf1722;
  background: #f3f3f3;
  border-radius: 2px;
}
/*
.callout .title {
	background:url(/media/template/bg_webaim.svg) no-repeat;
	color:#BF1722;
}
*/
.calloutlink {
  text-align: center;
}

.calloutlink a {
  background-color: #fff;
  padding: 5px;
  border: 1px solid #1c205b;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block; /* JBN: for tidy wrapping on narrow screens */
}

code,
.code {
  background: #f3f3f3;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  font-size: 0.9em;
}

.code {
  border-radius: 6px;
  color: #000;
  margin: 0 0 1em 0;
  padding: 1em;
}

.samp {
  border: 2px solid #bf1722;
  background-color: #f3f6f9;
  font: 0.9em "Open Sans";
  padding: 1em;
}

.samp select,
.samp input:not([type="image"]),
.samp button {
  border: 1px solid #888;
  border-radius: 6px;
  font-size: 0.9em;
  padding: 0.2em;
}

.samp button,
.samp input[type="submit"],
.samp input[type="reset"] {
  background-color: rgb(239, 243, 246);
  background-image: linear-gradient(
    -180deg,
    rgb(250, 251, 252),
    rgb(239, 243, 246) 90%
  );
  padding: 0.2em 1em;
  vertical-align: middle;
}

figure {
  text-align: center;
}

figcaption {
  text-align: left;
  font-style: italic;
}

blockquote {
  margin: 0.5em auto 1em auto;
  width: 70%;
  border: 1px #666 dashed;
  border-radius: 6px;
  padding: 0.5em;
  padding-bottom: 0px;
  background-color: #f1f1f1;
  font-family: Geneva, Times, serif;
}

input,
textarea,
select {
  font-size: 100%;
}

#fade {
  padding: 6px;
  border: 1px dashed #bf1722;
  border-radius: 6px;
  outline-color: #bf1722;
}

.anchorlink {
  float: left;
  margin-left: -25px;
  margin-top: 2px;
  padding-right: 6px;
}

.anchorlink a:hover,
.anchorlink a:focus {
  background-color: transparent !important;
  border: none;
}

.floatright {
  float: right;
  margin: 8px 0px 1px 10px;
}

.floatleft {
  float: left;
  margin: 8px 10px 1px 0px;
}

.border {
  border: gray solid 1px;
}

.fullwidth {
  margin: 1em 0;
  width: 100%;
}

.subtitle {
  font-size: 60%;
}

.center,
.mediaobject {
  text-align: center;
  margin-bottom: 1em;
}

.menuchoice {
  font-weight: bold;
  color: #555;
}

kbd,
.keycap {
  background-color: #f1f1f1;
  border: 1px solid #666;
  border-width: 1px 2px 2px 1px;
  border-radius: 5px;
  color: #333;
  padding: 0 2px;
  margin: 1px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  min-width: 17px;
  display: inline-block;
  text-align: center;
}

.keycombo {
  font-weight: bold;
}

.smallcaps {
  font-variant: small-caps;
  font-weight: bold;
  color: #222222;
}

/* Blog styles */

#updated img {
  max-width: 100px;
}

.comments {
  text-align: center !important;
}

#blogcomments {
  border-top: 3px #ccc dotted;
  margin-top: 25px;
}

#blogcomments h2,
#respond h2 {
  font-family: "Kameron", Georgia, Times, serif;
}

.post > h2,
.post > h2 {
  border: none;
}

#respond input,
#respond textarea,
.searchform input {
  border-radius: 3px;
  border: 1px solid #bbb;
  border-collapse: collapse;
  padding: 3px;
  margin-bottom: 4px;
}

.commentlist {
  list-style-type: none;
}

.commentlist li {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 10px;
  margin-left: 90px;
  position: relative;
  padding: 5px;
}

.commentlist li:nth-child(even) {
  background-color: #eee;
}

.commentlist .fn {
  font-weight: bold;
}

.commentlist .commentdate {
  display: block;
  float: right;
}

.commentlist .avatar {
  position: absolute;
  left: -90px;
  border-radius: 6px;
}

/* Unordered List "tiles" (https://webaim.org/services/evaluation/ and https://webaim.org/intro/) */
ul.tiles {
  background: #f1f5f7;
  border-radius: 1em;
  list-style: none;
  margin: 2em 0;
}
.tiles > li {
  display: inline-block;
  margin: 0;
  padding: 2%;
  text-align: center;
  vertical-align: top;
  width: 45%;
}
.tiles > li > a {
  border: 1px solid transparent; /* this is to prevent the link from "jumping" because of the added border on hover/focus. */
  display: block;
  font-weight: bold;
  text-decoration: none;
}
.tiles span {
  display: block;
  font-size: 5em;
}
.tiles li li {
  /* https://webaim.org/services/evaluation/ */
  list-style-type: disc;
  margin-top: 0.5em;
  text-align: left;
}

@media all and (max-width: 30em) {
  .tiles li {
    display: block;
    width: auto;
  }
}
