a.link_button {
  display: flex;
  position: relative;
  bottom: 0;
  text-decoration: none;
  background-color: #69b547;
  color: #fff;
  padding: 0.5em 1.5em;
  border-radius: 9999px;
  transition: 0.5s;
}
a.link_button:hover {
  background-color: #a2d58a;
  color: #fafafa;
}

div.section-spacer {
  height: 6vw;
}

body#template-apps-poypoy {
  background-color: #69b547;
  background-image: url("../../img/background/poypoy_bg_repeat.webp");
  background-repeat: repeat;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body#template-apps-poypoy #header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 120px 20px;
  text-align: center;
}
body#template-apps-poypoy #header h1,
body#template-apps-poypoy #header p {
  color: #fff;
  text-shadow: 0px 0px 18px rgba(105, 181, 71, 0.8);
}
body#template-apps-poypoy #header h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}
body#template-apps-poypoy #header p {
  font-size: 1.25rem;
  font-weight: bold;
}
body#template-apps-poypoy #header div.appstore-links {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
body#template-apps-poypoy #header div.appstore-links a img {
  height: 72px;
  transition: transform 0.3s ease;
}
body#template-apps-poypoy #header div.appstore-links a img:hover {
  transform: scale(1.05);
}
body#template-apps-poypoy #toc {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  padding: 40px 20px;
  background-color: rgba(250, 250, 250, 0.9);
  align-items: center;
  justify-content: start;
  text-align: center;
}
body#template-apps-poypoy #toc h2 {
  color: #69b547;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;
}
body#template-apps-poypoy #toc h2 i {
  color: #69b547;
}
body#template-apps-poypoy #toc ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  padding-left: 0;
  text-align: center;
}
body#template-apps-poypoy #toc ul li {
  display: flex;
  width: 100%;
  margin-top: 1em;
}
body#template-apps-poypoy #toc ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  color: #666;
  font-weight: bold;
  border-bottom: 2px dotted #69b547;
  padding: 0 1.5em;
  transition: color 0.3s ease;
}
body#template-apps-poypoy #toc ul li a:hover {
  color: #69b547;
}
body#template-apps-poypoy .section-type-a {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  padding: 40px 20px;
  background-color: rgba(250, 250, 250, 0.9);
}
body#template-apps-poypoy .section-type-a.section-style {
  align-items: center;
  justify-content: start;
  text-align: center;
}
body#template-apps-poypoy .section-type-a h1.section-heading {
  color: #69b547;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;
}
body#template-apps-poypoy .section-type-a div.section-type-a-body {
  padding-block: 16px;
  text-align: center;
}
body#template-apps-poypoy .section-type-a div.section-type-a-body p {
  color: #666;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  font-weight: bold;
  max-width: 600px;
}
body#template-apps-poypoy .section-type-a a.link_button {
  margin-top: 60px;
}
body#template-apps-poypoy .section-type-b {
  display: flex;
  padding: 40px 20px;
  margin: 3vw 3vw;
  border-radius: 12px;
  background-color: rgba(250, 250, 250, 0.9);
}
body#template-apps-poypoy .section-type-b.section-style {
  flex-direction: column;
  align-items: center;
  justify-content: start;
  text-align: center;
}
body#template-apps-poypoy .section-type-b h1.section-heading {
  color: #666;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  width: 100%;
  border-bottom: 3px dotted #69b547;
}
body#template-apps-poypoy .section-type-b h2.section-heading {
  color: #69b547;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}
body#template-apps-poypoy .section-type-b h3.section-heading {
  color: #666;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 16px;
}
body#template-apps-poypoy .section-type-b p {
  color: #666;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
}
body#template-apps-poypoy .section-type-b a.link_button {
  margin-top: 60px;
}
body#template-apps-poypoy footer {
  margin-top: auto;
  width: 100%;
  height: 40px !important;
  text-align: center;
  background-color: rgba(250, 250, 250, 0.9);
}
body#template-apps-poypoy footer p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
body#template-apps-poypoy .menu-toggle-wrap {
  position: fixed;
  top: 20px;
  left: -30px;
  z-index: 1000;
}
body#template-apps-poypoy .navbar-toggler {
  display: none;
  margin: 0 0 10px 30px;
  padding: 0.25rem 0.25rem;
  width: 60px;
  height: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 3px solid #fff !important;
}
body#template-apps-poypoy .navbar-toggler .toggler-bar {
  display: block;
  width: 32px;
  height: 4px;
  margin: 4px 0;
  background: #fff;
  border-radius: 3px;
  transition: all 0.3s cubic-bezier(0.4, 2.3, 0.3, 1);
  position: relative;
}
body#template-apps-poypoy .navbar-toggler:not(.collapsed) .toggler-bar:nth-child(1) {
  transform: translateY(12px) rotate(45deg);
}
body#template-apps-poypoy .navbar-toggler:not(.collapsed) .toggler-bar:nth-child(2) {
  opacity: 0;
}
body#template-apps-poypoy .navbar-toggler:not(.collapsed) .toggler-bar:nth-child(3) {
  transform: translateY(-12px) rotate(-45deg);
}
body#template-apps-poypoy div.menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body#template-apps-poypoy div.menu a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: right;
  text-align: right;
  text-decoration: none;
  background-color: rgba(105, 181, 71, 0.9);
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  border: 3px solid #fff;
  border-radius: 9999px;
  padding: 0.5em 1.5em;
  padding-left: 60px;
  transition: 0.5s;
  width: 200px;
}
body#template-apps-poypoy div.menu a:hover {
  background-color: #a2d58a;
  color: #fafafa;
  width: min(220px, 100vw);
}
@media (max-width: 991.98px) {
  body#template-apps-poypoy .menu-toggle-wrap {
    left: 0px;
  }
  body#template-apps-poypoy .navbar-toggler {
    display: flex;
    background-color: rgba(105, 181, 71, 0.9);
    border-radius: 9999px;
  }
  body#template-apps-poypoy div.menu {
    position: fixed;
    left: -30px;
    margin-top: 8px;
  }
}
@media (min-width: 992px) {
  body#template-apps-poypoy .menu-toggle-wrap {
    left: -30px;
  }
  body#template-apps-poypoy .navbar-toggler {
    display: none;
  }
  body#template-apps-poypoy div.menu.collapse {
    display: flex !important;
    visibility: visible !important;
  }
}
body#template-apps-poypoy div.menu {
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 991.98px) {
  body#template-apps-poypoy .navbar-toggler {
    display: flex;
  }
  body#template-apps-poypoy div.menu.collapse {
    display: none;
  }
  body#template-apps-poypoy div.menu.collapse.show {
    display: flex;
  }
}
@media (min-width: 992px) {
  body#template-apps-poypoy div.menu.collapse {
    display: flex !important;
  }
}

/*# sourceMappingURL=template-apps-poypoy_common.css.map */
