/* CSS Document */

::selection {
  background: #000; /* WebKit/Blink Browsers */
    color:#fff;
}
::-moz-selection {
  background: #000; /* Gecko Browsers */
    color:#fff;
}

img {
  max-width:100%;
}

a {
  color:#7b38ec;
}

.current a {
  display: inline-block;
  color: #9301ff;
  border-bottom: 3px solid #9301ff;
  transition: all .2s ease-in-out;
}

.body-project footer {
  background-color: #f2f2f2;
}

.body-project  header {
  margin-top:-80px;
}

body.body-project, html {
  overflow-x: hidden;
}

section#project {
    background-color:#fff;
    max-width: 1400px;
    padding-top: 40px;
    margin:0px auto;
}

#project-header {
    background-color:#f2f2f2;
    position:relative;
}

#project-header img {
  width: 100%;
max-height: 500px;
object-fit: cover;
object-position: center;
}

img#award-badge {
  width: 150px;
    position: absolute;
    z-index: 999;
    top: -75px;
    right: -70px;
}

#project-header .purple-fill {
    position: absolute;
    margin-top: 30px;
}

#project-header #wrapper {
        margin: 0px auto;
    max-width: 1400px;
    padding: 0 10% 0 10%;
}

.badge {
  position: fixed;
  bottom: 30px;
  right: 30px; }

.badge img {
  max-width: 150px; }
#project-content img {
  max-width: 100%; }

  .fullwidth-image img {
    width:100%;
    max-width:100%;
  }

li.float {
  position: absolute;
  left:15px; }

  li.float a:hover {
    border-bottom:1px solid #353535;
  }

img.grid {
  display: inline-block;
  width: 100%;
  padding: 10px 10px; }

.bold {
  font-weight: 700; }

.title {
  font-size: 2.2em;
  color: #81439a;
  font-weight: bold;
  line-height: 1.2em;
  margin: 10px 0px;
  color: #000; }

.sub-title {
  text-transform: uppercase;
  font-weight: bold;
  color: #8628f5;
  font-size: .8em;
  letter-spacing: 1px;
  position: relative;
  text-decoration-line: underline; }

.main-text {
  color: #000 !important;
  font-size: 16px !important; }

.main-text, #project-content div span {
  font-family: "basic-sans", sans-serif !important; }

nav ul, nav li {
  display: inline-block; }

#hide, .hide {
  display: none; }

nav.active, .blog-page nav {
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  margin-top:20px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'basic-sans', sans-serif;
  box-sizing: border-box;
  text-decoration: none;
  line-height: 1.7em; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

p {
  margin: 25px 0px;
  font-weight:300;
  max-width:650px;
  color:#111;
}

.p-wrap {
  max-width:650px;
  margin:40px auto;
  display:block;
}

strong {
    font-weight:700;
    line-height:inherit;
}

article li {
border-bottom: 1px solid #ccc;
margin-top: 40px;
padding-bottom: 8px;
line-height:1.5;
}

.spread li {
  margin-bottom:90px;
}

nav {
  position: relative;
  top: 0px;
  padding-top:60px;
  padding-right:30px;
  z-index: 999;
  width: 100%;
  text-align: right;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

nav a {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 5px 10px;
  margin: 0px 20px;
  color: #353535;
  transition: all .2s ease-in-out; }

nav a:hover, #back-to-all:hover {
  border-bottom:1px solid #353535;
  transition: all .2s ease-in-out; }

  nav a#youAreHere {
    border-bottom:2px solid #353535;
  }

  #lilMe {
    width: 60px;
    position: absolute;
    left: 80px;
    margin-top: -20px;
  }

  #lilMe img {
    border-radius: 100%;
  }

  #lilMe img:hover {
    border:1px solid #353535;
  }

  #lilMe a:hover {
    border:none;
  }

  nav li svg {
    vertical-align: -11px;
    padding-bottom: 6px;
  }


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

.call-to-action {
  text-transform: uppercase;
  color: #7b38ec;
  padding: 10px 30px;
  border-radius: 40px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  border: 4px solid #7b38ec;
  font-size: 1.2em;
  display: inline-block;
  margin: 10px 0px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s; }

.call-to-action:hover {
  border: 4px solid #7b38ec;
  background-color: #7b38ec;
  color: #fff;
  letter-spacing: 2px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s; }

.call-to-action::after {
  content: url("../img/chevron_p_r.svg");
  width: 7px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -2px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s; }

.call-to-action:hover::after {
  content: url("../img/chevron_w_r.svg");
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s; }

  .white-button {
    background-color:#fff;
    color:#7b38ec;
    border:#fff;
  }

  .purple-button {
    background-color:#7b38ec;
    color:#fff;
    border:#7b38ec;
  }

