* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Noto Sans TC", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
header div.logo {
  display: flex;
  align-items: center;
  flex: 5 1 400px;
  margin-left: 2rem;
}
header div.logo img {
  width: 8rem;
  height: 8rem;
}
header nav {
  flex: 2 1 400px;
}
header nav ul {
  display: flex;
  list-style-type: none;
  justify-content: space-around;
}
header nav ul li a {
  color: #09777d;
  text-decoration: none;
  font-size: 1.35rem;
}
header h1 {
  font-size: 5rem;
}

main {
  background-image: url(../Picture/AT_index.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 80vh;
  width: 100%;
  position: relative;
  background-position: center;
}
main div.eventtitle {
  display: flex;
  align-items: center;
  background-color: orange;
}
main div.eventtitle img {
  width: 8rem;
  height: 8rem;
}
main div.eventtitle h1 {
  flex: 5 1 800px;
  color: black;
}
main section.backImage {
  min-height: 30vh;
  width: 100%;
  background-image: url("../Picture/LTDL.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
main section.backImage h3 {
  font-size: 3.5rem;
  color: white;
  margin: 2rem 0rem;
}
main section.backImage button.start {
  background-color: #3bf0e5;
  padding: 0.75rem 1.5rem;
  font-size: 1.5rem;
  color: white;
  border: none;
  border-radius: 1rem;
  cursor: pointer;
}
main section.backImage div.filter {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  min-height: 90vh;
  position: absolute;
  top: 0;
  z-index: -1;
}
main section.second {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 100vh;
}
main section.second h1 {
  font-size: 3rem;
  margin: 2rem 0rem;
  background-color: orange;
  color: white;
}
main section.second h2 {
  font-size: 2rem;
  margin: 2rem 0rem;
}
main section.second p {
  font-size: 1.5rem;
  background-color: skyblue;
  color: black;
}
main section.second section.cards {
  display: flex;
  width: 80%;
  min-height: 80vh;
  flex-wrap: wrap;
}
main section.second section.cards div.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 1rem;
  flex: 1 1 300px;
}
main section.second section.cards div.card img {
  margin: 1rem 0rem;
  width: 15vw;
  height: 15vw;
  border-radius: 50%;
}
main section.second section.cards div.card h4 {
  font-size: 2rem;
  margin: 1rem 0rem;
}
main section.second section.cards div.card p {
  font-size: 1.25rem;
}
main section.second section.cards div.card a {
  margin: 1rem 0rem;
  text-decoration: none;
  padding: 1rem 1.5rem;
  background-color: #09777d;
  color: white;
  font-size: 1.25rem;
}
main section.third {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 20vh;
}
main table {
  width: 75%;
  align-self: center;
  min-height: 80%;
}
main table .eventname {
  background-color: burlywood;
}
main table .eventphase {
  background-color: coral;
}
main table .evstartlist {
  background-color: red;
  list-style-type: none;
  text-align: center;
}
main table .evresult {
  background-color: blue;
  list-style-type: none;
  text-align: center;
}
main table .menelite {
  background-color: brown;
}
main table .womenelite {
  background-color: chocolate;
}
main table .menjunior {
  background-color: skyblue;
}
main table .womenjunior {
  background-color: lightgreen;
}
main table .rbook {
  background-color: firebrick;
  list-style-type: none;
  text-align: center;
}
main table .schedule {
  background-color: green;
  list-style-type: none;
  text-align: center;
}
main table li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
  list-style-type: none;
}

footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: orange;
  min-height: 10vh;
  position: fixed;
  bottom: 0vh;
  width: 100%;
}
footer div.logo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
footer div.logo img {
  width: 3vw;
  height: 3vw;
}
footer div.logo {
  display: flex;
  align-items: center;
}
footer div.logo img {
  width: 3vw;
  height: 3vw;
}
footer nav {
  flex: 2 1 400px;
}
footer nav ul {
  display: flex;
  list-style-type: none;
  justify-content: space-around;
}
footer nav ul li a {
  color: #09777d;
  text-decoration: none;
  font-size: 1.35rem;
}
footer section.links a {
  margin: 0rem 1rem;
}
footer section.links a img {
  width: 3vw;
  height: 3vw;
}

@media screen and (max-width: 1600px) {
  header div.logo {
    margin-left: 0.5rem;
  }
  header div.logo img {
    width: 6rem;
    height: 6rem;
  }
  header h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1300px) {
  header div.logo {
    margin-left: 0.5rem;
  }
  header div.logo img {
    width: 4rem;
    height: 4rem;
  }
  header h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 800px) {
  main section.second section.cards div.card img {
    width: 40vw;
    height: 40vw;
  }
}
@media screen and (max-width: 550px) {
  footer div.logo img {
    width: 15vw;
    height: 15vw;
  }
  footer section.links {
    margin-top: 1rem;
  }
  footer section.links a img {
    width: 10vw;
    height: 10vw;
  }
}/*# sourceMappingURL=style.css.map */