/**
 * White theme for reveal.js. This is the opposite of the 'black' theme.
 *
 * By Hakim El Hattab, http://hakim.se
 */

@import url(https://fonts.googleapis.com/css?family=Poppins:400,700,900);
/*********************************************
 * GLOBAL STYLES
 *********************************************/

body {
    background: #fff;
    background-color: #2b90cf;
}

.reveal {
    font-family: "Poppins", Helvetica, sans-serif;
    font-size: 42px;
    font-weight: 400;
    text-align: left;
    color: white;
}

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

::-moz-selection {
    color: #fff;
    background: #98bdef;
    text-shadow: none;
}

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

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

.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
    margin: 0 0 20px 0;
    color: white;
    font-family: "Poppins", Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1;
    letter-spacing: normal;
    word-spacing: 0.02em;
    text-transform: uppercase;
    text-shadow: none;
    word-wrap: break-word;
}

.reveal h1 {
    font-size: 2.5em;
    font-weight: 900;
    text-shadow: none;
}

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

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

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

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

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

.reveal p.small-text,
.reveal section.pilot-slide > p {
    font-size: 0.5em;
    line-height: 1.4em;
}

.center,
.reveal .cover-slide > h2 {
    text-align: center;
}

/*********************************************
 * TEMPLATES
 *********************************************/

.reveal .cover-slide > h2 {
    color: black !important;
    background-color: white;
    box-shadow: 10px 10px;
    line-height: 1.2em;
    padding-top: 0.2em !important;
}

.reveal section.pilot-slide > h2 {
    display: inline-block;
    line-height: 1 !important;
    padding: 0.2em !important;
    margin-left: -0.2em !important;
    margin-bottom: 0px;
    /* Needs prefixing */
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    background-color: #2b90cf;
}

.reveal section.pilot-slide > p {
    padding: 0.6em;
    margin-left: -0.6em;
    background-color: #2b90cf;
}

.reveal section.blue > h1,
.reveal section.blue h2,
.reveal section.blue h3,
.reveal section.blue h4,
.reveal section.blue h5,
.reveal section.blue h6,
.reveal section.blue p {
    background-color: #2b90cf;
}

.reveal section.red > h1,
.reveal section.red h2,
.reveal section.red h3,
.reveal section.red h4,
.reveal section.red h5,
.reveal section.red h6,
.reveal section.red p {
    background-color: #e63746;
}

.reveal section.dark-blue > h1,
.reveal section.dark-blue h2,
.reveal section.dark-blue h3,
.reveal section.dark-blue h4,
.reveal section.dark-blue h5,
.reveal section.dark-blue h6,
.reveal section.dark-blue p {
    background-color: #005eb8;
}

.reveal section.orange > h1,
.reveal section.orange h2,
.reveal section.orange h3,
.reveal section.orange h4,
.reveal section.orange h5,
.reveal section.orange h6,
.reveal section.orange p {
    background-color: #f6a53c;
}

.reveal section.yellow > h1,
.reveal section.yellow h2,
.reveal section.yellow h3,
.reveal section.yellow h4,
.reveal section.yellow h5,
.reveal section.yellow h6,
.reveal section.yellow p {
    background-color: #f9be16;
}

.reveal section.turquoise > h1,
.reveal section.turquoise h2,
.reveal section.turquoise h3,
.reveal section.turquoise h4,
.reveal section.turquoise h5,
.reveal section.turquoise h6,
.reveal section.turquoise p {
    background-color: #0f5b83;
}

.reveal section.mint > h1,
.reveal section.mint h2,
.reveal section.mint h3,
.reveal section.mint h4,
.reveal section.mint h5,
.reveal section.mint h6,
.reveal section.mint p {
    background-color: #95bcb8;
}

.reveal section.transparent > h1,
.reveal section.transparent h2,
.reveal section.transparent h3,
.reveal section.transparent h4,
.reveal section.transparent h5,
.reveal section.transparent h6,
.reveal section.transparent p {
    background-color: transparent;
}

/* 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 mark {
    background-color: transparent;
    color: black;
}

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

.reveal ul.no-bullets {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.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 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-weight: bold;
    font-style: normal;
}

.reveal pre {
    display: block;
    position: relative;
    margin: 20px auto;
    text-align: left;
    font-size: 0.55em;
    font-family: "PT Mono", monospace;
    line-height: 1.2em;
    word-wrap: break-word;
}

.reveal code {
    font-family: "PT Mono", monospace;
    text-transform: none;
}

.reveal p code {
    font-size: 85%;
    padding: 0.2em 0.4em;
    margin: 0;
    background-color: rgba(27, 31, 35, 0.2);
    border-radius: 3px;
}

.reveal pre code {
    display: block;
    padding: 5px;
    overflow: auto;
    max-height: 400px;
    word-wrap: normal;
    background-color: rgba(27, 31, 35, 0.8);
    border-radius: 3px;
}

.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 tbody tr:last-child th,
.reveal table tbody 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.5em;
    line-height: 1.2em;
    vertical-align: top;
    color: black;
}

.reveal small * {
    vertical-align: top;
}

/*********************************************
 * GOALS
 *********************************************/

.reveal .countdown-number {
    position: absolute;
    display: block;
    width: 100%;
    height: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    top: 10px;
}

.reveal .countdown-number > p {
    font-size: 500px;
    text-align: center;
    color: white;
    opacity: 0.15;
    font-weight: bold;
}