.purple-button:hover {
    background-color:#fff;
    color:#7b38ec;
    border:#7b38ec;
  }

.right p {
  margin-bottom: 40px; }

h1 {
  font-size: 3em;
  color: #353535;
  font-weight: bold;
line-height: 1.0em;
margin:30px 0 20px 0;
}

h1.thin {
  font-size: 25px;
text-align: left;
font-weight: 300;
text-transform: unset;
line-height: 120%;
}

.overview h1, header h1 {
  margin-bottom:0px;
}

h2 {
  text-transform: uppercase;
  font-weight: bold;
  color: #8628f5;
  font-size: 1.1em;
  letter-spacing: 1px;
  margin: 25px 0px -5px 0px;
  position: relative;
  display: inline-block;
 }

 h2.schmancy {
   color:#353535;
   letter-spacing:2px;
   font-size:.8em;
 }

h3 {
  font-weight: normal;
  font-size: 1.4em;
  line-height: 1.2em;
  color: #333333;
  margin-bottom:30px;
}

h4 {
  margin: 0px 0px 20px 0px;
  font-weight: bold;
  color: #353535;
  font-size: .8em; }

h5 {
  font-size: 1em;
  color:#8e8e8e;
  line-height:1em;
  margin-top:10px;
}

h5 b {
  color:#222;
}

h4.subline {
	color:#7b38ec;
    text-transform:uppercase;
    letter-spacing:1px;
}

a#back-to-all {
  color: #7b38ec;
padding: 20px 40px;
background-color: #fff;
border-radius: 50px;
box-shadow: 3px 3px 20px -1px rgba(0,0,0,0.1);
}

a#back-to-all:before {
  content: url("../img/chevron_p_l.svg");
  width: 7px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -2px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

#back-to-all:hover:before {
content: url("../img/chevron_w_l.svg");
}

#sticky {
  position:sticky;
  top:50px;
}

section {
  padding: 130px 18%;
  position:relative;
}

section.wide {
  padding: 130px 18%;
}

footer {
  padding: 100px 10%; }

footer p, footer .social {
  display: inline-block; }

footer .social {
  float: right;
  margin-top: -10px; }

  .block-distribute img {
    padding: 40px 0px;
max-height: 400px;
  }

#container {
  margin-top: 20px; }

.left, .right {
  width: 50%;
  display: inline-block;
  margin: 0px; }

article {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 50px 0px; }

  .center-align {
    margin:20px auto;
    text-align:center;
    align-items: center!important;
  }

.left {
  position: absolute;
  left: 0px;
  overflow: hidden;
  overflow-x: hidden;
  background-size: cover;
  background-position: center;
  height: 100%;
  transform: scale(1);
  transition: all .2s ease-in-out;
  z-index: 98; }

.left:hover {
  transform: scale(1.3); }

.right {
  padding: 50px;
  top: 0px;
  float: right;
  position: relative;
  z-index: 99;
  background-color: #fff; }

#pic {
  width: 100%;
 }

.bio {
  width:80%;
  margin:0px auto;
  max-width:650px;
   }

   .bio p {
     width:100%;
    margin: 15px auto;
    text-align: justify;
   }

.social {
  margin-top: 40px; }

  .social a {
    vertical-align:middle;
  }

.social img {
  width: 60px;
  margin-right: 20px;
  transition: all .2s ease-in-out; }

.social img:hover {
  transform: scale(1.3); }

  .social #button-resume {
    margin-right:20px;
  }

#skills {
  border-top: 6px solid #f2f2f2;
  padding-top: 30px; }

.quarter {
  width: 25%;
  display: inline-block;
  margin-left: -3px;
  text-align: center;
  margin-top: 40px; }

.third {
  width: 32%;
  display: inline-block;
  margin-left: -3px;
  text-align: center;
  margin-top: 40px; }

  .intro .third {
    vertical-align:top;
    margin-top:-5px;
    text-align:left;
  }

  .intro ul {
      display:flex;
      color:#636363;
    }

  .intro li {
      justify-content: space-evenly;
      flex-grow: 1;
    }


  .two-thirds {
    width:65%;
    display:inline-block;
    vertical-align: top;;
  }

  .intro h1 {
    font-size:25px;
    text-align:left;
    margin-top:0px;
  }

  .intro h2 {
    margin-top:0px;
  }

  .intro h3 {
    font-size:17px;
    text-align:left;
    margin-top:5px;
  }

  #video, #gif {
    display:none;
    width:100%;
  }

  .body-video, .fill-image img {
    width:100%;
  }

  .pull-large {
    font-size: 3em;
color: #353535;
font-weight: normal;
line-height: 1.3em;
margin: 30px 0 20px 0;
  }

.quarter span, .third span {
  margin-top: 40px;
  display: block;
    color:#8628f5;
    font-weight:700;
}

