@charset "utf-8";
/* CSS Document */
 footer {
      color: white;
      padding: 15px;
	  font-weight: 300;
      letter-spacing: -0.02em;
}
	
footer h3{
	color: #fff;
    font-size: 30px;
    /*line-height: 22px;*/
    margin-top: 5px;
    margin-bottom: 10px;
	letter-spacing:0.5px;
}
footer p,a{
	color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin-top: 0px;
    margin-bottom: 10px;
	word-spacing:6px;
}
footer a:hover{
		text-decoration:none;
		color:#e49014;
		}
		
footer hr {
    height: 1px;
    width: 100%;
    text-align: center;
    position: relative;
    background: #fff;
    margin: 0 auto;
    margin-bottom: 30px;
    border: 0;
}
	footer span{
		color:#e49014;
		padding:8px;
		}