﻿body {
    font-size: 18px;
    line-height: 1.8em;
    color: #333;
    font-family: "微軟正黑體", "新細明體", Ariel, Helvetica, sans-serif;
}

h2 {
    text-align: center;
    color: #1344A5;
    font-weight: 700;
    padding: 20px;
}

h3 {
    text-align: center;
    color: #1344A5;
    font-weight: 200;
    padding: 20px;
}

a{
    color: #3AADFF;
}

section {
    padding: 2em;
}

.navbar {
    padding: 0rem 1rem;
    background-color: #0F1F36;
}



.nav-item {
    padding: 0px 10px;
}

.nav-link {
    padding: 0.8rem 1rem;
}


.navbar .navbar-nav>li>a:hover {
    color: #fdef96;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px)
}


.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}

.highlight {
    background-color: #d63447 !important;
    text-shadow: none;
    font-weight: bold;
}




.kv img {
    width: 100%;
}


.title{
    font-weight: 700;
    background-color: #fde24f;
    padding: 5px 10px;
    margin-right: 10px;
}

.news {
    background-color: #f0f0f0;
}

.speaker{ 
    background-color: #f0f0f0;

}

.table {
    background-color: #fff;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #D1E5F4;
}

.table tr,
.table td {
    text-align: left;
}

.table th,
.table td {
    vertical-align: middle;
}

.triangle-area {
    padding: 0px;
    background-color: #f0f0f0;
}

.triangle {
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 75px 0 75px;
    border-color: #ffffff transparent transparent transparent;
}

.card-body{
    font-size: 14px;
}



.bottom_line {
    border-bottom: 1px solid #394B6C;
}

.form_area {
    padding-left: 20%;
}

.help-block {
    color: #6E97C2;
}

/*speaker*/

.sp-box{
    text-align: center;
    padding: 15px;
}

.sp-box img{
    border-radius: 50%;
    margin-bottom: 20px;
    border: 2px solid #dee2e6;
}

.sp-name{    
    font-size: 22px;
    font-weight: 700;
    color: #004A76;
}

.modal-content{
    text-align: left;
}

.gift-txt{
    font-size: 17px;
    padding: 20px 0px;
}

.gift-txt strong{
    color: #FC9002;
}


footer {
    color: #efefef;
    background-color: #0F1F36;
    font-size: 16px;
    padding: 2% 0;
    line-height: 1.4em;
}

/*sidebar*/
#sidebarReg .register {
    color: #333;
    background-color: #fde24f;
    padding: 20px 12px;
    position: fixed;
    bottom: 8%;
    right: 0;
    border: none;
    display: block;
    font-weight: 700;
    font-size: 20px;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr ;
}

#sidebarReg .register:hover {
    background-color: #d63447;
    color: #ffffff;
}