html { 
  background: url(../img/bfg_background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


a 		{text-decoration: underline;
		font-size: 11pt;
		font-family: arial,verdana,helvetica;
		font-weight: normal;
		font-variant: normal;
		font-style: normal;
		color:#FFB153;
		outline:none;
		}

a:hover 	{color: #FFFFFF;
		text-decoration: none;
		}

a.nav 		{text-decoration: underline;
		font-size: 11pt;
		font-family: arial,verdana,helvetica;
		font-weight: normal;
		font-variant: normal;
		font-style: normal;
		color:#FFB153;
		outline:none;
		}

a.nav:hover 	{color: #FFB153;
		text-decoration: none;
		}

a.nav2 		{text-decoration: none;
		font-size: 11pt;
		font-family: arial,verdana,helvetica;
		font-weight: normal;
		font-variant: normal;
		font-style: normal;
		color:#404040;
		outline:none;
		}

a.nav2:hover 	{color: #FFB153;
		text-decoration: none;
		}

font.title	{
		color:#FFB153;
		font-size: 12pt;
		line-height: 14pt;
		font-family: arial,verdana,helvetica;
		font-weight: bold;
		font-variant: normal;
		font-style: normal;
		}

font.subtitle 	{
		color:#FFB153;		font-size: 11pt;
		line-height: 16pt;
font-family: arial,verdana,helvetica;
		font-weight: normal;
		font-variant: normal;
		font-style: normal;
		}

font.body 	{
		color:#C8B195;		font-size: 11pt;
		line-height: 16pt;
font-family: arial,verdana,helvetica;
		font-weight: normal;
		font-variant: normal;
		font-style: normal;
		}

font.wbody 	{
		color:#C1AA8E;		font-size: 11pt;
		line-height: 16pt;
font-family: arial,verdana,helvetica;
		font-weight: bold;
		font-variant: normal;
		font-style: normal;
		}

.formtexta 	{
		color: #FFFFFF;
		background-color: #AC8D68;		font-size: 11pt;
		line-height: 16pt;
font-family: tahoma,arial,verdana,helvetica;
		font-weight: normal;
		font-variant: normal;
		font-style: normal;
		text-transform: none;
		text-decoration: none;
		}

.formtextb 	{
		color: #FFFFFF;
		background-color: #775B42;		font-size: 11pt;
		line-height: 16pt;
font-family: tahoma,arial,verdana,helvetica;
		font-weight: normal;
		font-variant: normal;
		font-style: normal;
		text-transform: none;
		text-decoration: none;
		}

/* Normal Animated Button ---- */

.example_a {
color: #fff !important;
text-transform: uppercase;
text-decoration: none;
background: #e3993f;
padding: 20px;
border-radius: 5px;
display: inline-block;
border: none;
transition: all 0.4s ease 0s;
outline:none;
}

.example_a:hover {
background: #666;
text-decoration: none;
letter-spacing: 1px;
-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
transition: all 0.4s ease 0s;
}


