/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url(../fonts/typicons/typicons.css);
@import url("https://fonts.googleapis.com/css?family=Raleway:300,500,600,800|Roboto+Slab:100&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*
 * Config
 */
/*
 * Mixins
 */
/*
 * Base styles: opinionated defaults
 */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

html, body {
  height: 100%; }

html {
  background: #151515;
  color: #ffffff;
  font-weight: 300;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  line-height: 1.5; }

@media only screen and (max-width: 992px) {
  html {
    font-size: 12px; } }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1rem 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

h1 {
  font-family: 'Roboto Slab', serif;
  font-weight: 100;
  font-size: 3.5rem; }

h2 {
  font-family: 'Roboto Slab', serif;
  font-weight: 100;
  font-size: 3rem; }
  h2 span {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

.link {
  position: relative;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none; }
  .link:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -5px;
    left: 0;
    background: #ffffff;
    visibility: hidden;
    transform: scaleX(0);
    transition: all .3s ease-in-out 0s; }
  .link:hover:before {
    visibility: visible;
    transform: scaleX(1); }

.v-center-wrapper {
  display: flex;
  flex-direction: column; }

.v-center {
  display: flex;
  flex: 1;
  align-items: center; }

.wrapper {
  padding: 100px 100px 50px 100px; }
  @media only screen and (max-width: 768px) {
    .wrapper {
      padding: 50px 15px; } }

#goto-top {
  position: fixed;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 15;
  bottom: 30px;
  right: 30px;
  color: #ffffff;
  text-align: center;
  font-size: 1.5em;
  text-decoration: none;
  background: #5ccc5c linear-gradient(15deg, #5ccc5c 0, #79e0b7 100%);
  border-radius: 20px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05); }
  @media only screen and (max-width: 768px) {
    #goto-top {
      display: none; } }

#menu {
  position: fixed;
  display: flex;
  align-items: center;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: #5ccc5c linear-gradient(15deg, #5ccc5c 0, #79e0b7 100%);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }
  #menu .nav-bar {
    padding: 35px 15px 35px 30px; }
    #menu .nav-bar #menu-toggler {
      display: flex;
      height: 25px; }
      #menu .nav-bar #menu-toggler i {
        display: block;
        width: 40px;
        height: 5px;
        background-color: #ffffff;
        position: relative;
        transition: all .15s; }
        #menu .nav-bar #menu-toggler i:after, #menu .nav-bar #menu-toggler i:before {
          position: absolute;
          content: '';
          width: 100%;
          height: 5px;
          background-color: #ffffff;
          transition: all .15s; }
        #menu .nav-bar #menu-toggler i:before {
          top: 10px; }
        #menu .nav-bar #menu-toggler i:after {
          top: 20px; }
      #menu .nav-bar #menu-toggler.close i {
        background: transparent; }
        #menu .nav-bar #menu-toggler.close i:before, #menu .nav-bar #menu-toggler.close i:after {
          transform-origin: 50% 50%;
          top: 10px;
          width: 40px; }
        #menu .nav-bar #menu-toggler.close i:before {
          transform: rotate3d(0, 0, 1, 45deg); }
        #menu .nav-bar #menu-toggler.close i:after {
          transform: rotate3d(0, 0, 1, -45deg); }
      #menu .nav-bar #menu-toggler span {
        display: none;
        line-height: 25px;
        margin-left: 10px; }
    #menu .nav-bar .email-call {
      display: none; }
  #menu nav {
    display: flex;
    width: 100%;
    align-items: center; }
    #menu nav a {
      padding: 0 15px;
      line-height: 25px;
      font-size: .875em;
      font-weight: 600;
      text-transform: uppercase;
      text-decoration: none;
      color: #ffffff;
      transition: all .15s; }
      #menu nav a:hover {
        color: #151515; }
      #menu nav a.contact {
        margin-right: 30px;
        margin-left: auto;
        padding: 10px 30px;
        background: #d7450b;
        border-radius: 30px; }
  @media only screen and (max-width: 768px) {
    #menu {
      display: block; }
      #menu .nav-bar {
        display: flex;
        align-items: center;
        padding: 10px 15px; }
        #menu .nav-bar #menu-toggler {
          cursor: pointer; }
          #menu .nav-bar #menu-toggler span {
            display: block; }
        #menu .nav-bar .email-call {
          display: block;
          margin-left: auto; }
          #menu .nav-bar .email-call a {
            display: inline-flex;
            align-items: center;
            margin-left: 10px;
            color: #ffffff;
            text-decoration: none; }
            #menu .nav-bar .email-call a span {
              font-size: 2rem; }
      #menu nav {
        display: none;
        padding: 30px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.5); }
        #menu nav a {
          display: block;
          padding: 10px 15px;
          text-align: center;
          font-weight: 800; }
          #menu nav a.contact {
            margin-right: 15px;
            margin-left: 15px;
            padding: 10px 15px; } }

