/* @import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600,700); */
/* * {
  font-family: "Open Sans";
  box-sizing: border-box;
  text-align: center;
  color: #fff;
   margin: 0px;
  padding: 0px;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background-color: #ececec;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(56, 89, 100, 0.4);
  border: 2px solid #e3e7f0;
}

::-webkit-scrollbar-button {
  height: 0px;
  background: red;
  width: 0px;
}

::-webkit-scrollbar-corner {
  margin-top: 20px;
  background-color: #e3e7f1;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
} */

figure {
  margin: 0;
  position: relative;
}

video {
  width: 100%;
  max-width: 100%;
}

.hero-wrapper {
  position: fixed;
  bottom: 0;
  right: 0;
  height: auto;
  width: auto;
  min-height: 100%;
  min-width: 100%;
  z-index: -9999;
}




.parallax-wraper {
  /* height: 100vh; */
  overflow-y: scroll;
  width: 100%;
}

.parallax-wraper .navigation {
  background: #f6ed05;
  height: 50px;
  vertical-align: middle;
  text-align: center;
}

.parallax-wraper .navigation a {
  text-decoration: none;
  padding: 0 10px;
  color: #000;
}

.parallax-wraper .navigation:after {
  vertical-align: middle;
  display: inline-block;
  content: '';
  height: 100%;
}

.parallax-wraper .parallax {
  background-attachment: fixed;
  background-size: 120% auto;
  box-sizing: border-box;

  font-size: 3em;
  height: 40vh;
  margin: 6em 0;
  overflow: hidden;
  vertical-align: middle;
}

.parallax-wraper .parallax:after {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}

.parallax-wraper .parallax .content {
  margin: auto;
  display: inline-block;
  line-height: normal;
  position: relative;
  text-align: center;
  vertical-align: middle;
}


.parallax-wraper .parallax:nth-child(3) {
  color: white;
  background-image: url("img/photo.jpg");
}



.parallax-wraper .footer {
  background: #f6ed05 none repeat scroll 0 0;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 100%;
  color: #000;
}

.parallax-wraper .footer a {
  color: #000;
}