
*{
	padding:0px;
	margin:0px;	
}

*::selection {
	background: #f4f0e3;
}
*::-moz-selection {
	background: #f4f0e3;
}

body {
	background-color: #f4f0e3;
	overflow-x: hidden;
	min-height: 610px;
	font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4 {
	font-weight:normal;
}

#bg {
	width:100%;
	height:100%;
	position: fixed;
	z-index: 10;
	top:0;
	left:0;
	overflow: hidden;
	opacity: 0;
	transition: opacity 3s;
	-moz-transition: opacity 3s; /* Firefox 4 */
	-webkit-transition: opacity 3s; /* Safari and Chrome */
	-o-transition: opacity 3s; /* Opera */
}

#bg img {
	position: absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	display: block;
}

a {
	color:#b27306;
	text-decoration: none;
}

#content {
	position: absolute;
	z-index: 100;
	color:#545557;
	width:550px;
	height:510px;
	left:50%;
	margin-left: -275px;
	text-align: center;
	padding: 100px 0;
}

#content h1 {
	font-size:55px;
	text-transform: lowercase;
	font-weight:bold;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 5px;
	text-indent: -9999px;
	height:1px;
	overflow: hidden;
}

#content h2 {
	color: #b27306;
	font-size: 200%;
	line-height: 60px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	letter-spacing: 5px;
}


#content h3 {
	color: #545557;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height:25px;
	letter-spacing: 3px;
	font-size: 100%;
}

.social{
	margin-top: 30px;
	margin-bottom: 50px
}

.social a:hover:before {
  	-ms-transform: scale(1, 1);
  	-webkit-transform: scale(1, 1);
  	transform: scale(1, 1);
}

.social a:hover {
  	position: relative;
  	z-index: 3;
  	color: #b17306;
  	-webkit-transition: 0.4s ease;
  	transition: 0.4s ease;
}

.social a{
	color: #545557;
	text-decoration:none;
	font-size: 150%;
	margin-left:15px;
}

.social a.fa-facebook{
	margin: 0px !important;
}


@media screen and (max-width: 640px) {

body {
	min-height: 410px;
}

#content {
	width:300px;
	height:350px;
	left:50%;
	margin-left: -149px;
	text-align: center;
	padding: 100px 0;
}

#content h2 {
	font-size: 150%;
	line-height: 40px;
	letter-spacing: 5px;
}

#content h2 a{
	color: #b17306;
}


#content h2 {
	font-size: 150%;
	line-height: 40px;
	letter-spacing: 5px;
}

@media screen and (min-width: 768px) {

body {
	min-height: 510px;
}

#content {
	width:500px;
	height:350px;
	left:50%;
	margin-left: -255px;
	text-align: center;
	padding: 50px 0;
}

#content h2 {
	font-size: 200%;
	line-height: 60px;
	letter-spacing: 5px;
}

#content h3 {
	font-size: 110%;
}

.social a{
	font-size: 170%;
	margin-left:15px;
}
}