blockquote {
    position: static !important;
    margin: 5px 20px 25px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Oswald', sans-serif, Microsoft JhengHei !important;
}

/* font-family */
#site-header-menu {
  font-family: 'Oswald', sans-serif, Microsoft JhengHei !important;
}

h2.entry-title {
  font-family: 'Oswald', sans-serif, Microsoft JhengHei !important;
}

h2.widget-title {
  font-family: 'Oswald', sans-serif, Microsoft JhengHei !important;
  font-weight: bold;
}

a.more-link {
    font-family: 'Oswald', sans-serif, Microsoft JhengHei !important;
    font-weight: bold;
}


th {
  font-family: 'Oswald', sans-serif, Microsoft JhengHei !important;
}

/* CONTINUE READING font size  */
a.more-link{
  font-family: 'Oswald', sans-serif;
}

/* Container holding the image and the text */
.container {
  position: relative;
  text-align: center;
  color: white;
}
/* Header Text add shadow */
div.custom-header-content {
  font-family: 'Oswald', sans-serif, Microsoft JhengHei;
  text-shadow:0.2em 0.2em 0.2em #000;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: 'Oswald', sans-serif, Microsoft JhengHei;
  font-size: 3vh;
  transform: translate(-50%, -50%);
  width: 80%;
  background: rgba(0, 0, 0, 0.7);
  text-shadow:0.1em 0.1em 0.1em #666;
  border: 4px solid #ffffff;
  padding: 5px;
  word-wrap:break-word;
}

/* Tag 標籤間距 */
.tagcloud a {
  padding:0 5px 0 0;
}


.note,
.alert,
.excerpt,
.warn {
	margin: 0 0 25px;
	overflow: hidden;
	padding: 30px
}

.note {
	background-color: #f5f5f5;
	text-align: left;
	text-justify: none
}

.alert {
	background-color: #fef5c4
}

.excerpt {
	background-color: #d8ecf7
}

.warn {
	background-color: #f9dbdb
}

.step {
	font-family: oswald, sans-serif;
	font-size-adjust: .5;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	background-color: #f5f5f5;
	padding: 10px 30px;
	display: inline-block;
	margin: 20px 0;
	text-transform: uppercase
}

