/*
 Theme Name:   panicstation Child Description:  panicstation Child Theme
 Author:       Echo Huang
 Template:     panicstation
 Version:      1.0.0
 Text Domain:  panicstation-child
*/

@import url("../panicstation/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

header {top:50px;}

section.main{margin-top: 30px !important;}

@media (min-width: 1200px){
	header figure {
		width: 370px !important;
		margin-left: 80px !important;
	}
}

@media (max-width: 1199px) and (min-width: 980px){
	header figure {
		width: 280px !important;
	}
	h1{font-size: 32px !important;}
	
}