.hidden {
  opacity: 0; }

.appear {
  opacity: 1; }

.delay-1q {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s; }

.delay-2q {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.delay-3q {
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s; }

.delay-4q {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s; }

body {
  font-size: 100%;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  color: #ffffff;
  background: #ffffff; }

main {
  transition: background .2s ease; }

section {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; }
  section:not(#companies) {
    height: 100vh; }

footer {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #1f1d17; }
  footer p {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 1em;
    color: rgba(153, 153, 153, 0.5); }

ul {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  padding-bottom: 1em;
  letter-spacing: .025em; }

h1 {
  font-family: "Barlow", Helvetica, Arial, sans-serif;
  font-size: 4.375em; }

h2 {
  font-family: "Barlow Semi Condensed", Helvetica, Arial, sans-serif;
  font-size: 2.25rem; }

p {
  font-size: 1.875em;
  font-weight: 300; }

a {
  -webkit-transition: all 0.375s ease-in-out;
  -moz-transition: all 0.375s ease-in-out;
  -o-transition: all 0.375s ease-in-out;
  transition: all 0.375s ease-in-out; }

.navbar {
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  border-top: 2px solid #ff7e5e; }
  .navbar .navbar-brand {
    width: 80px;
    height: 80px;
    padding-left: 1em; }

.navbar-light .navbar-toggler {
  padding-right: 1.25em;
  border: none; }
  .navbar-light .navbar-toggler:focus {
    outline: none; }
  .navbar-light .navbar-toggler .fa-bars {
    font-size: 1.75em;
    color: #ffffff; }
    .navbar-light .navbar-toggler .fa-bars:hover {
      color: #ff7e5e; }

.navbar-nav {
  padding: 0.625em 1em;
  background: transparent;
  background: -webkit-linear-gradient(to bottom, transparent, rgba(140, 140, 140, 0.5));
  background: linear-gradient(to bottom, transparent, rgba(140, 140, 140, 0.5)); }
  .navbar-nav .nav-item {
    text-align: right;
    padding-right: 12px;
    line-height: 1; }
  .navbar-nav a[id*="nav_link"] {
    color: #ffffff !important;
    font-size: 2em;
    font-family: 'Barlow',Arial, Helvetica, sans-serif; }
    .navbar-nav a[id*="nav_link"]:hover {
      color: #ff7e5e !important; }

.container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  #hero .container {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-bottom: 15em; }
  #experience .container {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right; }
  #about .container {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  #companies .container {
    -webkit-flex-direction: column;
    flex-direction: column; }

#hero {
  -webkit-align-items: flex-end;
  align-items: flex-end;
  background-image: url("../images/bg/hero_2000x800.jpg");
  background-position-x: 15%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed; }
  #hero .intro {
    width: 37.5em; }
    #hero .intro h1 {
      padding-top: 0;
      padding-bottom: .5em;
      color: #ff7e5e; }
    #hero .intro h2 {
      padding-bottom: 0; }
  @media (max-width: 75em) {
    #hero {
      background-image: url("../images/bg/hero_1500x1000.jpg");
      -webkit-background-size: contain;
      background-size: contain; } }
  @media (max-width: 48em) {
    #hero {
      background-image: url("../images/bg/hero_480x780.jpg"); }
      #hero .intro h1 {
        padding-bottom: .25em; } }

#companies {
  padding: 20% 0; }
  #companies h1 {
    text-align: center;
    visibility: hidden;
    padding-bottom: .75em;
    color: #1f1d17; }
  #companies ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0; }
    #companies ul li {
      width: 25%;
      margin: 0;
      padding: 0.625em;
      visibility: hidden; }

#social header,
#social a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  visibility: hidden; }
#social header {
  flex-basis: calc(100%);
  text-align: center; }
#social a {
  flex-basis: calc(20%);
  font-size: 8em;
  color: #ffffff; }
  #social a#behance:hover {
    color: #1769ff; }
  #social a#codepen:hover {
    color: #fcd000; }
  #social a#dribbble:hover {
    color: #ea4c89; }
  #social a#instagram:hover {
    color: #833ab4; }
  #social a#linkedin:hover {
    color: #0077b5; }
  #social a#twitter:hover {
    color: #1da1f2; }

@media (max-width: 45em) {
  #hero .container {
    margin-bottom: 7.5em; }

  #companies ul li {
    width: 50%; } }
@media (max-width: 40em) {
  h1 {
    padding-bottom: 0.5em;
    font-size: 2.75em;
    line-height: 1.1; }

  h2 {
    font-size: 1.875em; }

  p {
    font-size: 1.5em; }

  #hero .container {
    margin-bottom: 4.5em; }
    #hero .container .intro h1 {
      padding-bottom: 0.25em; }

  #companies ul li {
    width: 100%;
    text-align: center; }

  #social a {
    flex-basis: calc(50%);
    padding-top: 1%;
    padding-bottom: 3%;
    font-size: 6.75em; } }

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