﻿
body {
    font-family: 微軟正黑體, verdana, Times New Roman;
    background: url(../img/web-01.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

h1, h2, h3, h4, h5, h6 {
    /*text-transform: uppercase;*/
    letter-spacing: 3px;
    font-weight: 400;
}

p {
    font-size: 1.15em;
    line-height: 1.6;
    color: #000;
}

hr {
    border-color: #999999;
    /*max-width: 400px;*/
}

.brand,
.address-bar {
    display: none;
}


.navbar-brand {
    /*text-transform: uppercase;*/
    letter-spacing: 2px;
    font-weight: 900;
}

.navbar-nav {
    /*text-transform: uppercase;*/
    letter-spacing: 3px;
    font-weight: 400;
}

.img-full {
    min-width: 100%;
}

.brand-name {
    font-weight: 700;
    font-size: 1.5em;
    text-transform: capitalize;
    letter-spacing: normal;
}

.tagline-divider {
    margin: 15px auto 3px;
    border-color: #999999;
    max-width: 250px;
}

.box {
    background: #fff;
    background: rgba(255,255,255,0.9);
    margin-bottom: 20px;
    padding: 30px 15px;
}

.intro-text {
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    font-size: 2em;
    font-weight: 400;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

.form-group {
    font-size: 1.15em;
}

div.form-group {
    padding: 10px 20px 0 20px;
    line-height: 1.5em;
}

.form-group label {
    font-weight: normal;
}

footer {
    background: #fff;
    background: rgba(255,255,255,0.9);
}

    footer p {
        margin: 0;
        padding: 50px 0;
    }

@media screen and (min-width: 768px) {

    .brand {
        font-family: "標楷體", "DFKai-sb";
        display: inherit;
        font-weight: bold;
        font-size: 64px;
        line-height: normal;
        text-align: center;
        margin: 0;
        padding: 30px 0 10px;
        color: #EEE;
        /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);*/
        text-shadow: 5px 5px 2px #333;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        text-align: right;
        margin: 0;
        padding: 0 20px 0 0;
        font-size: 15px;
        /*text-transform: uppercase;*/
        font-weight: 400;
        color: #fff;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }

        .address-bar ul li {
            float: right;
            padding: 0 0.5em;
            list-style: none;
        }

            .address-bar ul li a {
                color: #fff;
            }

        .address-bar .active a {
            color: #F00;
        }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }

    .navbar-default {
        background: #fff;
        background: rgba(255,255,255,0.9);
        border: none;
    }

    .nav > li > a {
        padding: 20px;
    }

    .navbar-nav > li > a {
        line-height: normal;
    }

    .navbar-nav {
        float: none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
        font-size: 17px;
        letter-spacing: 1px;
    }
}

@media screen and (min-width: 1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 960px;
    }
}

@media (max-width: 768px) {
    .box {
        margin: 1em;
    }
}

div#divstyle {
    background: none repeat scroll 0 0 rgba(255, 255, 233, 0.8);
}

div#divsupport {
    background: none repeat scroll 0 0 rgba(236, 235, 218, 0.8);
}

div#divmotivation {
    background: none repeat scroll 0 0 rgba(228, 241, 189, 0.6);
}

div#divrecord {
    background: none repeat scroll 0 0 rgba(239, 239, 239, 0.8);
}

.box h2 {
    border-bottom: #CCC solid 1px;
    border-top: #CCC solid 1px;
    line-height: 2em;
}

div#divbanner {
    border: 1px solid #efefef;
    background: none repeat scroll 0 0 rgba(239, 239, 239, 0.8);
}
