/* add your css style rules here */


a {
  color: inherit;
  text-decoration: none;
}

body {

  font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 0px;
  margin: auto;
  font-size: 33px;
  background-image: -webkit-linear-gradient(top left, silver, white);
  background-image:    -moz-linear-gradient(top left, silver, white);
  background-image:     -ms-linear-gradient(top left, silver, white);
  background-image:      -o-linear-gradient(top left, silver, white);
  background-image:         linear-gradient(top left, silver, white);
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-size:100% 100%;
  background-position:right bottom;
}

.step {
  width: 1200px;
  height: 800px;
  padding: 20px 30px;

  font-size: 36px;
  text-align: center;

  opacity: 0.3;

  /* border-radius */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* box-shadow */
  -webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
  -moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
  box-shadow: rgba(0,0,0,0.2) 0px 1px 3px;
  background-size:100% 100%;
}

.step.active {
  opacity: 1;
}

.slide {
  background-image:url("i/CoupleBG.jpg");
  background-color: white;
}

code {
  background-color: yellow;
  font-size: 14px;
}

.lucas {
  background-image:url("i/LucasBG.jpg");
  background-color: #ADBFCF;
}

.anais {
  background-image:url("i/AnaisBG.jpg");
  background-color: #F8E873;
}

cite {
  position:absolute;
  bottom: 20px;
  left: 180px;
  width: 65%;
}

cite > a {
  position:relative;
  color: black;
  text-decoration: none;
  background: lightgrey;
  font-size: 32px;
  padding: 5px;
  margin: 10px;
  /* border-radius */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  white-space: nowrap;
  line-height: 200%;
}

img {
  height: 550px;
}

ul li {
  list-style: none;
}


