/*--------------------------------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(170, 140, 206);
}

/*導覽列字顏色*/

.bg-light .navbar-brand,
.bg-light .navbar-text {
    color: rgb(170, 140, 206);
    font-size: 32px;
}

.bg-light .navbar-brand:hover {
    color: rgb(170, 140, 206);
}

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

.bg-light .nav-item.active .nav-link,
.bg-light .nav-item:hover .nav-link {
    color: rgb(98, 77, 123);
}

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

.bg-light .dropdown-item {
    color: rgb(170, 140, 206);
}

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

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

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

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

#theme_top {
    background: url(../img/tv_top.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
    overflow: hidden;
    height: 500px;
    z-index: 1;
}


.line {
    border: 7px white solid;
}

.inc {
    margin-bottom: 70px;
}

.inc h2 {
    position: relative;
    font-family: 'Concert One', cursive;
    font-size: 10vmin;
    color: rgb(146, 121, 203);
    margin: -50px 0 5px 0px;
    text-shadow: 0.5vmin 0.7vmin rgb(255, 199, 123);
    z-index: 5;
}

.inc p {
    position: relative;
    font-family: '微軟正黑體', cursive;
    color: rgb(146, 121, 203);
    font-weight: 600;
    font-size: 4vmin;
    z-index: 6;
}

.word {
    padding: 50px 80px;
    font-family: '微軟正黑體', sans-serif;
    font-size: 2.5vmin;
    color: #504957;
    background-color: rgb(255, 227, 111);
    text-align: center;
    border-radius: 30px;
    line-height: 5vmin;
    letter-spacing: 1px;
    position: relative;
}

.ti {
    height: 100%;
    font-family: '微軟正黑體', cursive;
    font-size: 4vmin;
    color: rgb(146, 121, 203);
    font-weight: 700;
}

.map {
    background: url(../img/tv_charac.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    overflow: hidden;
    height: 1000px;
}

.to {
    margin: 50px;
}

.photo {
    font-family: 'Bangers', cursive;
    font-size: 42px;
    color: rgb(106, 171, 228);
    margin: 50px;
}

.laba {
    position: absolute;
    right: -50px;
    ;
    top: -50px;

}

.tel {
    position: absolute;
    left: -50px;
    ;
    bottom: -50px;

}

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

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

.down {
    background: rgb(145, 127, 170);
    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-----------------------------------*/
