﻿body {
    font-family: Microsoft JhengHei;
    color: #777;
    
}


/*navbar*/

.navbar-default {
    background-color: #9E9E9E;
    border-color: #00A500;
}

.navbar {
    padding-top: -35px;             /*The original padding-top is 10px*/
}

.navbar-brand {
    color: #C0FF78;
    font-size: 60px;
    font-weight: bold;
}

.navbar-brand a {
    color: #444;
    font-weight: bold;
}


/*banner*/

#banner {
    height: 116px;
     background-image: url(../images/food_banner.jpg);
         background-position: center center;
     margin-top:-15px;                                /* This line is not origional  */     
    background-size: cover;
    margin-bottom: 30px;
}


/*col-md-4*/

.col-md-4 {
    padding: 10px 0px;
    background-color: #88FF00;
    color: #fff;
}

.col-md-4 li {
    margin-bottom: 10px;
}


/*col-md-8*/

.col-md-8 h4 {
    font-weight: bold;
}

.col-md-8 p {
    line-height:15px;
    text-align: justify;
}


/*item*/

#item {
    margin-top:-px;              /*----control item photo 與top gap   */      
}

.desc {
    padding: 5px 5px;
    border: #b3b3b3 solid 1px;
    border-top: none;
}


/*footer*/

footer {
    background-color: #5C5C5C;
    padding: 15px 0px;
    color: #ccc;
    margin-top: 15px;
}


/*Media Queries*/

@media screen and (max-width: 991px) {
    footer {
        margin-top: 30px;
    }
    .col-md-8 {
        margin-top: 30px;
    }
    .col-md-3 {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    .navbar {
        padding-top: 0px;
    }
}

@media screen and (max-width: 640px) {
    .col-md-4 {
        width: 90%;
        margin: 0px auto;
    }
    .col-md-8{
        width: 90%;
        margin: 0px auto;
        padding-top: 15px;
    }
}
