@media only screen and (min-width: 1024px) {

	
}


@media only screen and (max-width: 999px) { 

	.container { display: flex; margin:0 auto; width: 100%; padding-left: 30px; padding-right: 30px; max-width: 1420px; }
	.column-left,
	.column-right {width: 100% !important; margin-right: 0; margin-left: 0;}

	header nav {display: none;}

	#footer p:first-of-type {text-align: center;}
	#footer p:last-of-type {padding: 20px 0 0 0; text-align: center;}
	
	/* home */
	#announcing-image {padding-top: 40px;}

	#about {padding: 40px 0;}
		#about-funko {padding-top: 40px;}

}


@media only screen and (max-width: 768px){
	
	
}

@media only screen and (max-width: 640px){

	#header .header-right .button {display: none;}
	
	#about .logo {height: auto;}
	
}


@media only screen and (max-width: 449px){

	#announcing .button {display: block;}
	
}


