﻿    .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin-top: 20px;
    margin-right: 500px;
    margin-left: 100px;
    }
    
    /* LOGO 样式 */
    /* 修改样式，将 Logo 缩小为原始大小的三分之一 */
    .logo img {
    width: 100px;
    margin-left: 400px;
    }
    
    
    /* 导航样式 */
    nav {
    font-size: 20px; /* 调整导航文字大小 */
    }
    
    nav ul {
    list-style: none;
    padding: 0;
    }
    
    nav ul li {
    display: inline;
    margin-left: 70px;
    }

a {
    color: rgb(0, 0, 0);
    text-decoration: none;
}

a:hover {
    color: #BAD54F;
}

footer {
    background-color: #D3D3D4;
    color: #000000;
    text-align: center;
    position: relative;
    left: 0;
    width: 100%;
    z-index: 999;
}

.footer-row {
    margin-top: 10px;
    margin-left: 380px;
}

footer .social-media {
    display: flex;
    align-items: center;
    float: right;
    margin-right: 300px;
}

.header-text {
/*    margin-top: 280px;*/
/*    margin-left: 300px;*/
}

.social-media {
    margin-top: -10px;
}

.icon-facebook,
.icon-instagram {
    width: 40px;
}

.enlarged {
    color: rgb(0, 0, 0);
    font-size: 18px;
    line-height: 1.5;
/*    margin-top: -250px;*/
/*    margin-left: 210px;*/
}

#loader {
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 999999;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.loader-span {
    height: 5px;
    width: 5px;
    color: #000;
    box-shadow: -10px -10px 0 5px,
                -10px -10px 0 5px,
                -10px -10px 0 5px,
                -10px -10px 0 5px;
    animation: loader-38 6s infinite;
}

@keyframes loader-38 {
    0% {
        box-shadow: -10px -10px 0 5px,
                    -10px -10px 0 5px,
                    -10px -10px 0 5px,
                    -10px -10px 0 5px;
    }
    8.33% {
        box-shadow: -10px -10px 0 5px,
                    10px -10px 0 5px,
                    10px -10px 0 5px,
                    10px -10px 0 5px;
    }
    16.66% {
        box-shadow: -10px -10px 0 5px,
                    10px -10px 0 5px,
                    10px 10px 0 5px,
                    10px 10px 0 5px;
    }
    24.99% {
        box-shadow: -10px -10px 0 5px,
                    10px -10px 0 5px,
                    10px 10px 0 5px,
                    -10px 10px 0 5px;
    }
    33.32% {
        box-shadow: -10px -10px 0 5px,
                    10px -10px 0 5px,
                    10px 10px 0 5px,
                    -10px -10px 0 5px;
    }
    41.65% {
        box-shadow: 10px -10px 0 5px,
                    10px -10px 0 5px,
                    10px 10px 0 5px,
                    10px -10px 0 5px;
    }
    49.98% {
        box-shadow: 10px 10px 0 5px,
                    10px 10px 0 5px,
                    10px 10px 0 5px,
                    10px 10px 0 5px;
    }
    58.31% {
        box-shadow: -10px 10px 0 5px,
                    -10px 10px 0 5px,
                    10px 10px 0 5px,
                    -10px 10px 0 5px;
    }
    66.64% {
        box-shadow: -10px -10px 0 5px,
                    -10px -10px 0 5px,
                    10px 10px 0 5px,
                    -10px 10px 0 5px;
    }
    74.97% {
        box-shadow: -10px -10px 0 5px,
                    10px -10px 0 5px,
                    10px 10px 0 5px,
                    -10px 10px 0 5px;
    }
    83.3% {
        box-shadow: -10px -10px 0 5px,
                    10px 10px 0 5px,
                    10px 10px 0 5px,
                    -10px 10px 0 5px;
    }
    91.63% {
        box-shadow: -10px -10px 0 5px,
                    -10px 10px 0 5px,
                    -10px 10px 0 5px,
                    -10px 10px 0 5px;
    }
    100% {
        box-shadow: -10px -10px 0 5px,
                    -10px -10px 0 5px,
                    -10px -10px 0 5px,
                    -10px -10px 0 5px;
    }
}


    
@media (min-width: 769px) {
/*    .menu-icon {
        display: none;
    }*/

    .nav-list {
        display: flex;
        flex-direction: row;
    }

}

