@charset "utf-8";

/* fonts */
@font-face {
  font-family: 'Maven Pro Regular';
  src: url('../fonts/mavenproregular.woff2') format('woff2'),
       url('../fonts/mavenproregular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Maven Pro Bold';
  src: url('../fonts/mavenprobold.woff2') format('woff2'),
       url('../fonts/mavenprobold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Maven Pro Medium';
  src: url('../fonts/mavenpromedium.woff2') format('woff2'),
       url('../fonts/mavenpromedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* reset */
* {
  margin: 0;
  padding: 0;
}

/* set html5 block elements for older browsers */
article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* tags */
html {
  height: 100%;
  overflow-y: scroll;
}
body {
  height: 100%;
  color: #ffffff;
  font-family: 'Maven Pro Regular', sans-serif;
  background-color: #ff2c00;
}
body#grey {
  background-color: #474747;
}
h1 {
  margin-bottom: 10px;
  font-family: 'Maven Pro Regular', sans-serif;
  font-size: 8em;
  font-weight: normal;
  line-height: 1.5em;
}
h2 {
  margin-bottom: 15px;
  font-family: 'Maven Pro Medium', sans-serif;
  font-size: 1.8em;
  font-weight: normal;
  line-height: 1.4em;
}
h3 {
  color: #ffffff;
  font-family: 'Maven Pro Medium', sans-serif;
  font-size: 1.3em;
  font-weight: normal;
  line-height: 1.5em;
}
p {
  margin-bottom: 15px;
  font-size: 2em;
  line-height: 1.4em;
}
img {
  border: 0;
  display: block;
}

/* layout */
#fullpage {
  width: 100%;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  min-height: 100px;
  text-transform: lowercase;
  background-color: rgba(0, 0, 0, 0.72);
  z-index: 9; 
}
#header-left {
  margin: 32px 0 0 70px;
  float: left;
}
#logo {
  width: 88px;
  height: 35px;
  margin-right: 20px;
  float: left;
}
#logo img {
  width: 100%;
  height: auto;
}
#tagline {
  margin-top: -5px;
  color: #ff2c00;
  font-family: 'Maven Pro Medium', sans-serif;
  font-size: 1.2em;
  line-height: 22px;
  letter-spacing: 2px;
  float: left;
}
nav {
  font-size: 1.2em;
  line-height: 100px;
  float: right;
}
section {
  text-align: center;
}
.content {
  margin-top: 100px;
}
.padding {
  padding: 0 70px 0 70px;
}
.content-wrapper {
  position: relative;
  margin: 150px auto 100px auto;
}
.content-wrapper-logo {
  position: relative;
  width: 1100px;
  margin: 150px auto 100px auto;
}
.fp-viewing-about- .fp-slidesNav {
  display: none;
}
.content-wrapper-slide {
  position: relative;
  margin: 100px auto 0 auto;
}
.content-wrapper-services {
  position: relative;
  width: 1100px;
  margin: 150px auto 100px auto;
}
.content-wrapper-portfolio {
  position: relative;
  width: 1100px;
  margin: 150px auto 0 auto;
}
section.about {
  background-color: #ff2c00;
}
section.about .text {
  padding: 30px 140px 0 140px;
}
.fp-slidesNav li:first-of-type {
  display: none;
}
.slide {
  position: relative;
  background-size: cover;
  background-position: center;
  background-fixed: fixed;
  background-repeat: no-repeat;
}
.loading-orange {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  margin: 18px 0 0 -32px;
  background: url(../images/icons/loading-orange.gif) no-repeat;
  background-size: 64px 64px;
  display: none;
}
.loading-grey {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  margin: 18px 0 0 -32px;
  background: url(../images/icons/loading-grey.gif) no-repeat;
  background-size: 64px 64px;
  display: none;
}
section.about .fp-tableCell {
  vertical-align: top;
}
section.about .logo .fp-tableCell {
  vertical-align: middle;
}
.slide.logo img {
  width: 40%;
  height: auto;
  margin: 0 auto 0 auto;
}
.overlay {
  min-height: 437px;
  padding: 60px 50px 60px 50px;
  background-color: rgba(0, 0, 0, 0.72);
}
.overlay p:last-of-type {
  margin-bottom: 0;
}
.slide.we-are h1 {
  color: #ff2c00;
}
.slide.we-are p {
  margin-bottom: 30px;
  font-size: 3em;
}
.slide.we-are p:last-of-type {
  margin-bottom: 0;
}
.fade   {
  opacity: 0;
}
.fadein {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.slide.creative .overlay {
  padding: 60px 40% 60px 50px;
  text-align: left;
  background: rgba(0, 0, 0, 0.72) url(../images/backgrounds/creative.png) no-repeat 80% bottom;
  background-size: 454px 500px;
}
.slide.creative h2 {
  color: #ff2c00;
  font-family: 'Maven Pro Regular', sans-serif;
  font-size: 3em;
}
.slide.experienced .overlay {
  padding: 60px 40% 60px 50px;
  text-align: left;
  background: rgba(255, 44, 0, 0.72) url(../images/backgrounds/experienced.png) no-repeat 90% center;
  background-size: 433px 425px;
}
.slide.experienced h2 {
  color: #ffffff;
  font-family: 'Maven Pro Regular', sans-serif;
  font-size: 3em;
}
.slide.experienced p, .slide.experienced h1 {
  color: #000000;
}
.slide.effective .overlay {
  margin-right: -70px;
  padding: 60px 50% 60px 50px;
  text-align: left;
  background: rgba(0, 0, 0, 0.72) url(../images/backgrounds/effective.png) no-repeat 95% center;
  background-size: 838px 450px;
}
.slide.effective h2 {
  color: #ff2c00;
  font-family: 'Maven Pro Regular', sans-serif;
  font-size: 3em;
}
section.services {
  color: #474747;
  background-color: #ffffff;
}
section.services h1, section.portfolio h1 {
  color: #ff2c00;
  font-family: 'Maven Pro Medium', sans-serif;
  font-size: 3.5em;
}
section.services h2 {
  margin-bottom: 10px;
  color: #ff2c00;
  font-family: 'Maven Pro Medium', sans-serif;
  font-size: 3.5em;
  font-weight: normal;
  line-height: 1.5em;
}
.service-wrapper {
  position: relative;
  width: 204px;
  margin: 0 20px 20px 0;
  text-align: center;
  background-color: #474747;
  background-repeat: no-repeat;
  background-position: center 25%;
  background-size: 70px 70px;
  float: left;
}
.service-margin-five {
  margin-right: 0;
}
.service-clear5 {
  clear: both;
}
.service {
  width: 100%;
  padding-bottom: 78%;
}
.service img {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%,0);
  width: 40%;
}
.service h3 {
  position: absolute;
  bottom: 25%;
  width: 100%;
  text-align: center;
}
section.services .text {
  padding: 0 140px 0 140px;
}
section.services .fp-tableCell {
  vertical-align: top;
}
section.portfolio {
  background-color: #474747;
}
section.portfolio .fp-tableCell {
  vertical-align: top;
}
section.portfolio h1 {
  color: #ff2c00;
}
.project-wrapper {
  position: relative;
  width: 350px;
  margin: 0 25px 25px 0;
  text-align: center;
  float: left;
}
.project-wrapper img {
  width: 100%;
  height: auto;
}
.project-margin-three {
  margin-right: 0;
}
.project-clear3 {
  clear: both;
}
.project-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.72) url(../images/icons/magnify.png) no-repeat center 40%;
  background-size: 50px 50px;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
