
#index-banner h5.header {
	color: white;
	width: fit-content;
	margin: 0 auto;
}

.banner-header {
	color: /*#90d1d4;*/ white;
	background-color: rgba(144, 209, 212, .75);
	width: fit-content;
	margin: 0 auto;
	margin-top: 2.8rem;
	margin-bottom: 1.68rem;
	padding: 10px;
	font-family: Microsoft JhengHei;
	font-weight: bold;
}

.banner-header-right {
	border-radius: 10px;
	float: right;
}

 .no-valign-wrapper .section {
	margin-top: 5rem;/*由於拿掉valign-wrapper，所以補上此*/
}


.ml4 .letters {
	width: fit-content;
	padding: 1.5rem;
	border-radius: 60px;
}

.ml15 .word {
	width: fit-content;
	padding: 1.2rem 0rem 1.5rem 1.3rem;
	border-radius: 30px;
	margin-bottom: .5rem;/*手機顯示時間距*/
}

	.ml4 {
		font-size: 3rem !important;
	}
	.ml15 .word {
		font-size: 2.5rem !important;
	}
@media only screen and (max-width: 992px)
{
	.parallax-container .section {
		top: 0;
	}
	
	.ml1 {
		font-size: 2.5rem;
	}

	.ml15 {
		letter-spacing: 0.3rem !important;
	}
	
	.ml15 .word {
		padding: .5rem .5rem .5rem .8rem;
	}
}



/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}


.container.contact {
	width: 80%;
}

.line-qrcode img {
	min-height: 230px;
	min-width: 230px;
}

.line-qrcode a {
	text-transform: unset;
	background-color: #1585c6;
}