@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300,800);
@import url("https://fonts.googleapis.com/css?family=Dr+Sugiyama|Homemade+Apple|Merienda+One|Molle:400i");
/* line 5, ../../../../../../usr/local/lib/ruby/gems/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/local/lib/ruby/gems/2.4.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

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

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

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

/* line 116, ../../../../../../usr/local/lib/ruby/gems/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;
}

/* line 6, ../sass/base.scss */
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  height: 100%;
  background: #f2f5f5;
}

/* line 33, ../sass/base.scss */
.row {
  text-align: center;
}

/* line 37, ../sass/base.scss */
a {
  color: white;
}

/* line 41, ../sass/base.scss */
header {
  width: 100%;
  position: fixed;
  z-index: 3;
  background: rgba(40, 40, 40, 0.8);
}
/* line 47, ../sass/base.scss */
header li {
  display: inline;
}
/* line 49, ../sass/base.scss */
header li .nav_item {
  float: right;
}
/* line 52, ../sass/base.scss */
header li .logo {
  float: left;
}
/* line 55, ../sass/base.scss */
header li a {
  padding: 5px 30px;
}
/* line 58, ../sass/base.scss */
header li a:visited,
header li a:focus,
header li a:hover {
  text-decoration: line-through;
  background: black;
  color: white;
}

/* line 68, ../sass/base.scss */
.header:hover {
  text-decoration: line-through;
}

/* line 72, ../sass/base.scss */
.header_pic {
  position: relative;
  overflow: hidden;
  background-image: url(../img/city1.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: top center;
  text-align: center;
}
/* line 81, ../sass/base.scss */
.header_pic .name {
  position: relative;
  top: 45%;
}
/* line 84, ../sass/base.scss */
.header_pic .name p {
  font-family: 'Dr Sugiyama', cursive;
  color: #fafafa;
  font-size: 6em;
}
/* line 90, ../sass/base.scss */
.header_pic .name p small {
  font-family: 'Molle', cursive;
  text-shadow: 0px 0px 3px black;
  font-size: 0.4em;
}

/* line 99, ../sass/base.scss */
h1 {
  font-size: 3em;
  text-align: center;
  border-top: solid rgba(200, 200, 200, 0.5) 1px;
  border-bottom: solid rgba(200, 200, 200, 0.5) 1px;
  padding: 10px 0px;
  margin: 30px 0px;
}
/* line 106, ../sass/base.scss */
h1 small {
  font-size: 0.5em;
  font-weight: 100;
}

/* line 112, ../sass/base.scss */
#about {
  background: white;
}
/* line 114, ../sass/base.scss */
#about .me {
  width: 100%;
  display: block;
}
/* line 119, ../sass/base.scss */
#about .content {
  max-width: 600px;
  width: 80%;
  margin: 0 auto;
}
/* line 124, ../sass/base.scss */
#about .paragraph {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 60px;
}
/* line 129, ../sass/base.scss */
#about .paragraph p {
  text-align: left;
  margin: 10px;
}
/* line 133, ../sass/base.scss */
#about .paragraph p a {
  color: black;
  text-decoration: underline;
}

/* line 141, ../sass/base.scss */
.bar {
  padding: 4px 50px 0px 10px;
}
/* line 143, ../sass/base.scss */
.bar .myProgress {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: rgba(200, 200, 200, 0.5);
  border-radius: 2px;
}

/* line 152, ../sass/base.scss */
#bar1,
#bar2,
#bar3,
#bar4,
#bar5,
#bar6 {
  position: absolute;
  width: 1%;
  height: 100%;
  background-color: #505050;
}

/* line 164, ../sass/base.scss */
.specify {
  background: white;
}
/* line 166, ../sass/base.scss */
.specify .col-md-5,
.specify .col-md-7,
.specify .col-md-4 {
  padding: 50px 60px;
  background: white;
}
/* line 173, ../sass/base.scss */
.specify table {
  margin-left: 100px;
  text-align: left;
}
/* line 176, ../sass/base.scss */
.specify table td {
  width: 100px;
  font-weight: 100;
  font-family: "Open Sans", sans-serif;
}
/* line 183, ../sass/base.scss */
.specify table img {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  display: block;
}
/* line 190, ../sass/base.scss */
.specify .split_left {
  border-left: #f2f5f5 solid 3px;
}
/* line 193, ../sass/base.scss */
.specify .split_top {
  border-top: #f2f5f5 solid 3px;
}
/* line 196, ../sass/base.scss */
.specify p {
  text-align: left;
}
/* line 198, ../sass/base.scss */
.specify p:first-letter {
  font-size: 1.3em;
}