@media (min-width: 1360px) and (max-width: 1600px) {
    .header-content {
        margin-right: 300px;
    }

    .logo img {
        margin-left: 190px;
    }

    nav ul li {
        margin-left: 60px;
    }

	footer .social-media {
	right: 0;
    position: relative;
	}
	footer a{
		margin-left: 15px;
	}

    .footer-row{
        margin-left: 30px;
    }

/*	span {
        font-size: 14px;
        }*/

    .enlarged {
        margin-left: 50px;
    }
}

@media (min-width: 1024px) and (max-width: 1360px) {
    .header-content {
        margin-right: 150px;
    }

    .logo img {
        margin-left: 100px;
    }

    nav ul li {
        margin-left: 20px;
    }

/*
    span{
        font-size: 14px;
    }*/

    .footer-row {
        margin-left: -65px;
    }

    footer .social-media {
        top: -15px;
        right: -210px;
        position: relative;
    }

    .social-media {
        margin-right: 150px;
    }

    .enlarged {
        margin-left: -100px;
    }
}
/*平板&手機*/
@media (min-width: 768px) and (max-width: 1024px) {
    .header-content {
        margin-right: 150px;
    }

    .logo img {
        margin-left: -15px;
    }

    nav ul li {
        margin-left: 20px;
    }


/*    span{
        display: block;
        width: 1000px;
        font-size: 14px;
    }*/

    footer a {
        margin-left: 15px;
    }

    .footer-row{
        margin-left: -30px
    }

    footer .social-media {
        position: relative;
        top: -50px;
        margin-right: 480px;
    }

    .social-media {
        margin-right: 150px;
    }

    .icon-facebook,
    .icon-instagram {
        width: 30px;
    }

    .enlarged {
    margin-left: -120px;
    font-size: 14px;
    margin-top: -300px;
    }
}

@media (min-width: 460px) and (max-width: 768px) {

    .nav-list {
        display: none;
        position: absolute;
        top: 60px; /* 距離頂部的距離 */
        right: 0;
        background-color: #F7F8F8;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        width: 100%;
    }

    .menu-icon {
        cursor: pointer;
        font-size: 24px;
/*        position: absolute;*/
/*        right: 30px;*/
    }

    .menu-icon, .nav-list {
        flex-direction: column;
    }

    .nav-list li {
        text-align: center;
        margin: 10px 0;
    }

    .header-content {
        flex-direction: column;
        align-items: flex-start;
        margin-right: 0;
        padding: 10px 20px;
    }

    .logo img {
        margin-left: -50px;
        margin-bottom: -70px;
        width: 80px;
    }

    nav ul li {
        display: block;
        margin: 10px 0;
    }

    a {
        font-size: 18px;
    }

 /*   span{
        display: block;
        width: 1000px;
        font-size: 14px;
        right: 140px;
        position: relative;
    } */

    footer .social-media {
        justify-content: center;
        right: -350px;
        top: -50px;
        position: relative;
    }

    footer a {
        margin-left: 0;
    }
/*    .enlarged {
        margin-top: -300px;
        margin-left: -250px;
        font-size: 14px;
    }
*/
}

@media (max-width: 460px) {

    .nav-list {
        display: none;
        position: absolute;
        top: 60px; /* 距離頂部的距離 */
        right: -15px;
        width: 425px;
        background-color: #F7F8F8;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        width: 480px
    }

    .menu-icon {
        cursor: pointer;
        font-size: 24px;
/*        position: absolute;*/
        right: 30px;
    }

    .menu-icon, .nav-list {
        flex-direction: column;
    }

    .header-content {
        margin-right: 0;
    }

    .logo img {
        margin-left: -80px;
        margin-bottom: -50px;
        width: 80px;
    }

    nav ul li {
        display: block;
        text-align: center;
        margin-top: 10px;
    }

    footer{
        width: 580px;
    }


    .footer-row{
        margin-top: -10px;
        margin-left: 0px;
        margin-bottom: 20px;
    }

  /*  span{
        display: block;
        width: 370px;
        font-size: 8px;
        position: relative;
    } 
*/
    footer .social-media {
        position: relative;
        margin-top: 10px;
        margin-right: 350px;
        right: 35px;
    }

    .enlarged {
        margin-left: -250px;
        font-size: 14px;
        width: 350px;
    }

    a {
        font-size: 16px;
    }

}
