@font-face {
  font-family: ErasBold;
  src: url("/stylesheets/fonts/ERASBD.eot") format("eot"), url("/stylesheets/fonts/ERASBD.TTF") format("truetype");
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #fafafa;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #444;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h1,
h2,
h3,
h4 {
  margin-bottom: 10px;
  font-family: ErasBold;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
}

a {
  -webkit-transition: all 0.3s ease;
  /* Safari */
  transition: all 0.3s ease;
}

a:hover {
  cursor: pointer;
  opacity: 0.7;
}

#nav-container {
  height: 60px;
}

#nav {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #333333;
  z-index: 4;
  -webkit-transition: all 0.3s ease;
  /* Safari */
  transition: all 0.3s ease;
}

#nav .small-logo {
  color: #fff;
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
  font-family: ErasBold;
  -webkit-transition: all 0.3s ease;
  /* Safari */
  transition: all 0.3s ease;
}

#nav ul {
  list-style: none;
  padding: 0;
  float: right;
}

#nav ul li {
  color: #fff;
  display: inline;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  /* Safari */
  transition: all 0.3s ease;
}

#nav ul li:not(:last-child) {
  margin-right: 20px;
}

#nav .small-logo:hover,
#nav ul li[data-scroll]:hover,
#nav .small-logo.active,
#nav ul li[data-scroll].active {
  cursor: pointer;
  color: #ff6e2e;
}

#header {
  width: 100%;
  height: calc(100vh - 60px);
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  user-select: none;
  /* Standard syntax */
}

#header canvas {
  z-index: 1;
}

#header .portrait-container {
  left: 50%;
  z-index: 2;
}

#header .text {
  left: 0;
  z-index: 3;
}

#header .portrait {
  position: absolute;
  max-height: 90%;
  max-width: 90%;
  left: 50%;
  bottom: 0;
  /* IE 9 */
  -webkit-transform: translateX(-50%);
  /* Chrome, Safari, Opera */
  transform: translateX(-50%);
}

#header .title {
  position: absolute;
  top: 40%;
  left: 50%;
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%);
  letter-spacing: -1px;
  opacity: 0;
}

#header .title .logo {
  font-size: 50px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}

#header .title .job {
  text-align: center;
  font-size: 24px;
}

#header .info {
  border-radius: 1px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  /* IE 9 */
  -webkit-transform: translateX(-50%);
  /* Chrome, Safari, Opera */
  transform: translateX(-50%);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  width: 500px;
  background-color: rgba(255, 255, 255, 0.98);
  padding: 40px;
  text-align: center;
}

#header .info p {
  font-size: 14px;
  margin-bottom: 40px;
}

#header .info a {
  border: 1px solid #ff6e2e;
  padding: 12px 30px;
  color: #ff6e2e;
  text-decoration: none;
  display: inline-block;
  border-radius: 2px;
  width: 120px;
}

.fname,
.lname {
  display: inline-block;
}

.fname:first-letter,
.lname:first-letter {
  font-size: 110%;
}

.fname {
  color: #ff6e2e;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.overlay.light {
  background-color: rgba(255, 255, 255, 0.6);
}

.section {
  padding: 60px;
  position: relative;
  overflow-x: hidden;
}

.section .section-heading {
  color: #fff;
  margin-bottom: 60px;
  text-align: center;
  position: relative;
}

.section .section-heading.light .section-heading {
  color: #444;
}

.section .section-heading.dark {
  color: #333333;
}

#experience {
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-image: url("/images/mountains.jpg");
  position: relative;
}

#skills {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#contact {
  background-image: url("/images/contact.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
}

#contact .form-box {
  opacity: 0;
  border-radius: 1px;
  width: 720px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 40px;
}

#contact .form-box .info {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  margin-right: 40px;
}

#contact .form-box form {
  display: inline-block;
  vertical-align: top;
  border-radius: 2px;
  width: 360px;
}

#contact .form-box form .input-container:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

#contact .form-box form label {
  font-weight: bold;
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}

#contact .form-box form label.error {
  margin: 4px 0 0 0;
  color: #ff6e2e;
  position: absolute;
  bottom: 0;
  left: 0;
}

.input-container {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 5px;
}

input[type="text"],
input[type="email"],
textarea {
  padding: 8px 10px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  display: block;
  width: 100%;
  color: #444;
  -webkit-appearance: none;
}

textarea {
  resize: none;
  height: 100px;
}

