@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 21, ../sass/screen.scss */
[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}

/* line 25, ../sass/screen.scss */
html, body {
  margin: 0px;
  padding: 0px;
}

/* line 27, ../sass/screen.scss */
html {
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-position: center;
  background-color: rgba(64, 0, 128, 0.5);
  color: white;
}

/* line 37, ../sass/screen.scss */
body {
  text-align: center;
}

/* line 41, ../sass/screen.scss */
nav {
  position: fixed;
  top: 20px;
  left: 100px;
  background-color: gray;
  padding: 10px;
}
/* line 47, ../sass/screen.scss */
nav a {
  height: 50px;
  font-size: 16px;
  color: #0a5c41;
}

#head {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 260px;
  height: 10vh;
  min-height: 199px;
  max-height: 299px;
}

/* line 54, ../sass/screen.scss */
#ribbon {
  position: fixed;
  top: 0;
  height: 100vh;
}
/* line 59, ../sass/screen.scss */
#ribbon .left, #ribbon .right {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmYzMyIgc3RvcC1vcGFjaXR5PSIwLjYiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmYzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmYzMyIgc3RvcC1vcGFjaXR5PSIwLjYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 51, 0.6)), color-stop(50%, #ffff33), color-stop(100%, rgba(255, 255, 51, 0.6)));
  background-image: -moz-linear-gradient(rgba(255, 255, 51, 0.6), #ffff33 50%, rgba(255, 255, 51, 0.6));
  background-image: -webkit-linear-gradient(rgba(255, 255, 51, 0.6), #ffff33 50%, rgba(255, 255, 51, 0.6));
  background-image: linear-gradient(rgba(255, 255, 51, 0.6), #ffff33 50%, rgba(255, 255, 51, 0.6));
  position: fixed;
  z-index: 888888;
  width: 15px;
  height: 100%;
}
/* line 67, ../sass/screen.scss */
#ribbon .left {
  left: 5vw;
}
/* line 70, ../sass/screen.scss */
#ribbon .right {
  right: 5vw;
}

/* line 75, ../sass/screen.scss */
#intro,
#main {
  display: inline-block;
  max-width: none;
  width: 100%;
}

/* line 83, ../sass/screen.scss */
#intro {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDBmZiIgc3RvcC1vcGFjaXR5PSIwLjYiLz48c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzAwMDBmZiIgc3RvcC1vcGFjaXR5PSIwLjYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDAwODAiIHN0b3Atb3BhY2l0eT0iMC44NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 255, 0.6)), color-stop(70%, rgba(0, 0, 255, 0.6)), color-stop(100%, rgba(64, 0, 128, 0.86)));
  background-image: -moz-linear-gradient(rgba(0, 0, 255, 0.6), rgba(0, 0, 255, 0.6) 70%, rgba(64, 0, 128, 0.86));
  background-image: -webkit-linear-gradient(rgba(0, 0, 255, 0.6), rgba(0, 0, 255, 0.6) 70%, rgba(64, 0, 128, 0.86));
  background-image: linear-gradient(rgba(0, 0, 255, 0.6), rgba(0, 0, 255, 0.6) 70%, rgba(64, 0, 128, 0.86));
  color: white;
  padding-bottom: 50px;
}
/* line 88, ../sass/screen.scss */
#intro h1 {
  font-size: 36px;
  padding: 15px;
}
/* line 92, ../sass/screen.scss */
#intro h3 {
  font-size: 24px;
  padding: 5px;
}
/* line 96, ../sass/screen.scss */
#intro h4 {
  font-size: 22px;
  padding: 5px;
}
/* line 100, ../sass/screen.scss */
#intro div {
  max-width: 420px;
}
/* line 102, ../sass/screen.scss */
#intro div p {
  padding: 10px;
  background-color: #8080ff;
  font-size: 22px;
  font-family: sans-serif, Arial;
  text-align: left;
  line-height: 121%;
  color: #333;
}
/* line 111, ../sass/screen.scss */
#intro div a {
  text-decoration: none;
  color: darken, purple, 10;
}

/* line 119, ../sass/screen.scss */
#main {
  background-color: rgba(64, 0, 128, 0.86);
}

/* line 123, ../sass/screen.scss */
#main > #control-port {
  display: inline-block;
  padding: 5%;
  border-radius: 15px;
  moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
/* line 130, ../sass/screen.scss */
#main > #control-port a {
  color: #d9d9d9;
  cursor: pointer;
  padding: 10px;
  width: 150px;
  border-radius: 15px;
  moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
/* line 139, ../sass/screen.scss */
#main > #control-port a:hover, #main > #control-port a:active, #main > #control-port a.active {
  background-color: rgba(223, 191, 32, 0.7);
  color: white;
}

/* line 147, ../sass/screen.scss */
#intro > div,
#main > div {
  display: inline-block;
  width: 88%;
  min-width: 360px;
  max-width: 960px;
  padding: 1%;
  vertical-align: top;
  font-size: 22px;
}

/* line 158, ../sass/screen.scss */
#main > .recorder > p {
  padding: 10px;
  padding-left: 46px;
  background-color: #d9d9a6;
  font-size: 22px;
  margin-top: 0px;
  font-family: "Architects Daughter","Helvetica Neue",Helvetica,Arial,"微軟正黑體",sans-serif;
  line-height: 121%;
  text-align: left;
  color: #333;
}
/* line 169, ../sass/screen.scss */
#main > .recorder > p:not(.start):first-letter {
  margin-left: -36px;
}

.recorder p {
  text-align: left;
  font-size: 32px;
  line-height: 1.62;
}

/* line 175, ../sass/screen.scss */
.open {
  opacity: 0;
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

/* line 181, ../sass/screen.scss */
.move1 {
  position: relative;
  left: 25%;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

/* line 187, ../sass/screen.scss */
.move2 {
  position: relative;
  left: -25%;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

/* line 193, ../sass/screen.scss */
.invis {
  opacity: 0;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}

/* On screens that are 810px or less, set the background color to olive */
@media screen and (max-width: 1020px) {
  #intro > div, #main > div {
    width: 80% !important;
  }
  #control-port {
    display: inline-block;
    padding: 0;
    margin: 0 !important;
    width: 100vw !important;
  }
  .recorder p {
    text-align: left;
    font-size: 22px !important;
    line-height: 1.62;
  }
  #ribbon .left {
    left: 0;
    max-width: 1.2vw;
  }
  /* line 70, ../sass/screen.scss */
  #ribbon .right {
    right: 0;
    max-width: 1.2vw;
  }
}
