@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,500,300italic,500italic,700italic,900,300);
html{
  font-size: 62.5%;
  color: rgba(33, 33, 33, 0.87);
}

body{
  font-family: "Roboto", 'Helvetica Neue, Helvetica, Arial';
  margin:0;
}
header{
  width:100%;
  height:90px;
  background: #3f51b5;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 2px;
  overflow:hidden;
  padding-left:16px;
  padding-bottom:10px;
  position: fixed;
  z-index:999999;
}
footer{
  width:100%;
  height:20px;
  background: #3f51b5;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 2px;
  overflow:hidden;
  padding-left:16px;
  padding-bottom:10px;
  bottom:0px;
  position: fixed;
}

h1{
  color: rgba(255,255,255,0.87);
}
h5{
	margin-top:5px;
  font-size:1.2em;
  font-family:"Roboto", sans serif;
  font-weight: 700;
  font-style: italic;
  color: rgba(255,255,255,0.87);
}
section{padding-top:120px;padding-bottom:150px;padding-left:100px;}
article{
  background: white;
  width: 300px;
  height: 300px;
  position: relative;
  margin: 16px;
  border-radius: 2px;
}
h2{
	padding:16px;
	text-align:center;
  font-size:4.8em;
  font-weight: 100;
  font-style: italic;;
}
.paper-shadow {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  pointer-events: none;
}

.paper-shadow-animated.paper-shadow {
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.paper-shadow-top-z-1 {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
}

.paper-shadow-bottom-z-1 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.paper-shadow-top-z-2 {
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.paper-shadow-bottom-z-2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
}

.paper-shadow-top-z-3 {
  box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.paper-shadow-bottom-z-3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24);
}

.paper-shadow-top-z-4 {
  box-shadow: 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.paper-shadow-bottom-z-4 {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22);
}

.paper-shadow-top-z-5 {
  box-shadow: 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

.paper-shadow-bottom-z-5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2);
}

.paper-shadow-animate-z-1-z-2.paper-shadow-top {
  -webkit-transition: none;
  -webkit-animation: animate-shadow-top-z-1-z-2 0.7s infinite alternate;
}

.paper-shadow-animate-z-1-z-2 .paper-shadow-bottom {
  -webkit-transition: none;
  -webkit-animation: animate-shadow-bottom-z-1-z-2 0.7s infinite alternate;
}

@-webkit-keyframes animate-shadow-top-z-1-z-2 {
  0% {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  }
  100% {
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
}

@-webkit-keyframes animate-shadow-bottom-z-1-z-2 {
  0% {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  }
  100% {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  }
}

.one{
  margin-top:-15px;
  font-size:6.4em;
  font-family:"Roboto", sans serif;
}
.two{
  margin-top:-90px;
  font-size:10.2em;
  font-family:"Roboto", sans serif;
  font-weight:100;
}
.three{
  font-size:4.2em;
  font-family:"Roboto", sans serif;
  font-weight: 700;
  font-style: italic;
}
.four{
  margin-top:-65px;
  font-size:9.2em;
  font-family:"Roboto", sans serif;
  font-weight: 700;
  font-style: italic;
}
.five{
  font-size:2.6em;
  font-family:"Roboto", sans serif;
  letter-spacing: -0.02em
}
.six{
  margin-top:-45px;
  font-size:10.2em;
  font-family:"Roboto", sans serif;
  font-weight: 300;
  font-style: italic;
  text-transform:uppercase;
}
.seven{
  margin-top:-115px;
  font-size:2.6em;
  font-family:"Roboto", sans serif;
  font-weight:500;
  font-style:italic;
}
.eight{
  margin-top:-55px;
  font-size:10.8em;
  font-family:"Roboto", sans serif;
  font-weight:900;
  text-transform:uppercase;
}
.nine{
  margin-top:-120px;
  font-size:3.8em;
  font-family:"Roboto", sans serif;
  font-weight: 500;
}
.ten{
  margin-top:-70px;
  font-size:10.2em;
  font-family:"Roboto", sans serif;
  font-weight: 100;
  text-transform:uppercase;
}
.eleven{
  margin-top:-130px;
  font-size:5em;
  font-family:"Roboto", sans serif;
  font-weight:300;
  text-transform:uppercase;
  letter-spacing: -0.08em
}

.z1{
  width:800px;
}
