/* 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, ../../../../../usr/lib/ruby/gems/2.4.0/gems/compass-1.0.3/vendor/bundle/ruby/2.4.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, ../../../../../usr/lib/ruby/gems/2.4.0/gems/compass-1.0.3/vendor/bundle/ruby/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../usr/lib/ruby/gems/2.4.0/gems/compass-1.0.3/vendor/bundle/ruby/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../usr/lib/ruby/gems/2.4.0/gems/compass-1.0.3/vendor/bundle/ruby/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../usr/lib/ruby/gems/2.4.0/gems/compass-1.0.3/vendor/bundle/ruby/2.4.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, ../../../../../usr/lib/ruby/gems/2.4.0/gems/compass-1.0.3/vendor/bundle/ruby/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../usr/lib/ruby/gems/2.4.0/gems/compass-1.0.3/vendor/bundle/ruby/2.4.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, ../../../../../usr/lib/ruby/gems/2.4.0/gems/compass-1.0.3/vendor/bundle/ruby/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../usr/lib/ruby/gems/2.4.0/gems/compass-1.0.3/vendor/bundle/ruby/2.4.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;
}

@font-face {
  font-family: "Merryweather Light";
  src: url('/fonts/Merriweather-Light.ttf?1305064800') format('truetype');
}
@font-face {
  font-family: "Merryweather Regular";
  src: url('/fonts/Merriweather-Regular.ttf?1305064800') format('truetype');
}
@font-face {
  font-family: "Noto";
  src: url('/fonts/NotoSans-Regular.ttf?1361919600') format('truetype');
}
/* line 13, ../sass/screen.scss */
html, body {
  background-color: #101010;
  height: 100%;
  width: 100%;
  overflow: hidden;
  font-family: "Noto";
}

/* line 21, ../sass/screen.scss */
header {
  color: #f5f5f5;
  height: 100px;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  font-family: "Merryweather Regular";
}
@media screen and (max-height: 800px) {
  /* line 21, ../sass/screen.scss */
  header {
    height: 80px;
  }
}
@media screen and (max-height: 650px) {
  /* line 21, ../sass/screen.scss */
  header {
    height: 70px;
  }
}
/* line 38, ../sass/screen.scss */
header div {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  float: right;
  font-size: 20px;
  cursor: pointer;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 46, ../sass/screen.scss */
header #head-logo {
  float: left;
  font-size: 40px;
  margin-left: 300px;
}
@media screen and (max-width: 1650px) {
  /* line 46, ../sass/screen.scss */
  header #head-logo {
    margin-left: 150px;
  }
}
@media screen and (max-width: 1400px) {
  /* line 46, ../sass/screen.scss */
  header #head-logo {
    margin-left: 100px;
  }
}
@media screen and (max-width: 1200px) {
  /* line 46, ../sass/screen.scss */
  header #head-logo {
    margin-left: 75px;
  }
}
@media screen and (max-width: 700px) {
  /* line 46, ../sass/screen.scss */
  header #head-logo {
    margin-left: 37.5px;
  }
}
/* line 68, ../sass/screen.scss */
header #head-about {
  margin-right: 2em;
}
@media screen and (max-width: 500px) {
  /* line 68, ../sass/screen.scss */
  header #head-about {
    display: none;
  }
}
/* line 76, ../sass/screen.scss */
header #head-projects {
  margin-right: 300px;
}
@media screen and (max-width: 1650px) {
  /* line 76, ../sass/screen.scss */
  header #head-projects {
    margin-right: 150px;
  }
}
@media screen and (max-width: 1400px) {
  /* line 76, ../sass/screen.scss */
  header #head-projects {
    margin-right: 100px;
  }
}
@media screen and (max-width: 1200px) {
  /* line 76, ../sass/screen.scss */
  header #head-projects {
    margin-right: 75px;
  }
}
@media screen and (max-width: 700px) {
  /* line 76, ../sass/screen.scss */
  header #head-projects {
    margin-right: 37.5px;
  }
}

/* line 97, ../sass/screen.scss */
.card {
  color: #121212;
  background: #f5f5f5;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  overflow-y: auto;
}

/* line 104, ../sass/screen.scss */
.about {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 1050px), screen and (max-height: 650px) {
  /* line 104, ../sass/screen.scss */
  .about {
    display: block;
    overflow-x: hidden;
  }
}

