
/* style.css */

BODY {
  margin: 0;
  padding: 0;
/*   font-size: 62.5%; */
  font-size: 80%;
  background: #000;
}

#logo {
  margin: 0;
  padding: 0;
  width: 100%;
  border: none;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

#page {
  z-index: 999;
}

#page .title {
  color: #fff; 
}

#starter {
  cursor: pointer;
  z-index: 500;
  position: absolute;
  left: 15%;
  top: 15%;
  padding: 0.4em 1em 0.4em 20px;
  text-decoration:none;
  font-size: 1.3em;
}

#starter span.ui-icon {
  left: 0.2em;
  margin: -8px 5px 0 0;
  position: absolute;
  top: 50%;
}

#dialog {
  width: 400px;
  height: 300px;
}

#to-the-right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 400;
  padding: 1em;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: .2em;
  margin-bottom: .2em;
}

P {
  margin-top: .5em;
  margin-bottom: 1.5em;
  line-height: 1.4em;
  
}

.button-link {
  text-decoration: none;
}



/*****/


#pageslide-body-wrap {
    position: relative;
}

#pageslide-slide-wrap {
    position: fixed;
    width: 0;
    top: 0;
    right: 0;
    height: 100%;
    background-color: #fff;
}

#pageslide-content {
  background-color: #fff;
}

#pageslide-content h2 {
    color: #C60;
}



