/* ======1=========2=========3=========4=========5=========6=========7======= */
/* JCF Media LLC, Basic                                                       */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
*::selection {
  background-color: #cc3c09;
  color: #fff;
  text-shadow: none;
}
body {
  /*color: #dcdcdc;*/
  /*background-color: #3c3c3c;*/
  background: #d9edd9;
  /*font-size: 1em;*/
  font-size: 16px;
  font-family: sans-serif;
  line-height: 1.4;
  /*margin: 45px 20px;*/
}
.jcf_body_font {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
#main-1 {
  margin: 2em 1em .28em 1em;
}

/* ======1=========2=========3=========4=========5=========6=========7======= */
/* JCF, Local Q and A, Image picture frame                                    */
a:link, a:visited, a:active {
  color: #f0f8ff;
  text-decoration: underline;
}
a:hover {
  color: #0000FF;
  background-color: #f0f8ff;
  cursor: pointer;
}
.q-and-a-group,
.code-display-group {
  max-width: 42em;
}
.q-and-a-group b,
.code-display-group b {
  color: #ffe4c4;
}
.just-plain-pre {
  color: #ff0000;
  font-weight: 900;
  overflow-x: scroll;
}
.jcf-paragraph {
  padding: 1em;
  color: #7cd3fb;
  background-color: #4c4b4b;
  border: solid 5px #f7e64e;
}
.thumbnail-group {
  background-color: #b3b3b3;
  padding: 1em 0 1em 1em;
  width: calc(100vw - 111px);
}
.image-item {
  margin: 0 .68em 1em 0;
}
a.image-item:link, a.image-item:visited, a.image-item:active {
  /*color: #949494;*/
  color: #ffed61;
  text-decoration: none;
}
a.image-item.med-thumbnail {
  background-color: #525252;
  display: inline-block;
  /*border: solid 1px #FFF;*/
  padding: 0 1em;
}
.image-caption, .image-nat-dim {
  background-color: #525252;
  /*background-color: #bee2e8;*/
  /*width: 635px;*/
  /*margin: .22em .58em .18em .58em;*/
  padding: .28em .58em .18em .58em;
  position: relative;
  text-align: center;
  font-size: .78em;
}
.caption-top {
  top: 32px;
}
.thumbnail-group .image-item .image-caption.caption-top {
  width: 100%;
  margin: 0;
  padding: .28em .58em;
  top: 0px;
}
.image-path.image-landscape, .image-path.image-portrait {
  border: inset 3px #d4d4d4;
  padding: 1.9em .38em .38em .38em;
}
.image-path.image-portrait {
  height: 267px;
}
.thumbnail-group img.image-path.caption-top {
  padding: 0;
  width: calc(100vw - 176px);
}
