@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(../fonts/Lato-Regular.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(../fonts/Lato-Bold.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local('Lato Italic'), local('Lato-Italic'), url(../fonts/Lato-Italic.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(../fonts/Lato-Bold-Italic.woff) format('woff');
}

@font-face {
  font-family: 'League Gothic';
  src: url("../reveal.js/lib/font/league-gothic/league-gothic.eot");
  src: url("../reveal.js/lib/font/league-gothic/league-gothiceot?#iefix") format("embedded-opentype"), url("../reveal.js/lib/font/league-gothic/league-gothic.woff") format("woff"), url("../reveal.js/lib/font/league-gothic/league-gothic.ttf") format("truetype"), url("../reveal.js/lib/font/league-gothic/league-gothic.svg#LeagueGothicRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*********************************************
 * GLOBAL STYLES
 *********************************************/
body {
  background: #f7f7f7;
  background-color: #f7f7f7;
  background-image: url("../graphics/bottomwave.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}

div.clickable { /* Containing div must have a position value */
    position:relative;
}

div.clickable a {
    position:absolute;
    width:412px;
    height:55px;
    top:0;
    right:0;
    text-decoration:none; /* Makes sure the link   doesn't get underlined */
    z-index:10; /* raises anchor tag above everything else in div */
    background-color:white; /*workaround to make clickable in IE */
    opacity: 0; /*workaround to make clickable in IE */
    filter: alpha(opacity=1); /*workaround to make clickable in IE */
}

.reveal {
  font-family: "Lato", Times, "Times New Roman", serif;
  font-size: 2.4em;
  font-weight: 200;
  letter-spacing: -0.02em;
  color: #333333;
}

.reveal p {
  margin: 0.35em;
}

.reveal li {
  margin: 0.1em;
}

::selection {
  color: white;
  background: #ff5e99;
  text-shadow: none;
}

/*********************************************
 * HEADERS
 *********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
  margin: 0 0 20px 0;
  color: #333333;
  font-family: "League Gothic", Impact, sans-serif;
  line-height: 0.9em;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}

/*********************************************
 * LINKS
 *********************************************/
.reveal a:not(.image) {
  color: #007744;
  text-decoration: none;
  -webkit-transition: color .15s ease;
  -moz-transition: color .15s ease;
  -ms-transition: color .15s ease;
  -o-transition: color .15s ease;
  transition: color .15s ease;
}

.reveal a:not(.image):hover {
  color: #002b18;
  text-decoration: underline;
  text-shadow: none;
  border: none;
}

.reveal .roll span:after {
  color: #fff;
  background: #0d99a5;
}

html.firstslide .reveal a:not(.image):hover {
    color: #78E3A9;
}

.reveal h1 { font-size: 3em; }
.reveal h2 { font-size: 2.11em;	}
.reveal h3 { font-size: 1.55em;	}
.reveal h4 { font-size: 1em;	}

/*********************************************
 * IMAGES
 *********************************************/
.reveal section img {
  margin: 15px 0px;
  background: rgba(255, 255, 255, 0.12);
  border: 4px solid #eeeeee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

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

/*********************************************
 * NAVIGATION CONTROLS
 *********************************************/

 .reveal .controls {
	display: none;
	position: fixed;
	width: 110px;
	height: 110px;
	z-index: 30;
	left: 10px;
	bottom: 10px;
}

.reveal .controls div.navigate-left,
.reveal .controls div.navigate-left.enabled {
  border-right-color: #047845;
}

.reveal .controls div.navigate-right,
.reveal .controls div.navigate-right.enabled {
  border-left-color: #047845;
}

.reveal .controls div.navigate-up,
.reveal .controls div.navigate-up.enabled {
  border-bottom-color: #047845;
}

.reveal .controls div.navigate-down,
.reveal .controls div.navigate-down.enabled {
  border-top-color: #047845;
}

.reveal .controls div.navigate-left.enabled:hover {
  border-right-color: #169d39;
}

.reveal .controls div.navigate-right.enabled:hover {
  border-left-color: #169d39;
}

.reveal .controls div.navigate-up.enabled:hover {
  border-bottom-color: #169d39;
}

.reveal .controls div.navigate-down.enabled:hover {
  border-top-color: #169d39;
}

/*********************************************
 * PROGRESS BAR
 *********************************************/
.reveal .progress {
  background: rgba(115, 113, 115, 255);
}

.reveal .progress span {
  background: #f7f7f7;
  -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);
  -ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -o-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);
}

.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
	/* -webkit-hyphens: auto; */
	/*    -moz-hyphens: auto; */
	/*         hyphens: auto; */

	/* word-break: normal; */
}


div.logo {
  position: relative;
}
div.logo a > img{

  position: absolute;
  display: block;
  top: 0;
  right: 0;
  z-index: 10;

  width: 450px;
  max-width: 50vw;
}

.reveal img.plain {
  background: none;
  border: 0px none white;
  box-shadow: none;
}

.reveal .table {
  margin: 0 auto;
}
.table tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table tr:nth-child(even) {
  background-color: white;
}
.table thead th, .table tbody tr:last-child {
  border-bottom: 1px solid black;
}
.table tr th:first-child {
  border-right: 1px solid black;
}
.table thead tr th:last-child, .table tbody tr td:last-child {
  border-right: 1px solid black;
}
.table th, .table td {
  border-color: #ddd;
  font-size: 1.0rem;
  line-height: 1.0rem;
  padding: 0.7rem;
}

.text-success {
  color: #3c763d;
}
.text-warning {
  color: #8a6d3b;
}
.text-danger {
  color: #a94442;
}

.reveal ol,
.reveal ul {
  display: inline-block;
  text-align: left;
  margin: 0;
}
