/* h2{
    color:red;
}
p{
    color:blue;
    font-size:36px;
} */
* {
    padding: 0;
    margin: 0;
    font-family: "Helvetica", "Arial","LiHei Pro","黑體-繁","微軟正黑體", sans-serif;
}
/* header, section, footer {
    background-color: #d6ccc2;
    border: 5px #9d8189 solid;
    padding: 30px, 20px;
    margin: 30px;
} */
header {
    background-color: rgba(35, 28, 26, 0);
    height: 80px;
    width: 100%;
    /* position: fixed; */
}
/* h1{
    color: white;
} */
header a{
    color: rgb(0, 0, 0);
    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{
    color: rgb(0, 0, 0);
    position: absolute;
    left: 120px;
    top: 0;
    line-height: 80px;
}

.one{
    background-color: antiquewhite;
    color:white;
    height:95vh;
    opacity: 0.6;
    background-image: url("images/1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* .one::before{
    content: "";
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.6);
} */

.one h2{
    font-size: 60px;
    margin-top: 60px;
    color:#000000;
}

.one b{
    color:#252525;
    font-size:22px;
    margin: 25px 0;
}

.one p{
    color:#252525;
    font-size:18px;
    margin: 25px 0;
}

.one a{
    color:white;
    text-decoration: none;
    border: 1px solid #ACACAC;
    border-radius: 5px;
    padding: 10px 20px;
}

.two {
    background-color: #485652;
    color:white;
    height:250px;
    display:flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 1.8em;
}

footer {
    background-color: #000000;
    color:#B7B7B7;
    height:60px;
    display:flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.three{
    display: flex;
}

.three img{
    width: 50%;
}

.info{
    width: 50%;
    background-color: white;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.info h2{
    font-size:40px;
    margin-bottom: 30px;
}

.info p{
    text-align: center;
    line-height: 2em;
}