@charset "utf-8";
body {
	font-family: "source-han-sans-traditional", "Microsoft JhengHei", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #ffdc48;
	font-size: 0.9em;
	line-height: 2.1em;
	color: #502600;
	background-image: url(../images/background.jpg);
	text-align: justify;
}
.pink {
	background-color: #FFC9CE;
}
.logo {
	max-height: 25px;
}
.container {
	width: 90%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
.main {
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 2%;
	padding-bottom: 2%;
	margin-left: auto;
	margin-right: auto;
}
.mt-7 {
	margin-top: 7rem;
}
.rounded-1 {
	border-radius: 10px;
}
.main-title {
	width: 98%;
}

.featurette-divider {
	margin-top: 1.5rem;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 1.5rem;
}
#myBtn {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 99;
	font-size: 13px;
	border: none;
	outline: none;
	background-color: red;
	color: white;
	cursor: pointer;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
#info {
	background-color: #83002C;
	color: #FFFFFF;
	width: 180px;
	white-space: nowrap;
	margin-left: auto;
	padding: 2px;
	margin-right: auto;
	visibility: hidden;
}



@media (max-width:576px){
.container {
	max-width: 540px;
}
.embed-container {
	position: relative;
	overflow: hidden;
	max-width: 96%;
	min-height: 160px;
	/* [disabled]border: 1px solid #767676; */
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}
.h2 {
	font-size: 1.2rem;
}
.main-title {
	margin-top: -16%;
	display: block;
}
}

@media (min-width:577px) and (max-width:768px){
.container {
	max-width: 720px;
}
.embed-container {
	position: relative;
	overflow: hidden;
	max-width: 600px;
	min-height: 295px;
	/* [disabled]border: 1px solid #3A3A3A; */
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1rem;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}
.h2 {
	font-size: 1.2rem;
}
.main-title {
	margin-top: -12%;
	display: block;
}
}

@media (min-width:767px) and (max-width:992px){
.container {
	max-width: 960px;
}
.embed-container {
	position: relative;
	overflow: hidden;
	max-width: 600px;
	min-height: 295px;
	/* [disabled]border: 1px solid #3A3A3A; */
	margin-left: auto;
	margin-right: auto;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}
.h2 {
	font-size: 1.2rem;
}
.main-title {
	margin-top: -10%;
	display: block;
}
}

@media (min-width:993px){
.container {
	max-width: 960px;
}
.embed-container {
	position: relative;
	overflow: hidden;
	max-width: 600px;
	min-height: 295px;
	/* [disabled]border: 1px solid #3A3A3A; */
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}
.h2 {
	font-size: 1.8rem;
}
.main-title {
	margin-top: -10%;
	display: block;
}

}
