	body,html {
		background: url('/images/background.jpg') no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
		height: 100%;
		font-family: 'Open Sans', sans-serif;
		margin:0px;
	}
	.overlay{
		box-sizing: border-box;
		min-height: 100%;
		background-color: hsla(0,0%,0%,.40);		
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row;
		color: white;
		text-align: center;
	} 

	.content{

		text-shadow: 0 0 30px hsla(0,100%,0%,.9);
	}
	.name{
		font-weight: 200;
		font-family: 'Bree Serif', serif;
		letter-spacing: .2rem;
	}
	.contacts{

		margin-top: 2rem;
	}

	.services{
		padding: 3rem;
		display:flex;
		justify-content:flex-end;
	}
	.services-list{
	}