/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
       url('fonts/source-sans-pro-v11-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/source-sans-pro-v11-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('fonts/source-sans-pro-v11-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/source-sans-pro-v11-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'),
       url('fonts/source-sans-pro-v11-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/source-sans-pro-v11-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
       url('fonts/source-sans-pro-v11-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/source-sans-pro-v11-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}




/*********************************************
 * GLOBAL STYLES
 *********************************************/

html {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-weight: 400;
}

ul {    
  list-style: none;
  list-style-type: none;
	margin: 0;
	padding-left: 0.5em;
}
ul li:before { 
	content: "\25C6" "\2002"; 
	color: #E4022E;
    /* font-size: 2em; */
    position: relative;
    top: 0.1em;
    opacity: 0.8;
}
ul li {
    text-indent: -25px;
    padding: 0px 0 0 16px;
}

figure {
  margin: 0;
  padding: 0;
}

figcaption {
  display: block;
  margin: 0.5rem 0 0 0;
  font-size: 0.875rem;
  font-style: italic;
}

.vd-light {
    color: #fff;
}
.vd-light .vd-text-lead {
	color: #888;
}

.slide {
  text-align: left;
  background-size: contain !important;
}

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

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

.reveal {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1em;
  font-weight: 300;
}

/*********************************************
 * HEADERS
 *********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
  margin: 0 0 20px 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  text-shadow: none;
  word-wrap: break-word;
}

.reveal h1 {
	font-size: 3.0em;
	font-weight: 100;
}

.reveal h2 {
	font-size: 2.8em;
	font-weight: 100;
}

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

.vd-text-lead {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
	text-transform: uppercase;
	font-size: 0.7em;
  color: #666666;
  margin-bottom: 10px;
  letter-spacing: 2px;
  margin-left: 4px;
}

/*********************************************
 * OTHER
 *********************************************/

.reveal p {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
/*	text-align: right;
	text-indent: 50px;
	font-size: 0.70em;
	font-weight: 400;*/
}

.reveal section .data-background {
  data-background: url("concrete_seamless.png");
  background-repeat: repeat;
}


/* Ensure certain elements are never larger than the slide itself */
.reveal img,
.reveal video,
.reveal iframe {
  max-width: 95%;
  max-height: 95%; }
  
  
/*********************************************
 * LINKS
 *********************************************/
.reveal a:link,
.reveal a:hover,
.reveal a:active {
    color: #fff;
    text-decoration: none;
}

/* visited link */
.reveal a:visited {
    color: #fff;
    text-decoration: none;
}

/* mouse over link */
.reveal a:hover {
    color: #E23443;
}

/*********************************************
 * NAVIGATION CONTROLS
 *********************************************/
.reveal .controls .controls-arrow:before, .reveal .controls .controls-arrow:after {
   border-radius: 0; 
}

.slide-number::before {
/*
  content: "Read this -";
  -webkit-transform:rotate(360deg);
  border-style: solid;
  border-width: 100px 125px 0 125px;
  border-color: #fff transparent transparent transparent;
*/
}
.reveal .slide-number {
  background-image: url(counter.svg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  background-color: transparent;
  width: 8.5vw;
  height: 8.5vw;
  top:2vw;
  bottom: inherit;
  right: 2vw;
  text-align: center;
  padding: 3.6vw 3.2vw 0 0;
  opacity: 0;
  display: flex;
  color: white;
  font-weight: 600;
  flex-direction: row;
  box-sizing: border-box;
}
.reveal .slide-number span {
	display: inline-block;
/* 	padding: 43px 55px 0 0; */
/* 	margin-left: auto; */
	font-size: 14px;
	/*text-align: center;*/
/* 	width: 30px; */
/* 	height: 20px; */
	text-align: center;
	color: white;
	height: 20px;
}
.reveal span.slide-number-a {
	
}
.reveal span.slide-number-b {
	text-align: left;
	width: 0px;
  	color: transparent;
}
.reveal span.slide-number-b.on {
	color: white;
	width: 8px;
}
.reveal span.slide-number-delimiter {
  	color: transparent;
  	width: 0px;
}
.reveal span.slide-number-delimiter.on {
	color: white;
	width: 3px;
}

/*** Menu - fixing ***/

slide-menu-item span {
  display: initial;
}
ul.slide-menu-items li {
  text-indent: initial;
}
ul.slide-menu-items li:before {
  display: none;
}

span.slide-menu-item-title {
  line-height: 1.5;
}


/*********************************************
 * CUSTOM PAGES
 *********************************************/
 
.reveal .slides {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    pointer-events: none;
    overflow: visible;
    z-index: 1;
    text-align: left;
    -webkit-perspective: 600px;
    perspective: 600px;
    -webkit-perspective-origin: 50% 40%;
    perspective-origin: 50% 40%;
}



/* ineffective thus far: */

.reveal section img { 
    border: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
    /*max-width: 500px;*/
}

/*********************************************
 * IE FIXES
 *********************************************/

 .reveal .slide-background video {
    max-height: none;
    min-width: none;
    position: absolute;
    top:50%;
    left:50%;
    height:auto;
    width:auto;
    min-width:100%;
    min-height:100%;
    transform:translate(-50%, -50%);
  }
  @supports (object-fit: cover) {
    .reveal .slide-background video  {
      position: static;
      object-fit: cover;
      transform: none;
    }
  }