input[type="button"],
input[type="submit"] {
  background-color: #40484D;
  border: none;
  color: #fff;
  padding: 14px;
  width: 100%;
  display: block;
  border-radius: 2px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  /* Safari */
  transition: all 0.3s ease;
  -webkit-appearance: none;
  font-weight: bold;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="button"]:disabled,
input[type="submit"]:disabled {
  opacity: 0.7;
  cursor: pointer;
}

#footer {
  background-color: #333333;
  height: 120px;
  line-height: 120px;
  padding: 0 40px;
  position: relative;
}

#footer p {
  color: #fff;
  margin: 0;
}

.icons {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.icons .icon {
  display: inline-block;
  width: 16.6667%;
  margin-bottom: 60px;
  vertical-align: middle;
  opacity: 0;
}

.icons .icon img {
  max-width: 100px;
  max-height: 80px;
  display: block;
  margin: 0 auto;
}

.icons .icon p {
  text-align: center;
}

.tiles {
  margin: 0 -60px -60px -60px;
  text-align: center;
}

.tiles .tile {
  width: 33.3333%;
  height: 320px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  margin-top: -1px;
}

.tiles .tile .inner {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.7s ease;
  /* Safari */
  transition: all 0.7s ease;
}

.tiles .tile .inner:focus,
.tiles .tile .inner:hover,
.tiles .tile .inner[active] {
  /* IE 9 */
  -webkit-transform: scale(1.2);
  /* Chrome, Safari, Opera */
  transform: scale(1.2);
}

.tiles .tile span {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%);
  font-size: 22px;
  font-family: ErasBold;
  text-transform: uppercase;
  pointer-events: none;
}

.tiles .tile:hover {
  cursor: pointer;
}

#gallery {
  background-color: rgba(0, 0, 0, 0.95);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 4;
  overflow-y: scroll;
}

#gallery .fotorama {
  position: fixed;
  left: 50%;
  top: 50%;
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Chrome, Safari, Opera */
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 100%;
}

#gallery .close {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  padding: 12px;
  background-color: #444444;
}

#gallery .close img {
  height: 20px;
  display: block;
}

#gallery .close:hover {
  cursor: pointer;
}

.error-message {
  padding: 40px;
  text-align: center;
}

.grecaptcha-badge {
  display: none;
}

@media (max-width: 1000px) {
  #header .text {
    width: 100%;
  }
  #header .title .logo {
    font-size: 50px;
  }
  #header .title .job {
    font-size: 20px;
  }
  .tiles .tile {
    width: 50%;
  }
  .icons .icon {
    width: 25%;
  }
  #contact .form-box {
    width: 100%;
    margin: 0;
    padding: 40px;
  }
  #contact .form-box .info {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  #contact .form-box form {
    display: block;
    width: 100%;
  }
}

@media (max-width: 700px) {
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 14px;
  }
  #nav {
    padding: 0 20px;
  }
  #nav ul li {
    font-size: 12px;
  }
  #nav ul li:not(:last-child) {
    margin-right: 10px;
  }
  #header {
    height: calc(100vh - 60px);
  }
  #header .title {
    top: 40%;
  }
  #header .title .logo {
    font-size: 40px;
    white-space: pre-wrap;
  }
  #header .title .job {
    font-size: 18px;
  }
  #header .info {
    width: 100%;
    bottom: 0;
    padding: 20px;
  }
  #header .info p {
    margin-bottom: 20px;
    font-size: 12px;
  }
  #contact .form-box {
    padding: 20px;
  }
  .section {
    padding: 20px;
  }
  .section .section-heading {
    margin-bottom: 40px;
  }
  #footer {
    padding: 0 20px;
    height: 100px;
    line-height: 100px;
  }
  #footer p {
    font-size: 12px;
  }
  .icons .icon {
    width: 33.3333%;
    margin-bottom: 30px;
  }
  .icons .icon .icon img {
    max-width: 90px;
    max-height: 70px;
  }
  .tiles {
    margin: 0 -20px -20px -20px;
  }
}

@media (max-width: 420px) {
  .icons .icon img {
    max-width: 70px;
    max-height: 50px;
  }
  .section .section-heading {
    margin-bottom: 20px;
  }
  .tiles .tile {
    width: 100%;
    height: 220px;
    display: block;
    margin-top: 0;
  }
}
/*# sourceMappingURL=style.css.map */