@import url(https://fonts.googleapis.com/css?family=Montserrat:700);
/* latin */
@font-face {
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 400;
  src: local('Vollkorn Regular'), local('Vollkorn-Regular'), url(https://fonts.gstatic.com/s/vollkorn/v6/idGKtgpe38okB6bfeHMsLPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin */
@font-face {
  font-family: 'Vollkorn';
  font-style: italic;
  font-weight: 400;
  src: local('Vollkorn Italic'), local('Vollkorn-Italic'), url(https://fonts.gstatic.com/s/vollkorn/v6/Oiz0tNwvC-Nd29SBQWfWTPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir85Heavy.eot');
    src: url('../fonts/Avenir85Heavy.eot') format('embedded-opentype'),
         url('../fonts/Avenir85Heavy.woff2') format('woff2'),
         url('../fonts/Avenir85Heavy.woff') format('woff'),
         url('../fonts/Avenir85Heavy.ttf') format('truetype'),
         url('../fonts/Avenir85Heavy.svg#Avenir85Heavy') format('svg');
}

*{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
figure{
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.img-responsive{
  max-width:100%;
  height: auto;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Main styling
   ========================================================================== */

html, body {
	font: 18px/26px 'Vollkorn', Georgia, Garamond, serif;
	letter-spacing: 1px;
	color: #fff;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	-webkit-font-smoothing: antialiased;
  background-color: #000;
}

body{

}
body.menu-open {
  overflow: hidden !important;
}

a{
  text-decoration: none;
  color: #fff;
  -webkit-transition: color ease-out 0.25s;
  -moz-transition: color ease-out 0.25s;
  -o-transition: color ease-out 0.25s;
  transition: color ease-out 0.25s;
}


.brown{
  color: #c9af7f !important;
}

h1{
	font-size: 84px;
	font-family: Avenir, Helvetica, Arial, sans-serif;
  margin-bottom: 62px;
}

h2{
	font-style: italic;
	font-size: 18px;
  line-height: 1.6em;
	letter-spacing: 1px;
}

h2, #progress-msg h1{
  font-family: 'Vollkorn', Georgia, Garamond, serif;
  font-weight: 400;
}

h3{
    text-align: left;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

hr{
  width: 50px;
  margin: 0em auto 2em;
  border-top: 2px solid #c9af7f;
}


hr#title-rule{

}

h1#title-name{
  margin: 50px 0;
}
h1#title-name span{
  /*display: block;
  margin: 0;*/
  font-family: 'Vollkorn', Georgia, Garamond, serif;
  font-size: 30px;
  font-style: italic;
  font-weight: normal;
}
h1#title-name em{
  /*display: block;*/
  font-size: 72px;
  font-style: normal;
  font-family: Avenir, Helvetica, Arial, sans-serif;
}

small{
  display: block;
  font-size: 14px;
  font-style: italic;
  color: #666;
  text-align: center;
  margin-bottom: 20px;
}

small:before,small:after{
  position: relative;
  top: -3px;
  content: "";
  display:inline-block;
  background: #333;
  height: 1px;
  width: 25%;
  max-width: 230px;
}

small:before{
  margin-right: 15px;
}

small:after{
  margin-left: 15px;
}

aside{
  margin: 40px 0;
}

object {
  width: 100%;
  display: block;
  height: auto;
  position: relative;
  padding-top: 100%;
}
svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


.sectionHeading, #progress-msg #hello, h3{
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.sectionHeading{
  text-align: center;
	text-transform: uppercase;
  font-style: normal;
	letter-spacing: 12px;
  margin-bottom: 20px;
}

.browsehappy {margin: 0.2em 0;
  background: #ccc;
  color: #fff;
  padding: 0.2em 0;
}

.container{
  position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}

/*****************
 * Footer
 *****************/

.flag{
  position: relative;
  top: -1px;
  padding-left: 5px;
  width: 40px;
  height: auto;
}

.copyright{
  text-align: center;
  color: #a8a8a6;
  font-size: 12px;
  line-height: 1.4em;
}

/*****************
 * Outer Frame
 *****************/

.frame .top, .frame .bottom, .frame .left, .frame .right{
	position: fixed;
	background-color: #fff;
	width: 100%;
	height: 10px;
	z-index: 9999;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.frame.active .top, .frame.active .bottom, .frame.active .left, .frame.active .right{
  background-color: #e0e0e0;
}

.frame .top{
	top: 0;
}

.frame .bottom{
	left: 0;
	bottom: 0;
}

.frame .left, .frame .right{
	width: 10px;
	height: 100%;
}
.frame .left{
	left: 0;
}

.frame .right{
	right: 0px;
}

.center-block{
    margin: 0 auto;
}

/*****************
 * Layout
 *****************/

 .column-2{
  float: left;
  width: 50%;
 }
 .column-3{
  float: left;
  width: 33.33333%;
 }

/****************
 * Loader
 ****************/

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace .pace-progress {
  background: transparent;
  position: fixed;
  z-index: 1998;
  top: 0;
  left: 0;
  bottom: 0;
}

.spinner{
  position: relative;
  left: -50px;
  top: 70px;
}

#bar-progress {
  background-color: rgba(178, 155, 112, 1);
  position: fixed;
  z-index: 1999;
  width: 0;
  top: 0;
  left: 0;
  bottom: 0;

}

.page-overlay{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 1);
  display:block;
}
.pace-inactive {

}

#progress-msg{
  position:fixed;
  color: #fff;
  z-index: 3000;
  line-height: 1em;
  top: 40%;
  width:100%;
  height: 100%;
  left: 100px;
  font-weight:bold;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#progress-msg h1{
  font-style: italic;
  font-size: 55px;
  margin-bottom: 25px;
}

#progress-msg #hello{
  text-transform: uppercase;
  font-size: 12px;
}


