*{
    padding:0;
    margin:0;
}
/*header,section,footer {
    background-color: rgb(236, 83, 6);
}*/
header{
    background-color: rgb(23, 22, 22);
    opacity:0.8;
    height:95px;
    width:100%;
    position:fixed;
}
h1{
    color:white;
}
header a{
    color:white;
    text-decoration:none;
}
header a:hover{
    text-decoration:underline;
}
header li{
    display:inline;
    margin-right:4vw;
}
header ul{
    position:absolute;
    right:5vw;
    top:0;
    line-height:80px;
}
h1{
    position:absolute;
    left:120px;
    top:0;
    line-height:80px;
    background-image:url(4de4a0e6bba20ac9f5090c8148ffe1c-removebg-preview.png);
    opacity:1;
    background-repeat:no-repeat;
    background-position:center;
    width:210px;
    text-indent:-9999px;
}
.news{
    background-color: antiquewhite;
    color:blue;
    height:60vh;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}
.news h2{
    font-size:60px;
}
.news p{
    font-size:18px;
    color:blue;
    margin:25px;
}
.news a{
    color:blue;
    text-decoration:none;
    border:1px solid;
    padding:10px 20px;
}
footer{
    background-color: black;
    color: #b7b7b7;
    height:60px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:14px;
}
.about{
    background-color: rgb(23, 131, 202);
    color:rgb(144, 179, 39);
    height:50vh;
    display: flex;
    flex-direction: column;
}
.about h2{
    padding:30px;
    font-size:60px;
}
.about p{
    padding:30px;
    font-size:20px;
}
.member h2{
    font-size:60px;
    text-align:center;
    width:100%;
}
.member{
    display: flex;
    flex-direction: column;  
    align-items: center;     
    background-color: #ede9db;
    padding:100px 180px 80px;
}
.member div{
    width: 300px;
    text-align: center;      
    margin-top: 10px;        
}
.member .member-content {
    display: flex;           
    justify-content: space-evenly; 
    width: 100%;             
}
.member .member-content h3{
    font-size:40px;
    margin:20px;
}
.member .member-content p{
    font-size:20px;
    line-height:1.6em;
}
.menu{
    display:none;
}
.photo{     
    background-color: #af9431;
    padding:100px 180px 80px;
    margin:auto;
    flex-wrap: wrap;
    justify-content: space-between;
  }
.photo h2{
    font-size:60px;
    text-align:center;
    width:100%;
}
.container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; 
    width: 100%;
    margin: 20px;
  }
  
.card{
    position: relative;
    width: 270px;
    margin: 10px;
  }
  
.card img{
    display: block;
    width: 100%;
    height: 100%;
  }
  
.info{
    opacity: 0;
    position: absolute;
    box-sizing: border-box;
    background-color: rgba(0,0,0,.3);
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 40px; 
  }
  
.card:hover .info {
    opacity: 1;
  }
  
.info p{
    color: #fff;
  }

.news a{
    color:blue;
    text-decoration:none;
    border:1px solid;
    padding:10px 20px;
}
footer {
    margin-top: auto; 
  }
.join{
    background-color: #774079;
    padding:100px 180px 80px;
}
.join h2{
    font-size:60px;
    text-align:center;
    width:100%;
}
.fullcolor{
    background-color: #774079;
    margin:0;
    height:100%;
}
.morephoto{
    padding:100px;
    font-size:40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 100px 180px 80px;
}
.morephoto div{
    width: 300px;
    text-align: center;
}
.morephoto img{
    width: 100%;
    border-radius: 10px;
}
article h2{
    font-size: 40px;
    text-align: center;
}
/*響應式網頁*/
@media (min-width: 768px) and (max-width: 1024px)
{
    header ul {
        display:none;
    }
    header h1{
        left:50%;
        transform:translateX(-50%);
    }
    .header li {
        display: block;
        margin: 10px 0;
    }
    .news h2{
        font-size:40px;
    }
    .menu{
        display:block;
        background-color: transparent;
        color: white;
        font-size:35px;
        position:absolute;
        top:15px;
        left:20px;
        border:none;
    }
    
    .join h2 {
        font-size: 30px; 
        text-align: center; 
        width: 100%; 
    }

    .join iframe {
        width: 100%; 
        height: auto; 
    }
    .morephoto {
        padding: 50px 20px; 
        flex-direction: column; 
        align-items: stretch; 
    }

    .morephoto div {
        width: 100%; 
        margin-bottom: 20px; 
    }
    
    .morephoto img {
        height: auto; 
    }

    article h2 {
        font-size: 30px; 
        text-align: center; 
        width: 100%; 
    }
    .member .member-content {
        flex-direction: column;
    }

    .container {
        flex-direction: column;
    }
    .join{
    background-color:#774079;
    opacity:1;
    height:95px;
    width:100%;
}
@media (max-width: 767px) {
    header {
        display: block;
    }

    header h1 {
        left:50%;
        transform:translateX(-50%);
    }

    header ul {
        display:none;
    }

    header li {
        display: block;
        margin: 10px 0;
    }

    .menu {
        display:block;
        background-color: transparent;
        color: white;
        border:none;
    }

    .member .member-content {
        flex-direction: column;
    }

    .container {
        flex-wrap: wrap;
    }

    .card {
        width: 100%;
    }

    iframe {
        width: 100%;
        height: auto;
    }
    .join{
    background-color:#774079;
    opacity:1;
    height:95px;
    width:100%;
}
@media (max-width: 767px) 
{
    .menu {
        display:block;
        background-color: transparent;
        color: white;
        border:none;
    }

    header h1 {
        left:50%;
        transform:translateX(-50%);
    }

    header ul {
        display:none;
    }

    header li {
        text-align: center; /* 文本居中 */
    }

    .news, .about, .join {
        padding: 20px; /* 調整內邊距 */
    }

    .news h2, .about h2, .join h2 {
        font-size: 36px; /* 調整標題字體大小 */
    }

    .member .member-content div {
        width: 100%; /* 讓內容區塊在容器中展開 */
    }

    .container .card {
        width: 100%; /* 卡片寬度調整為100%，以單列顯示 */
    }

    .photo, .member, .join {
        padding: 20px; /* 調整內邊距 */
    }
    .join{
    background-color:#774079;
    opacity:1;
    height:95px;
    width:100%;
    
}
}
