/*
Template: hummingbird
Theme Name: hummingbird_custom
Theme URI:http://open-cage.com/hummingbird/
*/

/*ヘッダーの文字*/

.header-text{
	word-wrap:break-word;
	color:black;
	text-shadow: 1px 2px 3px #35dddd !important;
	font-weight: bold !important;
	padding: 0.5em 0;/*上下の余白*/
}

/*ヘッダー文字の大きさ*/
@media screen and (min-width: 480px) {
  .header-text {
    font-size :30px;
  }
}

/*ヘッダーメニューの設定*/
header{
  margin: 0 auto;
  width: 100%;
}

.topheaderimgbg{
	position:relative;
	width:100%;
	min-height: 100vh;
	background-size: cover;
}

@media screen and (min-width: 800px) {
    body{
	    background-size: cover !important;
    }
}

.content{
	text-align:center;
}


/*タイトル非表示*/
h1.entry-title{
 display:none;
 height:0px !important;
}


@media screen and (min-width: 480px) {
h1 {
    font-size: 40px;
}
}


/*画面サイズ調整*/
@media screen and (max-width: 480px)
{
.inner-content{
	margin-right:10px !important;
  margin-left:10px !important;
}
}


/*横幅調節*/
@media screen and (min-width: 480px){
  .entry-content{
	  margin:0px 100px 0px 100px;
  }
}

@media screen and (max-width: 480px)
{
  .entry-content{
	  margin:0px 0px 0px 0px;
  }
}

@media screen and (max-width: 480px)
{
	.body{
		font-size:16px;
	}
}


header{
	background-color: 
		rgba(46, 46, 46, 0.7)
		!important;
}

/*ヘッダー文字色*/
h1{
	color:white;
}
