/**
 * Sky theme for reveal.js.
 *
 * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
 */


/* Base Overall Type: Century Gothic, Brandon Grosteque */

@import url(https://fonts.googleapis.com/css?family=Questrial:400);
@import url(https://fonts.googleapis.com/css?family=Didact+Gothic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Dosis:300,200,400);

/* Header: TW Cen MT, Futura */

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

/* Intro Text */

@import url(https://fonts.googleapis.com/css?family=Quicksand:300,400,700);

/* Sub-Header */

@import url(https://fonts.googleapis.com/css?family=Fjalla+One);
@import url(https://fonts.googleapis.com/css?family=Abel);

/* Article */

@import url(https://fonts.googleapis.com/css?family=Old+Standard+TT:400,400italic,700);
@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic,700);

/* Paragraph */

@import url(https://fonts.googleapis.com/css?family=Cutive+Mono);

/* Blockquote */

@import url(https://fonts.googleapis.com/css?family=Arvo:400,700);

.reveal a {
    line-height: 1.3em;
}

body {
    /*background: rgba(44,46,48,0.8);*/
    transition: -webkit-transform 0.18s ease;
}

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

html {
    /*background: url(https://cloud.githubusercontent.com/assets/4642277/13794568/ed1620dc-ead2-11e5-9560-dafe85506391.jpg);
    background-size: cover;
    background-position: center center;*/
}

.reveal {
    font-family: "Futura", "Tw Cen MT", "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 36px;
    font-weight: normal;
    color: #333;
    /*font-family: 'Century Gothic', 'Questrial', 'Didact Gothic', 'Dosis', 'Gill Sans MT', CenturyGothic, AppleGothic, Helvetica, sans-serif;*/
		margin-top: -50px;
}

::selection {
    /*color: rgba(0, 0, 0, 0.5);
    background: rgba(182,179,202,0.9);*/
    text-shadow: none;
}

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

.reveal .slides > section.headers {
   background: transparent;
}

.reveal .slide-number {
	left: 15px;
  bottom: 60px;
	z-index: 10;
}

/*.reveal>.backgrounds {
    z-index:1;
}
.reveal .slide-background.present {
    z-index:1;
}
*/

.scrollable.reveal-fw, section.scrollable.reveal-fw.present {
    overflow-y: auto  !important;
    overflow-x: hidden !important;
    /*height: 84%;
    width: 71%;*/
		height: 100%;
  	width: 100%;
    border: 1px solid pink; 
}

.slide-background.reveal-fw.present,
html.reveal-fw div.slide-background.present {
    /* padding: 1em 2em; */
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    padding-top: 0;
}


/*********************************************
 * HEADERS
 *********************************************/

section.headers {
}

section.basement.splash {
    /* margin: 20% 0 .15em 0; */
}

.reveal h1.inverted, .reveal h2.inverted, .reveal h3.inverted, .reveal h4.inverted {
  color: #fff;
  text-shadow: 0px 0px 2px rgba(0,0,0,0.2);
}

/*h1.headers:hover, h2.headers:hover {
  background: rgba(202, 255, 237,1);
  background: 1px dotted rgba(167, 255, 225, 1);
  color: rgba(255, 44, 45, 0.81);
}*/

.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
    margin: 0 0 20px 0;
    color: #333;
    font-family: "Tw Cen MT", "Futura", "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: -0.08em;
    text-transform: uppercase;
    text-shadow: none;
    word-wrap: break-word;
    text-shadow: none;
}

.reveal h1 {
    font-size: 3.77em;
}

.reveal h1.headers.title {
    font-family: "Tw Cen MT", "Futura", "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 3.5em;
    letter-spacing: 0.05em;
}

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

.reveal h2.headers {
    font-family: "Tw Cen MT", "Futura", "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 3.5em;
    letter-spacing: 0.05em;
}

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

.reveal h3.sub-header-title {
    font-family: 'Quicksand', 'Century Gothic', 'Brandon Grotesque', 'Gill Sans', sans-serif;
    font-size: 0.5em;
    letter-spacing: 0.15em;
}

.reveal h3.basement,
h3.base-title {
    font-family: "Tw Cen MT", "Futura", "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 2.25em;
    letter-spacing: 0.05em;
}

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

.reveal h4.sub-base-title {
    font-family: 'Quicksand', 'Century Gothic', 'Brandon Grotesque', 'Gill Sans', sans-serif;
    font-size: 1em;
    letter-spacing: 0.15em;
}

.reveal h6.nav-pg-link {
    font-family: 'Hoefleur Text', 'Didot LT STD', Didot, 'Garamond', 'Times New Roman', serif;
    font-size: .65em;
    font-style: italic;
    font-weight: 100;
    letter-spacing: .05em;
    text-transform: none;
    /* color: rgba(252,252,252,0.5); */
    opacity: 0.65;
}


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

.reveal p {
    margin: 20px 0;
    line-height: 1.3;
}


/* 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;
}

.reveal em {
    font-style: italic;
}

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

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

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

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

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

.reveal ul ul,
.reveal ul ol,
.reveal ol ol,
.reveal ol ul {
    display: block;
    margin-left: 40px;
}

.reveal dt {
    font-weight: bold;
}

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

.reveal q,
.reveal blockquote {
    quotes: none;
}

.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;
}

.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 tr:last-child td {
    border-bottom: none;
}

.reveal sup {
    vertical-align: super;
}

.reveal sub {
    vertical-align: sub;
}

.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: #3b759e;*/
    color: rgba(0,0,0,0.65);
    text-decoration: none;
    -webkit-transition: color 0.15s ease;
    -moz-transition: color 0.15s ease;
    transition: color 0.15s ease;
}

.reveal a:hover {
    /*color: #74a7cb;*/
    color: rgba(182,179,202,0.9);
    text-shadow: none;
    border: none;
}

/*.reveal .roll span:after {
    color: #fff;
    background: #264c66;
}*/


/*********************************************
 * IMAGES
 *********************************************/

.reveal section img {
    margin: 15px 0px;
    /*background: rgba(255, 255, 255, 0.12);
    border: 4px solid #333;
    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 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.reveal a:hover img {
    /*background: rgba(255, 255, 255, 0.2);
    border-color: #3b759e;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);*/
    background: rgba(255, 255, 255, 0.0);
    border-color: transparent;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.0);
}


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


.reveal .controls .navigate-left,
.reveal .controls .navigate-left.enabled {
	border-right-color: rgba(113, 233, 244, .15);
}

.reveal .controls .navigate-right,
.reveal .controls .navigate-right.enabled {
	border-left-color: rgba(113, 233, 244, .15);
}

.reveal .controls .navigate-up,
.reveal .controls .navigate-up.enabled {
	border-bottom-color: rgba(113, 233, 244, .15);
}

.reveal .controls .navigate-down,
.reveal .controls .navigate-down.enabled {
	border-top-color: rgba(113, 233, 244, .15);
}

.reveal .controls .navigate-left.enabled:hover {
	border-right-color: rgba(113, 233, 244, .5);
}

.reveal .controls .navigate-right.enabled:hover {
	border-left-color: rgba(113, 233, 244, .5);
}

.reveal .controls .navigate-up.enabled:hover {
	border-bottom-color: rgba(113, 233, 244, .5);
}

.reveal .controls .navigate-down.enabled:hover {
	border-top-color: rgba(113, 233, 244, .5);
}

/*********************************************
 * CONTROLS
 *********************************************/

.reveal .controls {
  display: none;
  position: fixed;
  width: 110px;
  height: 110px;
  z-index: 50;
  right: 5px;
  bottom: 50px;
  -webkit-user-select: none; }

.reveal .controls button {
  padding: 0;
  position: absolute;
  opacity: 0.05;
  width: 0;
  height: 0;
  background-color: transparent;
  border: 12px solid transparent;
  -webkit-transform: scale(0.9999);
          transform: scale(0.9999);
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent; }

.reveal .controls .enabled {
  opacity: 0.7;
  cursor: pointer; }

.reveal .controls .enabled:active {
  margin-top: 1px; }

.reveal .controls .navigate-left {
  top: 42px;
  border-right-width: 22px;
  border-right-color: #000; }

.reveal .controls .navigate-left.fragmented {
  opacity: 0.3; }

.reveal .controls .navigate-right {
  left: 74px;
  top: 42px;
  border-left-width: 22px;
  border-left-color: #000; }

.reveal .controls .navigate-right.fragmented {
  opacity: 0.3; }

.reveal .controls .navigate-up {
  left: 42px;
  border-bottom-width: 22px;
  border-bottom-color: #000; }

.reveal .controls .navigate-up.fragmented {
  opacity: 0.3; }

.reveal .controls .navigate-down {
  left: 42px;
  top: 74px;
  border-top-width: 22px;
  border-top-color: #000; }

.reveal .controls .navigate-down.fragmented {
  opacity: 0.3; }

/*********************************************
 * PROGRESS BAR
 *********************************************/

.reveal .progress {
	z-index: 10;
	/*background: rgba(51,51,51,0.02);*/
	top: 0;
	/*background-color: rgba(0, 0, 0, 0.5);*/
}

.reveal .progress span {
	/*background: #rgba(254,254,254,0.05);*/
	-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);
}


/*********************************************
 * BACKGROUND GRADIENTS
 *********************************************/

/*html.bg-gradient-01, .bg-gradient-01, */section.bg-gradient-01 {
    background: 
    linear-gradient(-180deg, rgba(30, 112, 207, .45), transparent 300%), 
    linear-gradient(240deg, rgba(9, 155, 221, .25), transparent 50%), 
    linear-gradient(100deg, rgba(101, 6, 4, .95), transparent 100%), 
    linear-gradient(-100deg, rgba(158, 40, 234, .95), transparent 100%)/*, url(https://cloud.githubusercontent.com/assets/4642277/13794568/ed1620dc-ead2-11e5-9560-dafe85506391.jpg)*/
}

/* Animated Pantone 2016 Hues */
html.bg-gradient-02, .pTone {
    background: 
        linear-gradient(75deg, #f7cac9, #f7786b, #91a8d0, #034f84, #f7786b, #91a8d0, #f7786b, #034f84, #f7cac9, #342760, #9896a4, #ef8905, #0df4c9);
    background-size: 2600% 2600%;

    -webkit-animation: pTone 59s ease infinite;
    -moz-animation: pTone 59s ease infinite;
    animation: pTone 59s ease infinite;

    @-webkit-keyframes pTone {
        0%{background-position:48% 0%}
        50%{background-position:53% 100%}
        100%{background-position:48% 0%}
    }
    @-moz-keyframes pTone {
        0%{background-position:48% 0%}
        50%{background-position:53% 100%}
        100%{background-position:48% 0%}
    }
    @keyframes pTone { 
        0%{background-position:48% 0%}
        50%{background-position:53% 100%}
        100%{background-position:48% 0%}
    }
}

/*MINT LIME SEAFOAM - mintyFoam */
html.bg-gradient-03, .mintyFoam {
    background: linear-gradient(268deg, #09efb3, #c6fa39, #3dfcd8, #3dfcd8);
    background-size: 800% 800%;

    -webkit-animation: mintyFoam 16s ease infinite;
    -moz-animation: mintyFoam 16s ease infinite;
    animation: mintyFoam 16s ease infinite;

    @-webkit-keyframes mintyFoam {
        0%{background-position:0% 30%}
        50%{background-position:100% 71%}
        100%{background-position:0% 30%}
    }
    @-moz-keyframes mintyFoam {
        0%{background-position:0% 30%}
        50%{background-position:100% 71%}
        100%{background-position:0% 30%}
    }
    @keyframes mintyFoam { 
        0%{background-position:0% 30%}
        50%{background-position:100% 71%}
        100%{background-position:0% 30%}
    }
}

 DEEP SEA EMERALD, PURPLE, SEAFOAM, LIME - nikeForce 
html.bg-gradient-04, .nikeForce {
    background: linear-gradient(216deg, #153c35, #281635, #00ffd0, #c6fa39);
    background-size: 800% 800%;

    -webkit-animation: nikeForce 51s ease infinite;
    -moz-animation: nikeForce 51s ease infinite;
    animation: nikeForce 51s ease infinite;

    @-webkit-keyframes nikeForce {
        0%{background-position:51% 0%}
        50%{background-position:50% 100%}
        100%{background-position:51% 0%}
    }
    @-moz-keyframes nikeForce {
        0%{background-position:51% 0%}
        50%{background-position:50% 100%}
        100%{background-position:51% 0%}
    }
    @keyframes teal-purple-sfoam-lime { 
        0%{background-position:51% 0%}
        50%{background-position:50% 100%}
        100%{background-position:51% 0%}
    }
}


/*********************************************
 * CUSTOM
 *********************************************/

.error {
    background: url(/assets/ph/giphy-07-face.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
transition-property: background;
   transition-duration: 15s; /* 25s time it takes to fade-in*/
   transition-delay: 0s; /* 25s time it takes to to actually play. no fade-in */
   transition-timing-function: linear;
    /*-webkit-filter: blur(500) opacity(0.1);*/
    background-color: rgba(127,255,212,.95);
    filter: opacity(0.1);
    z-index: -100;
}

/* Overlay Control Icons */
.reveal .overlay header a.external .icon:hover,
.reveal .overlay header a.close .icon:hover {
   opacity: 0.55;
   /*padding: 4px;*/
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* Learn More Icon */
img.icon.svg.open {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    position: initial;
    width: 64px;
    height: 64px;
    -webkit-user-select: none;
    opacity: 0.6;
    transition: transform 350ms ease-out;
    margin-bottom: -.18em;
}

/* Learn More Icon */
img.icon.svg.open:hover {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    /*opacity: 0.05;*/
    transition: transform 50ms cubic-bezier(0.4, 0, 1, 1);
    
}

a.nav.ctrl.open {
    display: block;
    transition: transform 150ms ease-in-out;
}

a.nac.ctrl.open:hover {
    transition: transform 350ms ease-out;
    opacity: 0.25;
}

h6.nav-pg-link.animated.fadeIn.icon.svg.open {
    /*margin-top: 5%;
    position: relative;
    margin-bottom: 0;*/
    bottom: -10em;
    right: 43%;
    margin-bottom: 0;
    display: block;
    position: fixed;
    left: 43%;
    margin: 0 auto;
}