

/*====pera=====*/

@import url(https://fonts.googleapis.com/css?family=Nunito);

.slide {
  position: relative;
  padding:5%;
 height: 10%;
  width: 100%;
  box-sizing: border-box;
  box-shadow: 0 -1px 10px rgba(0, 0, 0, .7);
	transform-style: inherit;
}


.slide:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left:0;
  right:0;
}

.title {
  width: 50%;
  padding: 5%;
  border-radius: 5px;
  background: rgba(240,230,220, .7);
  box-shadow: 0 0 8px rgba(0, 0, 0, .7);
}

.slide:nth-child(2n) .title {
  margin-left: 0;
  margin-right: auto;
}

.slide:nth-child(2n+1) .title {
  margin-left: auto;
  margin-right: 0;
}

.slide, .slide:before {
  background: 25% 25% / cover;  
}

.header {
  text-align: center;

  color: #fff;
  text-shadow: 0 2px 2px #000;
}

#title {
  background-image: url("../images/title.jpg");
   background-attachment: fixed;
height:10%;
width:100%;   
}

