html {
  /*position: relative;*/
}

body {
  color: #444444;
  /*margin: 0;*/
  position: relative;
  height: 100%;
}

a:hover, a:focus {
  text-decoration: none;
  transition: color 0.3s;
}
a :focus {
  outline: 2px auto #ccc;
  outline-offset: -2px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "poppins";
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h2, .h3, .h4, .h5, .h6, h2, h3, h4, h5, h6 {
  font-family: "poppins";
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 15px;
}

html.show-nav body {
  overflow: hidden;
}

body.show-nav > .wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}

footer {
  color: #cccccc;
  background-color: #333333;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0px 500px 0px 500px #333333;
}
footer .footer-logo {
  position: relative;
  height: 60px;
}
footer .footer-logo img {
  height: 100%;
}
footer a {
  color: #6a869e;
  text-shadow: 1px 1px 1px #222;
}
footer a:hover {
  color: #8bb0d0;
}

section {
  padding: 10px 0 20px 0;
}

header {
  position: fixed;
  text-align: center;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  width: 100%;
  z-index: 98;
  background-color: rgba(255, 255, 255, 0.9);
  transition: height 1s, box-shadow 0.5s;
}
header h1 {
  transition: margin 0.5s;
  margin-bottom: 0;
}
header h1 a, header h1 a:hover, header h1 a:focus {
  font-size: 24px;
  color: #444444;
  transition: font-size 0.5s, color 0.3s !important;
}
header .menu-button {
  right: 10px;
  padding: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
header .occupation {
  padding: 0 50px;
  max-height: 50px;
  overflow: hidden;
  transition: max-height 0.5s, margin 0.5s, padding 0.5s;
}
header .occupation:after {
  content: "";
}

/* duplicate tod header in content */
.content-wrapper header {
  position: relative;
  z-index: 1;
}

.content-wrapper header {
  visibility: hidden;
}

/* -------- */
.container {
  padding-right: 25px;
  padding-left: 25px;
}

.menu-button > div {
  width: 25px;
  height: 4px;
  margin: 2px;
  background-color: #666666;
}

.reveal-animation {
  min-height: 400px;
}

.work-header-container {
  position: relative;
}

.work-prev-container {
  padding: 0px 0 10px 0;
}
.work-prev-container .work-prev {
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
  padding-top: 10px;
}
.work-prev-container .work-prev img {
  width: 100%;
  height: auto;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
.work-prev-container .work-prev .work-desc {
  color: #444;
  padding-left: 10px;
  bottom: 0;
  transition: opacity 0.5s;
}
.work-prev-container .work-prev .work-desc h2 {
  margin-top: 10px;
  margin-bottom: 0px;
}
.work-prev-container .work-prev .overlay {
  position: absolute;
  background-color: #222222;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s;
}
.work-prev-container .work-prev a:hover .work-des, .work-prev-container .work-prev a:focus .work-desc {
  opacity: 1;
}

/* WORK DETAIL */
.work-detail {
  background-color: #EEEEEE;
  padding-bottom: 40px;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.7);
}
.work-detail .work-detail-siderail > div {
  padding: 0 0 20px;
}
.work-detail .work-header-container h2 {
  margin-bottom: 0px;
  padding-right: 120px;
}
.work-detail .work-header-container h5 {
  margin-top: 5px;
}
.work-detail .work-header-container .button-container {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 20px;
}

/* HISTORY */
.history-preview .name, .history-preview .date {
  display: inline-block;
  width: 49%;
}

.history-preview .name {
  text-align: right;
}

.history-preview .date {
  text-align: left;
  font-weight: 500;
}

.dot-wrapper {
  display: none;
}

.dot {
  margin: auto;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background-color: #ccc;
}

.line {
  border-top: 1px solid #ccc;
  position: absolute;
  width: 100%;
  top: 3px;
}

/* GLOBAL CSS */
.text-align-right {
  text-align: right;
}

.img-wrapper img {
  width: 100%;
  height: initial;
  /*box-shadow: 1px 1px 5px rgba(0,0,0, .3);*/
}

.no-padding {
  padding: 0 !important;
  margin: 0 !important;
}

.text-align-center {
  text-align: center;
}

.dark {
  background-color: #eeeeee;
}

.section-header {
  text-align: center;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 5px auto #ccc;
  outline-offset: -2px;
}

.btn-default {
  text-shadow: 0 1px 0 #fff;
  background-image: none;
  border-color: #dbdbdb;
  border-color: #ccc;
  color: #666666;
}

.btn-default:hover {
  background-color: #f3f3f3;
}

.bg-warning {
  background-color: #e8dcdc;
  color: #a96d6d;
  padding: 15px;
  margin: 0px;
}

.bg-warning.bg-success {
  background-color: #dff0d8;
  color: #709661;
}

.fa {
  margin-right: 6px;
}

/* CONTACT */
.form-message-wrapper-container {
  box-shadow: 1px 1px 3px rgba(155, 155, 155, 0.4);
  padding: 15px;
}

.form-message-wrapper-container i {
  position: absolute;
  margin-top: 3px;
}

.form-message {
  display: inline-block;
  margin: 0;
  padding-left: 24px;
}

.formrow {
  margin-bottom: 20px;
}

.form-instructions {
  color: #999999;
}

.form-control:focus {
  border-color: #cccccc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(0, 0, 0, 0.2);
}

form.show-errors .ng-invalid {
  border-top-color: #e49090;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f3f3f3 inset;
  transition: background-color 5000s ease-in-out 0s;
}

/* NAV */
.nav-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.show-nav .nav-wrapper {
  /*display: block;*/
}

.nav-wrapper .overlay {
  width: 100%;
  height: 100%;
  background-color: #333;
  position: absolute;
  opacity: 0.9;
}

.nav-wrapper .nav-container {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: opacity 0.7s;
}

.nav-wrapper a {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);
  font-size: 24px;
  color: #999999;
  transition: color 0.3s;
}

