@import url("https://fonts.googleapis.com/css?family=Inconsolata|Source+Sans+Pro:600,700");
* {
  color: #fff;
}

html {
  min-height: 100%;
  max-height: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #7fd4d3, #1c336a) no-repeat fixed;
}

header {
  width: 100%;
  max-width: 300px;
  height: 100vh;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media (min-width: 640px) {
  header {
    max-width: 420px;
  }
}
header h1 {
  display: block;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 72px;
  margin: 0 auto 40px;
}
header .contacts {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
header .contacts .contact {
  display: flex;
  flex-flow: column wrap;
}
header .contacts .contact:hover {
  color: #ffffff;
  opacity: 0.8;
}
header .contacts .contact a {
  padding: 0 5px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 12px;
  text-decoration: none;
}
header p {
  margin-top: 5px;
  font-family: "Source Sans Pro", sans-serif;
}
@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@-moz-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
header .scroll-btn {
  display: block;
}
header .scroll-btn * {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #ffffff;
}
header .scroll-btn *:hover, header .scroll-btn *:focus, header .scroll-btn *:active {
  color: #ffffff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
header .scroll-btn .mouse {
  position: relative;
  display: block;
  width: 35px;
  height: 55px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid white;
  border-radius: 23px;
}
header .scroll-btn .mouse * {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: white;
  border-radius: 50%;
  -webkit-animation: ani-mouse 2.5s linear infinite;
  -moz-animation: ani-mouse 2.5s linear infinite;
  animation: ani-mouse 2.5s linear infinite;
}

main {
  margin: 0 8px;
  padding: 0 calc(50% - 300px);
}
main h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
}
main p {
  font-family: "Inconsolata", monospace;
  font-size: 18px;
  line-height: 1.4;
}

.about .avatar {
  display: flex;
  justify-content: center;
}
.about .avatar img {
  border-radius: 80%;
}

.projects h4,
.projects .project-links a {
  font-family: "Inconsolata", monospace;
}
.projects .project h4 {
  font-weight: bold;
  font-size: 20px;
}
.projects .project hr {
  width: 100px;
  border: solid 1px #fff;
}
.projects .project .project-img {
  margin-top: 20px;
}
.projects .project .project-img a {
  display: block;
}
.projects .project .project-img img {
  display: block;
  width: 100%;
}

footer p {
  font-family: "Inconsolata", monospace;
  color: #fff;
  text-align: center;
}

.content {
  background: #000;
  width: 100%;
  max-width: 280px;
}
.content h1 {
  margin-top: 0;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 72px;
}
.content p {
  color: #fff;
  font-family: "Inconsolata", monospace;
  font-size: 18px;
}
.content h2 {
  color: #fff;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 60px;
}

/*# sourceMappingURL=style.css.map */
