/**
 * White theme for reveal.js. This is the opposite of the 'black' theme.
 *
 * By Hakim El Hattab, http://hakim.se
 */
@import url(../../lib/font/roboto/roboto.css);


section.has-dark-background, section.has-dark-background h1, section.has-dark-background h2, section.has-dark-background h3, section.has-dark-background h4, section.has-dark-background h5, section.has-dark-background h6 {
  color: #fff; }

/*********************************************
 * GLOBAL STYLES
 *********************************************/
body {
  background: #fff;
  background-color: #fff; }

.reveal .theorem {
  display: block;
  text-align: left;
  font-style: normal;
  border-left-style: solid;
  border-left-color: #435467;
  padding-left: 5px;
  border-left-width: 5px;
  margin-left: 1em;
  padding-left: 0.5em;
  margin-top: 10px;
  margin-bottom: 30px;
}
.reveal .theorem:before {
    content: "Theorem. ";
    display: inline-block;
    font-weight: bold;
    color: #435467;
    font-style: normal;
}
.reveal .theorem[name]:before {
  content: "Theorem (" attr(name) ") ";
}

.reveal .corollary {
  display: block;
  text-align: left;
  font-style: normal;
  border-left-style: solid;
  border-left-color: #435467;
  padding-left: 5px;
  border-left-width: 5px;
}
.reveal .corollary:before {
  content: "Corollary. ";
  font-weight: bold;
  color: #435467;
  font-style: normal;
}
.reveal .corollary[name]:before {
  content: "Corollary (" attr(name) ") ";
}

.reveal .definition {
  display: block;
  text-align: left;
  font-style: normal;
  border-left-style: solid;
  border-left-color: #435467;
  border-left-width: 5px;
  /*border-bottom-style: solid;
  border-bottom-color: #435467;
  border-bottom-width: 5px;
  border-right-style: solid;
  border-right-color: #435467;
  border-right-width: 5px;
  border-top-style: solid;
  border-top-color: #435467;
  border-top-width: 0px;*/
  padding-left: 0.5em;
  margin-left:1em;
  margin-top: 10px;
  margin-bottom: 30px;
}

.reveal .definition:before {
  content: "Definition. ";
  display: inline-block;
  width: 100%;
  padding-left: 0em;
  padding-right: 0px;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-top: 0em;
  font-weight: bold;
  color: #435467;
  /*background-color: #435467;*/
  font-style: normal;
}
.reveal .definition[name]:before {
    content: "Definition (" attr(name) ")";
}

.reveal .lemma {
  display: block;
  text-align: left;
  font-style: normal;
  border-left-style: solid;
  border-left-color: #435467;
  padding-left: 0.5em;
  margin-left:1em;
  border-left-width: 5px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.reveal .lemma:before {
  content: "Lemma. ";
  font-weight: bold;
  color: #435467;
  font-style: normal;
}
.reveal .lemma[name]:before {
content: "Lemma (" attr(name) ") ";
}

.reveal .proposition {
  display: block;
  text-align: left;
  font-style: normal;
  border-left-style: solid;
  border-left-color: #435467;
  padding-left: 0.5em;
  margin-left: 1em;
  border-left-width: 5px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.reveal .proposition:before {
  content: "Proposition. ";
  display: inline-block;
  width: 100%;
  padding-left: 0em;
  padding-right: 0px;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-top: 0em;
  font-weight: bold;
  color: #435467;
  /*background-color: #435467;*/
/*  font-style: normal;
  font-weight: bold;
  color: #435467;
  font-style: normal;
  padding-bottom:0em;*/
}
.reveal .proposition[name]:before {
    content: "Proposition (" attr(name) ")";
}

.reveal .ex {
  display: block;
  text-align: left;
  font-style: normal;
  border-left-style: solid;
  border-left-color: #B3A369;
  border-left-width: 5px;
  padding-left: 0.5em;
  margin-left:1em;
  margin-top: 10px;
  margin-bottom: 30px;
}

.reveal .ex:before {
  content: "Example. ";
  display: inline-block;
  width: 100%;
  padding-left: 0em;
  padding-right: 0px;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-top: 0em;
  font-weight: bold;
  color: #B3A369;
  /*background-color: #435467;*/
  font-style: normal;
}
.reveal .ex[name]:before {
    content: "Example (" attr(name) ")";
}

/*.reveal .example {
  display: inline-block;
  text-align: left;
  font-style: normal;
  border-left-style: solid;
  border-left-color: #435467;
  padding-left: 5px;
  margin-left: 1em;
  border-left-width: 5px;
  margin-bottom: 10px;
}
.reveal .example:before {
  content: "Example. ";
  display: inline-block;
  font-weight: bold;
  color: #435467;
  font-style: normal;
}
.reveal .example[name]:before {
content: "Example (" attr(name) ") ";
}*/

.reveal {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 34px;
  font-weight: normal;
  color: #222; }

.reveal center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.reveal section figure {
  /*float: right;*/
}

.reveal section figure img {
  /*width:100%;*/
  /*object-fit: contain;*/
  margin-bottom: 0px;
  padding-bottom:0px;
}
.reveal section figure figcaption {
  display: block;
  margin-top: 0px;
  padding-top: 0px;
  font-size: 75%;
}

::selection {
  color: #fff;
  background: #B3A369;
  text-shadow: none; }

::-moz-selection {
  color: #fff;
  background: #B3A369;
  text-shadow: none; }

.reveal .slides section,
.reveal .slides section > section {
  line-height: 1.3;
  font-weight: inherit; }

/*********************************************
 * HEADERS
 *********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
  margin: 0 0 20px 0;
  color: #222;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: uppercase;
  text-shadow: none;
  word-wrap: break-word; }

.reveal h1 {
  font-size: 2.5em;
  color: #435467;
  border-bottom: 0px solid #435467;
  border-top: 0px solid #435467;
  margin: 300px 0px 10px 0px;}

.reveal h2 {
    font-size: 1.6em;;
    color: #435467;
    border-bottom: 4px solid #435467;}

.reveal h2 em {
    color: #B3A369;
    font-weight: bold;
    font-style: normal
}

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

.reveal h4 {
  font-size: 1em; }

.reveal h1 {
  text-shadow: none; }

/*********************************************
 * OTHER
 *********************************************/
.reveal p {
    margin-top: 1em;
  margin: 0px 0;
  line-height: 1.3; }

  .reveal p.author {
    /*margin: 20px 0;*/
      float:center;
      text-transform: capitalize;
      font-variant-caps: small-caps;
      color: #435467;
      line-height: 1.3;
      font-weight: bold;
      text-align:center}

    .reveal p.date {
	float:center;
      color: #B3A369;
	text-align:center;
/*      margin: 20px 0;*/
      line-height: 1.3;
      font-weight: bold;}
/* Ensure certain elements are never larger than the slide itself */
.reveal img,
.reveal video,
.reveal iframe {
  max-width: 95%;
  max-height: 95%; }

.reveal strong,
.reveal b {
  font-weight: bold;
  color: #435467;}

.reveal em {
  font-style: italic;
  color: #435467;}

.reveal ol,
.reveal dl {
  text-align: left;
  margin-left: 1em;
  margin-bottom: 0.5em;
  /*padding-left: 0em;
margin-left: 1em;*/ }

.reveal ul {
  /*display: inline-block;*/
  text-align: left;
  /*margin: 0em 0em 0.5em 1em;*/
  padding-left:0em;
  margin-left: 1em;
  margin-bottom: 0.5em; }

/*.reveal ol,
.reveal dl {
  display: inline-block;
  text-align: left;
  margin: 0em 0em 0em 2em; }*/

.reveal ol {
  list-style-type: decimal; }

.reveal ol ul {
  list-style-type: square; }

.reveal ul {
list-style-type: none; }

.reveal ul ul {
  list-style-type: square; }

.reveal li ul {
  list-style-type: square; }

.reveal ul ul ul {
  list-style-type: circle; }

.reveal ul ul {
  display: block;
  margin-left: 2em;
/*margin-left: 3em;*/ }

.reveal ul ol,
.reveal ol ol,
.reveal ol ul {
  display: block;
  margin-left: 2em;
  margin-bottom: 0.5em;
/*margin-left: 3em;*/ }

.reveal dt {
  font-weight: bold; }

.reveal dd {
  margin-left: 40px; }

.reveal blockquote {
  display: block;
  position: relative;
  width: 70%;
  margin: 20px auto;
  padding: 5px;
  font-style: italic;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }

.reveal blockquote p:first-child,
.reveal blockquote p:last-child {
  display: inline-block; }

.reveal q {
  font-style: italic; }

.reveal pre {
  display: block;
  position: relative;
  width: 90%;
  margin: 20px auto;
  text-align: left;
  font-size: 0.55em;
  font-family: monospace;
  line-height: 1.2em;
  word-wrap: break-word;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }

.reveal code {
  font-family: monospace;
  text-transform: none; }

.reveal pre code {
  display: block;
  padding: 5px;
  overflow: auto;
  max-height: 400px;
  word-wrap: normal; }

.reveal table {
  margin: auto;
  border-collapse: collapse;
  border-spacing: 0; }

.reveal table th {
  font-weight: bold; }

.reveal table th,
.reveal table td {
  text-align: left;
  padding: 0.2em 0.5em 0.2em 0.5em;
  border-bottom: 1px solid; }

.reveal table th[align="center"],
.reveal table td[align="center"] {
  text-align: center; }

.reveal table th[align="right"],
.reveal table td[align="right"] {
  text-align: right; }

.reveal table tbody tr:last-child th,
.reveal table tbody tr:last-child td {
  border-bottom: none; }

.reveal sup {
  vertical-align: super;
  font-size: smaller; }

.reveal sub {
  vertical-align: sub;
  font-size: smaller; }

.reveal small {
  display: inline-block;
  font-size: 0.6em;
  line-height: 1.2em;
  vertical-align: top; }

.reveal small * {
  vertical-align: top; }

/*********************************************
 * LINKS
 *********************************************/
.reveal a {
  color: #2a76dd;
  text-decoration: none;
  -webkit-transition: color .15s ease;
  -moz-transition: color .15s ease;
  transition: color .15s ease; }

.reveal a:hover {
  color: #6ca0e8;
  text-shadow: none;
  border: none; }

.reveal .roll span:after {
  color: #fff;
  background: #1a53a1; }

/*********************************************
 * IMAGES
 *********************************************/
.reveal section img {
  margin: 15px 0px;
  background: rgba(255, 255, 255, 0.12);
  border: 4px solid #222;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }

.reveal section img.plain {
  border: 0;
  box-shadow: none; }

.reveal a img {
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  transition: all .15s linear; }

.reveal a:hover img {
  background: rgba(255, 255, 255, 0.2);
  border-color: #2a76dd;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }

/*********************************************
 * NAVIGATION CONTROLS
 *********************************************/
.reveal .controls {
  color: #2a76dd; }

/*********************************************
 * PROGRESS BAR
 *********************************************/
.reveal .progress {
  background: rgba(0, 0, 0, 0.2);
  color: #2a76dd; }

.reveal .progress span {
  -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }

/*********************************************
 * PRINT BACKGROUND
 *********************************************/
@media print {
  .backgrounds {
    background-color: #fff; } }


.reveal copyright {
  writing-mode: vertical-rl;
  text-orientation: upright;
  position: absolute;
  top:0px;
  left:0px;
}

/*********************************************
 * Add ons
 *********************************************/


/*section#title-N.present {
  border-top: 4px solid #435467;
  border-bottom: 4px solid #435467;
  min-height: 85%;
  margin-top: 12vh;
}

section#title-N.present h1 {
  border: none;
}*/