.nav-wrapper a.current {
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
  cursor: default;
}

.nav-wrapper a:hover {
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.nav-wrapper a.menu-button-close {
  position: absolute;
  top: 24px;
  right: 20px;
  font-size: 24px;
  padding: 5px;
  outline: 0;
}

.scrolled .nav-wrapper a.menu-button-close {
  top: 3px;
}

.nav-wrapper .sub-menu {
  padding-left: 20px;
}

.content-wrapper, header, footer {
  transition: 0.7s -webkit-filter linear;
}

.content-wrapper {
  transition: padding-top 0.2s;
}

.show-nav .content-wrapper, .show-nav header, .show-nav footer, .show-nav .parallax-mirror {
  filter: blur(3px);
}

/* SCROLLED */
.scrolled .wrapper > header {
  padding-bottom: 0;
}

.scrolled .wrapper > header a {
  font-size: 24px;
}

.scrolled .wrapper > header h1 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.scrolled .wrapper > header .occupation {
  max-height: 0;
  margin: 0;
}

.scrolled-5 .wrapper > header {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}

.parallax-window {
  min-height: 200px;
  background: transparent;
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

/*Flexsilder*/
.flexslider {
  margin: 0 0 60px;
  border: 0;
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.flex-direction-nav a {
  height: 50px;
}

/* MEDIA QUERIES */
@media (min-width: 768px) {
  .no-top-margin {
    margin-top: 0 !important;
  }
  header {
    /*padding-bottom: 20px;*/
  }
  header .occupation {
    display: block;
  }
  header .occupation:after {
    content: " focusing on user experience and functionality";
  }
  header h1 a, header h1 a:hover, header h1 a:focus {
    font-size: 36px;
  }
  header .menu-button {
    right: 30px;
  }
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .history-preview .name, .history-preview .date {
    display: block;
    width: 100%;
    text-align: center;
  }
  .history-preview .dot-wrapper {
    display: block;
  }
  .section-header {
    text-align: left;
  }
  .nav-wrapper a {
    font-size: 24px;
  }
  .nav-wrapper a.menu-button-close {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 24px;
    padding: 5px;
    outline: 0;
  }
  .work-prev-container .work-prev {
    margin: 0;
    padding: 0;
    opacity: 0;
    transition: opacity 1s ease-in;
  }
  .work-prev-container .work-prev a {
    padding: 0px;
    display: block;
    margin: 3px;
    position: relative;
  }
  .work-prev-container .work-prev img {
    /*position: absolute;*/
    transition: filter 1s;
  }
  .work-prev-container .work-prev .work-desc {
    position: absolute;
    color: #eeeeee;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
    padding: 20px 20px 5px;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.5s;
    z-index: 10;
  }
  .work-prev-container .work-prev .work-desc h3 {
    font-weight: normal;
  }
  .work-prev-container .work-prev .work-desc .skills {
    /*margin: 5px 0 0 ;*/
  }
  .work-prev-container .work-prev .overlay {
    position: absolute;
    background-color: #555;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.5s;
    top: 0;
  }
  .work-prev-container .work-prev a:hover .overlay, .work-prev-container .work-prev a:focus .overlay {
    /*display: block;*/
    opacity: 0.85;
  }
  .work-prev-container .work-prev:hover .work-desc {
    opacity: 1;
  }
  .work-prev-container .work-prev:hover img {
    -webkit-filter: blur(2px) grayscale(0.6);
    filter: blur(2px) grayscale(0.6);
  }
  /* mobile class */
  .mobile .work-prev .work-desc {
    position: absolute;
    color: #eeeeee;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.9);
    padding: 20px;
    bottom: 0;
    opacity: 1;
    transition: opacity 0.5s;
    z-index: 10;
  }
  .mobile .work-prev .overlay {
    position: absolute;
    background-color: #333333;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0.7;
    transition: opacity 0.5s;
    top: 0;
  }
  .parallax-window {
    min-height: 250px;
  }
}
@media (min-width: 992px) {
  .parallax-window {
    min-height: 400px;
    background: transparent;
  }
}
@media (min-width: 1200px) {
  .work-prev .work-desc h2 {
    font-size: 42px;
  }
}

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