body,html {
  border 0;margin:0;
  background:#363636;
  color:#fff;
  font-family:"Open Sans";
  line-height: 134%;
  color: #f2f2f2;
  font-style: normal;

  font-size: 20px;
  line-height: 36px;
  text-align: center;
  font-weight: 300;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none; }

a, a:hover {
  text-decoration: none;
}

h2 {
  font-family: "Open Sans", Helvetica, sans-serif;
  line-height: 150%;
  font-style: bold;
  font-weight:200;
  font-size: 43px;
}

.left {
  text-align: left;
}
.right {
  text-align: right;
}

.heading {
  clear:both;
  background: rgb(0,0,0);
  height: 100%;
}

.heading h2 {
  margin: 0;
  padding-top:20px;
  padding-bottom:20px;
  font-family: "Open Sans", Helvetica, sans-serif;
  line-height: 150%;
  font-style: bold;
  font-weight:200;
  font-size: 30px;
}

.slide {
  height:728px;
  padding: 20px 30px 0px 30px;
}

#section1 {
  width: 100%;
  background-image: url(https://unsplash.it/1980/1280?image=797);
  background-position: 50% 0px;
}
#section2 {
  width: 100%;
  background-image: url(https://unsplash.it/1980/1280?image=793);
  background-position: 50% -72px;
  padding-left: 10%;
  padding-top: 10%;
}
#section3 {
  width: 100%;
  background-image: url(https://unsplash.it/1980/1280?image=792);
  background-position: 50% 0px;
  padding-right: 10%;
  padding-top: 10%;
}