/* Custom Stylesheet */
body, html {
      margin: 0;
      -webkit-font-smoothing: antialiased;
      background:#fff;
      text-align: center;
      -webkit-transition: opacity 400ms;
      -moz-transition: opacity 400ms;
      transition: opacity 400ms;
}

body .header{
  color: #000;
}
html {
min-height: 100%;
    }
body {
  padding: 0;
  margin: 0;
  height 100%;
  display: block;
}

html {
    height: 100%; /* <------------ */
}

body {
    text-align: center;
    height: 100%; /* <------------ */
}

.container {
	width: 100%;
	height: 100%;
}

.main  {
  width: 100%;
  height: 100%;
}
.main p {
  color: #000;
  text-align: left;
  font-size: 18px;
  line-height: 180%;
  font-weight: 100;
}

.demo1 .bg {
  width: 100%;
  height: 100%;
  /*margin: auto;*/
  display: block;
}

.demo5 .nav-top, .demo5 .header, .demo5 .menu {
  position: relative;
}
.demo5 .header {
  color: white;
}
.demo5 .ibg-bg {
  position: absolute;
}

.button {
	position: absolute;
	top: 80%;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	height: 60px;
	border: 3px solid #fff;
	line-height: 60px;
	font-size: 18px;
}

.button a {
	text-decoration: none;
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
}

.button:hover {
	background: #939393;
	color: #fff;
}