.reveal .countdown-goal {
    /*    width: 85%;*/
    /*    position: absolute;*/
    position: relative;
    display: block;
    width: 100%;
    height: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.reveal .countdown-goal > p {
    transition-duration: 0.6s;
    transition-delay: 0.2s;
    transform: translateY(30px);
    opacity: 0;

    font-weight: bold;
}


.reveal .countdown-goal.visible > p {
    transform: none;
    opacity: 1;
}

/*********************************************
 * SERIVCE CONCEPTS
 *********************************************/

.reveal #service-concepts .cover-slide p {
    font-size: 0.5em !important;
    line-height: 1.4em !important;
    padding: 0.6em !important;
    margin-top: 50px !important;
    background-color: #2b90cf !important;
}

.reveal .bg-transparent .slide-background.cover-slide.present {
    opacity: 0.15 !important;
}

/*********************************************
 * PLATFORMS
 *********************************************/

.reveal #platforms  {
    text-align: center !important;
}

.reveal #platforms > div {
    box-sizing: border-box;
    width: 50%;
    padding: 50px 50px;

}

.reveal #platforms small {
    font-size: 0.35em;
}

.reveal #more-platforms p{
 font-size: 0.5em;   
}

.reveal #pedagogies p {
    font-weight: bold;
}


/*********************************************
 * PILOTS OVERVIEW SLIDE
 *********************************************/

.reveal #pilot_overview > p {
    font-size: 0.5em;
    text-transform: uppercase;
    line-height: 1em;
    font-weight: 700;
}

.reveal #pilot_overview > p a {
    text-decoration: none;
}

.reveal #pilot_overview > p a:hover {
    text-decoration: none;
}

/*********************************************
 * EVENTS SLIDE
 *********************************************/

.reveal .events {
    display: flex;
    margin-bottom: 15px;
    padding: 2px 0;
}

.reveal .events p {
    font-size: 0.5em;
    margin: 0;
    padding-top: 0.3em;
}

.reveal .events img {
    width: 200px;
    height: 100%;
    max-height: 100px;
    margin: 0 0.5em 0 0;
    border: 0.08em solid white;
    vertical-align: middle;
}

.reveal .events a {
    text-decoration: none;
}

/*********************************************
 * SUMMARY SLIDE
 *********************************************/

.reveal #summary p {
    font-weight: bold;
}

.reveal #summary .fragment {
    position: absolute;
    display: block;
    width: 100%;
    height: 150px;
    background-color: rgb(249, 190, 22);
    transition-duration: 0.7s;
    transition-delay: 0.2s;
    transform: translateY(40px);
    opacity: 0;
}

.reveal #summary .fragment.visible {
    transform: none;
    opacity: 1;
}

/*********************************************
 * RESULTS SLIDE
 *********************************************/

.reveal #factors p {
    font-weight: bold;
}

.reveal #factors .fragment {
    position: absolute;
    display: block;
    width: 100%;
    height: 150px;
    background-color: rgb(153, 216, 201);
    transition-duration: 0.7s;
    transition-delay: 0.2s;
    transform: translateY(40px);
    opacity: 0;
}

.reveal #factors .fragment.visible {
    transform: none;
    opacity: 1;
}


/*********************************************
 * ENDSLIDE
 *********************************************/

#last .flex-container {
    align-items: center;
}

#last h1 {
    font-size: 2em;
}

#last .contact {
    margin-bottom: 34px;
}

#last .contact p {
    font-size: 0.35em;
    margin: 0.2em;
}

#last .contact p.contact-header {
    font-size: 0.5em;
    font-weight: bold;
}

#last .logos img {
    display: inline;
    margin-top: 30px;
    margin-right: 30px;
}

/*********************************************
 * LINKS
 *********************************************/

.reveal a {
    color: white;
    text-decoration: underline;
    -webkit-transition: color 0.15s ease;
    -moz-transition: color 0.15s ease;
    transition: color 0.15s ease;
}

.reveal a:hover {
    color: #005eb8;
    text-shadow: none;
    border: none;
}

.reveal .roll span:after {
    color: #fff;
    background: #1a53a1;
}

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

.reveal section img {
    display: block;
    background: none;
    border: none;
    box-shadow: none;
    margin-left: auto;
    margin-right: auto;
}

.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: #2a76dd;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
}

/*********************************************
 * REFERENCES
 *********************************************/

.reveal .ref {
    display: flex;
    margin-top: 1em;
}

.reveal .ref-left,
.reveal .ref-right {
    flex-grow: 1;
    font-size: 0.3em;
    color: #005eb8;
}

.reveal .ref-left a,
.reveal .ref-right a {
    color: #005eb8;
}

.reveal .ref-right {
    text-align: right;
}

.reveal .flex-container {
    display: flex;
    flex-wrap: wrap;
}

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

.reveal .controls {
    color: #2a76dd;
}

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

.reveal .progress {
    background: rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

.reveal .progress span {
    -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);
}

/*********************************************
 * OUTSIDE REVEAL
 *********************************************/

#header {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    padding: 24px 5% 0 0;
    /*    width: 100%;*/
    font-family: "Poppins", Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-align: right;
    color: white;
    z-index: 1000;
}

#header a {
    color: white;
    text-decoration: none;
    pointer-events: all;
}


/*********************************************
 * FADE-IN-OUT
 *********************************************/

.reveal .slides section .fragment.step-fade-in-then-out {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.reveal .slides section .fragment.step-fade-in-then-out.current-fragment {
    opacity: 1;
    visibility: inherit;
    display: inline;
}
