@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Yellowtail&display=swap');
  * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* font-family: 'Noto Sans TC', sans-serif; */
  }

  body {
    height: 100vh;
    font-family: 'Noto Sans TC', sans-serif !important;
  }

  .wrapper {
    height: 100vh;
  }

  .myShadow {
    box-shadow: 0 5px 10px rgb(158, 158, 158);
  }

  /* .myBtn {
    background-image: linear-gradient(to right, rgba(136, 157, 104, 0.8) 0%, rgba(66, 74, 47, 0.8) 100%);
    border: none !important;
    border-radius: 50px !important;
    font-weight: bold !important;
    font-size: 20px !important;
  }

  .myBtn:hover {
    background-image: linear-gradient(to right, rgba(66, 74, 47, 0.8) 0%, rgba(136, 157, 104, 0.8) 100%);
  } */

  .navbar {
    background: rgba(223, 223, 223);
  }

  .navbar .navbar-brand {
    height: 80px;
  }

  .navbar .navbar-brand img {
    height: 70px;
  }

  nav .nav li a {
    color: black;
  }

  navbar ul li.nav-item .active a {
    color: white;
  }

  .nav-link.active,
  .nav-link:focus,
  .dropdown-item.active,
  .dropdown-item:focus {
    background-color: #69696a !important;
    border-radius: 5px;
    color: #fff;
  }

  .carousel-inner img {
    width: 100%;
    height: 100%;
  }



  thead th:first-child,
  tbody td:first-child {
    width: 20em;
  }


  footer {
    background: rgba(223, 223, 223, 0.8);
    position: fixed;
    height: 80px;
    bottom: 0;
    width: 100%;
}