/* line 204, ../sass/base.scss */
h3 {
  position: relative;
  font-size: 1.2em;
  opacity: 0;
  font-weight: 400;
  transform: translateX(-20px);
  transition: all 0.3s ease;
}

/* line 213, ../sass/base.scss */
.fadein {
  transform: translateX(0px);
  opacity: 1;
}

/* line 219, ../sass/base.scss */
#article .article {
  overflow: hidden;
  border: white solid 5px;
  padding: 0;
}
/* line 226, ../sass/base.scss */
#article figure.effect-sadie img {
  width: inherit;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  max-width: 100%;
}
/* line 236, ../sass/base.scss */
#article figure.effect-sadie h2 {
  font-size: 2em;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: white;
  transition: transform 0.35s, color 0.35s;
  transform: translate3d(0, -50%, 0);
}
/* line 246, ../sass/base.scss */
#article figure.effect-sadie p {
  color: rgba(250, 250, 250, 0.9);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}
/* line 256, ../sass/base.scss */
#article figure.effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  content: '';
  opacity: 0;
  transform: translate3d(0, 50%, 0);
}
/* line 269, ../sass/base.scss */
#article figure.effect-sadie figcaption::before,
#article figure.effect-sadie p {
  transition: opacity 0.35s, transform 0.35s;
}
/* line 275, ../sass/base.scss */
#article figure.effect-sadie:hover img {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  transform: scale(1.4);
}
/* line 280, ../sass/base.scss */
#article figure.effect-sadie:hover h2 {
  color: #fff;
  transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}
/* line 284, ../sass/base.scss */
#article figure.effect-sadie:hover figcaption::before,
#article figure.effect-sadie:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* line 295, ../sass/base.scss */
.blog .col-md-4 {
  position: relative;
  padding: 14px;
  overflow: hidden;
}
/* line 301, ../sass/base.scss */
.blog .shadow {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* line 309, ../sass/base.scss */
.blog .shadow::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/* line 324, ../sass/base.scss */
.blog .shadow:hover {
  -webkit-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
}
/* line 327, ../sass/base.scss */
.blog .shadow:hover::after {
  opacity: 1;
}
/* line 331, ../sass/base.scss */
.blog img {
  width: 100%;
}
/* line 334, ../sass/base.scss */
.blog p {
  padding: 50px 30px;
  text-align: left;
  background: white;
}
/* line 339, ../sass/base.scss */
.blog p:first-line {
  font-size: 1.3em;
}

/* line 346, ../sass/base.scss */
.nopadding {
  padding: 0;
}

/* line 349, ../sass/base.scss */
a.download {
  background-color: green;
}

/* line 353, ../sass/base.scss */
a.git {
  background-color: purple;
}

/* line 357, ../sass/base.scss */
.button {
  float: left;
  min-width: 90px;
  border-radius: 5px;
  margin: 10px;
  padding: 6px;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
  max-width: 100%;
}

/* line 369, ../sass/base.scss */
.button:hover {
  color: white;
  text-decoration: none;
  -webkit-transform: scaleX(1.1);
  -moz-transform: scaleX(1.1);
  transform: scaleX(1.1);
}

/* line 380, ../sass/base.scss */
.project {
  background: white;
}
/* line 383, ../sass/base.scss */
.project .img {
  width: 100%;
  display: block;
}
/* line 388, ../sass/base.scss */
.project .content {
  width: 60%;
  margin: 0 auto;
}
/* line 392, ../sass/base.scss */
.project .paragraph {
  padding: 50px 60px;
  text-align: center;
}
/* line 396, ../sass/base.scss */
.project .paragraph p {
  top: 50%;
  text-align: left;
  margin: 30px 10px;
}
/* line 404, ../sass/base.scss */
.project .paragraph p a {
  color: black;
  text-decoration: underline;
}

/* line 414, ../sass/base.scss */
#contact {
  padding: 50px 0px;
  margin: 0;
  position: relative;
  z-index: 1;
}
/* line 20, ../sass/base.scss */
#contact:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: -5000px;
  height: 100%;
  width: 15000px;
  z-index: -1;
  background: rgba(40, 40, 40, 0.8);
}
/* line 418, ../sass/base.scss */
#contact .col-md-6 {
  text-align: left;
  color: white;
}
/* line 422, ../sass/base.scss */
#contact a:hover {
  color: white;
}

/* line 428, ../sass/base.scss */
footer {
  bottom: 0;
  font-size: 0.8em;
}
/* line 436, ../sass/base.scss */
footer p {
  text-align: center;
}
