body {
        background: #E2E4E7;
        padding: 0;
        text-align: center;
        font-family: 'Open Sans';
        position: relative;
        margin: 0;
        height: 100%;
        -webkit-font-smoothing: antialiased;
        -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}


.wrapper {
	height: 100% !important;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.main {
	background: #070707;
}

body, html {
  margin: 0;
  overflow: hidden;
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  transition: opacity 400ms;
}

body, .onepage-wrapper, html {
  display: block;
  position: static;
  padding: 0;
  width: 100%;
  height: 100%;
}

.main h1 {
        text-align: center;
        padding: 0px;
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 20vmax;
        color: #0EAAEC;

}

.main h2 {
        text-align: center;
        font-size: 5vmax;
        color: #46992B;

}

.main h3 {
	text-align: center;
	color: #C66447;
}
