/**
 * 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 {
    transition: -webkit-transform 0.18s ease;
}

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

html {}

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

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


/*********************************************
 * 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: 100%;
  height: 100%;
  z-index: 30;
  right: 10px;
    left: 10px;
  bottom: 10px;
    top: 10px;
  -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: 42.5%;
  border-right-width: 22px;
  border-right-color: #000; }

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

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

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

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

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

.reveal .controls .navigate-down {
  left: 48.5%;
  bottom: 25px;
  border-top-width: 22px;
  border-top-color: #000; }

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

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

.reveal .progress {
	background: rgba(113,233,244,0.02);
}

.reveal .progress span {
	background: #rgba(113,233,244,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)*/
}

html.bg-gradient-02 {}

html.bg-gradient-03 {}

html.bg-gradient-04 {}


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