/*Parent theme인 astra 는 수정하지 말고 커스터마이징은 여기서*/
/*
Theme Name:     Astra Child
Theme URI:      https://wpastra.com/
Description:    Child theme for the Twenty Eleven theme 
Author:         Speed365.co.kr
Author URI:     https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Template:       astra
Version:        0.1.0
*/

.ast-theme-transparent-header .main-header-bar, .ast-theme-transparent-header.ast-header-break-point .main-header-bar-wrap .main-header-menu, .ast-theme-transparent-header.ast-header-break-point .main-header-bar-wrap .main-header-bar, .ast-theme-transparent-header.ast-header-break-point .ast-mobile-header-wrap .main-header-bar {
	background-color: initial;
}

#masthead {
    position: absolute;
    left: 0;
    right: 0;
	  background-color:initial;
}
.ast-primary-header-bar {    
    background-color: initial;
	  border:none;
}
@media (max-width:544px){
	h1, .entry-content h1 {
		font-size: 32px;
		text-align: center;
	}

}