.project-overlay:hover {
  opacity: 1;
}
.project-overlay h3 {
  position: absolute;
  top: 60%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.work-overlay {
  position: absolute;
  top: 130px;
  left: 70px;
  width: 300px;
  padding: 70px 30px 30px 30px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.72);
  z-index: 2;
  display: none;
}
.work-overlay h1 {
  color: #ff2c00;
  font-family: 'Maven Pro Regular', sans-serif;
  font-size: 1.2em;
  text-transform: uppercase;
}
.work-overlay h2 {
  font-family: 'Maven Pro Regular', sans-serif;
  font-size: 1em;
  text-transform: uppercase;
}
.work-overlay p {
  font-size: 1em;
}
.work-overlay p:last-of-type {
  margin-bottom: 0;
}
.overlay-toggle {
  position: absolute;
  top: 150px;
  left: 100px;
  width: 26px;
  height: 26px;
  padding: 7px;
  border-radius: 50%;
  background-color: #ff2c00;
  transition: background-color 0.2s ease-out;
  z-index: 3;
}
.overlay-toggle.greyplus {
  background-color: #595959;
}
.overlay-toggle:hover {
  cursor: pointer;
}
.overlay-toggle img {
  width: 26px;
  height: 26px;
  transition: opacity 0.2s ease-out;
}
section.clients {
  background-color: #ff2c00;
}
.slide.clients p {
  margin-bottom: 30px;
  font-size: 4.3em;
}
.slide.client-list p {
  font-size: 2.2em;
}
.slide.client-list p:last-of-type {
  margin-bottom: 0;
}
#client-list-overlay {
  padding: 30px;
  background: rgba(0, 0, 0, 0.72);
}
section.contact {
  background: #ff2c00 url(../images/backgrounds/contact.png) no-repeat fixed center;
  background-size: cover;
}
section.contact .fp-tableCell {
  vertical-align: top;
}
section.contact .text {
  width: 50%;
  text-align: left;
  float: left;
}
.large {
  margin-top: -10px;
}
.large a {
  font-size: 1.5em;
}
footer {
  padding: 50px 75px 50px 75px;
  border-top: 1px solid #ffffff;
  font-size: 0.9em;
  background-color: #474747;
}
#footer-logo {
  margin: 0 50px 0 0;
  float: left;
}
#footer-logo img {
  width: 90px;
  height: 110px;
}
#footer-content {
  margin-top: 0;
  float: left;
}
#footer-content p {
  font-size: 1em;
}
p#credit {
  margin-bottom: 0;
}
#footer-social {
  margin-top: 0;
  float: right;
}
.social {
  float: left;
}
.social img {
  width: 40px;
  height: 40px;
}
.active .linkedin {
  background: url(../images/icons/linkedin2.png) no-repeat;
  background-size: 40px 40px;
}
.instagram {
  margin-left: 10px;
}
.active .instagram {
  background: url(../images/icons/instagram2.png) no-repeat;
  background-size: 40px 40px;
}
.linkedin img, .instagram img {
  transition: opacity 0.2s ease-in;
}
.linkedin img:hover, .instagram img:hover {
  opacity: 0;
}

