@media screen and (min-width: 100px) and (max-width: 576px){
	#top-menu {
		background-color:#e1e1e2;
		display: inline-block !important;
		text-align: center;
	}
	
	#logo {
		width: 100px;
		height: 100px;
	}
	
	#cols {
		margin: 0 !important;
		margin-bottom: 20px !important;
	}
}
/*
	#top-menu {
		background-color:#e1e1e2;
		display: inline-block !important;
		text-align: center;
	}
	
	#logo {
		width: 100px;
		height: 100px;
	}
	
	#main-row {
		padding: 5px !important;
	}
	
	#cols {
		width: auto !important;
		height: auto !important;
		margin: auto !important;
	}
}*/