
/* Mixins */
/* Styles */

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body { min-height: 100%; }

.scroller {
  width: 100%;
  height: 100%;
}

.scroller section {
  width: 100%;
  height: 100%;
}
h1 { position: absolute; left:10%; text-align:center;}
.jquery-script-ads{ position: absolute; left:10%; top:150px; text-align:center;}
.scroller section#section1 { background: #CA2B69; }

.scroller section#section2 { background: #3A7EA2; }

.scroller section#section3 { background: #00B1A0; }

.scroller .scroller-nav {
  z-index: 999;
  position: fixed;
  top: 50%;
  right: 20px;
  margin-top: -75px;
}

.scroller .scroller-nav a {
  display: block;
  margin: 12px 0px;
  width: 16px;
  height: 16px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
}

.scroller .scroller-nav a:active,
.scroller .scroller-nav a.active { background: #FFFFFF; }