/* Ensure elements load hidden before ScrollReveal runs */
.js .fooReveal { visibility: hidden; }

/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.0.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover
 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}


body.hasHover .hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: #000;
}
body.hasHover .hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
body.hasHover .hvr-float:hover,
body.hasHover .hvr-float:focus,
body.hasHover .hvr-float:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}


/***************
 * Buttons
 **************/

.button, .inverse-button{
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font: 12px/18px "Montserrat", Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  padding: 15px 20px;
  border-radius: 1px;
  border: 1px solid #fff;
}
.inverse-button{
  border: 1px solid #000;
}
.button span{
  position: relative;
  z-index: 2;
}

a.button{
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

body.hasHover a.button:hover{
    color: #000;
/*    background: #fff;*/
}

a.inverse-button{
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.hasHover a.inverse-button:hover{
  color: #fff;
  background: #000;
}

a.primary{
  color: #000 !important;
  background: #fff !important;
  margin-right: 4px;
}

a.primary:hover{

}

a.striker > span{
  color: #199fc9;
  font-style: italic;
  display: inline-block;
  position: relative;
  white-space: nowrap;
}

a.striker > span:after{
  content:'';
  height:1px;
  width:0%;
  position:absolute;
  top: 50%;
  left: 110%;
  background-color:#199fc9;
  -webkit-transition: width 0.5s, left 0.5s;
     -moz-transition: width 0.5s, left 0.5s;
       -o-transition: width 0.5s, left 0.5s;
          transition: width 0.5s, left 0.5s;
}

body.hasHover a.striker:hover > span:after,
a.striker.active > span:after{
  width:100%;
  left: 0%;
  -webkit-transition: width 0.5s;
     -moz-transition: width 0.5s;
       -o-transition: width 0.5s;
          transition: width 0.5s;
}

a.black, a.black > span{
  display: inline-block;
  margin-left: 8px;
  color: #000 !important;
  font-size: 16px;
}

a.black > span:after{
  background-color: #000;
}

.menu a.striker > span{
  color: #fff;
}
.menu a.striker > span:after{
  height: 2px;
  background-color: #fff;
  top: 52%;
  left: 100%;
}
body.hasHover .menu a.striker:hover > span:after,
.menu a.striker.active > span:after{
  width: 120%;
  left: -10%;
}
.menu a.striker.active{
  opacity: 1;
}

/* Radomir */
a.cbutton{
  opacity: 0.5;
}
a.cbutton:hover{
  opacity: 1;
}

.cbutton--effect-radomir::after {
  box-shadow: inset 0 0 0 35px rgba(111,148,182,0);
}

.cbutton--effect-radomir.cbutton--click::after {
  -webkit-animation: anim-effect-radomir 0.5s ease-out forwards;
  animation: anim-effect-radomir 0.5s ease-out forwards;
}

@-webkit-keyframes anim-effect-radomir {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.4, 0.4, 1);
    transform: scale3d(0.4, 0.4, 1);
  }
  80% {
    box-shadow: inset 0 0 0 2px rgba(111,148,182,0.8);
    opacity: 0.1;
  }
  100% {
    box-shadow: inset 0 0 0 2px rgba(111,148,182,0.8);
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
}

@keyframes anim-effect-radomir {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.4, 0.4, 1);
    transform: scale3d(0.4, 0.4, 1);
  }
  80% {
    box-shadow: inset 0 0 0 2px rgba(111,148,182,0.8);
    opacity: 0.1;
  }
  100% {
    box-shadow: inset 0 0 0 2px rgba(111,148,182,0.8);
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
}


/****************
 * Social Media
 ****************/

.social-links{
  position: relative;
  margin-top: 20px;
  text-align: center;
  top: 20px;
}

.social-links h3{
  text-align: center;
  color: #fff;
}

