p{
    color: rgb(5, 72, 72);
}

.navsize{
    font-size: 30px;
}
div#blueblue{
    color:rgb(20, 235, 239);
    font-size: 44px;
    background-image: url(../assets/img/seaa.jpg);
    background-size: cover;
    border: 5px solid;
    border-color: hotpink;
    border-radius: 10px;
    text-align:center;
    background-color: rgba(247, 216, 221, 0.907);
    padding: 30px ;
    margin: 50px auto;
}
.test{ 
    color: azure;
    font-size: xx-small;
}
.bg-primary{
background-color:antiquewhite !important;
font-size: 44px;
background-image: url(../assets/img/sea2.jpg);
background-repeat: no-repeat;
background-size: cover;
}
#redred{ 
    color: tomato;
}
.songsong{
    font-family: "Noto Serif TC", serif;
    font-size: 24px;
    color:coral;
}
body{
    font-family: 'Noto Sans TC',sans-serif;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
    font-family: 'Noto Sans TC',sans-serif;
}

.expedu_icon{
    color:pink;
}
.expedu_icon:hover{

    color:hotpink;  
}
ol.zoeylist{
    list-style-type: upper-alpha;
}

hr.blank{
    margin: 50px 0px;
}
/*
ol.zoeylist>li:hover{
    background-color: chartreuse;
}
table.zoeytable{
    width: 80%;
    background-color: khaki;
}

table.zoeytable th{
    text-align: center;
    background-color: chocolate;
    color: blanchedalmond;
    border: 3px solid pink;

}
table.zoeytable td{
    text-align: center;
    border: 3px solid pink;
}

table.zoeytable tr:nth-child(even){
    background-color: antiquewhite;
    color:black;
}

table.zoeytable tr:nth-child(odd){
    background-color: rgb(239, 218, 102);
    color: black;
}

*/

.overflowtest{
    background-color: rgba(250, 235, 215, 0.512);
    color: rgb(58, 81, 95);
    padding: 10px;
    border-radius: 10px;
    width: auto;
    margin: 30px auto;
    overflow: scroll;
}

.card-img-top{
    width: auto;
    height: 250px;
}
.dd{
    font-size: 50px;
    text-align: center;
    font-family: "PT Serif", serif;
    color: rgb(207, 217, 223) !important;
    text-transform: capitalize;

}
.center{
    text-align: center; 
    font-family: 'Noto Sans TC',sans-serif;
    
}

.mail{
    color: rgb(58, 81, 95);
    text-transform: lowercase;
}
.phone{
    color: rgb(58, 81, 95);
    text-transform: lowercase;
}
.zoey{
  width: 8%;
}
.lip{
    color: dimgray;
}
.bor{
    border: 2px solid;
    border-color: rgb(252, 189, 204);
}
.weight{
    font-weight: 100;
}
.card-img-top{
  
        width: auto;
        height: 300px; 
    }

.w-100{
    width: 100% !important;
}
.ins{
    text-align:center;
}
#about{
    background-image: url(../assets/img/skyyyy.jpeg);
    background-size: cover;
    color:antiquewhite;
}
.coolor{
    color: antiquewhite;
}
.under{
    color: rgb(40, 182, 239);
    
}
.subheading{
    font-family: serif !important;
}
.icon{
    color: rgb(173, 218, 218);
}
.icon:hover{
    background-color: rgb(98, 132, 132);
    color: rgb(173, 218, 218);
}
@media (max-width: 768px) {
    .social-icons .mx-3 {
        display: block; 
        margin-bottom: 0.5rem; 
    }
}
@media (max-width: 768px) {
    .social-icons h4 {
        font-size: 1.5rem; 
    }
}
.social-icons {
    display: flex;
    flex-direction: column; 
    gap: 0.5rem; 
    align-items: center; 
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 0.5rem; /* icon/文字之間的間距 */
    flex-wrap: wrap; /* 小螢幕自動換行 */
    font-size: 1.2rem;
}

.contact-item .label {
    font-weight: bold;
}

.contact-item a {
    text-decoration: none;
}

.social-icon i {
    font-size: 1.5rem;
    color: #333;
    transition: color 0.2s;
}

.social-icon i:hover {
    color: #007bff;
}

/* 手機字體縮小 */
@media (max-width: 576px) {
    .contact-item {
        font-size: 1rem;
    }
    .social-icon i {
        font-size: 1rem;
    }
}
.label {
    text-shadow: 
    2px 2px 4px rgba(0,0,0,0.6), 
    -1px -1px 2px rgba(255,255,255,0.3); 
   
}