/* The animation code */
@keyframes disp {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes none {
  0% {
    display: inline;
  }
  25% {
    display: inline;
  }
  50% {
    display: inline;
  }
  75% {
    display: inline;
  }
  100% {
    display: none;
  }
}
/* line 141, ../sass/screen.scss */
#all-frames {
  animation-timing-function: ease;
  animation-duration: 3s;
  animation-name: disp;
  z-index: 1;
  position: absolute;
  top: 100px;
  bottom: 70px;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  transition: transform 300ms ease;
}
@media screen and (max-height: 800px) {
  /* line 141, ../sass/screen.scss */
  #all-frames {
    top: 80px;
    bottom: 56px;
  }
}
@media screen and (max-height: 650px) {
  /* line 141, ../sass/screen.scss */
  #all-frames {
    top: 70px;
    bottom: 42px;
  }
}

/* line 165, ../sass/screen.scss */
#flying-logo {
  animation-timing-function: ease;
  animation-duration: 3s;
  animation-name: hide;
  opacity: 0;
  z-index: 1;
  height: 500px;
  width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("logo.png");
  background-size: 500px 500px;
}
@media screen and (max-width: 600px) {
  /* line 165, ../sass/screen.scss */
  #flying-logo {
    height: 400px;
    width: 400px;
    background-size: 400px 400px;
  }
}

/* line 187, ../sass/screen.scss */
main {
  float: left;
  height: 100%;
  -webkit-flex: 1 0;
  flex: 1 0;
  margin-right: 300px;
  margin-left: 300px;
  color: white;
}
@media screen and (max-width: 1650px) {
  /* line 187, ../sass/screen.scss */
  main {
    margin-right: 150px;
    margin-left: 150px;
  }
}
@media screen and (max-width: 1400px) {
  /* line 187, ../sass/screen.scss */
  main {
    margin-right: 100px;
    margin-left: 100px;
  }
}
@media screen and (max-width: 1200px) {
  /* line 187, ../sass/screen.scss */
  main {
    margin-right: 75px;
    margin-left: 75px;
  }
}
@media screen and (max-width: 700px) {
  /* line 187, ../sass/screen.scss */
  main {
    margin-right: 0px;
    margin-left: 0px;
  }
}
/* line 215, ../sass/screen.scss */
main .section {
  padding-right: 25%;
  padding-left: 25%;
}
@media screen and (max-width: 1200px), screen and (max-height: 700px) {
  /* line 215, ../sass/screen.scss */
  main .section {
    padding-right: 20%;
    padding-left: 20%;
  }
}
@media screen and (max-width: 700px), screen and (max-height: 650px) {
  /* line 215, ../sass/screen.scss */
  main .section {
    padding-right: 15%;
    padding-left: 15%;
  }
}
@media screen and (max-width: 600px) {
  /* line 215, ../sass/screen.scss */
  main .section {
    padding-right: 10%;
    padding-left: 10%;
  }
}
/* line 236, ../sass/screen.scss */
main #title {
  font-weight: bold;
  font-family: "Noto";
  margin-top: 50px;
}
/* line 241, ../sass/screen.scss */
main #title h3 {
  font-size: 46px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  /* line 241, ../sass/screen.scss */
  main #title h3 {
    font-size: 44px;
  }
}
@media screen and (max-width: 700px) {
  /* line 241, ../sass/screen.scss */
  main #title h3 {
    font-size: 42px;
  }
}
/* line 257, ../sass/screen.scss */
main #content {
  font-family: "Noto";
  font-size: 24px;
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.5em;
}
@media screen and (max-width: 1100px) {
  /* line 257, ../sass/screen.scss */
  main #content {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  /* line 257, ../sass/screen.scss */
  main #content {
    line-height: 1.4em;
  }
}
@media screen and (max-width: 850px), screen and (max-height: 650px) {
  /* line 257, ../sass/screen.scss */
  main #content {
    font-size: 20px;
  }
}
/* line 276, ../sass/screen.scss */
main #content a {
  outline: none;
  float: right;
  font-size: 16px;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 850px), screen and (max-height: 650px) {
  /* line 276, ../sass/screen.scss */
  main #content a {
    padding-bottom: 1em;
  }
}
/* line 288, ../sass/screen.scss */
main #content a:hover {
  text-decoration: underline;
}
/* line 293, ../sass/screen.scss */
main hr {
  height: 2px;
  background-color: #616161;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-right: 15%;
  margin-left: 15%;
  border-style: none;
}
@media screen and (max-width: 1100px), screen and (max-height: 650px) {
  /* line 293, ../sass/screen.scss */
  main hr {
    margin-right: 10%;
    margin-left: 10%;
  }
}
@media screen and (max-width: 850px), screen and (max-height: 650px) {
  /* line 293, ../sass/screen.scss */
  main hr {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
/* line 315, ../sass/screen.scss */
main #about {
  -webkit-flex: 1 0;
  flex: 1 0;
  height: 100%;
  box-sizing: border-box;
  padding: 5em;
  font-family: "Noto";
  font-size: 26px;
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.5em;
}
@media screen and (min-width: 1050px) and (min-height: 650px) {
  /* line 326, ../sass/screen.scss */
  main #about p {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1750px), screen and (max-height: 850px) {
  /* line 315, ../sass/screen.scss */
  main #about {
    font-size: 24px;
    padding: 4em;
  }
}
@media screen and (max-width: 1050px), screen and (max-height: 650px) {
  /* line 315, ../sass/screen.scss */
  main #about {
    line-height: 1.4em;
    height: auto;
  }
}
@media screen and (min-width: 950px) and (max-height: 650px) {
  /* line 315, ../sass/screen.scss */
  main #about {
    padding: 6em;
  }
}
@media screen and (max-width: 500px) {
  /* line 315, ../sass/screen.scss */
  main #about {
    font-size: 22px;
    padding: 2em;
  }
}
/* line 352, ../sass/screen.scss */
main .vr {
  -webkit-flex: 1 0;
  flex: 1 0;
  max-width: 2px;
  height: 30vw;
  background-color: #616161;
}
@media screen and (max-width: 1050px), screen and (max-height: 650px) {
  /* line 352, ../sass/screen.scss */
  main .vr {
    display: none;
  }
}
/* line 363, ../sass/screen.scss */
main #link {
  -webkit-flex: 1 0;
  flex: 1 0;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  max-width: 500px;
  font-family: "Merryweather Light";
  font-size: 32px;
  line-height: 2em;
}
@media screen and (min-width: 1050px) and (min-height: 650px) {
  /* line 373, ../sass/screen.scss */
  main #link ul {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1050px), screen and (max-height: 650px) {
  /* line 373, ../sass/screen.scss */
  main #link ul {
    padding-bottom: 1em;
  }
}
/* line 382, ../sass/screen.scss */
main #link a {
  outline: none;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
