/* noto-sans-regular - latin */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/noto-sans-v27-latin-regular.eot"); /* IE9 Compat Modes */
  src:
    local(""),
    url("./fonts/noto-sans-v27-latin-regular.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("./fonts/noto-sans-v27-latin-regular.woff2") format("woff2"),
    /* Super Modern Browsers */ url("./fonts/noto-sans-v27-latin-regular.woff") format("woff"),
    /* Modern Browsers */ url("./fonts/noto-sans-v27-latin-regular.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("./fonts/noto-sans-v27-latin-regular.svg#NotoSans") format("svg"); /* Legacy iOS */
}

/* line 17, ../../../../../../Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/gem/gems/compass-0.12.6/frameworks/compass/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, ../../../../../../Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/gem/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/gem/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol,
ul {
  list-style: none;
}

/* line 26, ../../../../../../Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/gem/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/gem/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/gem/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q,
blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/gem/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/gem/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/gem/gems/compass-0.12.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

/* line 10, ../sass/site.sass */
html,
body {
  height: 100%;
  background-color: black;
  -webkit-font-smoothing: antialiased;
}
/* line 15, ../sass/site.sass */
html *,
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 20, ../sass/site.sass */
body {
  font:
    400 1em/1.6 "Noto Sans",
    sans-serif;
}

/* line 23, ../sass/site.sass */
a {
  color: #999999;
  text-decoration: underline;
}
/* line 26, ../sass/site.sass */
a:hover {
  text-decoration: none;
}

/* line 29, ../sass/site.sass */
header {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  display: table;
  width: 100%;
  height: 250px;
  background-color: black;
  background-image: url(../images/photo.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media only screen and (min-width: 600px) {
  /* line 29, ../sass/site.sass */
  header {
    height: 100%;
  }
}
/* line 42, ../sass/site.sass */
header .wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
/* line 48, ../sass/site.sass */
header h1 {
  margin-bottom: 20px;
  color: transparent;
  font-size: 20px;
}
@media only screen and (min-width: 600px) {
  /* line 48, ../sass/site.sass */
  header h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 800px) {
  /* line 48, ../sass/site.sass */
  header h1 {
    font-size: 60px;
  }
}
/* line 56, ../sass/site.sass */
header svg {
  display: block;
  margin: 0 auto 20px;
}
/* line 59, ../sass/site.sass */
header svg .fill {
  fill: transparent;
}
/* line 62, ../sass/site.sass */
header.color-1 h1,
header.color-1 p {
  color: #ff2960;
}
/* line 64, ../sass/site.sass */
header.color-1 svg .fill {
  fill: #ff2960;
}
/* line 67, ../sass/site.sass */
header.color-2 h1,
header.color-2 p {
  color: #00d8ff;
}
/* line 69, ../sass/site.sass */
header.color-2 svg .fill {
  fill: #00d8ff;
}
/* line 72, ../sass/site.sass */
header.color-3 h1,
header.color-3 p {
  color: #00ff5a;
}
/* line 74, ../sass/site.sass */
header.color-3 svg .fill {
  fill: #00ff5a;
}
/* line 77, ../sass/site.sass */
header.color-4 h1,
header.color-4 p {
  color: #eaff00;
}
/* line 79, ../sass/site.sass */
header.color-4 svg .fill {
  fill: #eaff00;
}

/* line 82, ../sass/site.sass */
footer {
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 25%,
    rgba(0, 0, 0, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 25%,
    rgba(0, 0, 0, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 25%,
    rgba(0, 0, 0, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  padding: 60px 30px 30px 30px;
}
@media only screen and (min-width: 600px) {
  /* line 82, ../sass/site.sass */
  footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 40px;
    text-align: center;
  }
}
/* line 91, ../sass/site.sass */
footer p {
  margin: 0 auto 1em;
  color: #999999;
  font-size: 0.7em;
}
header p {
  margin: 0 auto 2em;
  font-size: 0.7em;
}
@media only screen and (min-width: 600px) {
  /* line 91, ../sass/site.sass */
  footer p,
  header p {
    font-size: 1em;
  }
}
@media only screen and (min-width: 600px) {
  /* line 97, ../sass/site.sass */
  footer ul {
    margin-top: 40px;
  }
}
/* line 100, ../sass/site.sass */
footer li {
  display: inline;
  margin-right: 0.7em;
  color: #999999;
  font-size: 0.6em;
}
@media only screen and (min-width: 600px) {
  /* line 100, ../sass/site.sass */
  footer li {
    margin: 0 0.75em;
    font-size: 0.8em;
  }
}
/* line 108, ../sass/site.sass */
footer a.twitter {
  text-decoration: none;
}
