/*ヘッダのバックグラウンド画像を指定*/
#header { 
   background-image: url(../myheaderimage.jpg);	
   background-size: cover;
   background-repeat: no-repeat;		
} 

/*.site-title aはメインのタイトル、.site-subtitleはサブタイトル*/
.site-title a{ 
   color: #fff;
font: 1.0em "PT Sans", sans-serif;
   text-shadow: 2px 8px 6px rgba(0,0,0,0.7),
      0px -5px 35px rgba(255,255,255,0.8);		
}

.site-subtitle { 
   color: #d2f227;
   text-shadow: 2px 8px 6px rgba(0,0,0,0.7),
      0px -5px 35px rgba(255,255,255,0.8);		
}