/* error styles */
body#error #wrapper {
  width: 350px;
  margin: 0 auto 0 auto;
  padding: 30px 0 0 0;
  text-align: center;
}
body#error img {
  width: 136px;
  height: 200px;
  margin: 25px auto 25px auto;
}
body#error article a:link, body#error article a:visited, body#error article a:hover, body#error article a:active {
  color: #ffffff;
  text-decoration: underline;
}
body#error p {
  font-size: 1.5em;
}

/* lists */
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
nav ul {
  text-align: center;
}
nav li {
  float: left;
}
article ul, article ol {
  margin-bottom: 15px;
}
article li {
  margin-bottom: 15px;
  padding-left: 30px;
  color: #ffffff;
  font-size: 1.3em;
}

/* links */
a:link, a:visited, a:active {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
nav a:link, nav a:visited, nav a:active {
  height: 100px;
  padding: 0 40px 0 40px;
  color: #ffffff;
  text-decoration: none;
  line-height: 100px;
  display: inline-block;
  transition: all 0.2s ease-out;
}
nav a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
nav li.active a:link, nav li.active a:visited, nav li.active a:hover, nav li.active a:active {
  color: #ff2c00;
  background-color: #000000;
}
nav a#pull {
  display: none;
}
nav a span {
  display: none;
}

/* remove background from active links */
a:active {
  background-color: transparent; 
}

/* remove active link border from firefox */
:focus {
  outline: none;
}

