html {
	font-size: 17px
}
body {
	background: #ffffff;
	font-family: 'Helvetica Neue', Helvetica, Arial, STHeiti, 'Microsoft JhengHei', '微軟正黑體', sans-serif;
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 900;
}
h1 {
	font-size: 3rem;
	letter-spacing: 2px;
}
h2 {
	font-size: 2.5rem;
}
h3 {
	line-height: 2.2rem;
}
h5 {
	letter-spacing: 1px;
	padding-top: 10px;
}
p {
	font-size: 1rem;
	line-height: 2;
	text-align: justify
}
a {
	text-decoration: none !important;
	outline: none;
}
.section-title {
	margin-bottom: 4rem;
}
.section-title h2 {
	font-size: 3rem;
}
.section-title h2:before, .section-title h2:after {
	content: "/";
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	font-weight: normal
}
#speakers .section-title h2:before, #speakers .section-title h2:after {
	content: "";
}
#register {
	padding-top: 10rem;
	padding-bottom: 10rem;
}
#speakers {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
footer {
	padding-top: 1rem;
	padding-bottom: 1rem;
	background: #337ab7;
	color: white;
	letter-spacing: 2px
}
#detail, #speakers {
	text-align: center;
}
#detail h3, #register h3 {
	padding-bottom: 12px;
}
#intro .btn, #detail .btn, #speakers .btn, #faq .btn, #register .btn {
	background: transparent;
	border: 2px solid #ffffff;
	border-radius: 0px;
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 2px;
	font-size: 1.1rem;
	padding: 14px 42px;
	margin-top: 42px;
	margin-right: 12px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#intro .btn-danger, #detail .btn-danger, #speakers .btn-danger, #faq .btn-danger, #register .btn-danger {
	background: #f2545f;
	border-color: transparent;
}
#intro .btn-danger:hover {
	border-color: #ffffff;
	color: black;
}
#intro .btn-default:hover {
	background: #ffffff;
	color: #333333;
	border-color: transparent;
}
.custom-navbar {
	margin-bottom: 0;
}
.custom-navbar .navbar-brand {
	padding: 5px 0 0;
	height: auto
}
.custom-navbar .nav li a {
	color: black;
	text-shadow: 0 0 5px white;
	font-size: 1.2rem;
	font-weight: 900;
	letter-spacing: 0.6px;
	line-height: 40px;
	transition: all 0.4s ease-in-out;
}
.custom-navbar .nav li a:hover {
	background: transparent;
	color: #66ccff;
}
.custom-navbar .navbar-nav > li > a:hover, .custom-navbar .navbar-nav > li > a:focus {
	background-color: transparent;
}
.custom-navbar .nav li.active > a {
	background-color: transparent;
	font-size: 1.3rem;
	font-weight: 900
}
.custom-navbar .navbar-toggle {
	border: none;
	padding-top: 10px;
}
.custom-navbar .navbar-toggle {
	background-color: transparent;
}
.custom-navbar .navbar-toggle .icon-bar {
	background: #ffffff;
	border-color: transparent;
}

