/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
/* line 11, _normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
/* line 29, _normalize.scss */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 40, _normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
/* line 49, _normalize.scss */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 63, _normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
/* line 73, _normalize.scss */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 85, _normalize.scss */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 93, _normalize.scss */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
/* line 107, _normalize.scss */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 115, _normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 123, _normalize.scss */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 132, _normalize.scss */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
/* line 140, _normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
/* line 150, _normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 162, _normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
/* line 172, _normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 180, _normalize.scss */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 188, _normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 196, _normalize.scss */
sup {
  top: -0.5em; }

/* line 200, _normalize.scss */
sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
/* line 212, _normalize.scss */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 220, _normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
/* line 232, _normalize.scss */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
/* line 244, _normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 255, _normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
/* line 266, _normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 280, _normalize.scss */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 293, _normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
/* line 305, _normalize.scss */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
/* line 315, _normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 327, _normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 339, _normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
/* line 348, _normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 359, _normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 372, _normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 1, _syntax.scss */
.highlight .code {
  background-color: #ceffee; }

/* line 2, _syntax.scss */
.highlight .hll {
  background-color: #ffffcc; }

/* line 3, _syntax.scss */
.highlight .c {
  color: #8f5902;
  font-style: italic; }

/* Comment */
/* line 4, _syntax.scss */
.highlight .err {
  color: #a40000;
  border: 1px solid #ef2929; }

/* Error */
/* line 5, _syntax.scss */
.highlight .g {
  color: #000000; }

/* Generic */
/* line 6, _syntax.scss */
.highlight .k {
  color: #204a87;
  font-weight: bold; }

/* Keyword */
/* line 7, _syntax.scss */
.highlight .l {
  color: #000000; }

/* Literal */
/* line 8, _syntax.scss */
.highlight .n {
  color: #000000; }

/* Name */
/* line 9, _syntax.scss */
.highlight .o {
  color: #ce5c00;
  font-weight: bold; }

/* Operator */
/* line 10, _syntax.scss */
.highlight .x {
  color: #000000; }

/* Other */
/* line 11, _syntax.scss */
.highlight .p {
  color: #000000;
  font-weight: bold; }

/* Punctuation */
/* line 12, _syntax.scss */
.highlight .cm {
  color: #8f5902;
  font-style: italic; }

/* Comment.Multiline */
/* line 13, _syntax.scss */
.highlight .cp {
  color: #8f5902;
  font-style: italic; }

/* Comment.Preproc */
/* line 14, _syntax.scss */
.highlight .c1 {
  color: #8f5902;
  font-style: italic; }

/* Comment.Single */
/* line 15, _syntax.scss */
.highlight .cs {
  color: #8f5902;
  font-style: italic; }

/* Comment.Special */
/* line 16, _syntax.scss */
.highlight .gd {
  color: #a40000; }

/* Generic.Deleted */
/* line 17, _syntax.scss */
.highlight .ge {
  color: #000000;
  font-style: italic; }

/* Generic.Emph */
/* line 18, _syntax.scss */
.highlight .gr {
  color: #ef2929; }

/* Generic.Error */
/* line 19, _syntax.scss */
.highlight .gh {
  color: #000080;
  font-weight: bold; }

/* Generic.Heading */
/* line 20, _syntax.scss */
.highlight .gi {
  color: #00A000; }

/* Generic.Inserted */
/* line 21, _syntax.scss */
.highlight .go {
  color: #000000;
  font-style: italic; }

/* Generic.Output */
/* line 22, _syntax.scss */
.highlight .gp {
  color: #8f5902; }

/* Generic.Prompt */
/* line 23, _syntax.scss */
.highlight .gs {
  color: #000000;
  font-weight: bold; }

/* Generic.Strong */
/* line 24, _syntax.scss */
.highlight .gu {
  color: #800080;
  font-weight: bold; }

/* Generic.Subheading */
/* line 25, _syntax.scss */
.highlight .gt {
  color: #a40000;
  font-weight: bold; }

/* Generic.Traceback */
/* line 26, _syntax.scss */
.highlight .kc {
  color: #204a87;
  font-weight: bold; }

/* Keyword.Constant */
/* line 27, _syntax.scss */
.highlight .kd {
  color: #204a87;
  font-weight: bold; }

/* Keyword.Declaration */
/* line 28, _syntax.scss */
.highlight .kn {
  color: #204a87;
  font-weight: bold; }

/* Keyword.Namespace */
/* line 29, _syntax.scss */
.highlight .kp {
  color: #204a87;
  font-weight: bold; }

/* Keyword.Pseudo */
/* line 30, _syntax.scss */
.highlight .kr {
  color: #204a87;
  font-weight: bold; }

/* Keyword.Reserved */
/* line 31, _syntax.scss */
.highlight .kt {
  color: #204a87;
  font-weight: bold; }

/* Keyword.Type */
/* line 32, _syntax.scss */
.highlight .ld {
  color: #000000; }

/* Literal.Date */
/* line 33, _syntax.scss */
.highlight .m {
  color: #0000cf;
  font-weight: bold; }

/* Literal.Number */
/* line 34, _syntax.scss */
.highlight .s {
  color: #4e9a06; }

/* Literal.String */
/* line 35, _syntax.scss */
.highlight .na {
  color: #c4a000; }

/* Name.Attribute */
/* line 36, _syntax.scss */
.highlight .nb {
  color: #204a87; }

/* Name.Builtin */
/* line 37, _syntax.scss */
.highlight .nc {
  color: #000000; }

/* Name.Class */
/* line 38, _syntax.scss */
.highlight .no {
  color: #000000; }

/* Name.Constant */
/* line 39, _syntax.scss */
.highlight .nd {
  color: #5c35cc;
  font-weight: bold; }

/* Name.Decorator */
/* line 40, _syntax.scss */
.highlight .ni {
  color: #ce5c00; }

/* Name.Entity */
/* line 41, _syntax.scss */
.highlight .ne {
  color: #cc0000;
  font-weight: bold; }

/* Name.Exception */
/* line 42, _syntax.scss */
.highlight .nf {
  color: #000000; }

/* Name.Function */
/* line 43, _syntax.scss */
.highlight .nl {
  color: #f57900; }

/* Name.Label */
/* line 44, _syntax.scss */
.highlight .nn {
  color: #000000; }

/* Name.Namespace */
/* line 45, _syntax.scss */
.highlight .nx {
  color: #000000; }

/* Name.Other */
/* line 46, _syntax.scss */
.highlight .py {
  color: #000000; }

/* Name.Property */
/* line 47, _syntax.scss */
.highlight .nt {
  color: #204a87;
  font-weight: bold; }

/* Name.Tag */
/* line 48, _syntax.scss */
.highlight .nv {
  color: #000000; }

/* Name.Variable */
/* line 49, _syntax.scss */
.highlight .ow {
  color: #204a87;
  font-weight: bold; }

/* Operator.Word */
/* line 50, _syntax.scss */
.highlight .w {
  color: #f8f8f8;
  text-decoration: underline; }

/* Text.Whitespace */
/* line 51, _syntax.scss */
.highlight .mf {
  color: #0000cf;
  font-weight: bold; }

/* Literal.Number.Float */
/* line 52, _syntax.scss */
.highlight .mh {
  color: #0000cf;
  font-weight: bold; }

/* Literal.Number.Hex */
/* line 53, _syntax.scss */
.highlight .mi {
  color: #0000cf;
  font-weight: bold; }

/* Literal.Number.Integer */
/* line 54, _syntax.scss */
.highlight .mo {
  color: #0000cf;
  font-weight: bold; }

/* Literal.Number.Oct */
/* line 55, _syntax.scss */
.highlight .sb {
  color: #4e9a06; }

/* Literal.String.Backtick */
/* line 56, _syntax.scss */
.highlight .sc {
  color: #4e9a06; }

/* Literal.String.Char */
/* line 57, _syntax.scss */
.highlight .sd {
  color: #8f5902;
  font-style: italic; }

/* Literal.String.Doc */
/* line 58, _syntax.scss */
.highlight .s2 {
  color: #4e9a06; }

/* Literal.String.Double */
/* line 59, _syntax.scss */
.highlight .se {
  color: #4e9a06; }

/* Literal.String.Escape */
/* line 60, _syntax.scss */
.highlight .sh {
  color: #4e9a06; }

/* Literal.String.Heredoc */
/* line 61, _syntax.scss */
.highlight .si {
  color: #4e9a06; }

/* Literal.String.Interpol */
/* line 62, _syntax.scss */
.highlight .sx {
  color: #4e9a06; }

/* Literal.String.Other */
/* line 63, _syntax.scss */
.highlight .sr {
  color: #4e9a06; }

/* Literal.String.Regex */
/* line 64, _syntax.scss */
.highlight .s1 {
  color: #4e9a06; }

/* Literal.String.Single */
/* line 65, _syntax.scss */
.highlight .ss {
  color: #4e9a06; }

/* Literal.String.Symbol */
/* line 66, _syntax.scss */
.highlight .bp {
  color: #3465a4; }

/* Name.Builtin.Pseudo */
/* line 67, _syntax.scss */
.highlight .vc {
  color: #000000; }

/* Name.Variable.Class */
/* line 68, _syntax.scss */
.highlight .vg {
  color: #000000; }

/* Name.Variable.Global */
/* line 69, _syntax.scss */
.highlight .vi {
  color: #000000; }

/* Name.Variable.Instance */
/* line 70, _syntax.scss */
.highlight .il {
  color: #0000cf;
  font-weight: bold; }

/* Literal.Number.Integer.Long */
/* line 1, _font.scss */
h2 {
  font-size: 26px;
  line-height: 30px; }

/* line 6, _font.scss */
h3 {
  font-size: 22px;
  line-height: 20px;
  color: #80008f; }

/* line 12, _font.scss */
p {
  font-size: 16px; }

/* line 16, _font.scss */
li {
  font-size: 16px; }

@media screen and (max-width: 480px) {
  /* line 21, _font.scss */
  h2 {
    font-size: 22px;
    line-height: 26px; }

  /* line 26, _font.scss */
  h3 {
    font-size: 18px;
    line-height: 18px; }

  /* line 31, _font.scss */
  p {
    font-size: 12px; }

  /* line 35, _font.scss */
  li {
    font-size: 12px; } }
/* line 1, _main.scss */
.background {
  background-color: #f1f2f4; }

/* line 6, _main.scss */
.navbar-brand {
  font-size: 22px;
  font-family: "VT323";
  color: black !important;
  padding: 14px 25px 14px 25px; }

/* line 13, _main.scss */
.navbar {
  width: 100%;
  height: 51px;
  opacity: 0.9;
  background-color: #03A89E;
  border: none !important; }

/* line 24, _main.scss */
.navbar-nav li {
  font-size: 20px !important;
  margin-left: 20px;
  display: block; }

/* line 30, _main.scss */
.nav > li > a {
  text-align: center !important;
  color: black !important; }

/* line 35, _main.scss */
.navbar-nav > li > a,
.navbar-nav > li > a:hover {
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms; }

/* line 42, _main.scss */
.navbar-nav > li > a:hover {
  color: white !important;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1); }

/* line 50, _main.scss */
.navbar-right {
  display: inline-flex;
  position: absolute;
  top: 7px;
  right: 33px; }

/* line 57, _main.scss */
.social-icon-linkedin {
  padding: 3px 7px 3px 7px; }

/* line 61, _main.scss */
.social-icon-github {
  padding: 2px 7px 4px 7px; }

/* line 65, _main.scss */
.navbar-toggle {
  height: 33px !important; }

/* line 69, _main.scss */
.icon-bar {
  height: 2px !important; }

/* line 73, _main.scss */
#myNavbar {
  background-color: #03A89E;
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important; }

/* line 80, _main.scss */
.collapse {
  background-color: #03A89E;
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important; }

/* line 88, _main.scss */
.main {
  margin-left: 70px;
  margin-right: 70px;
  padding-top: 60px;
  padding-bottom: 20px; }

/* line 96, _main.scss */
* {
  margin: 0; }

/* line 100, _main.scss */
html, body {
  height: 100%;
  width: 100%; }

/* line 105, _main.scss */
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -38px;
  padding-bottom: 60px; }

/* line 113, _main.scss */
.footer {
  height: 38px;
  background-color: #545454;
  text-align: center; }

/* line 119, _main.scss */
.footer p {
  font-size: 14px; }

/* line 123, _main.scss */
.copyright-text {
  padding-top: 8px;
  color: #d3d3d3; }

@media screen and (max-width: 767px) {
  /* line 131, _main.scss */
  .navbar-right {
    display: none; }

  /* line 135, _main.scss */
  .social-icon {
    display: none; }

  /* line 139, _main.scss */
  .main {
    margin-left: 35px;
    margin-right: 35px; } }
@media screen and (max-width: 480px) {
  /* line 147, _main.scss */
  .main {
    margin-left: 0;
    margin-right: 0; }

  /* line 152, _main.scss */
  .footer p {
    font-size: 12px; }

  /* line 156, _main.scss */
  .copyright-text {
    padding-top: 10px; } }
/* line 2, _home.scss */
.welcomeImg {
  width: 100%;
  height: 400px;
  position: absolute;
  overflow: hidden;
  top: -19px;
  left: 0px;
  margin-top: 70px; }

/* line 13, _home.scss */
.welcomeText {
  text-align: center;
  margin-top: 410px;
  height: 70px; }

/* line 20, _home.scss */
.welcomeHeader {
  opacity: 0;
  transform: translateX(50%);
  font-size: 30px; }

/* line 26, _home.scss */
.welcomeHeader.has-landed {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out; }

/* line 35, _home.scss */
.welcomeBody {
  opacity: 0;
  transform: translateX(50%);
  font-size: 20px; }

/* line 41, _home.scss */
.welcomeBody.has-landed-to {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out; }

/* line 51, _home.scss */
.article-line {
  width: 100%;
  border-bottom: 2px solid gray; }

/* line 56, _home.scss */
.article {
  margin-right: 25px; }

/* line 60, _home.scss */
.article h2 {
  font-size: 20px;
  line-height: 19px;
  padding-bottom: 8px;
  border-bottom: 1px solid gray; }

/* line 67, _home.scss */
.article-date {
  float: right; }

@media screen and (max-width: 767px) {
  /* line 73, _home.scss */
  .main {
    margin-left: 35px;
    margin-right: 35px; }

  /* line 78, _home.scss */
  .welcomeText {
    margin-top: 260px;
    height: 60px; }

  /* line 83, _home.scss */
  .welcomeImg {
    height: 250px; }

  /* line 87, _home.scss */
  .welcomeHeader {
    font-size: 25px; }

  /* line 91, _home.scss */
  .welcomeBody {
    font-size: 17px; }

  /* line 95, _home.scss */
  .article h2 {
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 7px; }

  /* line 101, _home.scss */
  .article-date {
    float: none; } }
@media screen and (max-width: 480px) {
  /* line 107, _home.scss */
  .main {
    margin-left: 0;
    margin-right: 0; }

  /* line 112, _home.scss */
  .welcomeText {
    height: 45px;
    margin-top: 170px; }

  /* line 117, _home.scss */
  .welcomeImg {
    height: 160px; }

  /* line 121, _home.scss */
  .welcomeHeader {
    font-size: 20px; }

  /* line 125, _home.scss */
  .welcomeBody {
    font-size: 12px; }

  /* line 129, _home.scss */
  .article h2 {
    font-size: 14px;
    line-height: 17px; } }
/* line 1, _projects.scss */
.projects-wrapper {
  padding-top: 10px; }

/* line 5, _projects.scss */
.project {
  background-color: #e7e7e7;
  box-shadow: 2px 3px 2px #9f9f9f;
  padding: 5px 20px 10px 20px;
  margin-top: 10px;
  margin-bottom: 10px; }

/* line 13, _projects.scss */
.project:hover {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  transform: scale(1.01);
  box-shadow: 4px 5px 4px #9f9f9f; }

/* line 1, _about.scss */
.title {
  padding-bottom: 10px; }

/* line 10, _about.scss */
.mobile-social-icons {
  display: none; }

@media screen and (max-width: 767px) {
  /* line 20, _about.scss */
  .mobile-social-icons {
    margin: auto;
    padding: 10px 0 0 30px;
    display: inline-flex; } }
/* line 10, site.css.scss */
body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em; }

/* line 15, site.css.scss */
.logo img {
  height: 18.75em;
  margin-top: 6em; }

/* line 20, site.css.scss */
h1 {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8em;
  font-weight: 400;
  margin: 0; }

/* line 28, site.css.scss */
.doc {
  margin: 3em 0;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 300; }
  /* line 34, site.css.scss */
  .doc a {
    border: 1px solid white;
    border-radius: 3px;
    padding: 0.75em 0.7em;
    color: white;
    text-decoration: none;
    transition: color 0.1s linear; }
    /* line 41, site.css.scss */
    .doc a:hover {
      background: rgba(0, 0, 0, 0.2);
      color: white;
      transition: all 0.15s linear; }

/* line 49, site.css.scss */
.welcome {
  -webkit-animation-name: welcome;
  -webkit-animation-duration: .9s; }

@-webkit-keyframes welcome {
  from {
    -webkit-transform: scale(0);
    opacity: 0; }
  50% {
    -webkit-transform: scale(0);
    opacity: 0; }
  82.5% {
    -webkit-transform: scale(1.03);
    -webkit-animation-timing-function: ease-out;
    opacity: 1; }
  to {
    -webkit-transform: scale(1); } }
