﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400&display=swap');

body, html {
    padding: 0;
    margin: 0;
    font-family: Noto Sans TC;
    background: #e2e3a5;
}

#container {
    width: 1000px;
    padding: auto;
    margin: auto;
    font-family: Arial;
}

#header {
    width: 100%;
    border: none;
}

#top {
    width: 1000px;
    height: 960px;
    position: relative;
    background:#BED67E
}

    #fblike {
        position: absolute;
        top: 3px;
        right: 0;
        z-index: 12;
    }

#banner {
    position: absolute;
    width: 1000px;
    height: 909px;
    z-index: 10;
    top: 0;
    left: 0;
}

#top .menu {
    width: 1000px;
    height: 109px;
    position: absolute;
    z-index: 15;
    left: 0px;
    bottom: 0;
}

#campus {
    width: 1000px;
    height: 734px;
    position: relative;
}

#life {
    width: 1000px;
    height: 1893px;
    position: relative;
}

#gift {
    width: 1000px;
    height: 2039px;
    position: relative;
}

#bible {
    width: 1000px;
    height: 778px;
    position: relative;
}

#biography {
    width: 1000px;
    height: 806px;
    position: relative;
}

#pastoral {
    width: 1000px;
    height: 762px;
    position: relative;
}


#ebook {
    width: 1000px;
    height: 400px;
    position: relative;
    background:#e9e0d7;
}

.copyright {
    font-size: 12px;
    color: #464646;
    position: absolute;
    bottom: 2px;
    left: 350px;
    z-index: 10;
    /*width: 350px;*/
    line-height: 110%;
}

#footer {
    text-align: center;
    font-size: 11pt;
    font-weight: bold;
    color: white;
    letter-spacing: 2px;
    line-height: 200%;
    background: #757557;
    /*border-bottom: 7px solid #D5DEE3;*/
}

    #footer .imp {
        font-size: 12pt;
        color: #F3E8BA;
    }

#gotop {
    display: none;
    position: fixed;
    right: 3px;
    bottom: 1px;
   /* padding: 2px 2px;*/
    cursor: pointer;
    z-index: 100;
}

#gohome {
    display: block;
    position: fixed;
    right: 3px;
    bottom: 115px;
    /*padding: 2px 2px;*/
    cursor: pointer;
    font-family: Arial;
    z-index: 100;
}
#gogift {
    display: block;
    position: fixed;
    right: 3px;
    bottom: 148px;
    padding: 2px 2px;
    cursor: pointer;
    font-family: Arial;
    z-index: 100;
}
