/*
	Big Picture by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
h1#logo {
  font-family: 'Amatic SC', cursive;
  letter-spacing: 0.1em;
}
.main.style2 {
    background-position: top left,center top;
}
.box.style2 {
    padding: 1.33em 2em;
}
.box header {
  margin-bottom: 0.5em;
}
.box h2 {
  font-size: 1.5em;
  line-height: 1em;
}
.box p {
  font-size: 0.85em;
  line-height: 1.75em;
}
a, .dark .box a {
    color: #3c4e3a;
}
footer a[href="/zh-tw/"] {
  font-size: .75em;
}
@media screen and (max-width: 1920px) {
  .main.style2 .content {
      width: 60%;
  }
  .main.style2.right .content {
      left: 40%;
  }
  .main.style2.left .content {
      right: 40%;
  }
  .main.style2.inactive.left .content {
    left: -60%;
  }
}
@media screen and (max-width: 1000px) {
  .langswitcher {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
}

@media screen and (max-width: 736px) {
  #logo {
    top: -0.3em;
    font-size: 1.5em;
  }
  .main.style2 .content {
      width: 65%;
      text-align: center;
  }
  .main.style2.right .content {
      left: 30% !important;
  }
  .box.style2 {
      background-color: rgba(255, 255, 255, 0.75);
      color: black;
  }
  #intro.dark p {
    text-shadow: 0px 0px 10px #000000;
  }
}
@media screen and (max-width: 599px) {
  .main.style2 .content {
      width: 100%;
      text-align: center;
  }
  .main.style2.right .content {
      left: 0% !important;
  }
}
