* {
  margin: 0;
  padding: 0; }

/*body,html{
	height: 100%;
}*/
body {
  background: #d6d6d6; }
  body > * {
    width: 900px;
    margin-left: auto;
    margin-right: auto; }

.arrows {
  width: 60px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: 20px; }

.arrows path {
  stroke: #d2127d;
  fill: transparent;
  stroke-width: 1px;
  -webkit-animation: arrow 2s infinite;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
  animation: arrow 2s infinite; }

@-webkit-keyframes arrow
{
  0% {
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes arrow
{
  0% {
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }

.arrows path.a1 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.arrows path.a2 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.arrows path.a3 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

a, a:link, a:visited {
  text-decoration: none; }

.full {
  height: 100vh; }

.splash {
  background-color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 50px; }
  .splash svg {
    cursor: pointer; }
  .splash .menu {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding-top: 50px;
    font-family: 'trixieregular';
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }
    .splash .menu .caption {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
      padding: 25px; }
    .splash .menu .circle {
      -webkit-align-self: center;
      -ms-flex-item-align: center;
      align-self: center;
      width: 60px;
      height: 60px;
      border-radius: 30px;
      background-color: #d2127d;
      color: white;
      font-size: 12px;
      text-align: center;
      line-height: 60px;
      vertical-align: middle;
      opacity: 0.5;
      cursor: pointer; }
      .splash .menu .circle:hover {
        background-color: #f159ae !important; }
    .splash .menu .circle:first-child {
      opacity: 1.0; }
  .splash .logo {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 70px; }
    .splash .logo .content .title {
      font-family: 'lemonadelemonade';
      font-size: 90px;
      opacity: 0.5;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0; }
    .splash .logo .content .caption {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      font-family: 'trixieregular';
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      font-size: 16px !important; }
      .splash .logo .content .caption span {
        color: #d2127d; }

.center {
  text-align: center; }

section {
  padding: 30px 50px;
  font-family: 'trixieregular';
  background-color: white;
  box-sizing: border-box; }
  section p {
    max-width: 900px;
    padding-bottom: 20px; }
  section h2 {
    color: #d2127d;
    padding-bottom: 20px; }
  section img {
    max-width: 800px;
    padding-bottom: 20px; }

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 17, 2015 */
@font-face {
  font-family: 'lemonadelemonade';
  src: url("../fonts/lemonade-webfont.eot");
  src: url("../fonts/lemonade-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lemonade-webfont.woff2") format("woff2"), url("../fonts/lemonade-webfont.woff") format("woff"), url("../fonts/lemonade-webfont.ttf") format("truetype"), url("../fonts/lemonade-webfont.svg#lemonadelemonade") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'trixieregular';
  src: url("../fonts/ufonts.com_trixie-text-webfont.eot");
  src: url("../fonts/ufonts.com_trixie-text-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ufonts.com_trixie-text-webfont.woff2") format("woff2"), url("../fonts/ufonts.com_trixie-text-webfont.woff") format("woff"), url("../fonts/ufonts.com_trixie-text-webfont.ttf") format("truetype"), url("../fonts/ufonts.com_trixie-text-webfont.svg#trixieregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.presentation {
  position: relative;
  width: 900px;
  height: 600px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-bottom: 40px; }
  .presentation:hover .left, .presentation:hover .right {
    opacity: 1 !important; }
  .presentation .left, .presentation .right {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    cursor: pointer;
    opacity: 0;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    font-size: 25px;
    top: 275px; }
  .presentation .left {
    left: 0; }
  .presentation .right {
    right: 0; }
  .presentation.black .left, .presentation.black .right {
    background-color: rgba(0, 0, 0, 0.5) !important;
    color: white !important; }

.slides {
  position: absolute;
  overflow: hidden;
  width: 900px;
  height: 600px; }
