@media (min-width: 700px) {
.headerbar {
   background-image: url("https://invisiongame.net/img/space4.jpg");
   margin-bottom: 4px;
   height: auto;
   width: auto;
}}
@media (max-width: 700px) {
.headerbar {
   background-image: url("https://invisiongame.net/img/space4.jpg");
   margin-bottom: 4px;
   height: 400px;
   width: auto;
}
.logo {
	display: inline-block;
	width: auto;
	height: auto;
}

.logo:hover {
	text-decoration: none;
}}