@media(min-width:768px) {
.custom-navbar {
	border-bottom: 0;
}
.custom-navbar.top-nav-collapse {
	padding: 0;
	background-color: white
}
}
#intro {
	background-size: cover;
	background-position: center center;
	color: #ffffff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100vh;
	background-image: linear-gradient(89deg, rgba(255,255,255,1.00) 0%, rgba(255,255,255,0.00) 64.36%), url(../images/intro-bg.jpg);
	background-attachment: fixed
}
#intro h3 {
	letter-spacing: 2px;
}
#detail {
	background-image: linear-gradient(89deg, rgba(51,122,183,0.8) 0%, rgba(51,122,183,0.8) 64.36%), url(../images/left.jpg);
	color: #ffffff;
	padding-top: 6rem;
	padding-bottom: 6rem;
}
#detail .fa {
	color: #f2545f;
	font-size: 4rem;
}
#detail p {
	color: black;
	margin-top: 1.1rem;
}
#detail .col-md-4 {
	padding: 10px 2rem
}
#detail .col-md-4 div {
	padding: 1.5rem;
}
#speakers {
	background-image: linear-gradient(89deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 64.36%), url(../images/speakers.jpg);
}
/*
#speakers .fa {
	color: #f2545f;
	font-size: 4rem;
	padding: 2rem 0;
}
*/
#speakers h2 {
	font-size: 6rem;
	color: #f2545f;
}
#speakers p {
	font-size: 2.5rem;
	color: #337ab7
}
#speakers p:before {
	content: "‘‘";
	font-size: 3rem;
	font-weight: 900;
	margin-right: 25px
}
#speakers p:after {
	content: "’’";
	font-size: 3rem;
	font-weight: 900;
	margin-left: 25px
}
#speakers h3 {
	font-size: 4rem;
	margin: 4rem 0 1.5rem;
	font-weight: normal
}
#speakers h6 {
	color: #666;
	margin-top: 1rem;
	font-size: 1.5rem;
	font-weight: normal
}
#speakers img, #register img {
	width: 100%;
	max-width: 100px;
	height: auto;
}
#speakers .col-md-4, #register .col-md-4 {
	display: block;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-bottom: 22px;
}
#speakers .speakers-wrapper, #register .speakers-wrapper {
	background: #ffffff;
	padding: 2rem 1rem;
}
#register h3 {
	font-size: 2.2rem;
	font-weight: normal;
	line-height: 2
}
#register .speakers-thumb {
	color: black
}
#register .speakers-thumb h3 {
	font-size: 1.5rem
}
#register .speakers-thumb h6 {
	color: #666;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 2
}
.nav-tabs {
	margin-bottom: 20px;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	color: #000000;
	font-weight: 600;
	margin-right: 2px;
	line-height: 1.42857143;
	border: none;
	border-radius: 0px;
}
.nav-tabs > li > a:hover {
	background-color: transparent;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #f2545f;
	cursor: default;
	background-color: transparent;
	border: 1px solid transparent;
	border-bottom-color: #999;
}
.tab-content {
	padding-top: 20px;
}
#register {
	background: url('../images/bottom.jpg') 50% 0 repeat-y fixed;
	background-size: cover;
	background-position: center center;
	color: #ffffff;
}
#register .form-control {
	background: transparent;
	border: 2px solid #ffffff;
	border-radius: 0px;
	color: #ffffff;
	margin-bottom: 16px;
}
#register input {
	height: 45px;
}
#register input[type="submit"] {
	background: #f2545f;
	border-radius: 100px;
	border: none;
	color: #ffffff;
	letter-spacing: 2px;
	height: 50px;
	margin-top: 12px;
	transition: all 0.4s ease-in-out;
}
#register input[type="submit"]:hover {
	background: #ffffff;
	color: #222;
}
#faq {
	background: #f9f9f9;
	padding-top: 8rem;
	padding-bottom: 8rem;
}
#faq .panel-group {
	margin-top: 32px;
}
#faq .panel-group .panel {
	margin-bottom: 8px;
}
#faq .panel-default {
	border: none;
}
#faq .panel-default>.panel-heading {
	background: #f0f0f0;
	color: #505050;
}
#faq .panel-heading {
	border: none;
	padding-top: 8px;
	padding-bottom: 6px;
}
#faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top: none;
	padding-top: 22px;
	padding-left: 32px;
	padding-bottom: 22px;
}
#faq .panel-heading .panel-title a[data-toggle="collapse"] {
	font-size: 18px;
	font-weight: 500;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 15px;
}
#faq .panel-heading .panel-title a[data-toggle="collapse"]::after {
	content: "-";
	display: block;
	position: absolute;
	line-height: 1;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
}
#faq .panel-heading .panel-title a[data-toggle="collapse"].collapsed::after {
	content: "+";
}
footer {
	background-attachment: fixed;
}

@media (max-width: 980px) {
.custom-navbar .navbar-brand {
	font-size: 2rem;
}
.custom-navbar .nav li a {
	line-height: 20px;
}
#intro {
	height: 65vh;
}
}

@media (max-width: 768px) {
.custom-navbar .navbar-brand {
	line-height: 20px;
}
#detail .col-md-4 {
	padding-top: 32px;
}
.nav-tabs > li > a {
	font-size: 13px;
}
#speakers h2 {
	font-size: 4rem;
}
}

@media (width:768px) {
.navbar-brand>img {
	max-width: 150px!important;
}
#detail .col-md-4 {
    padding: 10px;
}
#speakers h3 {
    font-size: 3rem;
}
	#register .speakers-thumb h3 {
    font-size: 1.2rem;
}
	#register .speakers-thumb h6 {
    font-size: 1rem;
}
}

@media (max-width: 760px) {
#intro {
	height: 100vh;
}
#intro h1 {
	font-size: 2rem;
}
#intro h3 {
	line-height: 1.5rem;
	font-size: 1.2rem;
}
.navbar-header {
	background-color: white
}
.custom-navbar .navbar-toggle .icon-bar {
	background: black;
	border-color: transparent;
}
.navbar-collapse {
	background-color: white
}
#register h3 {
	font-size: 2rem;
}
}
.navbar-brand>img {
	display: block;
	width: 100%;
	max-width: 200px
}
#circle canvas {
	width: 150px!important;
	height: 150px!important
}
#circle strong {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 40px;
	font-size: 3rem;
	color: #737373
}
#circle + div {
	margin-top: 1rem;
	font-size: 1.3rem;
	font-weight: 700
}
