@import 'utility/normalize.css';
@import 'utility/boxmodel.css';
/*
--------------------------------------------------------------------------------------------------------------
- SCAFFOLDING
--------------------------------------------------------------------------------------------------------------
*/
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
ul,
ol,
dl {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a,
a:link,
a:hover,
a:visited {
  text-decoration: none;
}
span.italic {
  font-style: italic;
  font-weight: 400;
}
html,
body {
  background-color: #fff;
  color: #000;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: 300;
  height: 100%;
  margin: 0;
  min-height: 100%;
  padding: 0;
  width: 100%;
}
body {
  overflow: hidden;
}
h1 {
  font-size: 36px;
}
.wrapper {
  background-color: #e6e6e6;
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.wrapper-inner {
  display: block;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}
.slide {
  display: block;
  float: left;
  position: relative;
}
.slide:nth-of-type( 2n ) {
  background-color: #f5f5f5;
}
.dots {
  position: fixed;
  right: 16px;
  top: 50%;
  width: 12px;
  z-index: 1000;
}
.dot {
  background-color: transparent;
  border: 1px solid #000;
  cursor: pointer;
  display: block;
  height: 12px;
  margin-bottom: 12px;
  width: 12px;
  -webkit-border-radius: 62.5em;
  -moz-border-radius: 62.5em;
  border-radius: 62.5em;
  -webkit-backface-visibility: hidden;
  -webkit-transition: background-color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: background-color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: background-color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: background-color 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.dot:hover,
.dot.is-selected {
  background-color: #000;
}
