/*#socialbar{ display:none!Important;}*/

@media only screen and (max-width:1012px){
	#header {
		background-image: url(../img/header/naming-area-portrait.svg);
	}
}
@media only screen and (max-width:459px){
	#header{
		background-image:url(../img/header/naming-area-mobile.svg);
	}
}
.no-svg #header {
    background-image: url(../img/header/naming-area.png);
}
/*.flex-viewport {
    max-height: 200px!Important;}*/
