/*! normalize.css v1.0.0 | MIT License | git.io/normalize */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html,
body {
  height: 100%;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
}
input[type=button],
input[type=submit],
input[type=text],
input[type=search],
input[type=password],
select,
button,
textarea {
  margin: 0;
  cursor: pointer;
  outline: none;
  vertical-align: top;
}
input[type=submit] {
  border: none 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
input[type=radio],
input[type=checkbox] {
  margin: 0;
  padding: 0;
}
input[type=text],
input[type=search],
select,
textarea {
  cursor: default;
}
button {
  border: none 0;
}
*:first-child + html input.button {
  overflow: visible;
  /* remove padding from left/right */

  width: auto !important;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::selection {
  color: #fff;
  background-color: #328efd;
}
::-moz-selection {
  color: #fff;
  background-color: #328efd;
}
/* =============================================================================
   Typography
   ========================================================================== */
blockquote {
  margin: 1em 40px;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/*
 * Correct overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button,
input {
  line-height: normal;
}
*:first-child + html input.button {
  overflow: visible;
  /* remove padding from left/right */

  width: auto !important;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/* Colors for form validity */
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/*  ==========================================================================
    Variables
    ========================================================================== */
/* 320px */
/* 480px */
/* 768px */
/* 1200px */
/*  ==========================================================================
    Set Font Size
    ========================================================================== */
html {
  font-size: 100%;
  /* 16px */

}
@media only screen and (min-width: 42.667em) {
  html {
    font-size: 112.5%;
    /* 18px */
  
  }
}
@media only screen and (min-width: 66.667em) {
  html {
    font-size: 150%;
    /* 24px */
  
  }
}
/*  ==========================================================================
    Main
    ========================================================================== */
body {
  font-family: 'Merriweather', Georgia, serif;
  line-height: 1.5em;
  text-align: left;
  color: #333333;
  background-color: #f1f1f1;
}
body {
  font-family: 'Merriweather', Georgia, serif;
}
a {
  color: #333333;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* Removes flash when clicking elements on iPhone/iPad */

  text-decoration: underline;
}
a:hover,
a:focus,
a:active {
  color: #333333;
  text-decoration: none;
}
a:hover,
a:active {
  outline: 0;
}
.page-break {
  display: none;
}
img {
  width: 100%;
  height: auto;
}
h1,
h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  color: #26292a;
  line-height: 1;
  margin: 0;
  padding: 0;
}
h1 {
  text-align: center;
  text-indent: -999999em;
  width: 80px;
  height: 80px;
  background: url(../images/logo.svg) center center no-repeat;
  background-size: cover;
  margin: 0 auto 15px auto;
}
@media only screen and (min-width: 26.667em) {
  h1 {
    margin-bottom: 22px;
  }
}
@media only screen and (min-width: 42.667em) {
  h1 {
    width: 130px;
    height: 130px;
  }
}
h2 {
  font-size: 1.500em;
  /* 24px */

  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 1.143em;
}
@media only screen and (min-width: 26.667em) {
  h2 {
    font-size: 2.00em;
    /* 46px */
  
  }
}
@media only screen and (min-width: 42.667em) {
  h2 {
    font-size: 2.333em;
    /* 56px */
  
  }
}
p {
  margin: 0 0 1.5em 0;
}
/*  ==========================================================================
    Placeholder
    ========================================================================== */
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #aaa;
  opacity: 1;
}
.placeholder {
  color: #aaa;
}
/*  ==========================================================================  */
#main {
  overflow: hidden;
  margin: 0 auto;
}
.header-main {
  text-align: center;
  color: #fff;
  padding: 80px 0;
  background: url(../images/bg-orange.jpg) no-repeat bottom;
  background-size: cover;
}
@media only screen and (min-width: 42.667em) {
  .header-main {
    padding: 120px 0;
  }
}
@media only screen and (min-width: 66.667em) {
  .header-main {
    padding: 180px 0;
  }
}
.header-main h1 {
  color: #fff;
}
.job-title-wrap {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 10px 14px 10px;
  background-color: rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 42.667em) {
  .job-title-wrap {
    margin: 0 auto 14px auto;
  }
}
.job-title {
  font-size: 12px;
  letter-spacing: 3px;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  margin: 0;
  padding: 10px 15px;
}
@media only screen and (min-width: 26.667em) {
  .job-title {
    letter-spacing: 5px;
    padding: 20px 30px;
  }
}
@media only screen and (min-width: 42.667em) {
  .job-title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 66.667em) {
  .job-title {
    font-size: 22px;
  }
}
.hero {
  -webkit-animation: fadeInUp 1.5s;
  /* Safari and Chrome */

  animation: fadeInUp 1.5s;
}
.hero p {
  text-align: center;
  font-size: 0.8em;
  color: #f5f5f5;
  letter-spacing: 1px;
  margin: 0;
  padding: 0 10%;
}
@media only screen and (min-width: 42.667em) {
  .hero p {
    font-size: 0.667em;
  }
}
@media only screen and (min-width: 66.667em) {
  .hero p {
    font-size: 0.583em;
  }
}
.hero p strong {
  font-weight: 700;
}
.wrap-twitter {
  background-color: #55acee;
}
section {
  width: 86%;
  max-width: 66.667em;
  margin: 0 auto;
  padding: 3em 0;
}
@media only screen and (min-width: 42.667em) {
  section {
    width: 32.500em;
  }
}
.latest-work-img {
  text-align: center;
  margin-bottom: 1.7em;
}
.latest-work-img img {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 70%;
}
.twitter-heading {
  text-indent: -999999em;
  width: 46px;
  height: 38px;
  margin: 0 auto 1.143em auto;
  background: url(../images/logo-twitter.svg) center center no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 42.667em) {
  .twitter-heading {
    width: 61px;
    height: 50px;
  }
}
.no-svg .twitter-heading {
  width: 61px;
  height: 50px;
}
.tweet {
  color: #fff;
  margin-bottom: 0.6em;
}
.tweet a {
  font-style: italic;
  color: #fff;
}
.tweet-time {
  color: #fff;
  font-size: 0.667em;
}
@media only screen and (min-width: 42.667em) {
  .tweet-time {
    font-size: 0.667em;
  }
}
@media only screen and (min-width: 66.667em) {
  .tweet-time {
    font-size: 0.625em;
  }
}
.cta {
  text-align: center;
  line-height: 2;
}
.cta-txt {
  font-style: italic;
  font-size: 0.75em;
}
@media only screen and (min-width: 66.667em) {
  .cta-txt {
    font-size: 0.583em;
  }
}
/*  ==========================================================================
    Buttons
    ==========================================================================  */