ul.social-media{
  text-align: center;
  list-style: none;
  margin-top: 0px;
  padding: 0;
  margin: 20px 0;
  bottom: 15px;
}

ul.social-media li{
  position: relative;
  display: inline-block;
  margin-right: 14px;
  padding: 0;
}

ul.social-media li:last-child{
  margin-right: 0px;
}

ul.social-media li a{
  color: #fff;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

ul.social-media li a:hover{
}

/*
 * Header
 */

header{
  width: 100%;
  height: 80px;
  margin: 0;
  background: #000;
  display: block;
  position: absolute;
}

#logo {
  cursor: pointer;
  position:absolute;
  opacity: 0.8;
  top: 17px;
  right: 25px;
  width: 62px;
  height: 60px;
/*  width: 50px;
  height: 50px;
*/  z-index: 10000;
  -webkit-transition: all ease-out 03s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

body.hasHover #logo:hover{
  opacity: 1;
}

#logo.small{
  width: 52px;
  height: 50px;
}

#logo.active #lines, #logo-mark{
  -webkit-transition: all ease-out 03s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

#logo.inactive{
  opacity: 0;
}

/*#logo.active #logo-mark{
  position: absolute;
  top: -10px;
  right: 0;
  text-align: right;
}
#logo.active #logo-mark{
    width: 50px;
}
*/
#logo.active #lines{
  stroke: #ccc;
}

.intro-section{
  position: relative;
}

.iam{
  font-style: italic;
  font-size: 42px;
  margin-bottom: 30px;
}

#imgContainer, #imgContainer2{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 658px;
  height: 658px;

  -webkit-transform:  translate(-50%, -50%);
  -moz-transform:  translate(-50%, -50%);
  -ms-transform:   translate(-50%, -50%);
  -o-transform:    translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.layer{
  position: relative;
  width: 100%;
  height: 100%;
}
#imgContainer figure{

  display: block;
  z-index: 1;
  margin: 0 auto;
  position: relative;
  border-radius: 200%;
  overflow: hidden;
  opacity: 1;
/*  background: #000;*/

}

#imgContainer figure img{
  display: block;
  width: 100%;
  height: auto;
}

#imgContainer figure.foreground{
  position: absolute;
  top: 42px;
  left: 42px;
  width: 574px;
  height: 574px;
  max-width: 574px;

}

#imgContainer figure.larger{
  position: absolute;
  width: 658px;
  height: 658px;
  max-width: 658px;
}
#imgContainer figure.larger img{
  max-width: 658px;
}


/*
 * Headline
 */


.headline{
  position: absolute;
  text-align: center;
  top: 55%;
  left: 0;
  width: 100%;
  -webkit-transform:  translate(0%, -50%);
  -moz-transform:  translate(0%, -50%);
  -ms-transform:   translate(0%, -50%);
  -o-transform:    translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 10;
}

.callout{
  margin-top: 40px;
}

/*********************
 * Navigation
 *********************/

.menu{
  -webkit-overflow-scrolling: touch;
}

.navbar-fixed-top{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 74px;
  width: 100%;
  z-index: 1000;
}

.navbar {
  opacity: 0;
  z-index: 99;
  position: absolute;
  width: 100%;
  height: 0px;
  background: #000;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}

.navbar.active{
  opacity: 1;
  height: 74px;
}

.top-nav-collapse {
    padding: 0;
}

.menu {
  display: none;
  position: absolute;
  z-index: 100;
  top: 0px;
  left: 0;
  width: 0%;
  height: 100%;
  min-height: 100vh;
  margin: 0;
  background: #b29b70;
  overflow: hidden;
}

.menu-list{
  position: relative;
  list-style: none;
  text-align: center;
  margin: 0 auto;
  padding: 10vh 0 0;
}
.menu-item{
  position:relative;
  opacity: 0;
  left: -100px; /*initial animation value*/
  margin-bottom: 5vh;
}
a.menu-link{
  text-align: center;
  font-size: 50px;
  font-style: italic;
  opacity: 0.5;
  transition: opacity 0.3s ease-out;
}

body.hasHover a.menu-link:hover{
  opacity: 1;
}

/*
 * Hamburger menu
 */
#menu-toggle {
  display: none;
  z-index: 100;
  width: 10%;
  position: absolute;
  z-index: 1002;
  top: 26px;
  left: 28px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

#menu-toggle span {
  display: block;
  background: #fff;
  transition: .25s ease-in-out;
}

