/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
    font-family: "微軟正黑體", "Microsoft JhengHei", "黑體-繁", "STHeiti Light", "蘋果儷中黑", "Apple LiGothic Medium";
    color: #333;
    min-width: 320px;
    font-size: 15px;
    -webkit-background-size: 100%;
         -o-background-size: 100%;
            background-size: 100%;
    line-height: 1.8em;
    margin: 0 auto;
        background-color: rgb(205, 227, 214);
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*margin: 0 0 35px;*/
    margin: 0;
    letter-spacing: 1px;
    text-align: center;
}

p {
    margin: 0 0 5px;
    font-size: 18px;
    line-height: 1.5;
}



a {
    color: #31B0D5;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #0e88ab;
}

.light {
    font-weight: 400;
}




::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255, 255, 255, .2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255, 255, 255, .2);
}
img{
    /*width: 100%;*/
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255, 255, 255, .2);
}

header{
    width: 100%;
    background:#fff;
    padding: 3% 0 3% 0;
    border-bottom: 1px #ccc solid;
    margin: 0 auto;
    text-align: center;
    position: fixed;
    top:0;
    z-index: 20;
    min-width: 320px;
}
.container{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
   
}
