html, body {
	height:100%;
}
#main {
	text-align:center;
	min-height:100vh;
}
.green {
	background:#3FC;
	min-height:100%;
}
.blue {
	background:#06F;
}
div#bio {
    height: 100vh;
    background:#000 url('http://www.em-k.co.uk/wp-content/themes/dcm/images/narrow_wood_black.jpg');
	background-size:cover;
}
div#elec{
    height: 100vh;
    background:#000 url('http://www.em-k.co.uk/wp-content/themes/dcm/images/narrow_wood_black.jpg');
	background-size:cover;
	border-right:5px solid #fff;
}
.col-md-6 {
	padding:0 !important;
}
.center {
	text-align:center;
}
.logo {
	padding-top:20%;
}
.clear {
	clear:both;
}
.inner {
	background:rgba(0,0,0,.3);
	z-index:9999;
	height:100vh;
	color:#fff;
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}
.inner:hover {
	color:#fff;
}
#copyright {
	position:absolute;
	bottom:0;
	background:rgba(0,0,0,0.5);
	color:#fff;
	width:100%;
	padding-top:10px;
	font-size:12px !important;
}
.btn-black {
	border: none;
	background-color: #484F5E;
	color: #FFF;
}
.btn-black:hover {
	color:#c4db6b
}