
/************Begin Reset*********/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*************End Reset**************/





body {
    /*font-family: 'PT Sans', sans-serif;*/
	/*font-family: 'Ubuntu', sans-serif;*/
	font-family: 'Titillium Web', sans-serif;
    min-height: 740px;

    background: rgb(229, 245, 249);
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 500, from(rgb(240, 240, 240)), to(rgb(44, 162, 95)));
    background: -webkit-radial-gradient(rgb(229, 245, 249), rgb(44, 162, 95));
    background:    -moz-radial-gradient(rgb(229, 245, 249), rgb(44, 162, 95));
    background:     -ms-radial-gradient(rgb(229, 245, 249), rgb(44, 162, 95));
    background:      -o-radial-gradient(rgb(229, 245, 249), rgb(44, 162, 95));
    background:         radial-gradient(rgb(229, 245, 249), rgb(44, 162, 95));
}


b, strong { font-weight: bold }
i, em { font-style: italic }


a {
    color: inherit;
    text-decoration: none;
    padding: 0 0.1em;
    background: rgba(255,255,255,0.5);
    text-shadow: -1px -1px 2px rgba(100,100,100,0.9);
    border-radius: 0.2em;

    -webkit-transition: 0.5s;
    -moz-transition:    0.5s;
    -ms-transition:     0.5s;
    -o-transition:      0.5s;
    transition:         0.5s;
}

a:hover,
a:focus {
    background: rgba(255,255,255,1);
    text-shadow: -1px -1px 2px rgba(100,100,100,0.5);
}


.fallback-message {
    font-family: sans-serif;
    line-height: 1.3;

    width: 780px;
    padding: 10px 10px 0;
    margin: 20px auto;

    border: 1px solid #E4C652;
    border-radius: 10px;
    background: #EEDC94;
}

.fallback-message p {
    margin-bottom: 10px;
}

.impress-supported .fallback-message {
    display: none;
}


.step {
    position: relative;
    width: 900px;
    padding: 40px;
    margin: 20px auto;

    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    -ms-box-sizing:     border-box;
    -o-box-sizing:      border-box;
    box-sizing:         border-box;

    /*font-family: 'PT Serif', georgia, serif;*/
	/*font-family: 'PT Sans', sans-serif;*/
	/*font-family: 'Ubuntu', sans-serif;*/
	font-family: 'Titillium Web', sans-serif;
    font-size: 48px;
    line-height: 1.5;
}


.impress-enabled .step {
    margin: 0;
    opacity: 0.3;

    -webkit-transition: opacity 1s;
    -moz-transition:    opacity 1s;
    -ms-transition:     opacity 1s;
    -o-transition:      opacity 1s;
    transition:         opacity 1s;
}

.impress-enabled .step.active { opacity: 1 }

/*
    These 'slide' step styles were heavily inspired by HTML5 Slides:
    http://html5slides.googlecode.com/svn/trunk/styles.css

    ;)

    They cover everything what you see on first three steps of the demo.
*/
.slide {
    display: block;

    width: 900px;
    height: 700px;
    padding: 40px 60px;

    background-color: white;
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);

    color: rgb(102, 102, 102);
    text-shadow: 0 2px 2px rgba(0, 0, 0, .1);

    /*font-family: 'Open Sans', Arial, sans-serif;*/
	/*font-family: 'PT Sans', sans-serif;*/
	/*font-family: 'Ubuntu', sans-serif;*/
	font-family: 'Titillium Web', sans-serif;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -1px;
}

.slide q {
    display: block;
    font-size: 50px;
    line-height: 72px;

    margin-top: 100px;
}

.slide q strong {
    white-space: nowrap;
}

/***********Begin Styling #individualSlides ****************/

#title {
    padding: 0;
}

#title .try {
    font-size: 60px;
    position: absolute;
    top: -1.5em;
    left: 3.25em;


    -webkit-transform: translateZ(20px);
    -moz-transform:    translateZ(20px);
    -ms-transform:     translateZ(20px);
    -o-transform:      translateZ(20px);
    transform:         translateZ(20px);
}

#title h1 {
    font-size: 45px;
	text-align: center;
	font-weight: bold;

    -webkit-transform: translateZ(50px);
    -moz-transform:    translateZ(50px);
    -ms-transform:     translateZ(50px);
    -o-transform:      translateZ(50px);
    transform:         translateZ(50px);
}

#title .footnote {
    font-size: 25px;
	position: absolute;
	left:8.5em;
	
}

img#agfd {
	position:inherit;
	height: 110px;
	width: 110px;
	left: 15.5em;
	top: 2.5em;
}

#title-agenda ul {
	font-size: 35px;
	list-style-type: circle;
}

/****AGFD Overview***/
#context3 {
	width: 900px;
	height: 700px;
	background-image: url('https://cloud.githubusercontent.com/assets/9866110/5286947/ac57a556-7ae5-11e4-9d67-9468e7910604.jpg');
	background-position: center;
	background-repeat: no-repeat;
}
#context3 h2{
	top: 2em;
	font-size: 50px;
	}