.btn {
  display: inline-block;
  *display: inline;
  zoom: 1;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  vertical-align: middle;
  cursor: pointer;
  padding: 14px 24px;
  margin-bottom: 0;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
@media only screen and (min-width: 66.667em) {
  .btn {
    font-size: 0.750em;
  }
}
.btn-primary {
  color: #fff;
  background-color: #357eb6;
}
.btn-primary:hover {
  color: #fff;
  background-color: #2b6fa3;
}
/*  ==========================================================================
    Footer
    ==========================================================================  */
.footer {
  clear: both;
  max-width: 66.667em;
  margin: 0 auto;
  padding: 3em 0;
  overflow: hidden;
}
@media only screen and (min-width: 42.667em) {
  .footer {
    width: 92%;
  }
}
.footer a {
  text-decoration: none;
}
.social-links {
  text-align: center;
}
.social-links li {
  display: inline;
  margin-left: 18px;
}
.social-links li:first-child {
  margin-left: 0;
}
.social-link {
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-indent: -999999em;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.social-link:hover {
  background-color: #444;
}
.social-twitter {
  background: #666666 url(../images/social-twitter.svg) center center no-repeat;
  background-size: 35px;
}
.social-linkedin {
  background: #666666 url(../images/social-linkedin.svg) center center no-repeat;
  background-size: 35px;
}
.social-github {
  background: #666666 url(../images/social-github.svg) center center no-repeat;
  background-size: 35px;
}
.no-svg .social-twitter {
  background: #666666 url(../images/social-twitter.png) center center no-repeat;
}
.no-svg .social-linkedin {
  background: #666666 url(../images/social-linkedin.png) center center no-repeat;
}
.no-svg .social-github {
  background: #666666 url(../images/social-github.png) center center no-repeat;
}
/*  ==========================================================================
    Animations
    ==========================================================================  */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-25px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Safari and Chrome */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25px);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -webkit-animation-timing-function: ease-in;
  }
}
