header {
    padding-top: 0px !important;
}
img.vmjSocial {
	-webkit-filter: opacity(100%);
}
img.vmjSocial:hover {
	-webkit-filter: opacity(60%);
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;
}

@media screen and (max-width: 770px) {
    #header-contact {display: none;}
    #header-logo {width: 100% !important;}
}

