:root {
    --background-color: #e7d6c3;
    --text-color: black;
    --bar-color: #bab4a1;
    --line-color: #676059;
    --button-color: #676059;
    --float-button-color: #676059;
    --splash-bg-color: #3f3f3f;
    --footer-bg-color: #3f3f3f;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: ‘Noto Sans TC’, sans-serif;
}

div {
    font-family: ‘Noto Sans TC’, sans-serif;
    color: #5A6D7D;
}

a {
    text-decoration: none;
    color: inherit;
}

.background {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -100;
    transition: all .5s;
    background-color: #D9EDE3;
}

.wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin: 0px 260px;
}

@media only screen and (max-width: 1300px) {
    .wrapper {
        margin: 0px 0px 80px 0px;
    }
}

.front {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.front-logo {
    display: block;
    position: absolute;
    width: 40%;
    z-index: 3;
}

.front-image {
    display: block;
    width: inherit;
    border-bottom-left-radius: 50px;
    z-index: 2;
}

.banner {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: #428077;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-top: 100px;
    margin-top: -70px;
    z-index: 1;
    color: white;
}

.banner-header {
    display: block;
    font-weight: bold;
    font-size: 1.2rem;
    color: inherit;
}

.banner-subheader {
    display: block;
    font-size: 0.85rem;
    color: inherit;
}

.whatsapp-button {
    display: inline-flex;
    border-radius: 10px;
    padding: 8px 15px;
    margin: 10px 0px 0px 0px;
    font-size: 1rem;
    background-color: #28877c;
    color: white;
}

.whatsapp-button img{
    display: flex;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.info {
    display: block;
    width: 100%;
}

.info-left {
    display: block;
    width: 70%;
    float: left;
}

@media only screen and (max-width: 1000px) {
    .info-left {
        width: 100%;
    }
}

.minfo {
    display: block;
    padding: 20px;
}

.minfo-header {
    display: block;
    font-weight: bold;
    margin-top: 20px;
    font-size: 1.2rem;
}

.minfo-subheader {
    display: block;
    font-size: 0.85rem;

}

.minfo-text {
    display: block;
    margin-top: 20px;
    font-size: 0.9rem;
    line-height: 1.3rem;
}

.pinfo {
    display: block;
    padding: 20px;
}

.pinfo-header {
    display: block;
    font-weight: bold;
    font-size: 1.2rem;
}

.pinfo-title {
    display: inline-block;
    font-size: 0.9rem;
}

.pinfo-content {
    display: inline-block;
    font-size: 0.9rem;
}

.info-right {
    display: block;
    width: 30%;
    float: right;
    padding-top: 30px;
}

@media only screen and (max-width: 1000px) {
    .info-right {
        width: 100%;
    }
}

.info-right img {
    display: block;
    border-radius: 30px;
}

.info-image {
    display: block;
    width: 100%;
    margin-top: 20px;
}

.gallery {
    display: block;
    width: 100%;
}

.gallery img {
    display: block;
    border-radius: 30px;
    margin-top: 20px;
}

.news-contact {
    display: block;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.news-contact-left {
    display: block;
    width: 50%;
    float: left;
}

@media only screen and (max-width: 1000px) {
    .news-contact-left {
        width: 100%;
    }
}

.news {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: #428077;
    color: white;
    border-radius: 20px;
}

.news-header {
    display: block;
    font-weight: bold;
    font-size: 1.2rem;
    color: white;
}

.news-entry {
    display: block;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    font-size: 0.85rem;
    width: 100%;
    margin-top: 20px;
    color: white;
}

.news-tag {
    display: inline-block;
    background-color: #000000;
    color: white;
    border-radius: 20px;
    padding: 5px 10px;
    width: auto;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 0.8rem;
    vertical-align: top;
}

.news-text {
    display: block;
    color: white;
}

.news-contact-right {
    display: block;
    width: 50%;
    float: right;
}

@media only screen and (max-width: 1000px) {
    .news-contact-right {
        width: 100%;
    }
}

.contact {
    display: block;
    padding: 20px;
}

.contact-header {
    display: block;
    font-weight: bold;
    font-size: 1.2rem;
}

.contact-subheader {
    display: block;
    font-size: 0.85rem;
    margin-top: 10px;
}

.documentation {
    display: block;
    width: 100%;
    font-size: 0.8rem;
    padding: 10px;
}

.address {
    display: block;
    width: 100%;
    font-size: 0.9rem;
}

.disclaimer {
    display: block;
    width: 100%;
    font-size: 0.75rem;
}

.footer {
    display: block;
    font-size: 0.85rem;
    margin: 20px 0px;
}

.bottomButton {
    display: none;
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: 0px;
    right: 0px;
    z-index: 10;
    background-color: #055f55;
    font-weight: bold;
    color: white;
}

@media only screen and (max-width: 1000px) {
    .bottomButton {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.bottomButton img {
    display: flex;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}






















.edgeButton {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: auto;
    height: auto;
    bottom: 150px;
    right: 0px;
    z-index: 10;
    background: #28877c;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    font-size: 1rem;
    padding: 10px 10px 10px 15px;
    font-weight: bold;
    cursor: pointer;
    color: white;
}

.edgeButton img {
    display: flex;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}