@charset "UTF-8";
/* CSS Document */

.carousel-control {
  top: 0;
  bottom: 25%;
}

.hero img {
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 80%);
          clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 80%);
}
.hero {
  color: #fff;
  font-family: 'Fira Sans', sans-serif;
  position: relative;
  text-align: center;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}
.hero img {
  width: 100%;
}
.hero figcaption {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.hero h1 {
  font-size: 32px;
}
.hero p {
  font-size: 14px;
  font-weight: 300;
  margin-top: 0.5em;
}

.quote {
  position: relative;
  z-index: 1;
}
.quote:before, .quote:after {
  background: inherit;
  content: '';
  display: block;
  height: 70%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.quote:before {
  top: 0;
  -webkit-transform: skewY(-4deg);
          transform: skewY(-4deg);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}



.intro {
  position: relative;
  z-index: 1;
}
.intro:before, .intro:after {
  background: inherit;
  content: '';
  display: block;
  height: 70%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.intro:before {
  top: 0;
  -webkit-transform: skewY(6.2deg);
          transform: skewY(6.2deg);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}


#pave1 img {
  -webkit-clip-path: polygon(0 80%, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(0 80%, 100% 0, 100% 100%, 100% 100%);
}
#pave1 {

  position: relative;
  text-align: center;
	bottom: 0px
}
#pave1 img {
  width: 50%;
float: right;
}
#pave1 figcaption {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.pave2 img {
  -webkit-clip-path: polygon(0 0, 0 0, 210% 180%, 0 100%);
          clip-path: polygon(0 0, 0 0, 100% 100%, 0 100%);
}
.pave2 {

  position: relative;
  text-align: center;
  bottom: 0px
}
.pave2 img {
  width: 40%;
	float: left;
}
.pave2 figcaption {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

figure {
  display: inline-block;
  overflow: hidden;
  padding-left: -100px;
  margin-left: -100px;
  padding-top: 50px;
  margin-top: -50px;
  padding-right: 20px;
  margin-right: -20px;
margin-bottom: -100px;

  height: 400px;
  transform: rotate(-30deg);
}
figure img {
  transform: rotate(0deg);
}

figure2 {
  display: inline-block;
  overflow: hidden;

  padding-left: -100px;
  margin-left: -100px;
  padding-top: 50px;
  margin-top: -50px;
  padding-right: 20px;
  margin-right: -20px;
  height: 400px;
  transform: rotate(30deg);
}
figure2 img {
  transform: rotate(0deg);
}


@media only screen and (max-width: 767px) {

.quote {
  position: relative;
  z-index: 1;
}
.quote:before, .quote:after {
  background: inherit;
  content: '';
  display: block;
  height: 30%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.quote:before {
  top: 0;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

}

@media only screen and (max-width: 520px) {

.quote {
  position: relative;
  z-index: 1;
}
.quote:before, .quote:after {
  background: inherit;
  content: '';
  display: block;
  height: 30%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.quote:before {
  top: 0;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

}

@media only screen and (max-width: 320px) {
	

.quote {
  position: relative;
  z-index: 1;
}
.quote:before, .quote:after {
  background: inherit;
  content: '';
  display: block;
  height: 30%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.quote:before {
  top: 0;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

}