/* line 388, ../sass/screen.scss */
main #link a:hover {
  position: relative;
}
/* line 36, ../sass/_base.scss */
main #link a:hover::after {
  border-bottom: 2px solid #121212;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
}
@media screen and (max-width: 1400px) {
  /* line 363, ../sass/screen.scss */
  main #link {
    font-size: 30px;
    max-width: 400px;
  }
}
@media screen and (max-width: 1000px) {
  /* line 363, ../sass/screen.scss */
  main #link {
    max-width: 333.33333px;
  }
}
@media screen and (max-width: 1050px), screen and (max-height: 650px) {
  /* line 363, ../sass/screen.scss */
  main #link {
    font-size: 28px;
    max-width: none;
    width: 100%;
    height: auto;
  }
}

/* line 410, ../sass/screen.scss */
footer {
  height: 70px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  z-index: 2;
}
@media screen and (max-height: 800px) {
  /* line 410, ../sass/screen.scss */
  footer {
    height: 56px;
  }
}
@media screen and (max-height: 650px) {
  /* line 410, ../sass/screen.scss */
  footer {
    height: 42px;
  }
}
/* line 426, ../sass/screen.scss */
footer .selected {
  fill: white;
}
/* line 430, ../sass/screen.scss */
footer .normal {
  fill: none;
}
/* line 434, ../sass/screen.scss */
footer .circle {
  stroke-width: 1;
  stroke: white;
}
/* line 439, ../sass/screen.scss */
footer ul {
  margin: auto;
  height: 70px;
  width: 200px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-height: 800px) {
  /* line 439, ../sass/screen.scss */
  footer ul {
    height: 56px;
  }
}
@media screen and (max-height: 650px) {
  /* line 439, ../sass/screen.scss */
  footer ul {
    height: 42px;
  }
}
/* line 455, ../sass/screen.scss */
footer ul li {
  height: 70px;
  width: 70px;
  display: inline-block;
  /* non-flexbox browsers */
  -webkit-flex: 1 0;
  flex: 1 0;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-height: 800px) {
  /* line 455, ../sass/screen.scss */
  footer ul li {
    height: 56px;
  }
}
@media screen and (max-height: 650px) {
  /* line 455, ../sass/screen.scss */
  footer ul li {
    height: 42px;
  }
}
/* line 472, ../sass/screen.scss */
footer ul svg {
  height: 56px;
  cursor: pointer;
}
@media screen and (max-height: 800px) {
  /* line 472, ../sass/screen.scss */
  footer ul svg {
    height: 49px;
  }
}
@media screen and (max-height: 650px) {
  /* line 472, ../sass/screen.scss */
  footer ul svg {
    height: 42px;
  }
}
