* {
    box-sizing: border-box;
    transition: all ease-in-out 250ms; 
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Source Code Pro', monospace;
    letter-spacing: -.75px;
    text-align: center;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

a {
    color: #64B236;
    text-decoration: none; 
}

.headshot {
    margin: 0 auto;
    max-width: 250px;
    padding-top: 30px;
}

@media only screen and (min-width:768px) {
    .headshot {
        float: left;
        margin: 0 2em 1em 0;
    }
}

.container {
    width: 95%;
    margin: 0 auto;
}

.contact-container {
    padding: 0 2em 6em 2em;
}

.clearfix::after,
section::after {
    content: '';
    display: block;
    clear: both;
}

.middle {
    width: 100%;
    text-align: center;
}


/*** TYPOGRAPHY ***/

h1, h2, h3, h4, h5, h6, p { 
    margin: 0; 
    padding: 0; 
}

h1 {
    font-weight: 100;
    font-size: 2rem;
}

h2 {
    font-weight: 100;
    font-size: 1.5rem;
    padding-bottom: 40px;
    color: #1D1328;
}

.h2-home {
    font-weight: 100;
    font-size: 1.5rem;
    padding-bottom: 40px;
    color: #fff;
}

.h2-contact {
    font-weight: 300;
    font-size: 1.5rem;
    padding-top: 1em;
    padding-bottom: 0px;
    color: #1D1328;
}

.h2-contact a{
    color: #64B236;
    text-decoration: none;
}

h3 {
   color: #fff;
   font-weight: 100;
   padding-bottom: 60px;    
}

h4 {
   font-weight: 500;
   font-size: 1.25em;
   color: #64B236;    
}

h6 {
    font-weight: 300;
    font-size: .75rem;
    padding: 1em 0;
}

.title {
    font-size: 2rem;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    font-weight: 300;
    color: #fff;
}

.title span {
    font-weight: 100;
    display: block;
    color: #DB604C;
}

.title-hero-h2 {
    margin: 0em;
    padding: 0em 1em 1.5em 1em;
    color: #fff;
    font-weight: 100;
}

.title-portfolio {
    font-size: 2rem;
    margin-bottom: .5em;
    font-weight: 300;
    color: #1D1328; 
    padding: 1em 1.5em 0em 1.5em;
}

.title-portfolio-home {
    font-size: 2em;
    margin-bottom: 1em;
    font-weight: 300;
    color: #1D1328; 
    padding: 1.5em 1.5em 0em 1.5em;
}

.title-cta {
    font-size: 2rem;
    margin: 0 0 .75em;
    font-weight: 300;
    color: 
} 

.title-headshot h1 {
    font-size: 24px;
    font-weight: 100;
    letter-spacing: -1px;
    color: #1D1328;
    margin: 0 1em 1.5em 1em;
}

@media only screen and (min-width: 1000px) {
    .title-headshot h1 {
    font-size: 27px;
}
}

@media only screen and (min-width: 1200px) {
    .title-headshot h1 {
    font-size: 30px;
}
}

.project-title {
    font-size: 2rem;
    margin-bottom: .5em;
    font-weight: 300;
    color: #1D1328;
}

.contact-hero {
    margin: 0em;
    padding: 2em 0 1em 0;
    color: #1D1328;
    font-size: 2rem;
}

.project-h2 {
    font-size: 1em;
    margin-top: 0em;
    padding: 0 3em 2em 3em;
    font-weight: 300;
    color: #1D1328;
}

.project-h2b {
    font-size: 1.5rem;
    margin-top: .5em;
    margin-bottom: .5em;
    padding-left: 1em;
    font-weight: 100;
    letter-spacing: .04em;
    color: #fff;
}

.project-h4 {
    font-size: 1.2rem;
    margin-top: 0em;
    margin-bottom: .75em;
    padding-left: 1.3em;
    font-weight: 100;
    color: #fff;
}

.about-h4 {
    font-size: 1.2rem;
    font-weight: 100;
    color: #fff;
}

.about {
    padding: 3em 1em 0 1em;
}

@media only screen and (max-width: 415px) {
    .title-portfolio {
    font-size: 2rem;
    margin-bottom: .5em;
    font-weight: 300;
    color: #1D1328; 
    padding: 1em .75em 0em .75em;
}
}

@media only screen and (min-width:60rem) {
    .title {
        font-size: 2.3rem;
    }
    
    .title-cta {
        padding: 0 auto;
    }
    
    .title-portfolio {
        font-size: 2.3rem;
    }
    
    .contact-hero {
        font-size: 2.5rem;
    }
}

@media only screen and (min-width:768px) {    
    .contact-hero {
    margin: 0em;
    padding: 3em 0 1em 0;
    color: #1D1328;
    font-size: 2rem;
}
    .project-h2 {
    font-size: 1em;
    margin-top: 0em;
    padding: 1em 3em 2em 0em;
    text-align: left;    
}
    .title-headshot {
    text-align: left;
    padding: 3em 2em 1em 2em;
    }
    
    .about-h4 {
    text-align: left;    
    }
}

@media only screen and (min-width:1080px) {
    .title-headshot {
    text-align: left;
    margin: 0;
    padding: 3em 4em 1em 4em;
    }
    
    .project-h2 {
    font-size: 1.1em;
    margin-top: 0em;
    padding: 1em 3em 2em 0;
}
    .about-h4 {
    font-size: 1.2rem;
    font-weight: 100;
    color: #fff;
}
}

@media only screen and (min-width:1400px) {
    .project-h2 {
        font-size: 1.2em;
        padding: 2em 7em 2em 0;
    }
}

/*** BUTTONS ***/
.button {
    display: inline-block;
    font-size: 1.1rem;
    text-decoration: none;
    text-transform: uppercase;
    border-width: 2px;
    border-style: solid;
    padding: .5em 1.75em;
    letter-spacing: .05em;
    cursor: pointer;
}

@media only screen and (max-width: 415px) {
    .button-green {
        font-size: .9rem;
    }
}

@media only screen and (max-width:768px) {
    .button-projects {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 14px;  
    background-color: #1D1328;
    color: #fff;
}  
    .button-projects:hover {
    background-color: #64B236;
    color: #fff;
    }
    
    .button-previous {
       padding-top: 30px;
       padding-right: 10px;
       text-align: right;
    }
    
    .button-next {
       padding-top: 30px;
       padding-left: 10px;    
       text-align: left;
    }
    
}

@media only screen and (min-width:768px) {
.button {
        font-size: 1.3em;
        cursor: pointer;
    } 

.button-gradient {
        font-size: 1.6em;
        cursor: pointer;
    }
.button-projects {
    margin-top: 90px;
    margin-bottom: 30px;
    background-color: #1D1328;
    color: #fff;
}   
    
 .button-projects:hover {
    background-color: #64B236;
    color: #fff;
    }
    
.button-previous {
       padding-top: 30px; 
       text-align: right;
    }
    
.button-next {
        padding-top: 30px;
        text-align: left;
    } 
    
}

.button-small {
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .1em;
    cursor: pointer;
}

.button-accent {
    color: #fff;
    border-color: #fff;
    cursor: pointer;
}

.button-accent:hover,
.button-accent:focus {
    background: #fff;
    color: #1D1328;
    cursor: pointer;
}

.button-gradient {
    display: inline-block;
    font-size: 1.2em;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    border-width: 2px;
    border-style: none;
    padding: .5em 1.75em;
    letter-spacing: .05em;
    background-image: linear-gradient(60deg, #FFD52F, #f1aa39, #DB604C);
    background-size: 150%;
    background-position: right;
    color: #fff;
    margin: 1em 0 4em 0;
    cursor: pointer;
} 


.button-gradient:hover,
.button-gradient:focus {
    background-image: linear-gradient(60deg, #FFD52F, #f1aa39, #DB604C);
    background-size: 125%;
    animation: bg-animation 2s infinite alternate;
    color: #1D1328;
    font-weight: 500;
    transition: ease .5s;
    cursor: pointer;
} 

.portfolio-button-gradient {
    display: inline-block;
    font-size: 1.2em;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    border-width: 2px;
    border-style: none;
    padding: .5em 1.75em;
    letter-spacing: .05em;
    background-image: linear-gradient(60deg, #FFD52F, #f1aa39, #DB604C);
    background-size: 150%;
    background-position: right;
    color: #fff;
    margin: 3em 0 1em 0;
    cursor: pointer;   
}

.portfolio-button-gradient:hover,
.portfolio-button-gradient:focus {
    background-image: linear-gradient(60deg, #FFD52F, #f1aa39, #DB604C);
    background-size: 125%;
    animation: bg-animation 2s infinite alternate;
    color: #1D1328;
    font-weight: 500;
    transition: ease .5s;
    cursor: pointer;
} 

.button-green {
    color: #fff;
    border-color: #fff;
    cursor: pointer;
}

.button-green:hover,
.button-green:focus {
    background: #64B236;
    border-color: #64B236;
    cursor: pointer;
}

.button-green-small {
    color: #fff;
    border-color: #fff;
    cursor: pointer;
    font-size: 1.1em;
}

.button-green-small:hover,
.button-green-small:focus {
    background: #fff;
    color: #1D1328;
    cursor: pointer;
}

.button-white-small {
    color: #1D1328;
    border-color: #1D1328;
    cursor: pointer;
    font-size: 1.1em;
}

.button-white-small:hover,
.button-white-small:focus {
    background: #1D1328;
    color: #fff;
    cursor: pointer;
}

.button-headshot {
    border-width: 1px;
    border-style: solid;
    border-color: #64B236;
    padding: .75em 1.25em;
    background-color: #1D1328;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    letter-spacing: .5px;
    cursor: pointer;
}

.button-headshot:hover,
.button-headshot:focus {
    background: #64B236;
    color: #fff;
    cursor: pointer;
}

@media only screen and (max-width: 415px) {
    .button-headshot {
    font-size: 1em; 
    }
}

@media only screen and (min-width: 768px) {
    .button-headshot {
    margin: 0em 4em 0em 0em;
}  
}

@media only screen and (min-width: 1024px) {
    .button-headshot {
        margin: 0em 5.5em 0em 0em;
        font-size: 1.1em;
}
}

@media only screen and (min-width: 1200px) {
    .button-headshot {
        margin: 0em 5.75em 0em 0em;
    }
}

.social-button {
    display: inline-block;
    padding: 18px 20px;
    border: solid 3px #fff;
    margin: 10px;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.social-button i {
    line-height: 35px;
    font-size: 35px;
    transition: 0.2s linear;
}

.social-button:hover {
    background: #64B236;
    border: solid 3px #64B236;
}

.social-button:hover i {
    transform: scale (1.3);
    color: #fff;
}

/*** HEADER ***/

.navbar {
    background-color: #1D1328;
    padding: 1em;
}

.logo {
    max-height: 100px;
    padding-top: .5em;
}

nav {
    text-align: center;
}

.nav-cta {
	text-align: right;
    padding-top: 1em;
}

.nav-cta button {
    border-width: 1px;
    border-style: solid;
    border-color: #64B236;
    padding: .75em 1.25em;
    background-color: #1D1328;
    font-family: 'Source Code Pro', monospace;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    letter-spacing: .5px;
    cursor: pointer;
    margin: 1.25em 0 0 0;
}

.nav-cta button:hover,
.nav-cta button:focus {
    background-color: #64B236;
    color: #fff;
}

@media only screen and (max-width: 430px) {
    .nav-cta {
	text-align: left;
    padding: 0 0 1em 0;
}
    .nav-cta button {
    margin: 0 0 0 .75em !important;   
    }
}

@media only screen and (max-width: 460px) {
    .nav-cta button {
    border-width: 1px;
    border-style: solid;
    border-color: #64B236;
    padding: .5em 1em;
    background-color: #1D1328;
    font-family: 'Source Code Pro', monospace;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    letter-spacing: .5px;
    cursor: pointer;
    margin: 2em 0 0 0;
}
}

@media only screen and (max-width:415px) {
    nav li {
    display: inline-block;
    margin: .2em .2em 0em .2em;
}
    nav a {
    font-size: .85em;
    }
    
}
    
@media only screen and (min-width:769px) {
    .logo {
        float: left;
    }
    
    nav {
        float: right;
    }
    
    nav ul {
        padding-top: .8em;
    }
    
    nav li {
    margin: 1.3em 0.12em 0em 0.15em;
}
    nav a {
        font-size: 1em;
    }
}
@media only screen and (min-width:1024px) {
    nav li {
    display: inline-block;
    margin: 1em 1em 0em 1em;
}
}


/*** HERO-HOME ***/

.hero-container { 
    position: relative; 
    width: 100%; 
    padding-bottom: 70%; 
}

.hero-image { 
    position: absolute; 
    top: 0; 
    bottom: 0; 
    width: 100%; 
    background-size: cover; 
}

.hero-gradient { 
    background: linear-gradient(140deg,
  rgba(255, 213, 47, 0.4),
  rgba(219, 96, 76, 0.6)),
url(../img/hero-03.png) center center no-repeat; 
    background-size: cover; 
}

.hero-text-container { 
    position: absolute; 
    top: 0; 
    bottom: 0; 
    width: 100%; 
    z-index: 2; 
}

.hero-text { 
    display: table; 
    width: 100%; 
    height: 100%; 
    color: #ffffff; 
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3); 
}

.hero-text h1 {
    font-size: 1.5em; 
    padding: 1.5em 1em 1em 2em;
}

.hero-text-content { 
    display: table-cell; 
    vertical-align: middle; 
    text-align: right; 
    padding: 0em 1em 1em; }

.home-hero {
    background-color: #1D1328; 
    padding: 3em 2em 6em 2em;
}

@media only screen and (max-width: 415px) {
    .hero-text h1 {
    font-size: 1.2em; 
    padding: 1.5em 1em 1em 2em;
}
}

@media only screen and (min-width: 768px) {  
  .hero-container { 
      padding-bottom: 50%; 
    } 
  .hero-text h1 { 
      font-size: 1.75em; 
      padding-right: 2em;
    }
}

@media only screen and (min-width: 1024px) {  
  .hero-text h1 { 
      font-size: 2em; 
      padding: 1.5em 3em 1em 3em;
    }
    
    .home-hero {
        padding: 3em 4em 6em 4em;
    }
}

@media only screen and (min-width: 1200px) {
     .home-hero {
        padding: 5em 14em 8em 14em;
    }
    
    .hero-text h1 {
        font-size: 2.5em;
    }
}


/*** SERVICES ***/
.portfolio ul li {
    color: #1D1328;
    font-weight: 100;
    text-align: left;
    font-size: 18px;
}

/*** HOME PAGE PORTFOLIO ***/
/*** HOME PAGE ARROW - PORTFOLIO ***/
.downArrow{
	position: relative;
}
.bounce {
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}
.downArrow a {
    font-size: 50px;
    color: #64B236;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -moz-transform: translateY(-25px);
    transform: translateY(-25px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  60% {
    -moz-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
}


.portfolio {
    margin: 2em 0em 2em 0em;
    background: #1D1328;
}

.portfolio-home {
    margin: 1em 0em 3em 0em;
}

.portfolio-block {
    background-color: #fff;
    padding: 2em; 
    margin: 2em 3em;
    box-shadow: 0px 7px 15px #000;
}

.portfolio-video-section {
    border: none;
    margin: 0 auto;
}

.portfolio-video-section video {
    width: 100%;
}

.portfolio-img {
    border: none;
    margin: 0 auto;
    width: 100%;
    padding-bottom: 2em;
}

.portfolio-img-2 {
    border: none;
    padding: 1em 3em;
}

.port-item {
    margin: 0;
    position: relative;
}

.port-item-2 {
    margin: 0;
    padding: 1em;
}

.port-item-background {
    background: #1D1328;
    margin: 2em;
    box-shadow: 0px 7px 15px #808080;
}

.port-item img{
    display: block;
    width: 1000%;
    padding: 3em;
      -webkit-filter: drop-shadow(5px 5px 10px #000);
    filter: drop-shadow(5px 5px 10px #000);
}

.port-item video{
    display: block;
    width: 100%;
    padding: 3em;
      -webkit-filter: drop-shadow(5px 5px 10px #000);
    filter: drop-shadow(5px 5px 10px #000);
}

.port-desc {
    position: absolute;
    z-index: 100;
    bottom: 1em;
    left: 3em;
    right: 3em;
    color: #fff;
    background: rgba(25,18,36,.8);
    padding-bottom: 1em;
}

.port-desc p {
    margin: 1em;
}

.h2-portfolio {
    font-weight: 300;
    font-size: 1.75em;
    padding-bottom: 10px;
    color: #1D1328;
}

.h2-portfolio-home {
    font-weight: 300;
    font-size: 1.25em;
    padding: 0 1em 1em 1em;
    color: #1D1328;
}

.h2-portfolio-3 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.5rem;
    letter-spacing: .03em;
    padding-top: 2.5em;
    color: #fff;
}

.h3-portfolio {
    font-weight: 100;
    font-size: 1.4em;
    color: #1D1328;
    
}

@media only screen and (max-width: 415px) {
    .port-item-background {
    background: #1D1328;
    margin: 2em;
    box-shadow: 0px 7px 15px #808080;
}
    .port-desc p {
    margin: .25em .5em .5em .5em;
}
    .portfolio-block {
    background-color: #fff;
    padding: 2em; 
    margin: 2em 3em;
    box-shadow: 0px 7px 15px #000;
}
}

@media only screen and (min-width: 55rem){
    .port-item {
        width: 50%;
        float: left;
        overflow: hidden;
    }
    
    .port-desc {
        transform: translateY(150%);
    }
    
    .port-item:hover .port-desc {
        transform: translateY(0%);
    }
}

@media only screen and (min-width: 768px) {
    .portfolio {
        margin: 2em 3em 4em 3em;
}
    
    .portfolio-home {
        margin: 2em 3em 4em 3em;
        background: #fff;
    }
    
    .port-item-background {
    background: #1D1328;
    margin: 2em;
}
    
    .port-item img{
    display: block;
    width: 1000%;
    padding: 2em;
}
    .port-desc {
    position: absolute;
    z-index: 100;
    bottom: 2em;
    left: 2em;
    right: 2em;
    color: #fff;
    background: rgba(25,18,36,.8);
    padding-bottom: 1em;
}
    .portfolio-row {
    padding: 0 3em 0 3em;
}
    .portfolio-img-2 {
    border: none;
    padding: 1em 0em 0em 0em;
}
    .h2-portfolio-3 {
    padding-top: 3.5em;
}
    
}


@media only screen and (min-width: 1024px) {
    .portfolio {
    margin: 1em 6em 6em 6em;
}
    .portfolio-home {
        margin: 2em 6em 6em 6em;
    }
}

@media only screen and (min-width: 1200px){
    .portfolio-img-2 {
    border: none;
    padding: 1em 8em 0em 8em;
}
}


/*** HOME PAGE HEADSHOT ***/
.headshot-background {
    background-size: cover;
    background-position: center;
    padding: 3em;
}

@media only screen and (max-width: 415px) {
    .headshot-background {
        padding: .5em;
    }
}

@media only screen and (min-width: 768px) {
    .headshot-background {
    background-size: cover;
    background-position: center;
    padding: 3em 5em;
} 
     
}


@media only screen and (min-width: 1024px) {
    .headshot-background {
    padding: 3em 6em;
    }  
        
    }    


/*** CONTACT ***/
.contact {
    background-color: #fff;
    background-size: cover;
    background-position: center;
    padding: 0;
} 

@media only screen and (min-width: 768px) {
.contact {
    background-color: #fff;
    background-size: cover;
    background-position: center;
    padding: 4em 0;
} 
}



/*** CTA ***/
.cta {
    background-image: linear-gradient(-120deg, #ff5858, #f09819);
    background-size: 200%;
    animation: bg-animation 3s infinite alternate;
    padding: 6em 2em;
    color: #fff;
    overflow: hidden;
}

@keyframes bg-animation {
    0% {background-position: left}
    100% {background-position: right}
}


/*** PROJECTS ***/
.row:after {
  content: "";
  display: table;
  clear: both
}

.project-row-deliver {
    padding: 0 10px 30px 10px;
}

.objectives {
    text-align: left;
    font-size: 1.2rem;
    margin-top: 0;
    margin-bottom: .5em;
    padding-left: 3.5em;
    font-weight: 100; 
    color: #fff;
}

.project-img-right {
    float: left;
    width: 50%;
    padding: .5em 1.5em .5em 1.5em;
}

.project-text-right {
    float: left;
    width: 50%;
    padding: 20px;
    text-align: left;
}

.project-img-left {
    float: right;
    width: 50%;
    padding: .5em 1.5em .5em 1.5em;
    
}

.project-text-left {
    float: right;
    width: 50%;
    padding: 20px;
    text-align: left;
}


@media screen and (max-width: 768px) {
  .project-img-right,
  .project-text-right {
    width: 100%;
  }
    
  .project-img-left,
  .project-text-left {
    width: 100%;
  }    
    
  img {
    margin: 0 auto;
  }
    
    .project-row-deliver {
    padding: 0 15px 20px 15px;
}
    
}
@media screen and (min-width: 768px) {
    
}

@media screen and (min-width: 1024px) {
    .project-row {
            padding: 0 50px 0 50px;
        }

    .project-img-right {
        float: left;
        width: 33.33333%;
        padding: .5em 1.5em .5em 1.5em;
    }

    .project-text-right {
        float: left;
        width: 66.66666%;
        padding: 20px;
        text-align: left;
    }

    .project-img-left {
        float: right;
        width: 33.33333%;
        padding: .5em 1.5em .5em 1.5em;

    }

    .project-text-left {
        float: right;
        width: 66.66666%;
        padding: 20px;
        text-align: left;
    }
    
    .portfolio-img {
    border: none;
    margin: 0 auto;
    width: 100%;
}
}

/*** FOOTER ***/
footer {
    background: #1D1328;
    color: #fff;  
    text-align: center;
    padding: 1em 0;
}