@chrset"UTF-8";


html {
	font-size: 100%;
}

body {
	 font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
  color: #FFF;
}
a {
	text-decoration: none;
}

img {
	max-width: 100%;
}	

/* HEADER 
----------------------------------- */
.logo {
	width: 210px;
	margin-top: 40px;
}

.main-nav {
	display: flex;
	font-size: 1.25rem;
	text-transform: uppercase;
	margin-top: 34px;
	list-style: none;
}
.main-nav li {
		margin-left: 36px;
}
.main-nav a {
	color: #FFF;
}
.main-nav a:hover {
		color: #0bd;
}

.page-header {
	display: flex;
	justify-content: space-between;
}

.wrapper {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 4%;
}

/* Home
---------------------*/
.home-content {
	text-align: center;
	margin-top: 10%;
}
.home-content p {
	font-size: 1.125rem;
	margin: 10px 0 42px;
}

/* Title */
.page-title {
	font-size: 4rem;
	font-family: 'Noto Sans TC', serif;
	text-transform: uppercase;
	font-weight: normal;
}

/* Button*/
.button {
	font-size: 1.375rem;
	background:#444;
	color: #fff;
	border-radius: 5px;
	padding: 18px 32px;
}
.button:hover {
	background: #0090aa;
}

/* background 地址錯誤,暫時沒用 */
.big-bg {
	background-size: 100%;
	background-position: center top;
	background-repeat: no-repeat;
}
#home {
	background-color: #d3c1af;
	background-image: url(http://clementeafonso.com/image/homepage.jpg);
	min-height: 100vh;
}
#home .page-title {
	text-transform: none;
}

@media (max-width: 600px) {

}

/*mobile--------------------------------------*/
@media (max-width: 600px) {
		h1 {
		color: #0bd;
	}
	.page-title {
		font-size: 2.5rem;
	}
	/*header*/
	.main-nav {
	font-size: 1rem;
	margin-top: 10px;
}
	.main-nav li {
	margin: 0 20px;
}
/*--home---*/
	.home-content {
	margin-top: 20%;
}
	.page-header {
		flex-direction: column;
		align-items: center;
	}
}

/* 頁末 */
footer {
	background: #FFF;
	text-align: center;
	padding: 26px 0;
	position: relative;
	bottom: 0;
	width: 100%;
}
footer p {
	color: #444;
	font-size: 0.875rem;
}