@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Righteous&display=swap');
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	scroll-behavior: smooth;
}

body {
	position:relative;
	font-family: 'Noto Sans TC', serif;
	background: #FFF;
	overflow-x: hidden; /* Hide scrollbars */
}

body::-webkit-scrollbar {
  width: 1px;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.8);
}
 
body::-webkit-scrollbar-thumb {
  background-color: black;
  outline: 1px solid slategrey;
}

a {
	text-decoration: none;
}


/*RWD圖片*/
.responsive {
  max-width: 100%;
  height: auto;
}

body {
	background: url(https://hitoradio.imgix.net/activities2022/20220627Aaron/images/bg.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.fixedimg {
	position:relative;
    width: 900px;
    height: 900px;
	margin: 0 auto;
	background-position:50% 50%;
    background-image: url(https://hitoradio.imgix.net/activities2022/20220627Aaron/images/main.png);
    background-repeat: no-repeat;
	background-size: 100%;
    z-index: -100;
}

.titlea {
	position: absolute;
	top: 100px;
	left: -60px;
    width: 40%;
    height: auto;
    z-index: 10;
}

.titleb {
	position: absolute;
	bottom: -60px;
	right: -150px;
    width: 80%;
    height: auto;
    z-index: 10;
}

.mainarea {
	max-width:1200px;
	margin: 0 auto;
	margin-top: 80px;
}

.maintitle {
	width: 50%;
	margin: 0 auto;
	padding: 50px 0px 10px 0px;
}

.smalltitle {
	font-size: 40pt;
	font-weight: 700;
	text-align: center;
	line-height: 1.8;
	padding-bottom: 30px;
}

.smalltitle2 {
	font-size: 30pt;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
}

.lmalltitle {
	font-size: 30pt;
	font-weight: 700;
	text-align: center;
	line-height: 1.8;
	padding-top: 50px;
}

.pinkfont {
	color: #FF66FF;
}

.titlec {
	width: 50%;
	margin: 0 auto;
	padding: 20px;
}

.mv {
	width: 80%;
	margin: 0 auto;
	padding: 20px;
}
/*RWD YOUTUBE*/
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%;
	margin: 30px auto;
}
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; left: 0; 
	width: 100%; 
	height: 100%; 
}

.joinarea {
	max-width: 70%;
	margin: 0 auto;
	text-align:center;
}

.titled {
	width: 30%;
	margin: 0 auto;
	padding-top: 50px;
}

.smalltitle3 {
	font-size: 24pt;
	font-weight: 700;
	text-align: center;
	line-height: 1.8;
}

.thinkfont {
	font-weight: 300;
	font-size: 20pt;
	margin-top: 60px;
	text-align:left;
	line-height:1.5;
}

.titilered {
	color: #C60063;
}

.smalltitle4 {
	font-size: 24pt;
	font-weight: 700;
	text-align: center;
	line-height: 1.8;
	padding-top: 30px;
}

.mytable {
	width: 50%;
	margin: 20px auto;
	font-size: 18pt;
	font-weight: 700;
	line-height: 1.5;
}

input[type=text], input[type=password]  {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 16pt;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
	border-radius: 10px;
	background: #000;
	color: #FFF;
	margin: 20px;
}

.myButton {
  background-color: #000;
	border-radius: 10px;
  color: white;
    padding: 6px 12px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
	font-size: 18pt;
	font-weight: 700;
	line-height: 1.5;
  cursor: pointer;
}


.msgarea {
	max-width:1200px;
	margin: 0 auto;
}

.titlee {
	width: 50%;
	margin: 0 auto;
	padding-top: 50px;
}

