@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap');

body,
html {
  height: 100%;
  font-size: 16px;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td,
button,
input,
select,
textarea {
  font-family: 'Noto Sans TC', '·L³n¥¿¶ÂÅé', sans-serif;
}
button.button-image {
  font-family: 'Noto Sans TC', '·L³n¥¿¶ÂÅé', sans-serif;
}

#toTop {
    position: fixed;
    bottom: 20px;
    right: 5px;
    display: none;
    background-image: url(../images/gotop.png);
    width: 50px;
    height: 50px;
    cursor: pointer;
}

a.link-text.my.nav-link.active {
  color: #d7fb06;
}

.breadcrumb-item.active {
  color: #f1780d;

  -webkit-text-stroke-color: #e8ded6;
}