/***GIS Evolving***/
#context4 {
	width: 900px;
	height: 700px;
	background-image: url('https://cloud.githubusercontent.com/assets/9866110/5286951/ba27ecd6-7ae5-11e4-8c08-f6b75b13268e.jpg');
	background-position: center;
	background-repeat: no-repeat;
}



/***Messy Desk***/
#context5 {
	width: 900px;
	height: 700px;
	background-image: url('https://cloud.githubusercontent.com/assets/9866110/5287074/9238b826-7ae6-11e4-8f12-df0d62b35638.PNG');
	background-size: 800px 597px;
	background-position: center;
	background-repeat: no-repeat;
}

#context5a ul{
	font-size: 30px;
	list-style-type: circle;
}


/***puzzle - missing piece***/
#context6 {
	width: 900px;
	height: 700px;
	background-image: url('https://cloud.githubusercontent.com/assets/9866110/5287105/bf5436dc-7ae6-11e4-8aa9-61e73d5c364f.PNG');
	background-size: 600px 600px;
	background-position: center;
	background-repeat: no-repeat;
}

/***simpson developer nerds***/
#context7 {
	width: 900px;
	height: 700px;
	background-image: url('https://cloud.githubusercontent.com/assets/9866110/5287128/e474cb5c-7ae6-11e4-8ffe-98dd2ab6d1b2.jpg');
	background-size: 650px 490px;
	background-position: center;
	background-repeat: no-repeat;
}

/***Infrastructure slides; missing piece found****/
#infra8 {
	width: 900px;
	height: 700px;
	background-image: url('https://cloud.githubusercontent.com/assets/9866110/5287092/ac25d016-7ae6-11e4-8489-9331061ca730.gif');
	/*background-size: 600px 600px;*/
	background-position: center;
	background-repeat: no-repeat;
}

#infra9 {
	top: 3em;
}
#infra9 a{
	text-align:center;
}
img#hybrid {
	position:inherit;
	height:232px;
	width:450px;
	left: 11em;
	top: 2.5em;
}

#infra10 {
	width: 900px;
	height: 700px;
	background-image: url('https://cloud.githubusercontent.com/assets/9866110/5287048/68204a18-7ae6-11e4-8ea4-aeece2e00adf.jpg');
	background-position: center;
	background-repeat: no-repeat;
}

#infra11 {
	width: 900px;
	height: 700px;
	background-image: url('https://cloud.githubusercontent.com/assets/9866110/5287060/792675bc-7ae6-11e4-8716-9a14f05ee3b1.jpg');
	background-position: center;
	background-repeat: no-repeat;
}

#gdu12 {
	width: 900px;
	height: 700px;
	background-image: url('https://cloud.githubusercontent.com/assets/9866110/5286983/08b48ce2-7ae6-11e4-9af7-ae1955363773.PNG');
	background-position: center;
	background-repeat: no-repeat;
}

#gdu13 {
	width: 900px;
	height: 700px;
	background-image: url('https://cloud.githubusercontent.com/assets/9866110/5286928/8960a87c-7ae5-11e4-8dde-9ffdbdcb78b6.PNG');
	background-position: center;
	background-repeat: no-repeat;
}

#gdu13a {
	width: 900px;
	height: 700px;
	background-image: url('https://cloud.githubusercontent.com/assets/9866110/5287068/841d8d0c-7ae6-11e4-9777-f75f65392127.png');
	background-position: center;
	background-repeat: no-repeat;
}
#gdu13a p{
	left: 20em;
	position: absolute;
	}


#gdu14 {
	width: 900px;
	height: 700px;
	background-image: url('https://cloud.githubusercontent.com/assets/9866110/5287156/0e3e6236-7ae7-11e4-8e0c-7be20ac2797a.png');
	background-size: 900px 503px;
	background-position: center;
	background-repeat: no-repeat;
}

#gdu15 p{
	font-size: 28px;
	padding-left: 20px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:20px;
}


#gdu15step1 {
	width: 900px;
	height: 700px;
	background-image: url('https://cloud.githubusercontent.com/assets/9866110/5287015/2f808ed4-7ae6-11e4-9d94-3b77f48fbc19.png');
	background-position: center;
	background-repeat: no-repeat;
}

#gdu15step2 {
	width: 900px;
	height: 700px;
	background-image: url('https://cloud.githubusercontent.com/assets/9866110/5287022/3b7120a0-7ae6-11e4-9702-a99e650817d5.png');
	background-position: center;
	background-repeat: no-repeat;
}

#gdu15step3 {
	width: 900px;
	height: 700px;
	background-image: url('https://cloud.githubusercontent.com/assets/9866110/5287027/48303eca-7ae6-11e4-916a-864710462ad5.png');
	background-position: center;
	background-repeat: no-repeat;
}