#home {
  position: relative;
  height: 100%;
  box-shadow: inset 0px -50px 50px rgba(0, 0, 0, 0.25); }
  #home #logo {
    position: absolute;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    z-index: 5;
    top: 0;
    right: 30px;
    left: 30px;
    max-width: 870px;
    height: 100%;
    margin-right: auto;
    margin-left: auto; }
    #home #logo object {
      position: absolute;
      max-width: 870px;
      right: 0;
      left: 0; }
    #home #logo img {
      position: absolute;
      max-width: 870px;
      right: 0;
      left: 0;
      animation-name: show;
      animation-delay: 4s;
      animation-duration: .5s;
      animation-fill-mode: forwards;
      animation-iteration-count: 1;
      animation-timing-function: linear;
      opacity: 0; }

@keyframes show {
  to {
    opacity: 1; } }
  #home .background {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, black 0, rgba(0, 0, 0, 0.1) 50%); }
    #home .background:after {
      content: '';
      position: absolute;
      width: 200%;
      height: 200%;
      top: -50%;
      left: -50%;
      z-index: -10;
      background: url("../images/screenshot.png") bottom center repeat;
      transform: perspective(2000px) rotateY(-30deg); }
  #home #scroll-down {
    position: absolute;
    word-break: keep-all;
    right: 0;
    bottom: 20px;
    left: 0;
    margin: 0 auto;
    color: #ffffff;
    z-index: 10;
    text-align: center;
    text-decoration: none;
    font-size: .75rem; }
    #home #scroll-down span {
      font-size: 3rem; }
  @media only screen and (max-width: 768px) {
    #home #logo {
      max-width: 100%; }
      #home #logo object {
        width: 100%; }
      #home #logo img {
        max-width: 100%; }
    #home .background {
      background: linear-gradient(45deg, black 0, rgba(0, 0, 0, 0.25) 50%, black 100%); }
      #home .background:after {
        background: url("../images/screenshot.png") left center repeat; } }

#profile {
  position: relative;
  min-height: 100%;
  background: #202121;
  box-shadow: inset 0px -50px 50px rgba(0, 0, 0, 0.25); }
  #profile #links {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #profile .hello {
    position: relative;
    width: 50%; }
    #profile .hello .profile-picture {
      display: block;
      width: 110px;
      height: 110px;
      padding: 2px;
      background: #5ccc5c linear-gradient(15deg, #5ccc5c 0, #79e0b7 100%);
      border-radius: 100%; }
      #profile .hello .profile-picture span {
        display: block;
        width: 100px;
        height: 100px;
        overflow: hidden;
        border: 10px solid #202121;
        border-radius: 100%; }
        #profile .hello .profile-picture span img {
          width: 100%;
          border-radius: 100%; }
    #profile .hello h3 {
      font-size: 1.5rem;
      font-family: 'Raleway', sans-serif; }
      #profile .hello h3 span {
        display: inline-block;
        margin: 0 10px 10px 0;
        line-height: 2rem;
        padding: 5px 20px;
        background: #5ccc5c linear-gradient(15deg, #5ccc5c 0, #79e0b7 100%);
        border-radius: 30px;
        font-weight: 300;
        color: #151515; }
  @media only screen and (max-width: 768px) {
    #profile .hello {
      width: 100%; } }