#menu-toggle #hamburger {
  position: absolute;
  height: 100%;
  width: 100%;
}
#menu-toggle #hamburger span {
  position: relative;
  width: 30px;
  height: 2px;
  margin: 6px 0;
}
#menu-toggle #hamburger span:nth-child(1) {
  transition-delay: .5s;
}
#menu-toggle #hamburger span:nth-child(2) {
  transition-delay: .625s;
}
#menu-toggle #hamburger span:nth-child(3) {
  transition-delay: .75s;
}
#menu-toggle #cross {
  position: absolute;
  left: -9px;
  height: 40px;
  width: 40px;
  transform: rotate(45deg);
}
#menu-toggle #cross span:nth-child(1) {
  height: 0%;
  width: 2px;
  position: absolute;
  top: 0px;
  left: 15px;
  transition-delay: 0s;
}
#menu-toggle #cross span:nth-child(2) {
  width: 0%;
  height: 2px;
  position: absolute;
  top: 15px;
  transition-delay: .25s;
}

#menu-toggle.open #hamburger span {
  width: 0%;
}
#menu-toggle.open #hamburger span:nth-child(1) {
  transition-delay: 0s;
}
#menu-toggle.open #hamburger span:nth-child(2) {
  transition-delay: .125s;
}
#menu-toggle.open #hamburger span:nth-child(3) {
  transition-delay: .25s;
}
#menu-toggle.open #cross span:nth-child(1) {
  height: 80%;
  transition-delay: .625s;
}
#menu-toggle.open #cross span:nth-child(2) {
  width: 80%;
  transition-delay: .375s;
}

.block-revealer__element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  pointer-events: none;
  opacity: 0;
}


/*
 * Side Navigation
 */

.sideNav{
  position: fixed;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 900;
}

.sideNav ul{
  list-style: none;
}

.sideNav ul li{
  position: relative;
  cursor: pointer;
  width: 10px;
  height: 10px;
  margin-bottom: 16px;
}

.sideNav ul li:after{
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border: 2px solid #fff;
  background: rgba(255, 255, 255, 0);

  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.sideNav ul li a{
  position: absolute;
  display: none;
  top: -7px;
  right: 19px;
  text-align: right;
  opacity: 0;

}


body.hasHover .sideNav ul li:hover:after{
  background: rgba(255, 255, 255, 1);
}
body.hasHover .sideNav.active ul li:hover:after{
  background: rgba(204, 204, 204, 1);
}

.sideNav ul li.active:after{
  background: rgba(255, 255, 255, 1);
}

.sideNav.active ul li:after{
  border: 2px solid #ccc;
  background: rgba(204, 204, 204, 0);
}

.sideNav.active ul li.active:after{
  background: rgba(204, 204, 204, 1);
}
.sideNav.active ul li a{
  color: #666;
}

/* ==========================================================================
   Sections
   ========================================================================== */

#home, #about, #reel, #process, #colophon,
#services, #clients, #thoughts, #contact{
  position: relative;
  background: #000;
  height: auto;
  min-height: 100vh;
  /*height: 100vh;
  min-height: 480px;*/
}

#home, #about, #reel, #contact, #colophon{
  background: #000 url(../img/background2.jpg) no-repeat center center;
  background-size: cover;
}

#about, #thoughts{
  background-image: none;
  background: #fff;
  color: #000;
}

#about,#services, #process, #clients, #contact, #thoughts{
  padding: 14vh 0;
  height: auto;
}

#clients p,#work p,.call-out,.contact-me a,.profile{
  text-align:center
}
/*
 * Colophon
 */

#colophon{
  position:relative;
  overflow: hidden;
  padding: 100px 0 100px;
  background-image: url(../img/winter-bkgd.jpg);
  background-attachment: fixed;
  height: auto;

}

#colophon .title{
  position: relative;
  width: 35%;
  min-width: 200px;
  height: 200px;
  float: left;
}
#colophon .dropCap{
  position: absolute;
  top: 0;
  left: 0;
  width: 114px;
}
#colophon hr{
  position: absolute;
  top: 150px;
  left: 30px;
}

#colophon h2.sectionHeading{
  position: relative;
  left: 18px;
  top: 38px;
}
#colophon .lead{
  font-size: 3.2vw;
  line-height: 3.6vw;
}
.column-3 h3{
  position: relative;
}
#colophon .content{
  position: relative;
  z-index: 100;
  width: 65%;
  float: left;
}

#colophon a.striker > span{
  color: #fff;
  font-style: normal;
}
#colophon a.striker > span:after{
  background-color: #fff;
}
#canvas{
  overflow: hidden;
  position:absolute;
  top: 0;
  left: 0;
}

/*
 * Photos
 */
 #photos{
   padding-top: 90px;
 }
#photos .contentContainer{
  max-width: 1200px;
}

.photo-list{
  max-width: 1200px;
}
.photo-list li{
  display: inline-block;
  width: 33%;
  padding: 2%;
}
.photo-list li img{
  display: block;
  width: 100%;
  height: auto;
}

/*
 * Reel
 */

#reel{
  padding: 40px 0 100px;
  background-image: url(../img/background1.jpg);
  background-attachment: fixed;
  height: auto;
  margin-bottom: 140px;
}

#reel h2{
  text-align: center;
}

