@charset "utf-8";
/* CSS Document */



.lead-in {
	
}

.holding {
	padding-top: 80px;

}

.center {
	align-content: center;
}

video {
  width: 100%;
  height: auto;
}

.accordion {
	font-family: 'Noto Serif TC', serif;
	
}


h1 {
	font-family: 'Noto Serif TC', serif;
}

h2 {
	font-family: 'Noto Serif TC', serif;
}

h3 {
	font-family: 'Noto Serif TC', serif;
}

h4 {
	font-family: 'Aleo', serif;
}

h5 {
	font-family: 'Noto Serif TC', serif;
}

p {
	font-size: 115%;
}

body {
	background-image: url("../img/background.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: cornsilk;
}

.hero-image{
	height: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.hero-text {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
}

.textLarge {
	font-size: 115%;
}

.section2 {
	font-family: 'Noto Serif TC', serif;
	margin: 40px;
	border-radius: 25px;
	background: #c1b4a2; 
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;

	
}

.section3 {
	font-family: 'Noto Serif TC', serif;
	text-align: left;
	margin: 40px;
	border-radius: 25px;
	background: #c1b4a2; 
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;

	
}


.homeSection {
	font-family: 'Noto Serif TC', serif;
	padding: 40px;
	background: #c1b4a2; 
	position: relative;
  	text-align: left;
	
}

.LentSection {
	font-family: 'Noto Serif TC', serif;
	padding: 40px;
	background: rgba(139, 95, 186, 0.6);
	position: relative;
  	text-align: left;
	
}


.homeImg {
	opacity: 0.25;
	  position: absolute;
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%);
	
}

.no-stretch {
	object-fit: none;
}


/*Horizontal Rule Styling for homepage */
hr.style-two { 
	border: 0; 
	height: 1px; 
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); 
}


.background1 {
	background: rgba(193, 180, 162, 0.2);
	border-radius: 25px;
}

.parallax {
	min-height: 500px;
	background: transparent;
}

.form {
	padding: 5%;
	border: double rgba(0,0,0,1.00);
	border-radius: 25px;
}



/* footer section from the main template */

.footer {
	
	padding-top: 40px;
	color: black;
}

.fa-facebook {
	color: #828080;
}

.fa-youtube-square {
	color: #828080;
}

.fa-instagram {
	color: #828080;
}