/***** Fonts *****/

/* @import url(http://fonts.googleapis.com/css?family=Open+Sans:regular,semibold,italic,italicsemibold|PT+Sans:400,700,400italic,700italic|PT+Serif:400,700,400italic,700italic|Cutive+Mono); */
@import url(fonts.css);

h1{
    font-size: 80px;
}
h2{
    font-size: 45px;
    text-align: center;
}
h3{
    font-size: 35px;
}




/***** Fallback message *****/

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

/***** Per slide hacks *****/

#start{
 margin-top: 0;
 min-height: 100%;
}

#compendio {
    font-size: 50px;
    padding: 0;
}

/*#compendio .try {
    font-size: 30px;
    position: absolute;
    top: -0.5em;
    left: 1.5em;

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

#compendio h1 {

    font-size: 150px;
    text-align: left;
    -webkit-transform: translateZ(50px);
    -moz-transform:    translateZ(50px);
    -ms-transform:     translateZ(50px);
    -o-transform:      translateZ(50px);
    transform:         translateZ(50px);
}

#compendio .footnote {
    font-size: 75px;
    text-align: right;
    position: absolute;
    bottom: 3.5em;
    right: 1.5em;
}

#piazza {
    font-size: 50px;
    padding: 0;
}

#piazza h2 {
    text-align: center;
}

img[alt$="r"] {
  float: right;
}

img[alt$="l"] {
  float: left;
}

img[alt$="c"] {
  display: block;
  height: auto;
  margin: auto;
  float: none!important;
  width: 700px;
}

div#step-5 > p:last-child {
    margin-top: 150px;
    font-size: 0.5em;
    text-align: right;
}

div#tilted-slide {
    text-shadow: 20px 20px 10px rgba(0, 0, 0, .4);
}
div#tilted-slide h1 {
    margin-top: 200px;
}

#left {
  /*left:-100.33%;*/
  text-align: left;
  float: left;
  width:10%;
  /*z-index:-10;*/
}

#center {
  /*left:-100.33%;*/
  text-align: center;
  float: center;
  width:10%;
  /*z-index:-10;*/
}

#right {
  left:31.25%;
  top: 75px;
  float: right;
  text-align: right;
  z-index:-10;
  width:10%;
}

.center {
  margin-left: auto;
  margin-right: auto;
}


/***** Menu where this style is selected *****/
.css-menu-bw {
    border: solid 1px rgb(102, 102, 102);
}

.effects .css-menu-bw,
.devopsy .css-menu-bw {
    border: none;
}

/***** Presentation *****/

body {
    font-family: 'PT Sans', sans-serif;
    min-height: 740px;

    background: #fff;
}

.step {
    position: relative;
    width: 1200px;
    height: 700px;
    padding: 40px 60px;
    margin: 20px auto;

    box-sizing:         border-box;

    color: rgb(102, 102, 102);
    text-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 1.5;
}

/*
    Make inactive steps a little bit transparent.
*/
.impress-enabled .step {
    margin: 0;
    opacity: 0.3;
    transition:         opacity 1s;
}
.impress-enabled .step.active { opacity: 1 }

h1, 
h2, 
h3 {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    text-align: center;
}

p {
    margin: 0.7em;
}

li {
    margin: 0.2em;    
}

/* Highlight.js used for coloring pre > code blocks. */
pre > code {
    font-size: 14px;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

/* Inline code, no Highlight.js */
code {
    font-family: "Cutive mono","Courier New", monospace;
}


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

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

blockquote {
    font-family: 'PT Serif';
    font-style: italic;
    font-weight: 400;    
}

em {
    text-shadow: 0 2px 2px rgba(0, 0, 0, .3);    
}

strong {
    text-shadow: -1px 1px 2px rgba(100,100,100,0.5);
}

q {
    font-family: 'PT Serif';
    font-style: italic;
    font-weight: 400;    
    text-shadow: 0 2px 2px rgba(0, 0, 0, .3);
}

strike {
    opacity: 0.7;
}

img {
    width: 300px;
    float: right;
    margin-left:   40px;
    margin-right:   0px;
    margin-top:    20px;
    margin-bottom: 20px;    
}


/* 
    Specific styles for: .title steps
*/

.title h1,
.title h2,
.title h3 {
    position: absolute;
    left: 45px; /* slide width is 900px, so this is like a 5% margin on both sides */
    width: 90%;
    text-align: center;    
}
.title h1 { top: 50px; }
.title h2 { top: 400px; }
.title h3 { top: 500px; }
