/**
 * Black theme for reveal.js. This is the opposite of the 'white' theme.
 *
 * Copyright (C) 2015 Hakim El Hattab, http://hakim.se
 */
@import url(../../lib/font/source-sans-pro/source-sans-pro.css);
@import url(../css/illusionType.css);
section.has-light-background, section.has-light-background h1, section.has-light-background h2, section.has-light-background h3, section.has-light-background h4, section.has-light-background h5, section.has-light-background h6 {
  color: #222; }


@font-face {
    font-family: 'illusionregular';
    src: url('illusion-webfont.eot');
    src: url('illusion-webfont.eot?#iefix') format('embedded-opentype'),
         url('illusion-webfont.woff2') format('woff2'),
         url('illusion-webfont.woff') format('woff'),
         url('illusion-webfont.ttf') format('truetype')
    font-weight: normal;
    font-style: normal;

}


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

.reveal {
  font-family:'Source Sans Pro', Helvetica, sans-serif;;
  font-size: 30px;
  font-weight: lighter;
  margin: auto 0;
  color: #fff; }

::selection {
  color: #fff;
  background: #bee4fd;
  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;
  display:block ;
  color: #9DA9AE;
  font-family: "illusionregular", Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 7px;
  text-transform: uppercase;
  text-shadow: none;
  word-wrap: break-word;
}

.reveal h1 {
	color: #9DA9AE;
	letter-spacing: 4px;
	line-height: 0.9;
	margin: auto 0;
  font-size: 4.5em;
  text-align: center;
}

.reveal h2 {
	color: #9DA9AE;
	float: left;
	margin: 0 20px;
  font-size: 15em; }

.reveal h3 {
	text-align: center;
	letter-spacing: 4px;
  font-size: 4vw; }

.reveal h4 {
	color: crimson;
	letter-spacing: 3px;
  font-size: 2.5vw; }

.reveal h1 {
  text-shadow: none; }

.reveal h5{
	font-size: 2vw;
	color: crimson;
	text-align: center;
	transform: rotate(90deg);
}

/*********************************************
 * OTHER
 *********************************************/
.reveal p {
  display: flex;
  margin: 20px;
/*	padding: 20px;*/
  text-align: left;
  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: block;
  text-align: right;
  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: #42affa;
  text-decoration: none;
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  transition: color 0.15s ease; }

.reveal a:hover {
  color: #8dcffc;
  text-shadow: none;
  border: none; }

.reveal .roll span:after {
  color: #fff;
  background: #068de9; }

/*********************************************
 * IMAGES
 *********************************************/
.reveal section img {
  margin: 15px 0px;
  background: rgba(255, 255, 255, 0.12);
  border: 4px solid #fff;
  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: #42affa;
  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: #42affa; }

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

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

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

.reveal .controls .navigate-left.enabled:hover {
  border-right-color: #8dcffc; }

.reveal .controls .navigate-right.enabled:hover {
  border-left-color: #8dcffc; }

.reveal .controls .navigate-up.enabled:hover {
  border-bottom-color: #8dcffc; }

.reveal .controls .navigate-down.enabled:hover {
  border-top-color: #8dcffc; }

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

.reveal .progress span {
  background: #42affa;
  -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); }



/*********************************************
 * MY STYLES
 *********************************************/

* span{
  display: block;
}
.rightP p {
  width: 50%;
  float: right;
}

.intro section.present {
  margin: 2.5vw auto;
}

.intro h2{
	position: relative;
}

.intro p {
	padding:0 1.4vw;
}

.chamfer p:before,
.intro p:after{
  content: "/";
  color: crimson;
}
.chamfer p{
  width: 21vw;
  margin:0 auto 1vw auto;
}

.chamfer section .present{
  margin-left: 15vw;
}

.chamfer h4{
  margin-right: 17vw;
}


.history section.present{
  margin-left: 0.4vw;
}
.history h4, .history h2{
  text-align: left;
  padding: 0;
  margin: 1vw;
}

.history p{
  width: 50%;
}
.process h3{
  color: crimson !important;
}
.form blockquote{
  color: #a8a8a8;
  font-size: 0.5vw;
  position: absolute;
  top: 4vw;
  left: 3vw;
  width: 50%;
}
.form section.present{
  margin-left: 13vw;
}
.form p{
  width: 50%;
/*  text-align: right;*/
  padding:0 2vw;
  font-size: 1.5vw;
}
.form h4{
  text-align: center;
}
@media screen and (max-width: 1440px){
  .decisions section.present{
    margin-top: 4vw;
  }


  .decisions p{
    text-align: left;
    font-size: 1.5vw;
  }
  .decisions h4{
    text-align:left;
  }
}

.decisions section.present{
    margin-top: 2vw;
    text-align: center;
  }

.print section.present p{
  margin-left: -8vw;
}
.print h4{
  text-align: left;
  margin-left: -8vw;
}
.print p{
  width: 30%;
}

.interwebs a{
	margin-right: 5vw;
}
.interwebs h4{
  text-align: left;
  font-size: 5vw;
  color: crimson !important;
}
.interwebs p{
  color: #fff;
}

/****************LETTER H ANGLES************************/

.angle3,
.angle2,
.angle {
    background-color: crimson;
    width: 150px;
    height: 1px;
    position: absolute;
    top: 2.9em;
    left: 0.5em;
    transform: rotate(120deg);
}

.angle2{
  position: absolute;
  top: 12.9em;
  left: -1.3em;
  transform: rotate(60deg);
}

.angle3{
  width: 2em;
  position: absolute;
  top: 12.9em;
  left: 9.1em;
  transform: rotate(120deg);
}
/****************LETTER D ANGLES************************/
.dAngle3,
.dAngle2,
.dAngle {
    background-color: crimson;
    width: 150px;
    height: 1px;
    position: absolute;
    top: 2.9em;
    left: 0.5em;
    transform: rotate(120deg);
}

.dAngle2{
  position: absolute;
  top: 12.7em;
  left: -1.4em;
  transform: rotate(60deg);
}

.dAngle3{
  width: 2em;
  position: absolute;
  top: 12.9em;
  left: 9.1em;
  transform: rotate(120deg);
}






























