@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);

*{-webkit-box-sizing:border-box;box-sizing:border-box}html{height:100%}body{background-color:#222;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;color:#8b008b;font-size:24px;font-family:Open Sans,Helvetica,sans-serif}.wrapper,body{display:-webkit-box;display:-ms-flexbox;display:flex}.wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:1280px;height:100%;position:relative}button{border:0;cursor:pointer}ul{padding:0;margin:0;list-style:none}h1,h2,h3,h4,h5,h6{font-weight:400;margin:0}p{margin:0;padding:0}button[type=button]{cursor:pointer;background-color:rgba(0,0,0,0)}a{color:inherit;cursor:pointer}img{display:block;max-width:100%;max-height:100%}.indicator{position:fixed;top:0;height:5px;background-color:#ff4500;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100vh;overflow:hidden}.section__1{height:150vh;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#bc8f8f}.section__2{-ms-flex-wrap:wrap;flex-wrap:wrap;background-color:#d8bfd8}.section__3{background-color:#f4a460}.block,.section__3{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.block{width:40%;border-radius:5px;background-color:plum;margin:2%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-box-shadow:3px 3px 5px 1px grey;box-shadow:3px 3px 5px 1px grey;-webkit-transition:.2s;-o-transition:.2s;transition:.2s}.block:hover{-webkit-box-shadow:5px 5px 6px 2px grey;box-shadow:5px 5px 6px 2px grey}@media screen and (max-width:480px){.section__2{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.block{width:90%;height:20%}}