#work{
  padding-top: 90px;
  height: 100vh;
}

.work-preview{
  position: relative;
}

.hover{
  position: absolute;
  z-index: 1;
  width:100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  -o-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

.hover:hover{
  opacity: 1;
}

.hover .inverse-button{
  position: absolute;
  z-index:2;
  top: 50%;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
/*
 * About
 */

#about{
  padding-left: 45px;
}

#about .content{
  /*max-width: 815px;*/
  width: 72%;
}


/*
 * Process
 */

#process{
  margin-bottom: 140px;
  background: #fff;
  color: #000;
}

#process .lead{
  font-size: 3vw;
  line-height: 3.2vw;
}

.process-diagram{
  margin-top: 50px;
  margin-left: 20px;
}

.process-steps li{
  cursor: pointer;
  z-index: 1;
  float: left;
  position: relative;
/*  margin-left: -20px;*/
  width: 20%;
  height: auto;
  transform-origin: center center;
  transform-style: preserve-3D;
}
.process-steps li:hover{
  z-index: 99;
  content:"";

}

.process-steps li:hover figure{
  background: rgba(0,0,0,1);
}

.process-steps li span{
  position: absolute;
  bottom: 40px;
  display: block;
  font-size: 18px;
  font-style: italic;
  color: #c9af7f;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);

}

.process-steps figure{
  position: relative;
  margin-left: -20px;
  width: 200px;
  height: 200px;
  border-radius: 200%;
  border: 1px solid #a8a8a6;
  background: rgba(0,0,0,0);
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}

.process-steps img{
  position: absolute;
  display: block;
  height: auto;
  width: 60px;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.process-steps figcaption{
  opacity: 0;
  font-size: 16px;
  text-align: center;
  position: absolute;
  z-index: 2;
  color: #ccc;
  background: #000;
  width: 200px;
  height: 200px;
  border-radius:200%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
/*  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;*/
  transform-origin: center center;
  transform-style: preserve-3D;
}

.process-steps figcaption p{
  text-align: center;
  position: absolute;
  width: 90%;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*.process-steps li:hover figcaption{
  opacity: 1;
  width: 320px;
  height: 320px;
}*/

/*
 * Services
 */

.contentContainer{
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}

#services .lead{
  margin: 0;
  padding: 0;
  font-size: 38px;
  line-height: 1.3em;
  color: #afafae;
}

#services column-2:first-child{
  padding-right: 10vw;
}

#services .column-3{
  position: relative;
}

#services p{
  margin-top: 0;
}

#services .intro{
  margin-top: 50px;
}

#services .call-out{
  margin-left: 0;
  text-align: left;
}

.skill-list, .credits-list{
  padding: 0;
  list-style: none;
  font-size: 16px;
}
.skill-list li{
  margin-bottom: 10px;
}

.skills{
  margin-top: 50px;
  padding: 30px 0;
  border-top: 1px solid #a8a8a6;
  border-bottom: 1px solid #a8a8a6;
}

/*
 * Clients
 */


 #clients p{
  text-align: center;
  margin-top: 75px;
 }

 .client-list{
  margin-top: 75px;
 }

  .client-row.top, .client-row.middle{
    border-bottom: 1px solid #333;
  }
  .client-row.bottom{
    border-top: none;
  }

 .client-row li{
  width: 20%;
  float: left;
  opacity: 0.75;
  border-right: 1px solid #333;
  transition: opacity 0.3s ease-out;
 }

 .client-row li:hover{
  opacity: 1;
 }

 .client-row li:first-child{
  border-left: none;
 }
.client-row li:last-child{
  border-right: none;
 }

 .client-row.top li{

 }

.client-row li img{
  opacity: 0;
  display: block;
  width: 100%;
  height: auto;
}

.call-out{
  text-align: center;
  margin: 50px auto 20px;
  width: 300px;
}


.profile{
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  width: 100%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*
 * Reel
 */

#vimeoplayer{
  position: relative;
  left: 50%;
  width: 768px;
  height: 482px;
  margin: 0px auto;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#videoplayer{
  position: relative;
  cursor: pointer;
  /* left: 50%; */
  width: 860px;
  margin: 100px auto 0;
  /* -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); */
  transform-origin: center center;
  -webkit-transform: scale(0.9,0.9);
  transform: scale(0.9,0.9);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

#videoplayer.active, #videoplayer:hover{
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.play-button{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  z-index: 3;
  transform-origin: center center;
  -moz-transform: translateX(-50%, -50%);
  -o-transform: translateX(-50%, -50%);
  -webkit-transform: translateX(-50%, -50%);
  transform: translateX(-50%, -50%);
  transform: scale(0.5,0.5);
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.preview-video{
  position: relative;
  z-index: 2;
  width: 100%;
}
.plyr__menu, .plyr--video .plyr__control.plyr__tab-focus{
  display: none;
}
.plr-wrapper{
  /* display: none; */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.plr-wrapper.active{
  display: block;
}

#videoplayer:hover .play-button{
  transform: scale(1,1);
  opacity: 1;
}

#videoplayer:before{
  content: "";
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

#videoplayer:hover::before{
  opacity: 0.6;
}
.video{
  display: inline-block;
  width: 100%;
  height: auto;
}
/*
 * Thoughts
 */

#thoughts{
  height: auto;
  margin-bottom: 140px;
}

