body, html {
  height: 100%;
  margin: 0;
  overflow: hidden;
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  transition: opacity 400ms;
  background: #000;
  color: #fff;
  padding: 0;
  text-align: center;
  font-family: Georgia, sans-serif;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}

body, .onepage-wrapper, html {
  display: block;
  position: static;
  padding: 0;
  width: 100%;
  height: 100%;
}

.wrapper {
	height: 100% !important;
	height: 100%;
	margin: 0 auto; 
	overflow: hidden;
}

.onepage-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 0;
  -webkit-transform-style: preserve-3d;
}

.onepage-wrapper .ops-section {
  width: 100%;
  height: 100%;
  position: relative;
}

.onepage-pagination {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 5;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.onepage-pagination li {
  padding: 0;
  text-align: center;
}
.onepage-pagination li a{
  padding: 6px;
  width: 4px;
  height: 4px;
  display: block;
  pointer-events: none;
  cursor: default;
}
.onepage-pagination li a:before{
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(255,255,255,0.4);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.onepage-pagination li a.active:before{
  width: 6px;
  height: 6px;
  border: 1px solid rgba(255,255,255,0.4);
  background: rgba(255,255,255,0.4);
  margin-top: -3px;
  left: 6px;
}

.disabled-onepage-scroll, .disabled-onepage-scroll .wrapper {
  overflow: auto;
}

.disabled-onepage-scroll .onepage-wrapper .ops-section {
  position: relative !important;
  top: auto !important;
}
.disabled-onepage-scroll .onepage-wrapper {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  transform: none !important;
  -ms-transform: none !important;
  min-height: 100%;
}

.disabled-onepage-scroll .onepage-pagination {
  display: none;
}

body.disabled-onepage-scroll, .disabled-onepage-scroll .onepage-wrapper, html {
  position: inherit;
}

/*UI*/
.page_container{
  position: relative;
  top: 15%;
  margin: 0 auto 0;
  z-index: 3;
  padding: 0 30px;
  height: 85%;
}

.page_container .share{
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-color: #ff5722;
  width: 54px;
  height: 54px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  box-shadow: 0 3px 10px rgba(0,0,0,0.23),0 3px 10px rgba(0,0,0,0.16);
}

.page_container .share:focus,
.page_container .share:hover{
  -webkit-tap-highlight-color:rgba(0,0,0,.2);
  background-color: #DF4615;
}

.page_container .share img{
  width: 24px;
  height: 24px;
  padding: 15px;
  cursor: pointer;
}
h1{
  margin: 0;
  padding: 50px 0;
  font-family: Georgia, sans-serif;
  font-weight: 100;
  font-size: 19px;
}
.page_container .avatar{
  height: 100px;
  width:100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}