

/*首圖色彩特效*/
/*.sec-dark {
 	filter: brightness(50%) invert(100%);
	-webkit-filter: brightness(50%) invert(100%);
 }*/


h2 {
	text-align: left;
}

h2 span {
	font-size: 20px;
}

.brightness {
  -webkit-animation: brightness 10s 1;
}

@-webkit-keyframes brightness {
  0%, 100%  { -webkit-filter: brightness(none); }
  50% { -webkit-filter: brightness(50%); }
}

.invert {
  -webkit-animation: invert 20s 1;
}

@-webkit-keyframes invert {
  0%, 100%  { -webkit-filter: invert(none); }
  100% { -webkit-filter: invert(100%); }
}




 .t-con {
 	line-height: 0;
 	height: 300px;
 }

 h1 {
 	text-align: left;
    width: 70%;
    display: inline-block;
    margin: 100px auto 0 auto;
    font-size: 30px;
 }

 .strongfont {
 	font-weight: 900;
    font-size: 35px;
}

/*標籤設定*/
.label {
	   color: #ffffff;
    font-size: 14px;
    width: auto;
    line-height: 30px;
    padding: 0px 15px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 10px 5px 0px 0px;
    background-color: #909090;
}

/*Label的連結顏色修正*/
.label a {
  color: white;
}

.label a:hover {
  color: black;
}

/*修正boomcss線條*/
.btext {
	border: none;
	margin: 0;
}

/*修正按鈕靠右樣式*/
.bpostlink {
	float: right;
}

@media only screen and (max-width: 768px){
	.b-con {
		float: left;
		margin: 0 25%;
		padding-top: 8%;
		padding-bottom: 0;
	}
	.bpostlink {
    float: left;
}
}

/*secwhite用分行底線*/
.btmline {
	border-bottom: 1px solid #E59F65;
  padding-bottom: 40px;
}

h2 {
    float: left; 
    width: 70%; 
    line-height: 32px;
  }
  
  @media only screen and (max-width: 768px) {
    .bpostlink {
        float: left;
        width: 100%;
    }
    .b-con {
      margin: 0 10px;
    }
    .fix {
      margin: 0 100%;
    }
    .sec-dark {
      background-attachment: initial;
    }

  @media only screen and (max-width: 375px){
    .atext, h1 {
      width: 85%;
    }
    h2 {
      width: 100%;
    }
    .nov12test {
        width: 300px;
    }
    .fix {
      margin: 0 10%;
    }
    .sec-dark {
      background-attachment: initial;
    }
  } 

/*行事曆專用背景圖*/
  .sec-dark {
    background-image: url(../img/bdance_calendar_background.jpg) !important;
  }
