html, body {
  height: 100%;
  width: 100%;
}

a{
	text-decoration: none;
}

h1{
  font-size: 24px;
  font-family: "微軟正黑體";
  font-weight: bold;
}

h2{
  font-size: 20px;
  font-family: "微軟正黑體";
  font-weight: bold;
}

body { padding-top: 70px; }


/* -------Navbar------- */

.navbar {
  background-color: #FFFFFF;
  padding: 0px;
  font-size: 18px;
}

.navbar-brand {
  padding-left: 10px;
}

.nav-item {
  padding: 4px 15px 4px 15px;
}

.nav-link {
  padding: 30px;
  color:#333333;
  font-family: 'Noto Sans TC', sans-serif;
}

.nav-link:hover{
  color: #e9813b;
}

.nav-item-serve, .dropdown {
  background-color: #ED7D31;
}

.nav-link-serve, .dropdown-toggle {
  transition: 0.5s;
  color: white;
}

.dropdown-toggle:hover {
  color: white;
}

.dropdown-toggle:focus {
  color: white;
}

.nav-link-serve:hover{
  color: white;
  opacity: 0.7;
}

/* -------Footer------- */

.Footer {
  display: flex;
  flex-direction: column;
  font-family: "微軟正黑體";
  padding-left: 20px;
  padding-top: 20px;
  background-color: #595959;
  color: white;
}

.footer_content_title {
  padding: 10px;
}

.footer_content {
  padding: 10px 10px 10px 50px;
  display: flex;
  flex-direction: row;
}

.footer_content_cell {
  align-items: center;
  width: 33.333%;
}

.footer_content_cell a{
  padding: 5px;
  color: white;
}

.footer_content_cell a:hover{
  color: #ED7D31;
}

.copyright {
  padding: 20px 10px 10px 10px;
  text-align: center;
  font-size: 10px;
  font-family: 'Noto Sans TC', sans-serif;
}

@media (max-width: 900px) {
  .footer_content {
    font-size: 12px;
  }
}

@media (max-width: 700px) {
  .footer_content_cell {
    width: 80%;
  }
  .footer_content {
    align-items: center;
    flex-direction: column;
    padding: 5px;
  }
}

/* -------carousel------- */

.carouselExampleIndicators {
  max-height: 100%;
}

.carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  bottom: initial;
  font-family: "微軟正黑體";
  font-size: 48px;
  font-weight: bold;
}

/* -------content page------- */

.content_wrapper {
  padding: 10px;
  background-color: #F4EEE0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.content_wrapper div{
  margin: 10px;
}

.content_wrapper_login {
  padding: 30px;
}

.listgroup {
  margin: 10px;
  padding: 10px;
  background-color: white;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.listgroup a{
  font-size: 18px;
  font-family: 'Noto Sans TC', sans-serif;
  color: #333333;
  background-color: #FFFFFF;
  border-color: #dddddd;
  text-decoration: none;
  display: inline-block;
}

.list-group-flush li{
  text-align: center;
}

.listgroup a:hover{
  font-weight: bold;
}

.right_content {
  width: 60%;
}


@media (max-width: 700px) {

  .content_wrapper {
    padding: 2px;
  }

  .left_content {
    width: 10%;
  }

  .right_content {
    width: 85%;
  }

}

.article {
  background-color: white;
  margin: 10px;
  padding: 15px;
}

.serve_title {
  color: #583526;
}

.serve_title h1{
  font-size: 28px;
}

.serve_title a{
  color: white;
}

.btn-sm {
  border-color: #ED7D31;
  background-color:#ED7D31;
  color: white;
}

.btn-sm:hover {
  background-color: #db7a39;
  border-color: #db7a39;
}

.article_content {
  padding: 10px 25px 10px 25px;
  font-family: '微軟正黑體';
  font-size: 18px;
}

.article_content h2 {
  font-size: 20px;
}

.article_images{
  padding-left: 5px;
  padding-top: 10px;
  text-align: center;
}

.article_description {
  line-height: 26px;
  padding: 5px;
  padding-bottom: 40px;
}

/* -------News------- */

.News_wrapper {
  padding: 40px;
}

.news_title {
  padding: 10px 200px 20px 200px;
}

.news_square {
  margin-left: 180px;
  margin-bottom: -40px;
  height: 22px;
  width: 16px;
  background-color: #eb8d4f;
}

.news_title h1{
  font-size: 36px;
}

.news_content {
  padding: 5px;
}

.news_content table{
  margin: auto;
  width: 70%;
}

.news_content table td{
  font-size: 18px;
  font-family: "微軟正黑體";
  border: 1px;
  border-style: dashed;
  border-color: #b9b9b9;
  padding: 5px;
  padding-left: 10px;
}

.news_content table td a, .news_date{
  font-family: 'Noto Sans TC', sans-serif;
  color: #696868;
  font-size: 16px;
  margin-right: 5px;
}

.news_content table td a{
  color: #494949;
}

.news_link:hover {
  color: #858484;
}

.news_pagination {
  padding-top: 30px;
  font-family: 'Noto Sans TC', sans-serif;
}

.pagination .active a{
  background-color: #ED7D31;
  border-color: #ED7D31;
}

.pagination .active a:hover{
  background-color: #e4762c;
  color: white;
}

.pagination a{
  color: #ED7D31;
}

.pagination a:hover{
  color: #ED7D31;
}

/*-----backstage-----*/

.container {
  background-color: #F4EEE0;
}

textarea {
  resize: none;
}

.title {
	padding-left: 30px;
}

.body-container {
	margin-bottom: 80px;
}

.small-label {
  font-size: 10px;
  color: #595959;
}

/*-----news_panel-----*/

.panel-author h3{
  color: #595959;
  padding-left: 15px;
}

.panel-content {
  padding: 30 20 30 20px;
}

.panel-content h3{
  padding: 50px;
  line-height: 25px;
}