#thoughts .contentContainer{
  width: 95%;
  max-width: 1300px;
}

.articleHeading, hr.margin-none{
  margin-bottom: 0 !important;
}
.articleHeading{
  margin-top: 50px;
}


article{
  width: 100%;
  max-width: 1310px;
  margin-bottom: 20px;
  border-bottom: 1px solid #a8a8a6;
  padding: 40px 0;
}

.article-thumb{
  position: relative;
  float: left;
  width: 40%;
  max-width: 525px;
  height: auto;
  overflow: hidden;
  border: 1px solid #a8a8a6;

}

.article-thumb img{
  width: 100%;
  height: auto;
  transform: scale3d(1,1,1) translateZ(0);
  transition: transform .5s ease;
}

.article-thumb:hover{
  border: 2px solid #a8a8a6;
}

.article-thumb:hover img{
  transform: scale3d(1.1,1.1,1) translateZ(0);
}

.article-summary h3{
  margin-top: 0;
}

.article-summary h3 a{
  font-family: 'Vollkorn', Garamond, serif;
  font-size: 2vw;
  font-weight: normal;
  letter-spacing: -1px;
  line-height: 1.2em;
  text-transform: initial;
  color: #777;
}

.article-summary{
  float: left;
  width: 60%;
  padding-left: 30px;
}
.article-summary p{
  color: #333;
  letter-spacing: -0.1px;
}

cite{
  font-size: 2vw;
  display: block;
}

/*
 * Contact
 */

#contact{
  position: relative;
  min-height: 100vh;
  height: auto;
  margin-bottom: 140px;
}

#contact .lead{
  margin-top: 0;
  font-size: 38px;
  line-height: 1.3em;
  color: #afafae;
  margin-bottom: 20px;
}

.contact-info em{

}
.contact-info a{
  font: 14px/18px "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #c9af7f;
}

label {
  visibility: hidden;
  display: block;
  height: 0px;
}

.form{
  float: left;
  width: 60%;
}

form{
  margin-top: 40px;
}

.map{
  float: left;
  width: 40%;
}

.mapContainer{
  position: absolute;
  width: 410px;
  height: 410px;
}
.mapContainer .neighborhood{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform:  translate(-50%, -50%);
  -moz-transform:  translate(-50%, -50%);
  -ms-transform:   translate(-50%, -50%);
  -o-transform:    translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
.neighborhood img{
  width: 110px;
  height: 70px;
}

.mapContainer figure{
  position: relative;
  border-radius: 200%;
  overflow: hidden;
}
.mapContainer figure img{
  width: 100%;
  height: auto;
}

input[type='text'], input[type='email'] {
  font-family: 'Vollkorn', Garamond, serif;
  width: 90%;
  color: #fff;
  height: 50px;
  border: 3px solid #fff;
  border-radius: 0;
  margin-bottom: 25px;
  -webkit-appearance: none;
  padding: 10px;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}

input:focus, textarea:focus{
  color: #000;
  background: rgba(255, 255, 255, 1);
}

textarea {
  font-family: 'Vollkorn', Garamond, serif;
  color: #fff;
  width: 90%;
  height: 130px;
  border: 3px solid #fff;
  margin-bottom: 20px;
  padding: 10px;
  background: rgba(255, 255, 255, 0);
  border-radius: 0;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}

#sendBtn{
  background: rgba(255, 255, 255, 0.8);
}

.formFields{
  display: block;
}
.highlight{
  border: 3px solid #ff2f6a !important;
  background: #fff !important;
}

.formFields.inactive{
  display: none;
}

#sendingMessage, #successMessage, #incompleteMessage{
  display: none;
}
#incompleteMessage{

}

#hiddenDiv {
  display: none;
}

.thanks{
  display: none;
}
.thanks.active{
  display: block;
}

.thanks p{
  color: #fff;
  font-size: 3vw;
  line-height: 3.2vw;
  font-style: italic;

  margin-bottom: 20px;
}

/*
 * Contact Me Callout
 */
.contact-me{
  background: #000;
  margin: 0 auto 140px;
  padding: 5vh 0;
}

.contact-me h2.sectionHeading{
  text-align: center;
  color: #fff;
}

.contact-me .lead{
  text-align: center;
  color: #fff;
}

