@charset "UTF-8";
/* CSS Document */
body {
  background-color: #E9E9E9;
  font-size: 115%;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0;
}
#wrapper {
  background-color: #fff;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 8px;
  margin-left: auto;
  padding-bottom: 12px;
  border: 1px solid #CECACA;
}
/*  -------|  Header (Jumbtron) |----------  */
.jumbotron {
  color: #FFF;
  text-align: center;
  margin-bottom: 1rem;
  background-image: url(../images/kt-jtron.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
#jumbotron-header {
  height: inherit;
  padding-top: 70px;
}
.jumbotron h1 {
  font-size: 28px;
  color: #fff;
}
.jumbotron p {
  font-size: 16px;
}
/*  -------|  Content Area |----------  */
#contentarea {
  margin-top: 1px;
  margin-right: 16px;
  margin-bottom: 20px;
  margin-left: 16px;
  padding-top: 1px;
  padding-right: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
}
.jumbotron {
  color: #FFF;
  text-align: center;
  background-image: url(../images/viz-jtron.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
#jumbotron-header {
  height: inherit;
  padding-top: 70px;
}
.jumbotron h1 {
  font-size: 28px;
  color: #fff;
}
.jumbotron p {
  font-size: 16px;
}
/*  -------|  Breadcrumbs |----------  */
#breadcrumb-area {
  margin-top: 2px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
}
.breadcrumb {
  padding: 2px 8px;
  list-style: none;
  background-color: #fff;
  border-radius: 4px;
  font-size: medium;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 6px;
  color: #ccc;
  content: "|\00a0";
}
.breadcrumb > li > a {
  color: #333;
}
.breadcrumb > li > a:hover, .breadcrumb > li > a:focus {
  color: #9F5C3B;
}
/*  -----|  Content Strctures |----------  */
.content-chunk {
  margin-top: 20px;
  margin-bottom: 36px;
  border: 2px dotted #782327;
  border-radius: 12px;
  padding-top: 0px;
  padding-right: 16px;
  padding-bottom: 6px;
  padding-left: 16px;
}

.content-chunk h2 {
  margin: .0;
  font-size: 1.2em;
  color: #995800;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.4em;
  border-bottom-style: dotted;
  border-bottom-color: #782327;
  border-width: thin;
}
.tftd {
    margin-top: 18px;
    margin-right: auto;
    margin-bottom: 18px;
    margin-left: auto;
    border: 2px dotted #FAB56F;
    border-radius: 12px;
    padding: 0px 16px 6px 16px;
    background-color: #FCF1D2;
    display: inline-block;
}
.cntr {
  text-align: center;
}
/*  -----|  Typography |----------  */
h1 {
  margin: .67em 0;
  font-size: 1.5em;
  color: #782327;
  font-weight: bold;
}
h2 {
  margin: .0;
  font-size: 1.3em;
  color: #995800;
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 0.4em;
  border-bottom-style: dotted;
  border-bottom-color: #782327;
  border-width: thin;
}
h3 {
  margin: .0;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 0.2em;
}
p {
  font-size: 1em;
  line-height: 150%;
}
/*  -------| Links |----------  */
a:link {
  color: #990000;
}
a:visited {
  color: #5D0101;
}
a:hover {
  color: #FF9933;
}
/*  -------|  small icons |----------  */
.wikimedia::after {
  content: url("../images/small-icons/wikimedir.png");
  vertical-align: middle;
}
.linkout::after {
  content: url("../images/small-icons/linkOut.gif");
  vertical-align: middle;
}
.youtube::after {
  content: url("../images/small-icons/youtuber.png");
  vertical-align: middle;
}
.flashed::after {
  content: url("../images/small-icons/flashed-icon.png");
  vertical-align: middle;
}
.vizetter::after {
  content: url("../images/small-icons/vizetter.png");
  vertical-align: middle;
}
.tune-example::after {
  content: url("../images/small-icons/sound-icon.png");
  vertical-align: middle;
}
.respohnsiv::after {
  content: url("../images/small-icons/responsive-icon.png");
  vertical-align: middle;
}
/*  -------|  Footer |----------  */
#footer {
  font-family: Georgia, 'Times New Roman', serif;
  color: #4E4E4E;
  text-align: center;
  font-size: 85%;
  margin-top: 16px;
}
.footer-txt {
  font-family: Georgia, 'Times New Roman', serif;
  color: #8E8E8E;
  font-style: italic;
}