/* Reveal overrides */

/* Do not center justify by default. */
section {
    text-align: left;
}

html.img-center div.slide-background.present {
    background-position: center;
}

.reveal h2, .reveal h3, .reveal h4, .reveal h5 {
    text-transform: none;
}

.reveal h2 {
    font-size: 1.5em;
}

.reveal h3 {
    font-size: 1.25em;
}

.reveal section ul li, .reveal section ol li {
    margin-top: .25em;
}

.reveal dl {
    font-size: .75em;
}

.reveal ol {
  width: 100%;
}

.reveal ul li ul {
    margin-left: 60px;
}

.reveal ul li ul li {
    font-size: .8em;
}

.reveal table th {
    vertical-align: top;
}

.reveal table td {
    padding-bottom: 2em;
}

.reveal table tr:last-child td {
    border-bottom: 1px solid;
}

.reveal section img {
    border: none;
}

section.background-image {
    text-align: left;
    font-size: .8em;
    color: #000;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 25px;
}

section.background-image>div {
    padding: 2em;
}

#image-credits {
    text-align: left;
    font-size: .5em;
}

.reveal dd {
    margin-bottom: 1em;
}

.reveal li small {
    line-height: .8em;
    vertical-align: 40%;
}

strong.red { color: #a00; }
strong.orange { color: #f60; }
strong.green { color: #061; }
strong.blue { color: #049; }

.reveal section h1 {
  text-transform: none; 
}

.reveal section pre {
  margin: 20px 0;
  box-shadow: none;
}

#intro h1 {
  font-size: 1.5em;  
  background: center left no-repeat #fff; 
  background-image: url('https://umark.wisc.edu/brand/templates-and-downloads/downloads/web/uwcrest_web_sm.png');
}

#intro h1, #intro p {
  padding-left: 105px;
}

#urls .emphasis {
  font-weight: bold;
  color: #258;
}

#info-card-example p {
  text-align: center;
}

#creator-uris-from-jsonld-api strong, #ask-the-graph strong {
  color: #258;
}

#systems-in-play table, #crawl-or-query table {
  font-size: .5em;
  width: 100%;
}

#systems-in-play table td, #crawl-or-query table td {
  vertical-align: top;
  padding: 2px;
}

#systems-in-play table td ul, #crawl-or-query table td ul {
  margin-bottom: 0;
}

strong.lcnaf-uri, code.lcnaf-uri { color: #258; }
strong.viaf-uri, code.viaf-uri { color: #e6550d; }
h2.micrograph, strong.micrograph { color: #9467bd; }

#which-viaf-graph-entity strong {
  font-size: 1.25em;
  color: #e6550d;
}

#viaf-entity-resolved table, #viaf-as-entity-hub table {
  margin: 1em 0;
  width: 100%;
}

#viaf-entity-resolved td, #viaf-as-entity-hub td {
  font-size: .65em;
  font-family: monospace;
  padding-top: .5em;
  font-weight: bold;
}

#viaf-entity-resolved .subject td, #viaf-as-entity-hub .subject td { color: #e6550d; }
#viaf-entity-resolved .object td, #viaf-as-entity-hub .object td { color: #258; }

#viaf-as-entity-hub h2 {
  font-size: 1.25em;
}

#image-credits table {
  font-size: .75em;
  width: 100%;
  padding-bottom: 1em;
}

#want-ads {
  display: flex;
  flex-flow: column wrap;
  height: 200px;
}

#want-ads .ad {
  font-size: .7em;
  width: 350px;
  padding-right: 30px;
  padding-left: 30px;
  border-right: 1px solid #ccc;
}

#want-ads .ad.first {
  border-left: 1px solid #ccc;
}

#want-ads .ad h4 {
  text-transform: uppercase;
  text-align: center;
}

strong.subject { color: #e6550d; }
strong.dbpedia { color: #2ca02c; }

#rinse-repeat ol {
  font-size: .9em;
}

#crawl-or-query tbody th {
  padding: 20px 0;
}

#crawl-or-query tbody td ul {
  margin: 20px 10px;
}

#crawl-or-query .winner {
  font-weight: bold;
  color: #2ca02c;
  border-color: #000;
}

#design-goals h3 {
  font-size: 1.1em;
  margin-top: 1em;
}

#design-goals ol {
  white-space: nowrap;
}

#design-goals ol ul {
  font-size: .8em;
}

#micrograph p {
  font-size: .8em;
}

#micrograph pre {
  font-size:.4em;
}

#sparql-to-micrograph-conversion {
  font-size: .9em;
}

#sparql-to-micrograph-conversion div {
  width: 100%;
  float: left;
}

#sparql-to-micrograph-conversion div pre {
  font-size: .33em;
  overflow: hidden;
}

#sparql-to-micrograph-conversion div pre#sparql-json-response {
  height: 225px;
}

#person-object-code-flow ol {
  font-size: .9em;
  white-space: nowrap;
}

#spira .quote {
  font-size: .4em;
}

#spira-model-objects img, 
#linked-data-dead-end img, 
#find-uris-by-strings img,
#timeouts img {
  border: none;
  box-shadow: none;
}

#spira-model-objects p {
  line-height: 1em;
  margin: 0;
}

#linked-data-dead-end h2, #find-uris-by-strings h2 {
  font-size: 1.3em;
}

#linked-data-dead-end ul {
  font-size: .6em;
}