/*--------------------------------nav-----------------------------------*/

.pad {
    padding-left: 50px;
    font-family: 'Oswald', sans-serif;
}

.pad a {
    font-family: 'Oswald', sans-serif;
}

/*導覽列字顏色*/

.bg-light .navbar-nav .nav-link {
    color: rgb(127, 209, 187);
}

/*導覽列字顏色*/

.bg-light .navbar-brand,
.bg-light .navbar-text {
    color: rgb(127, 209, 187);
    font-size: 32px;
}

.bg-light .navbar-brand:hover {
    color: rgb(127, 209, 187);
}

/*滑過導覽列變字顏色*/

.bg-light .nav-item.active .nav-link,
.bg-light .nav-item:hover .nav-link {
    color: rgb(55, 102, 91);
}

/*修改子選單文字連結顏色*/

.bg-light .dropdown-item {
    color: rgb(127, 209, 187);
}

/*滑過子項目變底色*/

.bg-light .dropdown-item:hover {
    background-color: rgb(79, 161, 140);
    color: #ffffff;
}

/*--------------------------------nav-----------------------------------*/

/*---------------------------------body-------------------------------------*/

#theme_top {
    background: url(../img/restaurant_top.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    height: 450px;
}

.book {
    background-color: #95EED6;
    height: 150px;
}

.book a {
    color: rgb(127, 209, 187);
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 33px;
    background-color: #ffffff;
    margin: auto;
    padding: 5px 15px;
    box-shadow: 15px 11px rgb(92, 187, 162);
}
.book a:hover{
    text-decoration: none;
    background-color: rgb(227, 160, 236);
    color:rgb(250, 250, 250);
    box-shadow: 15px 11px rgb(217, 86, 235);
}
.line {
    border: 7px white solid;
}

.inc {
    margin-bottom: 70px;
}

.inc h2 {
    font-family: 'Bangers', cursive;
    font-size: 42px;
    color: rgb(116, 236, 176);
    margin: 50px;
}

.word {
    padding: 50px 65px;
    font-family: '微軟正黑體', sans-serif;
    font-size: 4vmin;
    color: #ffffff;
    background-color: #95EED6;
    box-shadow: 60px 30px rgb(109, 202, 177);
    text-align: center;
}

.ti {
    background-color: #74C2C9;
    height: 100%;
    font-family: 'Bangers', cursive;
    font-size: 7vw;
    color: #ffffff;
    padding: 0 50vmin;
}

.map {
    background: url(../img/restaurant_map.png);
    background-repeat: no-repeat;
    background-position: center;
    height:530px;
    width: 95vw;
    position: relative;
    margin-top:0;
    margin-left:auto;
    margin-right: auto;  
}

.to {
    margin: 10px;
}

.photo {
    font-family: 'Bangers', cursive;
    font-size: 42px;
    color: rgb(110, 202, 181);
    margin: 50px;
}

.pic {
    margin: 0 auto;
}

.us {
    margin-bottom: 30px;
}

/*---------------------------------body-------------------------------------*/

/*--------------------------------footer-----------------------------------*/

.down {
    background: #95EED6;
    max-height: 250px;
}

.down h2 {
    color: #ffffff;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    padding: 20px 0;
}

.down p {
    color: #ffffff;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    padding: 20px 0;
}

/*--------------------------------footer-----------------------------------*/