.container {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.item {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 19%;
	margin: 0.5%; /* (100-32*3)/2 */
	position: relative;
	background: #FFFF;
	border-radius: 10px;
	padding: 20px;
}

.nickname {
	font-size: 12pt;
	font-weight: 500;
	line-height:1.6;
	color: #000;
	text-align:center;
}


.socialarea {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 100px;
}

.sicon {
	margin: 10px; font-size: 60px; color: #000;
	cursor: pointer;
}

.myfooter {
	max-width: 80%;
	margin: 0 auto;
	text-align: center;
	font-size: 9pt;
	font-weight: 300;
	color: #000;
	line-height: 150%;
	padding-top: 10px;
}

ul.pagination {
	width: 100%;
    display: inline-block;
    padding-top: 20px;
    margin: 0;
	text-align: center;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    float: center;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 5px;
}

ul.pagination li a.active {
    background-color: #4CAF50;
    color: white;
    border-radius: 5px;
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;}


/* Extra large devices */
@media (min-width: 1400px) {
}

/* desktops */
@media (max-width: 1370px) {
	.fixedimg {
		width: 700px;
		height: 700px;
	}
	
	.titleb {
		position: absolute;
		bottom: -40px;
		right: -80px;
		width: 70%;
		height: auto;
		z-index: 10;
	}
	.lmalltitle {
		font-size: 26pt;
	}
	.smalltitle3 {
		font-size: 20pt;
	}
	.smalltitle4 {
		font-size: 20pt;
	}

	.thinkfont {
		font-size: 16pt;
		margin-top: 40px;
	}

	.mytable {
		width: 70%;
	}
}

/* tablets */
@media (max-width: 768px) {
	.fixedimg {
		width: 500px;
		height: 500px;
	}
	.titlea {
		position: absolute;
		top: 50px;
		left: -60px;
		width: 40%;
		height: auto;
		z-index: 10;
	}
	.titleb {
		position: absolute;
		bottom: -30px;
		right: -60px;
		width: 70%;
		height: auto;
		z-index: 10;
	}

	.titlec {
		width: 70%;
		margin: 0 auto;
		padding: 20px;
	}
	
	.titled {
		width: 60%;
		margin: 0 auto;
		padding-top: 50px;
	}

	.maintitle {
		width: 40%;
	}
	.smalltitle {
		font-size: 30pt;
	}
	.smalltitle2 {
		font-size: 26pt;
	}
	.lmalltitle {
		font-size: 24pt;
	}
	.smalltitle3 {
		font-size: 18pt;
	}
	.smalltitle4 {
		font-size: 18pt;
	}

	.thinkfont {
		font-size: 14pt;
		margin-top: 40px;
	}
	.mytable {
		width: 70%;
	}
}

/* phones */
@media (max-width: 576px) {
	
	html, body {
		overflow-x:hidden 
	} 

	.fixedimg {
		width: 140%;
		height: 600px;
		background-position:50% 50%;
		background-image: url(../images/main.png);
		background-repeat: no-repeat;
		background-size: cover;
		margin-top: 100px;
	}
	
	.titlea {
		position: absolute;
		top: -60px;
		left: 20px;
		width: 50%;
		height: auto;
		z-index: 10;
	}

	.titleb {
		position: absolute;
		bottom: -100px;
		left: 20px;
		width: 65%;
		height: auto;
		z-index: 10;
	}

	.msgarea {
		max-width:95%;
	}

	.maintitle {
		width: 60%;
	}
	.smalltitle {
		font-size: 20pt;
	}
	.smalltitle2 {
		font-size: 16pt;
	}

	.mv {
		width: 90%;
		margin: 0 auto;
		padding: 0px;
	}
	.lmalltitle {
		width: 85%;
		margin:0 auto;
		font-size: 15pt;
	}
	.smalltitle3 {
		width: 90%;
		margin:0 auto;
		font-size: 13pt;
	}
	.smalltitle4 {
		font-size: 13pt;
	}

	.thinkfont {
		font-size: 12pt;
		margin-top: 40px;
	}
	.mytable {
		width: 100%;
	}
	
	input[type=text], input[type=password]  {
	  font-size: 12pt;
	}

	.joinarea {
		max-width: 85%;
		margin: 0 auto;
		text-align:center;
	}
	.msgarea {
		max-width:98%;
	}

	.titlee {
		width: 80%;
		margin: 0 auto;
		padding-top: 50px;
	}

	.item {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 25%;
		margin: 0.5%; /* (100-32*3)/2 */
		position: relative;
		background: #FFFF;
		border-radius: 10px;
		padding: 10px;
	}

	.nickname {
		font-size: 9pt;
	}

	ul.pagination li a {
		color: black;
		float: center;
		padding: 4px 8px;
		text-decoration: none;
		border-radius: 5px;
		font-size: 9pt;
	}

	.myfooter {
		max-width: 96%;
		font-size: 8pt;
	}
}