span.pull {
  font-weight: bold;
color: #47525d;
font-size: 1.3em;
line-height: 1.4em;
}

.item-wrap span.pull, p.pull, .pull {
  color:#47525d;
  font-size: 1.3em;
  line-height: 1.4em;
  font-weight: bold;
}

#skills img {
  width: 60%;
  display: block;
  margin: auto;
  transition: all .3s ease-in-out; }

#skills img:hover, .third li:hover {
  transform: scale(1.15); }

.content {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  color: #fff;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  background-color: rgba(0, 0, 0, 0.7); }

.content:hover {
  opacity: 1;  }

.story p {
  font-size:22px;
  line-height:180%;font-size:22px;
  line-height:180%;
}

.intro .flex-row {
  margin-top:80px;
}

header h1 {
  font-weight: 300;
  text-transform: unset;
  line-height: 120%;
  font-size:50px;
}
h1#hero {
  color:#65577c;
}

#relative {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -30%;
  -webkit-transform: rotateX(0); }

#relative img {
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-transform: rotateX(0); }

#half {
    width: 40%;
    left: 10%;
    top: 10%;
    position: absolute;
}

#half h1 {
    text-transform:none;
    font-size:7em;
}

#half h2 {
    margin-top:25px;
    font-size: 1em;
    border-bottom: 3px solid;
}

#half img {
    width: 35px;
    vertical-align: middle;
    margin-right: 15px;
}

.pin1 {
  border-radius: 50% 50% 50% 0;
  border: 2px solid #353535;
  width: 16px;
  height: 16px;
  transform: rotate(-45deg);
  display: inline-block;
  margin-right: 12px;
  vertical-align:bottom;
}

#blog {
  background-color: #f2f2f2; }

.blog-page #blog {
  margin-top: 80px; }

.hover-text {
  text-align: left;
  width: 100%;
  margin-top: 30px; }

#contact {
  background-color: #f2f2f2; }

.quarter li, .third li {
    background-color: #fff;
    border-radius: 10px;
    padding: 5px 10px;
    display: inline-block;
    box-shadow: 3px 2px 20px -1px rgba(0,0,0,0.1);
    margin: 5px 5px;
    font-size: .9em;
    text-align: left;
    transition: all .3s ease-in-out;
}

.third ul {
    padding:0px 20px;
}

form {
  background-color: #fff;
  padding: 30px 70px;
  display: inline-block;
  width: 100%;
  margin-top: 50px;
box-shadow: 3px 3px 28px -1px rgba(0,0,0,0.1);
    border-radius:20px;
}

input, textarea {
    border: none;
    border-radius: 0px;
    padding: 25px 35px;
    display: block;
    margin: 30px auto;
    width: 100%;
    font-family: 'basic-sans';
    font-weight: 900;
    font-size: 14px;
    background-color: #e4e4e4;
    border-bottom: 2px dotted #b9b9b9;
    box-sizing: border-box;
}

input#submit {
  cursor: pointer;
    width:auto;
    display:inline-block;
    padding: 10px 70px;
    margin-bottom: 20px;
    background-color:#7b38ec;
    color:#fff;
    border:4px solid #7b38ec;
    transition: all .3s ease-in-out;
}

input#submit:hover {
  background-color:#fff;
  color:#7b38ec;
  border:4px solid #7b38ec;
  transition: all .3s ease-in-out;
}

button {
  display: inline-block;
  padding: 5px 15px;
  background-color: #fff;
  color: #7b38ec;
  border: 3px solid #7b38ec;
  text-transform: uppercase;
  font-size: .7em;
  font-weight: bold;
  border-radius: 40px;
  cursor: pointer;
  margin: 10px 5px;
  letter-spacing: 1px; }