.contact-me a{
  text-align: center;
}
.contact-me.white{
  background: #fff;
}
.contact-me.white h2.sectionHeading{
  color: #000;
}
.contact-me.white .lead{
  color: #adadad;
}

/*
 * Helper classes
 */

.left-align{
  text-align: left !important;
}

hr.left-align{
  margin: 1em 0 3em;
}


.bio{
  width: 84%;
  font-size: 1.5vw;
  line-height: 2.4vw;
  letter-spacing: -0.1px;
  margin-bottom: 32px;
  color: #000;
}

aside h3, aside a{
  color: #333;
}

.lead{
  display: block;
  font-size: 4vw;
  line-height: 4.2vw;
  letter-spacing: -0.1px;
  font-weight: normal;
  color: #adadad;
  margin-bottom: 2.8vw;
}

.cta{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  background-color: #000;
  padding: 25px 0;
  text-align: center;
}

.cta.inverse{
  background-color: #1d1d1d;
}

.cta a.button:hover{
    background: #fff;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width:1024px){

  #reel{
    padding-top: 90px;
    height: 100vh;
  }
  #vimeoplayer{
    position: absolute;
    top: 54%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

}

@media only screen and (max-width:1024px){

  #about{
    padding-top: 90px;
  }

  #about .content{
    max-width: 815px;
  }

  .bio{
    width: 90%;
    font-size: 18px;
    line-height: 26px;
  }

  .lead{
    display: block;
    font-size: 48px;
    line-height: 54px;
  }
  #process .lead{
    font-size: 38px;
    line-height: 1.2em;
  }

  #vimeoplayer{
    top: 60%;
  }
}

/*
 * For iPad
 */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape){

  #reel{
    background-attachment: scroll;
  }

  .cta{
    position: relative;
  }
  #reel, #process, #contact, #thoughts, .contact-me{
    margin-bottom: 0;
  }

  #contact .contentContainer{
    overflow-x: hidden;
  }
}

/*
 * For short window
 */
@media only screen and (min-width:1024px) and (max-height:700px){
  #imgContainer{
    width: 582px;
    height: 582px;
  }

  #imgContainer figure.foreground{
    top: 37px;
    left: 37px;
    width: 508px;
    height: 508px;
    max-width: 508px;
  }

  #imgContainer figure.larger{
    width: 582px;
    height: 582px;
    max-width: 582px;
  }

  h1#title-name{
    font-size: 64px;
  }
  h1#title-name em{
    font-size: 64px;
  }
}

@media only screen and (max-width: 1024px ) {

  .contentContainer{
    padding: 0 40px;
  }

  .sideNav{
    display: none;
  }

  #thoughts .contentContainer{
    max-width: 980px;
  }
  .form{
    width: 55%;
  }
  .map{
    width: 45%;
  }
  .process-diagram{
    margin-left: 0;
  }

  .process-steps li{
    cursor: default;
    padding: 0 10px;
    width: 49%;
    margin-bottom: 40px;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .process-steps li:last-child{
    width: 100%;
  }

  .process-steps li:nth-child(4){
    margin-left: 0;
  }

  .process-steps li:hover figure{
    background: rgba(0,0,0,0);
  }
  .process-steps figure{
    position: relative;
    margin: 0 auto;
    border: none;
    width: 100%;
    height: auto;
    border-radius: 0;
  }
  .process-steps img{
    position: static;
    opacity: 1;
    margin: 0 auto 10px;
    -webkit-transform: initial;
    -moz-transform: initial;
    -o-transform: initial;
    transform: initial;
    border-radius: 0;
  }
  .process-steps li span{
    position: static;
    margin-bottom: 20px;
    -webkit-transform: initial;
    -moz-transform: initial;
    -o-transform: initial;
    transform: initial;
  }
  .process-steps li:last-child figcaption p{
    width: 50%;
  }

  .process-steps figcaption {
    position: static;
    margin: 0 auto;
    opacity: 1;
    background: transparent;
    width: 100%;
    height: auto;
    -webkit-transform: initial;
    -moz-transform: initial;
    -o-transform: initial;
    transform: initial;
  }
  .process-steps figcaption p{
    position: static;
    opacity: 1;
    color: #666;
    width: 95%;
    margin: 0 auto;
    -webkit-transform: initial;
    -moz-transform: initial;
    -o-transform: initial;
    transform: initial;
  }
}

/*
 * For Tablet Portrait
 */

