@charset "UTF-8";
/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: Alyssa Chan
Author URI: https://alyssa.work/
Template: twentytwentyone
Requires at least: 5.3
Tested up to: 5.8
Requires PHP: 5.6
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone-child
*/
:root {
  --global--font-family: "-apple-system", "BlinkMacSystemFont", "Helvetica Neue", "PingFang", "Microsoft YaHei", "Source Han Sans TC", "Noto Sans CJK TC", "WenQuanYi Micro Hei", sans-serif;
  --global--font-size: 1rem;
  --global--color-supportive-1: #c11d2e;
  --global--color-supportive-2: #f9b343;
  --global--color-supportive-2-light: #ffd798;
  --global--color-supportive-3: #34a5de;
  --global--color-supportive-4: #9e225f;
  --global--color-highlight-light: #d9e9c2;
  --global--color-highlight: #8cbf45;
  --global--color-highlight-darker: #6c9b2c;
  --global--color-title: #222;
  --global--color-text: #666;
  --global--color-light: #f2f2f2;
  --global--content-width: 1000px;
  --global--max-width: 90%;
  --global--line-height-body: 1.75;
  --global--shadow: 0 0 10px rgba(0,0,0,0.3);
  --global--border-radius: 10px;
  --form--border-color: var(--global--color-highlight);
  --form--border-width: 0;
}

.container {
  width: var(--global--content-width);
  max-width: var(--global--max-width);
  margin-right: auto;
  margin-left: auto;
}

.full-width {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100%;
}

.grid {
  display: grid;
  grid-gap: 35px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.responsive-container {
  overflow: hidden;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.responsive-container.ratio-1-1 {
  padding-bottom: 100%;
}
.responsive-container.ratio-4-3 {
  padding-bottom: 75%;
}
.responsive-container iframe,
.responsive-container img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.responsive-container img {
  object-fit: cover;
}
.responsive-container .overlay {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

body {
  font-family: var(--global--font-family);
  font-size: var(--global--font-size);
  color: var(--global--color-text);
}

a {
  text-decoration: none;
  color: var(--global--color-highlight);
}
a:hover {
  color: var(--global--color-highlight-darker);
}

p:not(:last-child) {
  margin-bottom: 1rem;
}

.main-header {
  padding: 15px 0;
}
.main-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-header .custom-logo {
  width: 140px;
}
.main-header ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.main-header li:not(:last-child) {
  margin-right: 15px;
}
.main-header a {
  color: var(--global--color-text);
}
.main-header a:hover {
  color: var(--global--color-highlight-darker);
}

.page-template-front-page .site-main {
  padding: 0;
}
.page-template-front-page .site-main > section {
  margin: 0;
  padding: 100px 0;
  font-size: 1.25rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-template-front-page h1, .page-template-front-page h2, .page-template-front-page h3 {
  font-weight: bold;
}
.page-template-front-page .cover {
  text-align: center;
  text-shadow: var(--global--shadow);
}
.page-template-front-page .cover h1 {
  font-size: 4rem;
  color: var(--global--color-highlight);
}
.page-template-front-page .cover .tagline {
  font-size: 2rem;
}
.page-template-front-page h2 {
  color: var(--global--color-title);
  font-size: 3rem;
  text-align: center;
  position: relative;
  width: fit-content;
  margin: 0 auto 30px auto;
  padding: 15px 30px;
  z-index: 2;
}
.page-template-front-page h2::before {
  content: "";
  width: 100%;
  height: 20px;
  background: var(--global--color-supportive-2-light);
  display: block;
  position: absolute;
  left: 0;
  bottom: 15px;
  border-radius: 20px 20px 0 0;
  z-index: -1;
}
.page-template-front-page section.image h2, .page-template-front-page #register h2 {
  color: #fff;
  text-shadow: var(--global--shadow);
}
.page-template-front-page .grid article {
  background: #fff;
  border-radius: var(--global--border-radius);
  box-shadow: var(--global--shadow);
  text-align: center;
}
.page-template-front-page .grid article h3 {
  background: var(--global--color-highlight);
  border-radius: var(--global--border-radius) var(--global--border-radius) 0 0;
  padding: 15px;
}
.page-template-front-page .grid blockquote {
  color: var(--global--color-text);
  margin: 40px 20px;
}
.page-template-front-page .grid blockquote::before {
  content: "❝";
  top: -50px;
  left: 0;
  font-size: 48px;
  color: var(--global--color-supportive-2-light);
}
.page-template-front-page .responsive-container img:hover {
  transform: scale(1.1);
  transition: all ease-in-out 0.2s;
}
.page-template-front-page .responsive-container .overlay {
  height: 50px;
  top: auto;
  background: var(--global--color-highlight);
  color: #fff;
}
.page-template-front-page form.wpcf7-form.init {
  text-align: center;
}
.page-template-front-page .wpcf7-list-item {
  margin: 0;
}
.page-template-front-page input[type=checkbox] {
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}
.page-template-front-page input[type=submit]:not(:hover):not(:active):not(.has-background) {
  background: var(--global--color-highlight);
}
.page-template-front-page .wpcf7 .wpcf7-submit,
.page-template-front-page .wpcf7 .wpcf7-submit:disabled {
  margin-left: 72px;
}

.site-footer {
  background: var(--global--color-light);
  padding: 0;
}
.site-footer a {
  color: var(--global--color-text);
}
.site-footer a:hover {
  color: var(--global--color-highlight-darker);
}

/*# sourceMappingURL=style.css.map */
