div#header_container {
	height:100px;
	width:100%;
}
div#contact_container {
	height:75px;
	padding-top:25px;
    padding-left:25px;
	float:right;
	font-family: 'Signika', sans-serif;
}
div#logo_container {
	width:250px;
	float:left;
}
div#facebook_logo_container {
	height:100px;
    float:right;
}
a#logo {
	background: url("/images/logo_new.png") left center no-repeat;
	height:100px;
	display:block;
	
}
a#facebook_logo {
	background: url("/images/facebook_logo_60.jpg") left center no-repeat;
	height:100px;
    width:100px;
	display:block;
	
}
@media screen and (max-width:768px) {
	div#logo_container {
		width:100%;
	}
	div#contact_container {
		width:80%;
		padding-top:12px;
        padding-left:6px;
		height:60px;
        float:right
	}
    div#facebook_logo_container {
	height:60px;
    width:60px;
    float:left;
    }
	div#header_container {
		height:160px;
	}
    a#facebook_logo {
	background: url("/images/facebook_logo_60.jpg") left center no-repeat;
	height:60px;
	display:block;
	
    }
}