button.mixitup-control-active {
  background: #7b38ec;
  color: #fff; }

button:focus {
  outline: 0 none; }

iframe {
  overflow: scroll;
  width: 100%; }

  iframe.prototype {
    border:1px solid #111;
  }

  .prototype-scroll {
    width:700px;
    height:400px;
    overflow-x: scroll;
    margin:20px auto 0px auto;
    box-shadow:2px 2px 30px rgba(0,0,0,0.1);
    border-radius: 20px;
    border: 10px solid #fff;
    text-align:center;
  }

  .divider-line {
    width:100%;
    height:2px;
    border-top:solid 1px #888;
    margin-top:140px;
    margin-bottom:80px;
  }

/* Behance styling */


.field {
  display: inline-block; }

/*
.field:first-child::after, .field:nth-child(2)::after {
	content:','
}
*/
.field:nth-child(2), .field:nth-child(3) {
  display: none; }

.insta {
  flex-grow:1; }


  /* PROJECT TEMPLATE */

.body-project .flex-row {
  flex-wrap:nowrap;
}

#overview-image {
  min-width:40%;
}

  .flex-row {
    display:flex;
    justify-content:space-evenly;
    align-items:normal;
    flex-wrap:wrap;
  }

  .top-align, .top-align .item-wrap {
    align-items:flex-start;
    align-self:flex-start;
  }

  .bottom-align, .bottom-align .block-icon {
    align-items:flex-end;
    align-self:flex-end;
  }

  .item-wrap {
    flex-grow:1;
    margin:20px 0px;
    flex-basis:60%;
    align-self:center;
  }

  .img-grid .item-wrap img {
    padding:20px;
  }

  h5.img-grid {
    margin:20px;
  }

  .border-item img {
    border: 2px solid #eee;
    border-radius: 20px;
    margin-bottom: 15px;
  }

  .padded-border {
    border: 2px solid #eee;
    border-radius: 20px;
    padding:40px 50px;
  }

  .padded {
    padding:20px 30px;
  }

  .grey-bg .padded-border, .grey-bg .border-item img {
    border:2px solid #dcdbdb;
  }

  .two-column {
    flex-basis:50%;
    align-items: center;
  }

  .four-column .item-wrap {
    flex-basis:25%;
  }

  .block-screen {
    box-shadow:2px 2px 30px rgba(0,0,0,0.1);
    border-radius: 30px;
    border: 10px solid #fff;
  }

  .spacing .item-wrap:nth-child(2n+0) {
        margin-left:30px;
        margin-right:30px;
  }

  .block-screen img {
    border-radius:25px;
  }

  .block-icon {
    margin-right:30px;
  }

  .block-icon img {
    max-height: 300px;
    object-fit: contain;
  }

  .block-color {
    flex-grow:1;
    min-height:100px;
    margin-right:20px;
  }

  .block-color h5 {
    text-align:center;
    bottom:0px;
  }

  .full-width {
    padding:0px;
  }

  .full-width img {
    width:100%;
  }

  iframe {
    width:100%;
  }

  iframe img {
    max-width:100%;
  }

  section.grey-bg {
    background-color:#f2f2f2;
  }


    .white, .white h1, .white h3, .white p {
      color:#fff;
    }

    .small-wrapper:nth-child(2n+0), .insta:nth-child(2n+0) {
          margin-left: 4%;
    }


.aos-item {
  display: inline-block;
  float: left;
  width: 33.3333%;
  height: 300px;
  padding: 20px;
}

.aos-item__inner {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  background: #1da4e2;
  line-height: 260px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 1200px) {

    #half h1 {
        font-size:5em;
    }

}

@media screen and (max-width: 1000px) {
  .right {
    width: 100%;
    padding-top: 20px; }

  .left {
    height: 300px;
    position: relative;
    width: 100%; }

    header {
    background-size: 50%;
    background-position: bottom center;
    background-position-x: 100%;
    }

    #half {
        width:80%;
    }

    .intro .third, .intro .two-thirds {
      width:100%;
      display:block;
      margin-top:50px;
    }

    .intro .flex-row {
      display:unset;
    }

}

@media screen and (max-width: 800px) {

  .overview {
    width:100%;
    margin-left:0px;
  }

  .small-wrapper {
    flex-basis:unset;
  }
  .small-wrapper:nth-child(2n+0) {
        margin-left: 0;
  }

  header ul {
    display:block;
  }

  header li {
    margin:20px 0px;
  }

  .flex-row {
    display:block;
  }

  .item-wrap {
    width:100%;
    margin:unset;
    padding:unset;
  }

  .spacing .item-wrap:nth-child(2n+0) {
    margin:0;
  }

}

@media screen and (max-width: 700px) {
  #pic {
    display:block;
    width:100%;
  }

.social #button-resume {
  display:block;
}

  .bio {
    display: block;
    float: none;
    width: 100%; }

  footer .social {
    display: block;
    margin: 0px 0px 20px 0px;
    float: none; }

  .portfolio-list a {
    width: 100%; }

  .insta {
    width: 100%;
    margin-left:0;
   }
       nav {
           text-align: center;
           top:20px;
           padding-right:0;
         }

  }
@media screen and (max-width: 600px) {

  .quarter {
    width: 50%; }

    .third {
        width:100%;
    }

  h1 {
    font-size: 2.5em; }

  .body-project .large {
    border: 2px solid;
    font-size: .7em;
    padding: 10px 20px; }


    #half h1 {
        font-size:4em;
    }


}
@media screen and (max-device-width: 1200px) {
  .portfolio-hover {
    position: relative;
    opacity: 1;
    display:none;
    }

  .hover-text {
    position: relative;
    font-size: .7em;
    margin-top: 0%;
    padding: 10px 0px; }

  nav a {
    font-size: .8em;
    }

   }
