html *
{
	margin: 0px;
	padding: 0px;
}

#slider
{
	height: 600px;
	background-image:url('https://unsplash.it/2400/1300/?random');
	background-size: cover;
	-webkit-transition: background 1s ;
}

#slider:after
{
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    z-index:1;
	background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5));
}

.icon
{
	font-size: 50px;
	color: #fff;
	position: relative;
	z-index: 3;
}

#left
{
	float: left;
	margin: 320px 30px;
}

#right
{
	float: right;
	margin: 17px 30px;
}

h2,p
{
	color: #fff;
	text-align: center;
	z-index: 3;
	position: relative;
}

h2
{
	font-size: 52px;
	padding-top:230px;
}
