/* -------------------------------- 
	BASE
-------------------------------- */
*,
*::after,
*::before {
  box-sizing: border-box;
}
body,
html {
  /* important */
  min-width: 100%;
  height: 100%;
  background: #222;
}
a {
  text-decoration: none;
}
a.active {
  color: #ffffff;
  font-size: 1em;
  padding: 8px 15px;
  border: 1px solid #ffffff;
  letter-spacing: 1.5px;
}
a.active:hover {
  background: #ffffff;
  color: #000000;
}
a.void {
  color: rgba(255, 255, 255, 0.3);
  font-size: 1.225em;
  padding: 8px 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  letter-spacing: 1.5px;
  pointer-events: none;
  cursor: default;
}
a.void:hover {
  background: #ffffff;
  color: #000000;
}
.linkBox {
  padding: 0 0 5px 0;
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
}
.linkBox:hover {
  border-bottom: 1px solid #FD145E;
  color: #FD145E;
}
.active {
  color: #FD145E;
}
.right {
  float: right;
  clear: right;
}
.left {
  float: left;
}
.center {
  text-align: center;
  margin: 0 auto;
}
.half {
  width: 60%;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .half {
    width: 100%;
  }
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
img {
  max-width: 100%;
}
section {
  position: relative;
  width: 100%;
  height: auto;
}
header {
  position: relative;
  background: #222;
  height: 100vh;
  width: 100%;
  z-index: 2;
  text-align: center;
  transition: transform 0.5s;
}
.content {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0 auto !important;
}
.rows {
  position: relative;
  width: 100%;
  height: auto;
  clear: both;
}
.about {
  max-width: 70%;
  height: auto;
  margin: 0 auto;
}
.about p {
  margin-top: 20px;
  color: #f9f9f9;
  line-height: 1.5em;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .about {
    max-width: 90%;
  }
}
.skills {
  height: auto;
  padding: 40px 0 60px 0;
  width: 100%;
  text-align: center;
}
.skills ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  height: auto;
  width: 70%;
}
.skills ul li {
  font-size: 2em;
  display: inline-block;
  font-weight: 600;
  color: #FD145E;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  margin: 0;
}
.skills ul li:after {
  content: "\2219";
  margin: 0.25em;
}
.skills ul li:last-child:after {
  content: " ";
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .skills {
    padding: 80px 0;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .skills ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .skills ul li {
    font-size: 2em;
    display: block;
    padding: 0;
    margin: 0;
  }
  .skills ul li:after {
    content: "";
    margin: 0;
  }
  .skills ul li:last-child:after {
    content: " ";
  }
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  .skills {
    padding: 30px 60px 80px 60px;
    width: 100%;
  }
  .skills ul {
    width: 100%;
  }
  .skills ul li {
    font-size: 2.225em;
    display: block;
  }
  .skills ul li:after {
    content: "";
    margin: 0;
  }
  .skills ul li:last-child:after {
    content: " ";
  }
}
.topBar {
  position: relative;
  height: 100px;
}
.hero {
  position: relative;
  height: 400px;
  width: 100%;
}
.hero img {
  max-width: 100%;
  height: 400px;
}
@media only screen and (min-width: 641px) and (max-width: 1023px) {
  .hero {
    position: relative;
    height: 300px;
  }
  .hero img {
    width: 85%;
    height: auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .hero {
    display: none;
  }
}
.logo {
  position: relative;
  top: 20px;
  left: 30px;
  z-index: 30;
  width: 280px;
  height: 50px;
}
.logo span {
  position: absolute;
  left: 60px;
  top: 13px;
  width: 100%;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1em;
  text-align: left;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
.logo img {
  position: absolute;
  left: 0;
  margin: 0 10px 0 0;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .logo {
    top: 15px;
    left: 20px;
    width: 200px;
    z-index: 10;
  }
}
.project {
  width: 100%;
  height: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.project img {
  display: block;
  position: relative;
  max-width: 75%;
  margin: 0 auto;
  z-index: 1;
}
.project.norton {
  background-color: #3a3c3d;
}
.project.belmont {
  background-color: #6b296b;
}
.project.edge {
  background-color: #2f3245;
}
.project.blockthreads {
  background-color: #ee2e4c;
}
.project.luxe {
  background-color: #da9113;
}
.project.mlc {
  background-color: #d32d28;
}
.project.gibson {
  background-color: #5279b8;
}
.project.holeman {
  background-color: #756d5d;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  section {
    width: 100%;
  }
  .project img {
    max-width: 97%;
  }
}
.shortDetail {
  width: 70%;
  margin: 0 auto;
  padding: 25px 0;
  text-align: center;
}
.shortDetail h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.shortDetail p {
  text-align: center;
  font-size: 1.3em;
  letter-spacing: 1px;
  line-height: 1.75em;
  margin-bottom: 40px;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .shortDetail {
    width: 90%;
  }
  .shortDetail h3 {
    line-height: 1.125em;
    margin: 10px 0 20px 0;
    font-size: 1.5em;
  }
  .shortDetail p {
    font-size: 1em;
    line-height: 1.35em;
    margin-bottom: 40px;
  }
  .shortDetail a {
    font-size: 1em;
  }
}
.demos {
  width: 100%;
  padding: 0;
  margin: 20px auto;
}
.demos h4 {
  font-size: 1.5em;
  font-weight: 600;
  color: #FD145E;
  line-height: 1.55em;
  margin-bottom: 10px;
}
.demos p {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.demos a {
  color: #ffffff;
  text-decoration: underline;
}
hr.separator {
  margin: 20px 0 0;
  background: #C6933B;
  height: 1px;
  border: 0;
}
.launch {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 0.85em;
  letter-spacing: 0.5px;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: left;
  color: #59080D;
  text-decoration: none;
}
.launch:hover {
  text-decoration: underline;
}
.social-icons {
  margin-top: 40px;
  margin-bottom: 0;
  padding: 0;
}
.social-icons li {
  display: inline-block;
  padding: 0 2em 0 0;
  font-family: fontello;
  font-size: 1.35em;
  transition: all 0.3s;
}
.social-icons li a {
  display: block;
  text-decoration: none;
  color: #f9f9f9;
  cursor: pointer;
}
.social-icons li:hover {
  transform: scale(1.25);
}
.social-icons li:nth-of-type(1) a:before {
  content: "\e80d";
}
.social-icons li:nth-of-type(2) a:before {
  content: "\f318";
}
.social-icons li:nth-of-type(3) a:before {
  content: "\e810";
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .social-icons {
    margin-top: 20px;
    float: none;
    margin-left: -12px;
  }
  .social-icons li {
    padding: 0.5em 1.225em 0 0.5em;
    font-family: fontello;
    font-size: 1.5em;
  }
}
footer {
  padding: 50px 0;
  width: 100%;
  background: #000000;
  text-align: center;
}
footer p {
  color: #f9f9f9;
  text-align: center;
  line-height: 1.5em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
footer h3 {
  color: #f9f9f9;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 1.225em;
}
footer h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #ffffff;
}
footer .smallText {
  font-size: 0.85em;
  color: rgba(255, 255, 255, 0.3);
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
ul.clientList {
  width: 100%;
  padding: 0;
  margin: 50px auto;
  list-style: none;
}
ul.clientList li {
  display: inline-block;
}
ul.clientList li img {
  max-width: 40%;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  footer h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.125em;
    font-size: 1.5em;
  }
  footer h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #ffffff;
  }
  ul.clientList {
    width: 100%;
    padding: 0;
    margin: 50px auto;
    list-style: none;
    text-align: center;
  }
  ul.clientList li {
    display: inline;
    padding: 0 1em;
  }
  ul.clientList li img {
    max-width: 20%;
  }
}
/* -------------------------------- 
	ARROW
-------------------------------- */
@media only screen and (min-width: 1024px) and (max-width: 1200px), only screen and (min-width: 641px) and (max-width: 1023px), only screen and (min-width: 1201px) and (max-width: 1600px), only screen and (min-width: 1601px) and (max-width: 1920px) {
  #arrow {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  #arrow {
    position: absolute;
    width: 80%;
    text-align: center;
    height: 60px;
    display: block;
    bottom: 30px;
    left: 50%;
    margin: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
  }
  #arrow:after {
    content: "VIEW PROJECTS";
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    position: absolute;
    top: -15px;
    margin: 0;
    padding: 0;
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.4);
  }
  #arrow img {
    width: 40px;
    height: 40px;
  }
}
/* FONTS */
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello/fontello.woff?58255448') format('woff'), url('../fonts/fontello/fontello.ttf?58255448') format('truetype'), url('../fonts/fontello/fontello.svg?58255448#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
.oswald {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.regular {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.semi {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.titleLt {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}
.titleBd {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
p {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  font-size: 1em;
  font-size: 100%;
  line-height: 1.5em;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}
h1 {
  font-size: 3em;
  letter-spacing: 1px;
  line-height: 1.5em;
}
h2 {
  font-size: 2.5em;
  letter-spacing: 1px;
  line-height: 1em;
}
h3 {
  font-size: 2em;
  letter-spacing: 1px;
  line-height: 2em;
}
h4 {
  font-size: 1.75em;
  letter-spacing: 1px;
  line-height: 1.75em;
}
h5 {
  font-size: 1.5em;
  letter-spacing: 1px;
  line-height: 1.5em;
}
.pageTitle {
  color: #ffffff;
}
.icon-plus:before {
  content: '\e803';
}
/* '' */
.icon-minus:before {
  content: '\e804';
}
/* '' */
.icon-info:before {
  content: '\e805';
}
/* '' */
.icon-check:before {
  content: '\e806';
}
/* '' */
.icon-left-open:before {
  content: '\e807';
}
/* '' */
.icon-right-open:before {
  content: '\e808';
}
/* '' */
.icon-left-open-big:before {
  content: '\e809';
}
/* '' */
.icon-right-open-big:before {
  content: '\e80a';
}
/* '' */
.icon-star:before {
  content: '\e80b';
}
/* '' */
.icon-heart:before {
  content: '\e80c';
}
/* '' */
.icon-mail:before {
  content: '\e80d';
}
/* '' */
.icon-search:before {
  content: '\e80e';
}
/* '' */
.icon-link:before {
  content: '\e80f';
}
/* '' */
.icon-attach:before {
  content: '\e810';
}
/* '' */
.icon-camera:before {
  content: '\e811';
}
/* '' */
.icon-mail-alt:before {
  content: '\f0e0';
}
/* '' */
.icon-linkedin:before {
  content: '\f318';
}
/* '' */
.black {
  color: #000000;
}
.white {
  color: #ffffff;
}
.gray {
  color: #222;
}
.yellow {
  color: #C6933B;
}
.primary {
  color: #FD145E;
}
/* --------------------- NAVIGATION FOR DESKTOP  --------------------- */
#navigation {
  position: absolute;
  right: 0;
  top: 26px;
  width: 350px;
  height: auto;
  text-align: right;
  z-index: 12;
}
#navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#navigation li {
  display: inline-block;
  padding: 6px 1em 0 2em;
}
#navigation li:last-child {
  margin-right: 1.5em;
}
#navigation li a {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
#navigation li a:hover {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}
#navigation li.selected {
  color: #000000 !important;
}
.navigation.navFixed {
  padding-top: 18px;
}
.nav-container h2 {
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 640px) {
  #navigation {
    float: none;
    clear: none;
    margin: 0;
    width: 100%;
    height: auto;
    text-align: right;
    z-index: 12;
  }
}
/* --------------------- NAVIGATION FOR MOBILE  --------------------- */
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .nav-open content {
    transform: translateX(-100%);
    overflow: hidden;
  }
  .nav-trigger {
    position: fixed;
    z-index: 30;
    top: 15px;
    right: 10px;
    height: 50px;
    width: 50px;
    background: transparent;
    padding-top: 12px;
    text-indent: -60px;
    text-decoration: none;
    transition: color 0.3s;
    /*overflow: hidden;*/
    white-space: nowrap;
    text-indent: 100%;
  }
  .nav-trigger span,
  .nav-trigger span::before,
  .nav-trigger span::after {
    position: absolute;
    height: 3px;
    width: 30px;
    background: #ffffff;
  }
  .nav-trigger span {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: background 0.3s;
  }
  .nav-trigger span::before,
  .nav-trigger span::after {
    content: '';
    top: 0;
    left: 0;
    transition: background 0.3s, transform 0.3s;
  }
  .nav-trigger span::before {
    transform: translateY(-9px);
  }
  .nav-trigger span::after {
    transform: translateY(9px);
  }
  .nav-trigger:hover span,
  .nav-trigger:hover span::before,
  .nav-trigger:hover span::after {
    background: #ffffff;
  }
  .nav-open .nav-trigger:hover span::before,
  .nav-open .nav-trigger:hover span::after {
    background: #ffffff;
  }
  .nav-open .nav-trigger span {
    background: transparent;
  }
  .nav-open .nav-trigger {
    color: transparent;
  }
  .nav-open .nav-trigger span::before,
  .nav-open .nav-trigger span::after {
    background: #222;
  }
  .nav-open .nav-trigger span::before {
    transform: translateY(3px);
    transform: rotate(-225deg);
  }
  .nav-open .nav-trigger span::after {
    transform: rotate(225deg);
  }
  .overlay {
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.2s;
  }
  .nav-open .overlay {
    opacity: 0.95;
    visibility: visible;
  }
  .nav-container {
    position: fixed;
    z-index: 12;
    top: 0;
    right: 0;
    height: 100%;
    width: 90%;
    max-width: 100%;
    padding: 2em 3.5em;
    background: #000;
    overflow: hidden;
    transform: translateZ(0);
    transform: translateX(100%);
    transition: transform 0.5s cubic-bezier(0.07, 0.23, 0.34, 1);
  }
  .nav-open .nav-container {
    transform: translateX(0);
  }
  .nav {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .nav a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: rgba(249, 249, 249, 0.5);
    transform: translateZ(0);
    transition: transform 0.2s, color 0.2s;
  }
  .nav a:hover {
    transform: translateX(5px);
    transition: transform 0.5s;
    color: #ffffff;
  }
  #navigation {
    position: fixed;
    top: 0;
    right: 0;
    padding-top: 100px;
    height: 100%;
    border: none;
    font-size: 1.75em;
  }
  #navigation li {
    display: block;
    padding: 0;
  }
  #navigation li:last-child {
    margin-right: 0;
  }
  #navigation li a {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-weight: 300;
    line-height: 3em;
    color: rgba(249, 249, 249, 0.5);
    text-decoration: none;
  }
  #navigation li a:hover {
    color: #ffffff;
    border-bottom: none;
  }
  #navigation .selected {
    color: #000000 !important;
  }
  .nav-open .nav a {
    animation: slide-in 0.4s 0.2s backwards;
  }
  .nav-open .nav li:nth-of-type(2) a {
    animation-delay: 0.3s;
  }
  .nav-open .nav li:nth-of-type(3) a {
    animation-delay: 0.4s;
  }
  .nav-open .nav li:nth-of-type(4) a {
    animation-delay: 0.5s;
  }
  .nav-open .nav li:nth-of-type(5) a {
    animation-delay: 0.6s;
  }
  @keyframes slide-in {
    0% {
      opacity: 0;
      transform: translateX(40px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
}
