.home h1  {color: #404040;   font-size: 30px;}
.header-phone{
  	font-size: 40px;
	margin-top: 20px !important;
	margin-bottom: -20px;
	bottom: -45px;
	position: relative;
}

@media screen and (max-width:767px){
	.header-phone{
		bottom:0;
   	   font-size: 32px;
    margin-bottom:0;
	}
}
@media screen and (max-width:530px){
	.header-phone{
 		float: left;
 	 	clear: both;
  }
  #banner .logo {
    display: block;
  }
}