/* video */
.videoiframe {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  margin: 25px 0 25px 0;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videoiframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* classes */
.clear {
  clear: both;
}
.bold {
  font-family: 'Maven Pro Bold', sans-serif;
}
.denote {
  margin-right: 8px;
  color: #ff2c00;
}

/* media queries */ 
@media screen and (max-width: 1740px) {
  p {
    font-size: 1.5em;
  }
  .overlay {
    min-height: 310px;
  }
  .slide.we-are p, .slide.creative h2, .slide.experienced h2, .slide.effective h2 {
    font-size: 2.5em;
  }
  .slide.creative .overlay {
    background-size: 381px 420px;
  }
  .slide.experienced .overlay {
    background-size: 382px 375px;
  }
  .slide.effective .overlay {
    background-size: 700px 376px;
  }
  .slide.clients p {
    font-size: 3.5em;
  }
  .slide.client-list p {
    font-size: 2em;
  }
}
@media screen and (max-width: 1440px) {
  h1 {
    font-size: 7em;
  }
  p {
    font-size: 1.4em;
  }
  .slide.we-are p, .slide.creative h2, .slide.experienced h2, .slide.effective h2 {
    font-size: 2.3em;
  }
  .slide.experienced .overlay {
    background-size: 331px 325px;
  }
  .slide.effective .overlay {
    background-size: 580px 311px;
  }
  .slide.clients p {
    font-size: 3.3em;
  }
  .slide.client-list p {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 1240px) { /* SHRINKING */
  h1 {
	font-size: 5em;
  }
  p {
	font-size: 1.1em;
  }
  .content-wrapper, .content-wrapper-logo, .content-wrapper-services, .content-wrapper-portfolio, .content-wrapper-clients {
    width: 100%;
  }
  section.about .fp-tableCell {
    vertical-align: middle;
  }
  .slide.creative .overlay {
    background-size: 318px 350px;
  }
  .slide.experienced .overlay {
    background-size: 255px 250px;
  }
  .slide.effective .overlay {
	background-size: 450px 241px;
  }
  .slide.we-are p, .slide.creative h2, .slide.experienced h2, .slide.effective h2 {
    font-size: 1.8em;
  }
  .service-wrapper {
    width: 18.5%;
    margin: 0 1.875% 20px 0;
	background-size: 60px 60px;
  }
  .service-margin-five {
	margin-right: 0;
  }
  section.services h1, section.services h2, section.portfolio h1, section.portfolio h2 {
    font-size: 2.5em;
  }
  section.services h3 {
	font-size: 1.2em;
  }
  section.services .text {
    padding: 0 100px 0 100px;
  }
  .project-wrapper {
	width: 32%;
	margin: 0 2% 30px 0;
  }
  .project-margin-three {
	margin-right: 0;
  }
  .slide.clients p {
    font-size: 2.5em;
  }
  .slide.client-list p {
    font-size: 1.5em;
  }
  footer {
	padding: 50px 32px 50px 32px;
    font-size: 0.8em;
  }
  #footer-social {
	margin-left: -90px;
  }
}
@media screen and (max-width: 1040px) {
  nav a:link, nav a:visited, nav a:active {
    padding: 0 20px 0 20px;
  }
  .slide.creative .overlay {
    padding: 50px 30% 50px 50px;
    background: rgba(0, 0, 0, 0.72) url(../images/backgrounds/creative.png) no-repeat 90% bottom;
    background-size: 250px 275px;
  }
  .slide.effective .overlay {
    background-size: 380px 204px;
  }
  .slide.we-are p, .slide.creative h2, .slide.experienced h2, .slide.effective h2 {
    font-size: 1.6em;
  }
  section.services h3, section.portfolio h3 {
	font-size: 1.1em;
  }
  .service-wrapper {
	background-size: 50px 50px;
  }
  section.services .text {
    padding: 0 50px 0 50px;
  }
  .project-overlay {
	background-size: 40px 40px;
  }
  .slide.clients p {
    font-size: 2.5em;
  }
  .slide.client-list p {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 940px) {
  .slide.experienced .overlay {
    background-size: 250px 245px;
  }
  section.services h3 {
	font-size: 0.9em;
  }
}
@media screen and (max-width: 850px) { /* TABLET */
  h1 {
	font-size: 3.5em;
  }
  h3 {
	font-size: 1.2em;
  }
  p {
	font-size: 1em;
  }
  #header-left {
	display: table;
	margin: 15px auto 0 auto;
	float: none;
  }
  nav {
	width: 100%;
	margin-top: 6px;
	line-height: 40px;
	float: none;
  }
  nav a:link, nav a:visited, nav a:active {
    width: 80%;
	height: 40px;
	padding: 0 10% 0 10%;
    line-height: 40px;
  }
  nav li {
	width: 25%;
  }
  .slide.logo img {
    width: 50%;
    height: auto;
  }
  .overlay {
	min-height: auto;
	padding: 30px;
  }
  .slide.creative .overlay {
    padding: 30px;
    background: rgba(0, 0, 0, 0.72);
  }
  .slide.experienced .overlay {
    padding: 30px;
    background: rgba(255, 44, 0, 0.72);
  }
  .slide.effective .overlay {
    padding: 30px;
    background: rgba(0, 0, 0, 0.72);
  }
  .slide.we-are p, .slide.creative h2, .slide.experienced h2, .slide.effective h2 {
    font-size: 1.5em;
  }
  .service-wrapper {
    width: 48.5%;
    margin: 0 3% 20px 0;
	background-size: 100px 100px;
  }
  .service-margin-two {
	margin-right: 0;
  }
  .service-clear2 {
	clear: both;
  }
  .service-clear5 {
	clear: none;
  }
  section.services h3, section.portfolio h3 {
	font-size: 1.5em;
  }
  .project-wrapper {
    width: 48%;
    margin: 0 3% 30px 0;
  }
  .project-margin-two {
	margin-right: 0;
  }
  .project-clear2 {
	clear: both;
  }
  .project-clear3 {
	clear: none;
  }
  .project-overlay {
	background-size: 50px 50px;
  }
  .work-overlay {
    position: absolute;
    left: 70px;
	right: 70px;
	width: auto;
  }
  .work-overlay-text {
	display: none;
  }
  .overlay-toggle {
    left: 100px;
  }
  .slide.clients p {
    font-size: 2em;
  }
  .slide.client-list p {
    font-size: 1em;
  }
  section.contact {
    background: #ff2c00;
    background-size: auto;
  }
  section.contact .text {
    width: 100%;
	text-align: center;
	float: none;
  }
  .fp-slidesNav {
    display: none;
  }
  #footer-logo {
	width: 90px;
	height: 110px;
    margin: 0 auto 32px auto;
    float: none;
  }
  #footer-content {
	width: 100%;
	margin-top: 0;
	text-align: center;
	float: none;
  }
  #footer-content p {
    font-size: 1.1em;
  }
  footer p#credit {
	margin-top: 15px;
	display: inline-block;
  }
  #footer-social {
	width: 90px;
	margin: 25px auto 0 auto;
	float: none;
  }
}
@media screen and (max-width: 700px) {
  .project-overlay {
	background-size: 40px 40px;
  }
  section.portfolio h3 {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 550px) { /* MOBILE */
  h1 {
	font-size: 3em;
  }
  header {
    min-height: 90px;
  }
  #header-left {
	margin: 15px 0 0 0;
	display: block;
  }
  #logo {
	width: 63px;
    height: 25px;
    margin: 0 auto 0 auto;
    float: none;
  }
  #tagline {
	display: none;
  }
  .responsive:before, .responsive:after {
    content: " ";
    display: table;
  }
  .responsive:after {
    clear: both;
  }
  .responsive {
    *zoom: 1;
  }
  nav {
    margin-top: 10px;
  }
  nav a:link, nav a:visited, nav a:active, nav a:hover {
    width: 100%;
    height: 40px;
	padding: 0;
    color: #ffffff;
	line-height: 40px;
	text-decoration: none;
	display: block;
  }
  nav a:link#pull, nav a:visited#pull, nav a:active#pull {
    color: #ffffff;
	transition: background 0.2s ease-in;
  }
  nav ul {
    display: none;
    height: auto;
  }
  nav li {
	position: relative;
    width: 100%;
	height: 40px;
	border-bottom: 1px solid transparent;
	margin: 0;
	display: block;
	transition: background 0.2s ease-in;
  }
  nav li#selected {
	height: auto;
    background-color: #282828;
  }
  nav li#selected a {
    border-bottom: 0;
    color: #ffffff;
  }
  nav li a {
    box-sizing: border-box;
  }
  nav a#pull {
    display: block;
	position: relative;
  }
  nav a#pull:after {
    content: "";
	position: absolute;
	left: 50%;
    top: 10px;
	width: 20px;
	height: 20px;
	margin-left: -10px;
	background: url(../images/icons/nav.png) no-repeat;
	display: inline-block;
  }
  nav a span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
  }
  .padding {
	padding: 0 25px 0 25px;
  }
  .fp-controlArrow.fp-prev {
	left: 0;
  }
  .fp-controlArrow.fp-next {
	right: 0;
  }
  .down-white, .down-grey {
    bottom: 0;
  }
  section.services h1, section.services h2, section.portfolio h1, section.portfolio h2 {
    font-size: 2em;
  }
  .slide.logo img {
    width: 70%;
  }
  .slide.we-are p, .slide.creative h2, .slide.experienced h2, .slide.effective h2 {
    font-size: 1em;
  }
  .overlay {
	margin-bottom: 50px;
	padding: 30px;
  }
  .service-wrapper {
	width: 100%;
	margin: 0 0 20px 0;
	float: none;
  }
  .service-clear2 {
	clear: none;
  }
  section.services h3, section.portfolio h3 {
	font-size: 1.6em;
  }
  section.services .text {
    padding: 0;
  }
  .project-wrapper {
    width: 100%;
    margin: 0 0 30px 0;
	float: none;
  }
  .project-overlay {
	background-size: 50px 50px;
  }
  .work-overlay {
    left: 0;
	right: 0;
	width: auto;
  }
  .work-overlay h1 {
    font-size: 0.9em;
  }
  .overlay-toggle {
    left: 30px;
  }
  .slide.clients p {
    font-size: 1.8em;
  }
  .slide.client-list p {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 400px) {
  .service-wrapper {
	width: 100%;
  }
  section.services h3 {
	font-size: 1.5em;
  }
  section.portfolio h3 {
	font-size: 1.1em;
  }
}

/* retina */
@media only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  nav a#pull:after {
	background: url(../images/icons/nav-retina.png) no-repeat;
	background-size: 20px 20px;
  }
}