/*
 Theme Name:   GoinGlobal Blog Theme
 Description:  A Blogim Child Theme
 Author:       Arrowplane
 Author URI:   http://arrowplane.net
 Template:     blogim
 Text Domain:  goinglobal
*/

.h-1 #logo {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.h-1 #logo .container {
	text-align:left;
}

/*------------------------------------------------------------------------------------------------------
	Up to 1024px
--------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1200px) {
	
	.h-1 #logo .container img {
		max-width:350px;
		height:auto;
	}
}
/*------------------------------------------------------------------------------------------------------
	Up to 992px
--------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:992px) {
	
	.h-1 #logo .container img {
		max-width:250px;
		height:auto;
	}
}
/*------------------------------------------------------------------------------------------------------
	Up to 640px
--------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:640px) {
	
	.h-1 #logo {
		background-position:left center;
	}
	
	.h-1 #logo .container {
		text-align:center;
	}	
}