/*--------------------------------nav-----------------------------------*/

.pad{
    padding-left: 50px;
    font-family: 'Oswald', sans-serif; 
}
.pad a{
    font-family: 'Oswald', sans-serif; 
}
/*導覽列字顏色*/
.bg-light .navbar-nav .nav-link{
    color: #90AC67;
}
/*導覽列字顏色*/
.bg-light .navbar-brand,
.bg-light .navbar-text {
    color: #90AC67;
    font-size: 32px;
}
.bg-light .navbar-brand:hover{
    color: #90AC67;
}
/*滑過導覽列變字顏色*/
.bg-light .nav-item.active .nav-link,
.bg-light .nav-item:hover .nav-link {
    color: rgb(89, 104, 67);
}
/*修改子選單文字連結顏色*/
.bg-light .dropdown-item{
    color: #90AC67;
}
/*滑過子項目變底色*/
.bg-light .dropdown-item:hover{
    background-color:  rgb(89, 104, 67);
    color:#ffffff;
}
/*--------------------------------nav-----------------------------------*/
/*---------------------------------body-------------------------------------*/
#activity_top{
    background: url(../img/activity_top.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    height:710px;
}
.activity{
    color: rgb(207, 204, 204);
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 54px;
    border: 6px rgb(207, 204, 204) solid;
    padding: 0px 15px;
    margin-top:530px; 
}
.p{
    margin-top: 205px;
    background-color: #EEDAE0;
    height: 300px;
    width: 300px;
    padding: 30px;
}
.title{
    font-family: 'Oswald', sans-serif;
    font-size:32px;
    text-align: center;
    font-weight: 300;
    letter-spacing: 4px;
}
.inside{
    font-family: 'Oswald', sans-serif;
    font-size:48px;
    text-align: center;
    font-weight: 800;
    letter-spacing: 2px;
}


.join{
    padding: 40px 20px;
    background-color: rgb(188, 231, 123);
    height: 100%;
}
.join p{
    font-family: 'Oswald', sans-serif;
    font-size:5vmin;
    font-weight: 500;
    color: #fff9f9;
}
.join a{
    font-family: 'Oswald', sans-serif;
    font-size:4vmin;
    font-weight: 500;
    color: #90AC67;
    background-color: #ffffff;
    padding: 5px 15px;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-decoration:none;
}
.join a:hover{
    background-color: #90AC67;
    color: #ffffff;
    box-shadow:5px 5px rgb(105, 128, 72);
}

#uh{
    background-color: #deebbd4f;
    border: 1px rgba(255, 0, 0, 0) solid;
}
.information{
    margin: 100px auto;
    height: 700px;
}
.when,.where,.event{
    font-family: 'Oswald', sans-serif;
    font-size:3vmin;
    color: #929292;
    letter-spacing: 2px;
}
.time{
    font-family: 'Oswald', sans-serif;
    font-size:5vmin;
    color: #5f5a5a;
}
.explain{
    font-family: 'Oswald', sans-serif;
    font-size:5vmin;
    color: #5f5a5a;
    text-align: center;
}


.content{
    background: url(../img/schedule2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.bi{
    margin-bottom: 70px;
}
.table{
    margin: 0;
}
.stitle{
    font-family: 'Oswald', sans-serif;
    font-size:5vmin;
    color: #ffffff;
}
.list ul li,
.do ul li{  
    list-style-type:none;  
    margin: 20px auto;
}  
.list{
    font-family: 'Oswald', sans-serif;
    font-size:6vmin;
    color: #ffffff;
    font-weight: 500;
}
.do{
    font-family: 'Oswald', sans-serif;
    font-size:6vmin;
    color: #ffffff;
    font-weight: 500;
}
.stitle th{
    padding: 50px;
}
.map h2{
    font-family: 'Oswald', sans-serif;
    font-size:46px;
    color: #90AC67;
    font-weight: 500;
    padding: 220px 43%;
}
.j{
    margin: 0;
    padding: 0;
}
.word{
    background-color: #EEF7E2;
    height: 500px;
}

.table thead th{
    border-bottom: 1px rgba(255, 0, 0, 0) solid;
}
/*--------------------------------footer-----------------------------------*/
.down{
    background: rgb(188, 231, 123);
    max-height: 250px;
}
.down h2{
    color: #ffffff;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    padding: 20px 0;
}
.down p{
    color: #ffffff;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    padding: 20px 0;
}
/*--------------------------------footer-----------------------------------*/
.borderless td, .borderless th {
    border: none;
}