#gdu15step4 {

}

#gdu16a {
	width: 900px;
	height: 700px;
	background-image: url('https://cloud.githubusercontent.com/assets/9866110/5286956/cecb437c-7ae5-11e4-880f-205b25dcf6f8.PNG');
	background-position: center;
	background-repeat: no-repeat;
}
#gdu16b {
	width: 900px;
	height: 700px;
	background-image: url('https://cloud.githubusercontent.com/assets/9866110/5286974/f5300444-7ae5-11e4-917e-7984389aeab4.png');
	background-position: center;
	background-repeat: no-repeat;
}

#gdu17 {
	width: 900px;
	height: 700px;
	background-image: url('https://cloud.githubusercontent.com/assets/9866110/5287144/01ed54e2-7ae7-11e4-952d-8b254454270b.jpg');
	background-position: center;
	background-repeat: no-repeat;
}



/*
    Second step is nothing special, just a text with a link, so it doesn't need
    any special styling.

    Let's move to 'big thoughts' with centered text and custom font sizes.
*/
#big {
    width: 600px;
    text-align: center;
    font-size: 60px;
    line-height: 1;
}

#big b {
    display: block;
    font-size: 250px;
    line-height: 250px;
}

#big .thoughts {
    font-size: 90px;
    line-height: 150px;
}

/*
    'Tiny ideas' just need some tiny styling.
*/
#end19 {
    width: 700px;
    text-align: center;
}
#end19 ul{
	font-size: 28px;
	list-style-type: circle;
	text-align:left;
}

#end20 {
    width: 700px;
    text-align: center;
}

#end20 ul{
	font-size: 28px;
	list-style-type: circle;
	text-align:left;
}

#end21 {
    width: 800px;
    text-align: center;
	font-size: 100px;
}

#end21 q {
    width: 800px;
    text-align: center;
	font-size: 28px;
	top: 1em;
}

#end21 b {
	display: inline-block;
    -webkit-transition: 0.5s;
    -moz-transition:    0.5s;
    -ms-transition:     0.5s;
    -o-transition:      0.5s;
    transition:         0.5s;
}

#end21.present .scaling {
    -webkit-transform: scale(0.7);
    -moz-transform:    scale(0.7);
    -ms-transform:     scale(0.7);
    -o-transform:      scale(0.7);
    transform:         scale(0.7);

    -webkit-transition-delay: 0.5s;
    -moz-transition-delay:    0.5s;
    -ms-transition-delay:     0.5s;
    -o-transition-delay:      0.5s;
    transition-delay:         0.5s;
	
	-webkit-transform: rotate(-10deg);
    -moz-transform:    rotate(-10deg);
    -ms-transform:     rotate(-10deg);
    -o-transform:      rotate(-10deg);
    transform:         rotate(-10deg);

    -webkit-transition-delay: 0.25s;
    -moz-transition-delay:    0.25s;
    -ms-transition-delay:     0.25s;
    -o-transition-delay:      0.25s;
    transition-delay:         0.25s;
}


#overviewStart { display: none }
#overviewEnd { display: none }


.impress-on-overview .step {
    opacity: 1;
    cursor: pointer;
}



.hint {

    display: none;


    position: fixed;
    left: 0;
    right: 0;
    bottom: 300px;

    background: rgba(0, 0,0,0.5);
    color: #FFF;
    text-align: center;

    font-size: 30px;
    padding: 20px;

    z-index: 100;

  
    opacity: 0.5;


    -webkit-transform: translateY(400px);
    -moz-transform:    translateY(400px);
    -ms-transform:     translateY(400px);
    -o-transform:      translateY(400px);
    transform:         translateY(400px);

    -webkit-transition: opacity 1s, -webkit-transform 0.5s 1s;
    -moz-transition:    opacity 1s,    -moz-transform 0.5s 1s;
    -ms-transition:     opacity 1s,     -ms-transform 0.5s 1s;
    -o-transition:      opacity 1s,      -o-transform 0.5s 1s;
    transition:         opacity 1s,         transform 0.5s 1s;
}


.impress-enabled .hint { display: block }

.impress-on-overviewStart .hint {

    opacity: 1;

    -webkit-transform: translateY(0px);
    -moz-transform:    translateY(0px);
    -ms-transform:     translateY(0px);
    -o-transform:      translateY(0px);
    transform:         translateY(0px);


    -webkit-transition: opacity 1s 5s, -webkit-transform 0.5s 4.5s;
    -moz-transition:    opacity 1s 5s,    -moz-transform 0.5s 4.5s;
    -ms-transition:     opacity 1s 5s,     -ms-transform 0.5s 4.5s;
    -o-transition:      opacity 1s 5s,      -o-transform 0.5s 4.5s;
    transition:         opacity 1s 5s,         transform 0.5s 4.5s;
}


.impress-enabled          { pointer-events: none }
.impress-enabled #impress { pointer-events: auto }