#services {
  position: relative;
  min-height: 100%;
  background: #0d232d;
  text-align: center; }
  #services .services-list {
    margin: 50px 0 0 0;
    padding: 0;
    list-style: none; }
    #services .services-list > li {
      float: left;
      width: 20%;
      margin: 0 0 50px 0;
      padding: 0 15px; }
      #services .services-list > li img {
        width: 100%;
        margin: 0 0 25px 0; }
      #services .services-list > li > ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        #services .services-list > li > ul > li {
          margin: 0;
          padding: 0; }
  @media only screen and (max-width: 768px) {
    #services .services-list > li {
      width: 50%;
      margin: 0 0 25px 0; }
      #services .services-list > li img {
        margin: 0 0 15px 0; }
      #services .services-list > li.hidden-mobile {
        display: none; } }

#works {
  position: relative;
  min-height: 100%;
  text-align: center;
  background: #334251; }
  #works .works-list {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0;
    padding: 0;
    list-style: none; }
    #works .works-list .item {
      width: 25%;
      margin: 50px 0 0 0;
      padding: 0 10px; }
      #works .works-list .item > a {
        display: inline-block;
        position: relative;
        padding: 10px 20px;
        line-height: 20px;
        font-size: 1.125rem;
        font-weight: 500;
        color: #151515;
        text-decoration: none;
        white-space: nowrap;
        overflow: hidden;
        background: #959595 linear-gradient(15deg, #959595 0, #ffffff 100%);
        border-radius: 30px;
        transition: all .3s; }
        #works .works-list .item > a.no-link {
          cursor: default; }
        #works .works-list .item > a:not(.no-link) span {
          display: inline-block;
          width: 100%;
          height: 100%;
          transition: all .3s; }
        #works .works-list .item > a:not(.no-link):before {
          top: 0;
          left: -100%;
          height: 100%;
          width: 100%;
          line-height: 40px;
          position: absolute;
          font-family: 'typicons';
          font-size: 150%;
          content: '\e06c';
          transition: all .3s; }
        #works .works-list .item > a:not(.no-link):hover:before {
          left: 0; }
        #works .works-list .item > a:not(.no-link):hover span {
          transform: translateX(200%); }
      #works .works-list .item > ul {
        margin: 20px 0 0 0;
        padding: 0;
        list-style: none; }
        #works .works-list .item > ul > li {
          margin: 0;
          padding: 0;
          color: #e5e5e5; }
    @media only screen and (max-width: 1200px) {
      #works .works-list .item {
        width: 50%; } }
    @media only screen and (max-width: 768px) {
      #works .works-list {
        width: 100%;
        margin-top: 0; }
        #works .works-list .item {
          width: 100%; } }

#contact {
  position: relative;
  min-height: 100%;
  background: #d7450b radial-gradient(circle at top, #ee7712 0, rgba(0, 0, 0, 0) 50%);
  text-align: center; }
  #contact .details {
    width: 100%; }
  #contact ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none; }
    #contact ul li {
      float: left;
      margin: 0;
      padding: 0 0 20px 0; }
      #contact ul li a {
        display: inline-flex;
        align-items: center;
        line-height: 2rem;
        margin: 0 10px; }
        #contact ul li a span {
          margin-right: 5px;
          font-size: 2rem; }
  #contact .copyright {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 100px 0 20px 0;
    font-size: .75rem; }
  @media only screen and (max-width: 768px) {
    #contact img {
      height: 120px; }
    #contact ul li {
      float: none; } }

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