html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-family: Microsoft JhengHei;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

@media screen and (min-width: 1201px) {
  h1 {
    font-size: 33px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
  h4, span.H4 {
    font-size: 21px;
  }
  h5 {
    font-size: 19px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td,
  span {
    font-size: 17px;
  }
  p.notice,
  .smallWord {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 27px;
  }
  h3 {
    font-size: 22px;
  }
  h4, span.H4 {
    font-size: 20.5px;
  }
  h5 {
    font-size: 18.5px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td,
  span {
    font-size: 17px;
  }
  p.notice,
  .smallWord {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 27px;
  }
  h3 {
    font-size: 22px;
  }
  h4, span.H4 {
    font-size: 20.5px;
  }
  h5 {
    font-size: 18.3px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td,
  span {
    font-size: 16.8px;
  }
  p.notice,
  .smallWord {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 20px;
  }
  h4, span.H4 {
    font-size: 19px;
  }
  h5 {
    font-size: 17px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td,
  span {
    font-size: 15.5px;
  }
  p.notice,
  .smallWord {
    font-size: 13.5px;
  }
}
@media screen and (max-width: 585px) {
  h1 {
    font-size: 28.8px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 19.2px;
  }
  h4, span.H4 {
    font-size: 18.3px;
  }
  h5 {
    font-size: 16.3px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td,
  span {
    font-size: 15px;
  }
  p.notice,
  .smallWord {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 27px;
  }
  h2 {
    font-size: 22.5px;
  }
  h3 {
    font-size: 18px;
  }
  h4, span.H4 {
    font-size: 17px;
  }
  h5 {
    font-size: 15.3px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td,
  span {
    font-size: 14px;
  }
  p.notice,
  .smallWord {
    font-size: 12.5px;
  }
}
@media screen and (max-width: 376px) {
  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 21px;
  }
  h3 {
    font-size: 17px;
  }
  h4, span.H4 {
    font-size: 16px;
  }
  h5 {
    font-size: 14.5px;
  }
  h6,
  p,
  div,
  button,
  li,
  th,
  td,
  span {
    font-size: 13.5px;
  }
  p.notice,
  .smallWord {
    font-size: 12px;
  }
}
h1 {
  font-weight: 900;
}

h2 {
  font-weight: 800;
}

h3 {
  font-weight: 700;
}

h4,
h5,
h6 {
  font-weight: 600;
}

h1 {
  color: #11100e;
}
h1 span {
  color: hsl(0, 100%, 30%);
}

h2 {
  color: #302d27;
}

h3 {
  color: #4c483e;
}

h4 {
  color: #5a5549;
}

h5 {
  color: #686255;
}

h6 {
  color: #686255;
}

p,
td,
th,
ul,
li {
  color: #686255;
}
p a,
td a,
th a,
ul a,
li a {
  color: #686255;
}

a,
span {
  color: #686255;
}

a:hover {
  color: #4c483e;
}

header {
  background: linear-gradient(white, hsl(42, 30%, 90%));
  padding-bottom: 4px;
}

header#forMeta {
  width: 100%;
  display: none;
}

header#fixedHeader {
  width: 100%;
  opacity: 1;
  filter: drop-shadow(0px 3px 4px rgba(0, 0, 0, 0.2));
  position: fixed;
  top: 0px;
  left: 0px;
}

ul.topIcons {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
ul.topIcons li {
  box-sizing: border-box;
}
ul.topIcons li:first-child img#Menu_x {
  display: none;
}
ul.topIcons li:nth-child(2) a img {
  filter: drop-shadow(0px 0px 4px white);
}
ul.topIcons li:nth-child(2) a:hover img {
  filter: drop-shadow(-5px 5px 2px rgba(0, 0, 0, 0.3));
}
ul.topIcons li:last-child {
  text-align: right;
}
ul.topIcons li:last-child a img {
  filter: grayscale(0.6);
}
ul.topIcons li:last-child a:hover img {
  filter: grayscale(0);
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
  opacity: 1;
}

@media screen and (min-width: 993px) {
  ul.topIcons {
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 14px;
    height: 36px;
  }
  ul.topIcons li {
    width: 30%;
  }
  ul.topIcons li a span {
    font-weight: 800;
    color: #6b2e2e;
  }
  ul.topIcons li a:hover span {
    color: hsl(0, 100%, 30%);
  }
  ul.topIcons li:first-child {
    display: none;
  }
  ul.topIcons li:first-child img {
    visibility: hidden;
  }
  ul.topIcons li:nth-child(2) {
    text-align: left;
  }
  ul.topIcons li:nth-child(2) img {
    margin-left: 20px;
    width: 150px;
    position: relative;
    top: 3px;
  }
  ul.topIcons li:last-child img {
    width: 24px;
  }
}
@media screen and (max-width: 992px) {
  ul.topIcons {
    align-items: center;
    padding: 3px 6px 2px 6px;
  }
  ul.topIcons li {
    width: -moz-fit-content;
    width: fit-content;
  }
  ul.topIcons li:first-child {
    display: block;
  }
  ul.topIcons li:first-child img {
    width: 30px;
  }
  ul.topIcons li:nth-child(2) {
    padding-top: 2px;
    text-align: center;
  }
  ul.topIcons li:nth-child(2) img {
    width: 127.5px;
  }
  ul.topIcons li:last-child img {
    width: 30px;
  }
  ul.topIcons li:last-child span {
    display: none;
  }
}
ul.nav {
  padding: 2px;
}
ul.nav li a {
  color: #5a5549;
}
ul.nav li a span {
  color: #686255;
  opacity: 1;
}
ul.nav li div {
  display: none;
}
ul.nav li:hover {
  font-weight: 700;
}
ul.nav li:hover a {
  color: hsl(220, 45%, 24%);
  text-shadow: none;
}
ul.nav li:hover a span {
  opacity: 0.3;
}
ul.nav li:hover div {
  display: block;
}
ul.nav li:hover div p {
  text-shadow: none;
  font-weight: normal;
}
ul.nav li:hover div p a {
  color: #686255;
}
ul.nav li:hover div p:hover a {
  color: hsl(220, 25%, 30%);
}
ul.nav li.focus {
  font-weight: 700;
}
ul.nav li.focus a {
  color: hsl(220, 45%, 24%);
}
ul.nav li.focus p {
  font-weight: normal;
}
ul.nav li.focus p a {
  color: #4c483e;
}
ul.nav li.focus p.focus {
  font-weight: 700;
}
ul.nav li.focus p.focus a {
  color: hsl(220, 25%, 30%);
}
ul.nav li.focus:hover {
  font-weight: 0;
}
ul.nav li.focus:hover a {
  text-shadow: none;
}
ul.nav li div p:hover {
  font-weight: 700;
}

@media screen and (min-width: 993px) {
  ul.nav {
    margin: 0px auto;
    width: 100%;
    height: 22px;
    box-sizing: border-box;
    padding: 0px 15px;
    padding: 0px 15px 0px 187px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
  }
  ul.nav li {
    padding: 0px 10px;
  }
  ul.nav li div {
    margin-top: 2px;
    background-color: rgba(248, 246, 242, 0.95);
    padding: 10px 10px 0px 10px;
    border-radius: 0px 0px 6px 6px;
  }
  ul.nav li div p {
    padding: 10px 0px;
    border-bottom: 1px dashed rgba(104, 98, 85, 0.6);
  }
  ul.nav li div p:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 992px) {
  ul.nav {
    display: none;
  }
  ul.nav li {
    margin: 0 auto;
    width: 60%;
    box-sizing: border-box;
    border-bottom: 1px dashed rgba(104, 98, 85, 0.75);
    padding: 10px 0px;
    text-align: center;
  }
  ul.nav li div {
    height: -moz-fit-content;
    height: fit-content;
  }
  ul.nav li div p {
    padding-top: 10px;
    font-weight: normal;
  }
  ul.nav li:last-child {
    border-bottom: none;
  }
}
ul.nav li.dropDown div p:hover {
  font-weight: 600;
}

@media screen and (min-width: 1201px) {
  ul.nav li {
    font-size: 21px;
  }
  ul.nav li div p {
    font-size: 18px;
  }
  ul.nav li a span {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  ul.nav li {
    font-size: 19px;
  }
  ul.nav li div p {
    font-size: 16px;
  }
  ul.nav li a span {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  ul.nav li {
    font-size: 20px;
  }
  ul.nav li div p {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  ul.nav li {
    font-size: 19px;
  }
  ul.nav li div p {
    font-size: 16px;
  }
  ul.nav li a span {
    font-size: 14px;
  }
}
@media screen and (max-width: 585px) {
  ul.nav li {
    font-size: 18.5px;
  }
  ul.nav li div p {
    font-size: 15.5px;
  }
}
@media screen and (max-width: 480px) {
  ul.nav li {
    font-size: 18px;
  }
  ul.nav li div p {
    font-size: 15px;
  }
  ul.nav li a span {
    font-size: 13.5px;
  }
}
h1,
h2 {
  text-align: center;
}

h2.paddingTop {
  margin-top: 0;
}

h1 {
  margin-bottom: 0px;
  background-image: url("../images/background/h1bg.webp");
  background-size: cover;
  background-position: left center;
}

h2 {
  margin-bottom: 6px;
}

@media screen and (min-width: 1201px) {
  h1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  h2 {
    margin-top: 42px;
  }
}
@media screen and (max-width: 1200px) {
  h1 {
    padding-top: 76px;
    padding-bottom: 76px;
  }
  h2 {
    margin-top: 39.2px;
  }
}
@media screen and (max-width: 992px) {
  h1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  h2 {
    margin-top: 36.4px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  h2 {
    margin-top: 35px;
  }
}
@media screen and (max-width: 585px) {
  h1 {
    padding-top: 33px;
    padding-bottom: 33px;
  }
  h2 {
    margin-top: 33.6px;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  h2 {
    margin-top: 28px;
  }
}
ul.switch {
  display: flex;
  justify-content: center;
}
ul.switch li {
  margin: 10px 12px;
  background-color: #4d4d4d;
  padding: 2px 10px 3px 10px;
  border-radius: 10px;
}
ul.switch li a {
  font-weight: 600;
  color: #b3b3b3;
}
ul.switch li.focus, ul.switch li:hover {
  background-color: #2a416f;
}
ul.switch li.focus a, ul.switch li:hover a {
  color: white;
}

ul.aHrefBlock {
  display: flex;
  justify-content: center;
}
ul.aHrefBlock li {
  margin: 0px 20px;
  border-radius: 6px;
}
ul.aHrefBlock li a {
  display: block;
  padding: 10px 20px;
  font-weight: 700;
}
ul.aHrefBlock li:hover a {
  color: hsl(0, 100%, 30%);
}
ul.aHrefBlock li:first-child {
  background-color: #f5dcd6;
}
ul.aHrefBlock li:nth-child(2) {
  background-color: #f5ecd6;
}
ul.aHrefBlock li:last-child {
  background-color: #eff5d6;
}

ul.footer {
  background: linear-gradient(#f6f4ee 10%, #dbd2bd 100%);
  filter: drop-shadow(0px -4px 4px rgba(0, 0, 0, 0.2));
  margin-top: 16px;
  box-sizing: border-box;
  padding: 10px 10px 20px 10px;
}
ul.footer li {
  box-sizing: border-box;
}
ul.footer li:first-child a img {
  width: 120px;
  filter: drop-shadow(0px 0px 3px white);
}
ul.footer li:first-child a:hover img {
  filter: drop-shadow(-2px 6px 1px rgba(104, 98, 85, 0.5));
}
ul.footer li:last-child a {
  display: inline-block;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 16px;
  color: #4c483e;
  line-height: 1.3;
  filter: drop-shadow(0px 0px 10px white);
}
ul.footer li:last-child a img {
  width: 28px;
  filter: grayscale(80%);
}
ul.footer li:last-child a:hover {
  color: #141310;
  font-weight: 700;
}
ul.footer li:last-child a:hover img {
  filter: grayscale(0%);
  filter: drop-shadow(-1px 4px 1px #686255);
}
ul.footer li:last-child a.block {
  display: block;
}
ul.footer li:last-child a.block:hover {
  color: #302d27;
  font-weight: unset;
}
ul.footer li:last-child a.block:hover img {
  filter: grayscale(80%);
}

@media screen and (min-width: 586px) {
  ul.footer {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  ul.footer li:first-child {
    margin-bottom: 20px;
    padding: 0px 4px;
  }
  ul.footer li:last-child {
    width: -moz-fit-content;
    width: fit-content;
    color: #4c483e;
  }
  ul.footer li:last-child a {
    text-indent: -3rem;
    margin-left: 4rem;
  }
}
@media screen and (max-width: 585px) {
  ul.footer {
    display: block;
  }
  ul.footer li:first-child {
    margin: 0px auto 20px auto;
  }
  ul.footer li:first-child img {
    display: block;
    margin: 0px auto;
  }
  ul.footer li:last-child {
    padding: 0px 20px;
    text-align: center;
  }
  ul.footer li:last-child a img {
    margin-left: 10px;
  }
  ul.footer li:last-child a:first-child img, ul.footer li:last-child a.block img {
    margin-left: 0px;
  }
}
@media screen and (min-width: 993px) {
  ul.footer li.logo {
    font-size: 23px;
  }
}
@media screen and (max-width: 992px) {
  ul.footer li.logo {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  ul.footer li.logo {
    font-size: 21px;
  }
}
@media screen and (max-width: 585px) {
  ul.footer li.logo {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  ul.footer li.logo {
    font-size: 19px;
  }
}
@media screen and (max-width: 376px) {
  ul.footer li.logo {
    font-size: 18px;
  }
}
div.firstImg {
  overflow: hidden;
  position: relative;
}
div.firstImg img.Background {
  width: 100%;
  animation: bgPic 5.5s 1;
}
div.firstImg div.showLogo {
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
}
div.firstImg div.showLogo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
  max-width: 260px;
  filter: drop-shadow(0px 0px 10px white);
  position: relative;
  left: 25%;
}
div.firstImg div.showLogo img#footerLogo {
  margin-top: 5%;
  transform: scale(1);
  position: relative;
  opacity: 1;
  animation: First 6s 1;
}

@keyframes bgPic {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes First {
  0% {
    transform: scale(1.8);
    opacity: 0;
    left: -25%;
  }
  100% {
    transform: scale(1);
    opacity: 1;
    left: 25%;
  }
}
ul.process {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px auto 0px auto;
  width: 100%;
  max-width: 1400px;
}
ul.process li {
  border: 1px solid #b3aea2;
  filter: drop-shadow(0px 0px 4px #9c9686);
  width: 88%;
  max-width: 320px;
  border-radius: 6px;
  background-color: white;
  overflow: hidden;
  position: relative;
}
ul.process li a {
  align-items: center;
}
ul.process li a img.Process {
  width: 100%;
  transform: scale(1);
  transform-origin: center;
  transition: all 0.5s;
}
ul.process li a h3 {
  padding: 16px 0px;
  line-height: 1.5;
  text-align: center;
}
ul.process li:hover {
  background-color: #f6f4ee;
  filter: drop-shadow(0px 0px 6px #766f60);
}
ul.process li:hover a img.Process {
  width: 100%;
  transform: scale(1.06);
  transform-origin: center;
  transition: all 0.5s;
}
ul.process li:hover a h3 {
  color: hsl(220, 25%, 30%);
}

@media screen and (min-width: 586px) {
  ul.process {
    align-items: flex-start;
  }
  ul.process li {
    margin: 0px 24px 60px 24px;
  }
  ul.process li h3 {
    padding: 16px 0px;
  }
  ul.process li:last-child {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 585px) {
  ul.process li {
    margin: 0px 10px 40px 10px;
  }
  ul.process li h3 {
    padding: 10px 0px;
  }
  ul.process li:last-child {
    margin-bottom: 20px;
  }
}
ul.contracts {
  margin: 0px auto;
  width: 100%;
}
ul.contracts li {
  width: 85%;
  max-width: 280px;
  box-sizing: border-box;
  border: 1px solid #dbdad6;
  filter: drop-shadow(2px 2px 0px #dbdad6);
  background-color: rgb(252, 252, 252);
  border-radius: 2px;
  line-height: 1.3;
  position: relative;
}
ul.contracts li img.Icons {
  display: block;
  margin: 0 auto 10px auto;
  width: 50%;
  min-width: 120px;
  filter: grayscale(30%);
}
ul.contracts li h3, ul.contracts li h4 {
  text-align: center;
  line-height: 1.55;
}
ul.contracts li div.price {
  text-align: center;
}
ul.contracts li div.price p, ul.contracts li div.price h2 {
  display: inline-block;
}
ul.contracts li div.price h2 {
  margin: 4px 0px 10px 0px;
  line-height: 2;
}
ul.contracts li img.dogEar {
  display: block;
  opacity: 0;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
ul.contracts li:hover {
  filter: drop-shadow(5px 5px 0px #d0cdc8);
}
ul.contracts li:hover img.Icons {
  filter: grayscale(0%);
}
ul.contracts li:hover h3, ul.contracts li:hover h4 {
  color: hsl(220, 25%, 30%);
}
ul.contracts li:hover div.price h2 {
  color: hsl(0, 100%, 30%);
}
ul.contracts li:hover img.dogEar {
  opacity: 1;
  width: 80px;
}

@media screen and (min-width: 1201px) {
  ul.contracts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  ul.contracts li {
    margin: 4px 30px 36px 30px;
    padding: 10px 20px 40px 20px;
  }
}
@media screen and (max-width: 1200px) {
  ul.contracts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  ul.contracts li {
    margin: 4px 28px 30px 28px;
    padding: 10px 20px 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  ul.contracts {
    display: block;
  }
  ul.contracts li {
    margin: 4px auto 28px auto;
    padding: 10px 30px 40px 30px;
  }
}
div.nameCard {
  margin: 10px auto;
  width: 90%;
  max-width: 600px;
}
div.nameCard a.nameCard {
  display: block;
  filter: drop-shadow(0px 0px 6px rgba(104, 98, 85, 0.6));
}
div.nameCard a.nameCard img#nameCard {
  width: 100%;
}
div.nameCard a.nameCard:hover {
  filter: drop-shadow(3px 3px 2px #686255);
}
div.nameCard p a img {
  margin-top: 10px;
  width: 30px;
  position: relative;
  top: 4px;
  filter: grayscale(0.6);
}
div.nameCard p a:hover {
  color: hsl(220, 25%, 30%);
  font-weight: 800;
}
div.nameCard p a:hover img {
  filter: grayscale(0);
}

@media screen and (min-width: 769px) {
  div.nameCard {
    display: flex;
    align-items: center;
  }
  div.nameCard a.nameCard {
    display: block;
    width: 50%;
  }
  div.nameCard a.nameCard img#nameCard {
    width: 100%;
  }
  div.nameCard p {
    box-sizing: border-box;
    width: 50%;
    padding: 0px 20px;
    line-height: 2;
  }
  div.nameCard p a:first-child img {
    margin-top: 2px;
  }
}
@media screen and (max-width: 768px) {
  div.nameCard {
    display: block;
  }
  div.nameCard a.nameCard {
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
  }
  div.nameCard p {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 10px;
    text-align: center;
  }
}
p.worship {
  margin: 0 auto;
  width: 98%;
  max-width: 650px;
  padding: 10px;
  box-sizing: border-box;
  line-height: 1.5;
  text-indent: 2em;
}
p.worship img {
  width: 25%;
  max-width: 100px;
  min-width: 50px;
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
}

h3.hallsTitle {
  margin-top: 20px;
  margin-bottom: 4px;
  text-align: center;
}

ul.halls {
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul.halls li {
  margin: 0px 20px 20px 20px;
  width: 80%;
  max-width: 320px;
  background-color: white;
  border: 1px solid #a8a294;
  border-radius: 10px;
  overflow: hidden;
}
ul.halls li img {
  width: 100%;
  transform: scale(1);
  transform-origin: center;
  transition: all 0.3s;
}
ul.halls li h4 {
  margin-top: 16px;
  text-align: center;
}
ul.halls li p {
  margin-top: 10px;
  margin-left: 1.5rem;
  padding: 0px 16px;
  text-indent: -1.5rem;
  line-height: 2;
}
ul.halls li p a img {
  width: 20px;
  height: 20px;
  filter: grayscale(1);
}
ul.halls li p a:hover {
  color: hsl(220, 45%, 24%);
  font-weight: 700;
}
ul.halls li p a:hover img {
  filter: grayscale(0);
}
ul.halls li:hover {
  background-color: #f1ede4;
  filter: drop-shadow(-10px 6px 5px #c4c1bb);
}
ul.halls li:hover img.mainImg {
  width: 100%;
  transform: scale(1.08);
  transform-origin: center;
  transition: all 0.5s;
}

p.NatureTomb {
  margin: 8px auto 4px auto;
  width: 90%;
  max-width: 650px;
  text-indent: 30px;
  line-height: 1.4;
}

ul.natureTobm {
  width: 100%;
  box-sizing: border-box;
}
ul.natureTobm li {
  margin: 0px 20px 30px 20px;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
ul.natureTobm li img {
  margin: 0 auto;
  display: block;
  width: 100%;
}
ul.natureTobm li h3.title {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 40px;
  left: 0;
}
ul.natureTobm li div.blackCover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0px 30px;
  display: none;
}
ul.natureTobm li div.blackCover div.verticalCenter h3 {
  color: white;
  line-height: 1.4;
  text-align: center;
}
ul.natureTobm li div.blackCover div.verticalCenter p {
  margin: 0 auto;
  color: hsl(0, 0%, 85%);
  line-height: 1.5;
  text-indent: 1.8rem;
}
ul.natureTobm li:hover h3.title {
  display: none;
}
ul.natureTobm li:hover div.blackCover {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1201px) {
  ul.natureTobm {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  ul.natureTobm li {
    width: 360px;
  }
}
@media screen and (max-width: 1200px) {
  ul.natureTobm {
    display: block;
  }
  ul.natureTobm li {
    margin: 0 auto 20px auto;
    width: 60%;
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  ul.natureTobm li {
    width: 75%;
  }
}
@media screen and (max-width: 376px) {
  ul.natureTobm li {
    width: 90%;
  }
}
div.takeLook {
  margin: 0 auto 20px auto;
  width: 90%;
  max-width: 500px;
  background: linear-gradient(white, hsl(42, 7%, 95%));
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
div.takeLook img {
  display: block;
  margin-right: 10px;
  width: 20%;
}
div.takeLook h3 {
  line-height: 1.4;
}
div.takeLook h3 a {
  color: hsl(220, 25%, 30%);
}
div.takeLook h3 a:hover {
  color: hsl(0, 100%, 30%);
}

ul.towers {
  margin: 0 auto 40px auto;
  width: 100%;
  box-sizing: border-box;
}
ul.towers li {
  border: 1px solid rgba(104, 98, 85, 0.65);
  filter: drop-shadow(0px 0px 4px rgba(104, 98, 85, 0.25));
  background: radial-gradient(circle at center, white 50%, #f2f2f2 80%);
  box-sizing: border-box;
  padding: 10px 0px 16px 0px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
ul.towers li h3 {
  margin: 16px 0px;
  text-align: center;
}
ul.towers li img {
  margin: 0px 0px 20px 0px;
  display: block;
  width: 100%;
  transform: scale(1);
  transition: all 0.3s;
  border-radius: 2px;
}
ul.towers li p {
  margin: 0px 20px;
  line-height: 1.55;
}
ul.towers li p.location {
  margin-bottom: 10px;
  width: 60%;
  max-width: 120px;
  color: #4c483e;
  border-bottom: 2px solid #7b6a42;
  padding-right: 20px;
}
ul.towers li p:last-child {
  text-indent: 24px;
}
ul.towers li:hover {
  border: 1px solid rgba(104, 98, 85, 0.8);
  filter: drop-shadow(-2px 4px 3px rgba(104, 98, 85, 0.6));
  background: radial-gradient(circle at center, white 50%, #f4f2eb 80%);
  text-shadow: none;
}
ul.towers li:hover a img {
  transform: scale(1.06);
  transition: all 0.3s;
}
ul.towers li:hover a h3 {
  color: hsl(220, 45%, 24%);
}
ul.towers li:hover a p {
  color: #302d27;
}
ul.towers li:hover a p.location {
  border-bottom: 2px solid #8a0f0f;
  font-weight: 600;
}

@media screen and (min-width: 993px) {
  ul.towers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  ul.towers li {
    margin: 0px 20px 40px 20px;
    width: 30%;
    max-width: 320px;
  }
}
@media screen and (max-width: 992px) {
  ul.towers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  ul.towers li {
    margin: 0px 10px 40px 10px;
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  ul.towers {
    display: block;
  }
  ul.towers li {
    margin: 0px auto 40px auto;
    width: 90%;
    max-width: 420px;
  }
}
@media screen and (max-width: 376px) {
  ul.towers li {
    width: 96%;
  }
}/*# sourceMappingURL=index.css.map */