/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap');

html {
    font-family: 'Noto Sans TC', sans-serif;
}

header {
    padding: 5em 0 0;
}


.logo {
    max-width: 150px;
    height: auto;
}

.but_bg {
    padding: 3em 0;
}


.ind_report {
    font-size: 1.2em;
    padding: 1em 3em;
    color: rgb(19, 14, 128);
    font-weight: 500;
    border: 0.1em solid;
    border-color: rgb(19, 14, 128);
}

.ind_report:hover {
    color: white;
    background: rgb(19, 14, 128);
    font-weight: 700;
    text-decoration: none;
}


.sig {
    padding: 0 0.5em;
    width: 8em;
}

section {
    padding: 3em 0;
}

.fixed-button {
  position: fixed;
  bottom: 0;
  right: 1em;
  z-index: 3;
}
