﻿body
{
	margin:0 auto;
	 background-image:url('img/bg-big.jpg');
 background-position:center top;
}

.container

{
	width:100%;
	margin-top:180px;
	height:auto;
	text-align:center;
}

.img

{
	-webkit-box-shadow:0px 100px 200px 0px  rgba(205,146,60,0.4);
box-shadow: 0px 70px 70px 0px rgba(205,146,60,0.4);
}


p
{
	font-family: 'Lato', sans-serif;
	font-size:20px;
	color:#b4a68f;
	text-align:center;
	margin:5px;
	line-height:23px;
	padding-top:50px;
	text-decoration:none;
}

.footer

{
	border-top:1px solid #DAB694;
	height:100px;
	margin:10px;
}