@media only screen and (max-width: 768px ) {

  #reel{
      background-position: -110px;
      background-attachment: scroll;
  }

  h1{
      font-size: 13vw;
  }

  .cta{
    position: relative;
  }
  /*Remove the margin on sections before the footer*/
  #reel, #process, #contact, #thoughts, .contact-me{
    margin-bottom: 0;
  }

  #about, #reel, #clients{
    height: auto;
    min-height: 100vh;
    padding-bottom: 40px;
  }

  #about .content, .bio{
    width: 95%;
  }
  #about{
    padding-left: 30px;
    height: auto;
  }

  #vimeoplayer, #videoplayer{
    position: relative;
    width: 90%;
    height: 300px;
    margin: 20px auto;
  }

  .form{
    width: 100%;
  }
  .map{
    display: none;
  }
  .contentContainer{
    width: 90%;
  }

  .column-2{
    width: 100%;
  }
  .column-2 p{
    width: 90%;
  }

  #services .lead{
    margin-bottom: 20px;
  }

  .article-summary h3 a {
    font-size: 24px;
    font-style: normal;
    letter-spacing: -0.3px;
  }
  #colophon .lead{
    font-size: 28px;
    line-height: 36px;
  }
  #colophon .title{
    width: 100%;
  }
  #colophon .content{
    width: 100%;
  }

  #contact .contentContainer{
    overflow-x: hidden;
  }
  .process-steps li:last-child figcaption p{
    width: 95%;
  }
}


/*
 * For Mobile
 */

@media screen and (max-width: 760px){
  .lead, #process .lead{
    font-size: 27px;
    line-height: 34px;
  }

}

@media screen and (max-width: 640px){
  p{
    letter-spacing: -0.1px;
    line-height: 1.5em;
  }

  hr.left-align{
    margin-bottom: 2em;
  }

  #home .sectionHeading{
    font-size: 12px;
    letter-spacing: 6px;
  }

  #progress-msg{
    left: 40px;
  }

  #imgContainer{
    width: 420px;
    height: 420px;
  }

  #imgContainer figure.foreground{
    top: 26px;
    left: 26px;
    width: 368px;
    height: 368px;
    max-width: 368px;
  }

  #imgContainer figure.larger{
    width: 420px;
    height: 420px;
    max-width: 420px;
  }

  .iam{
    font-size: 36px;
    margin-bottom: 20px
  }

  h1#title-name{
    font-size: 48px;
    margin: 28px 0;
  }
  h1#title-name em{
    font-size: 48px;
  }

  #about{
    padding-left: 30px;
    height: auto;
  }

  .bio{
    font-size: 16px;
    line-height: 24px;
  }


  #clients p{
    margin-top: 25px;
  }

  .client-list{
    margin-top: 25px;
  }

  .client-row.top, .client-row.middle{
    border: none;
  }

  .client-row:last-child{
    display: none;
  }

  .client-row li{
    width: 50%;
    border: none;
  }
  .client-row li:last-child{
    display: none;
  }

  .client-row li img{
    opacity: 1;
  }

  .skill-list {
    border-bottom: 1px solid #a8a8a6;
    padding-bottom: 30px;

  }
  .column-3:last-child .skill-list{
    border-bottom: none;
  }

  .column-2 p{
    width: 100%;
  }

  .column-3{
    width: 100%;
    padding-top: 30px;
  }
  .column-3:first-child{
    padding-top: 0px;
  }

  .process-steps li{
    float: none;
    width: 100%;
/*    height: 240px;*/
    margin: 0 auto 35px;
  }

  cite{
    font-size: 5vw;
  }

  .article-thumb{
    width: 100%;
  }
  .article-summary{
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }


  .article-summary h3 a {
    font-size: 24px;
    font-style: normal;
    letter-spacing: -0.3px;
  }

  .copyright{
    width: 90%;
    margin: 0 auto 10px;
  }

}

@media screen and (max-width: 420px){

  .mobile-hide{
    display: none !important;
  }

  .menu{
    height: auto;
    overflow: auto;
  }

  .menu-list{
    padding-top: 20vh;
  }

  .contentContainer{
    width: 96%;
  }


  .headline{
    top: 80%;
  }
  .callout{
    margin-top: 100px;
  }

  #imgContainer{
    width: 300px;
    height: 300px;
    top: 40%;
  }

  #imgContainer figure.foreground{
    top: 20px;
    left: 20px;
    width: 260px;
    height: 260px;
    max-width: 260px;
  }

  #imgContainer figure.larger{
    width: 300px;
    height: 300px;
    max-width: 300px;
  }

  .iam{
    font-size: 24px;
    margin-bottom: 20px
  }

  h1#title-name{
    font-size: 36px;
    margin: 18px 0;
  }
  h1#title-name em{
    font-size: 36px;
  }

  #services .lead{
    font-size: 34px;
  }

  .process-diagram {
    margin-left: 0;
  }


  .process-steps img{
    width: 90px;
  }

  #process, #clients{
    padding-top: 10vh;
  }

}

@media screen and (max-width: 320px){

  #services .lead, #contact .lead{
    font-size: 28px;
  }
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

@media
(-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
/*    #logo {
        background: url("../img/logo-retina.png") no-repeat center center;
        background-size: 60px 51px;
        width: 60px;
        height: 51px;
    }*/
}


@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
