/*GENERAL SETTINGS*/
body	{
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
}

img 	{
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
}

/*FONTS*/

@font-face {
  font-family: ravi;
  src: url(../fonts/ravi-regular.woff);
}

@font-face {
  font-family: ravi-medium;
  src: url(../fonts/ravi-medium.woff);
  
}

@font-face {
  font-family: ravi-semibold;
  src: url(../fonts/ravi-semibold.woff);
  
}

@font-face {
  font-family: samir-regular;
  src: url(../fonts/samir-regular.woff);
}

@font-face {
  font-family: samir-medium;
  src: url(../fonts/samir-medium.woff);
}

@font-face {
  font-family: samir-bold;
  src: url(../fonts/samir-bold.woff);
}


/*CONTENT*/

.home main	{
	position: relative;
}


/*SITE TITLE*/
.home h1	{
	color: #9a462e;
	margin: 0;
}

.home h1 span	{
	display: block;
}

.home h1 #title1 	{
	font-weight: bold;
}

.home h1 #title2, .home h1 #title3, .home h1 #title4 	{
	font-weight: normal;
}

/*ENTER BUTTON*/
	
#enter	{
	background: #511b0e; /*81;27;14*/
	background-image: linear-gradient(to right, #a18680, #511b0e, #511b0e, #511b0e, #a18680);
	text-align: center;
	font-weight: bold;
	position: absolute;
	left: calc(50% - 7em);
	right: calc(50% - 7em);
	bottom: 0;
	z-index: 100;
}

#enter a	{
	color: #eae3d3;
	text-decoration: none;
	display: block;
	padding: 0 .2em;
	margin: .3em 0;
}	

#enter .fa	{
	font-family: ravi-semibold, sans-serif;
	font-size: 130%;
}	

#enter a:hover, #enter a:focus	{
	opacity: .8;
}	

