@charset "UTF-8";
a, button {
  transition: 0.5s all ease; }

p {
  font: 400 16px/1.62  \5FAE\8EDF\6B63\9ED1\9AD4,\65B0\7D30\660E\9AD4,"微軟正黑體","黑體-繁","黑體","Microsoft Sans Serif",Helvetica,Geneva,sans-serif;
  color: #666; }

.logo {
  width: 150px;
  height: 42px;
  margin: 15px 0; }
  .logo img {
    max-height: 100%; }

.container {
  width: 90%;
  max-width: 960px;
  margin: 0 auto; }

.text-container {
  position: relative;
  width: 100%;
  padding: 30px 10px;
  background: #f5f5f5;
  text-align: center;
  border: 2px solid #eee;
  box-sizing: border-box; }

.highlight {
  color: #ee3150; }

button {
  background: #00bfd7;
  border: 1px solid #00b1c8;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.1em;
  padding: 12px 55px;
  margin: 10px 0;
  outline: none;
  text-shadow: 1px 2px #00a8be; }
  button:hover {
    background: #00c4dc;
    border: 1px solid #00c4dc;
    box-shadow: 1px 7px 30px rgba(89, 178, 189, 0.4); }

a.link-primary {
  color: #0092a4; }
  a.link-primary:hover {
    color: #00bad2; }

.mascot {
  width: 20%;
  position: absolute;
  right: 20px;
  margin-top: -100px; }

img {
  max-width: 100%; }

@media only screen and (max-width: 767px) {
  .logo {
    margin-left: auto;
    margin-right: auto;
    width: 130px; }

  .mascot {
    display: none; } }

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