@import url(//fonts.googleapis.com/css?family=Raleway:400,200,300,100,500,600,700,800,900);
@import url(//fonts.googleapis.com/css?family=Titillium+Web:400,300,600,700);
@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(//fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i);

@important url(../Fonts/fonts.css);

html {
  font-size: 100%;
  height: 100%;
}

html * {
  box-sizing: border-box;
}

body {
	padding: 0;
	margin: 0;
	width: 100%;
	color: #303b46;
	font: normal 0.875rem/1.4 'Rubik', sans-serif;
	overflow-x: hidden;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
}

body *,
button,
button:hover,
button:active,
button:focus,
input:focus,
input:active,
input:hover,
a,
a:hover,
a:active,
a:focus{
  outline: none;
}

.site-wrap {
  min-width: 100%;
  min-height: 100%;
  position: relative;
  top: 0;
  bottom: 100%;
  left: 0;
  z-index: 1;
  background: #fff;
  background-size: 200%;
}

#sideNav {
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  list-style: none;
}
@media(max-width: 767px) {
  #sideNav {
    display: none;
  }
}
#sideNav li {
  padding: 6px;
}
#sideNav li a {
  width: 18px;
  height: 18px;
  background: transparent;
  box-shadow: inset 0 0 0 2px #e74c3c;
  border-radius: 50%;
  display: block;
  text-indent: 5rem;
  transition: all 0.3s ease 0s;
  color: #e74c3c;
  text-decoration: none;
  line-height: 0.4;
  font-size: 18px;
  padding: 6px;
  text-align: center;
}
#sideNav li.current a {
  box-shadow: inset 0 0 0 20px #e74c3c;
}
#sideNav li a:hover {
  box-shadow: inset 0 0 0 20px #e74c3c;
  text-indent: -7.2rem;
}

.navigation {
  list-style: outside none none;
  background: #303b46;
  width: 400px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  padding: 120px 0 20px;
  margin: 0;
}
.navigation li {
  font-size: 1.6em;
  border-bottom: solid 1px #1f272e;
  box-shadow: inset 0 0 0 1px transparent;
  transition: box-shadow ease .3s;
  transform-origin: 20% 40%;
}
.navigation li a {
  display: block;
  padding: 20px;
  color: #fff;
  text-decoration: none;
  transition: all ease .3s;
}
.navigation li:hover {
  box-shadow: inset 0 0 0 100px #1f272e;
}
.navigation li:hover a {
  color: #e74c3c;
}
.nav-trigger {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
label[for="nav-trigger"] {
  position: fixed;
  top: 40px;
  left: 40px;
  z-index: 2;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-image: url("../images/menu.svg");
  background-size: contain;
}
.nav-trigger:checked + label {
  background-image: url("../images/close.svg");
}

.nav-trigger:checked ~ .site-wrap {
  left: 400px;
  box-shadow: 0 0 10px 4px rgba(0,0,0,0.25);
}
.nav-trigger + label, .site-wrap {
  transition: left 0.3s;
}

#resume a {
  background: none;
  box-shadow: inset 0 0 0 2px #fff;
  padding: 10px;
	font: 700 1.2rem/1 "FlamaSlab-Bold", "Titillium Web", sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
  transition: all ease-in-out .5s;
}
#resume a:hover {
  box-shadow: inset 0 0 0 80px #fff;
  color: #e74c3c;
}
#resume a .fa {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .social {
    right: 0;
    left: 0;
    text-align: center;
  }
}

/* --  Headings -- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Rubik', sans-serif;
	letter-spacing: .1px;
}
/*--*/


.contentContainer {
  max-width: 96%;
  padding: 0;
  margin: 0 auto;
}

strong {
	font-family: "Rubik";
 font-weight: normal;
}

.bottomBorder {
  display: block;
  width: 100%;
  height: 1px;
  background: #dbe1e7;
}
.bottomBorder span {
  display: block;
  width: 20%;
  height: 1px;
  background: #303b46;
}

/* -- Hero -- */
#home.hero {
  background: url("../images/hero.jpg") no-repeat 50% 0 / cover transparent;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  color: #fff;
  position: relative;
}
@media (max-width: 768px) {
  #home.hero {
    padding: 120px 0 0;
  }
}
#home .contentContainer {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
#home.hero h1,
#home.hero h2 {
  margin: 0;
  text-align: center;
  line-height: 1;
  text-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
#home.hero h1 {
  font-size: 4em;
}
#home.hero h2 {
	font: normal 2.4em/1.2 "Rubik", sans-serif;
}
#home.hero h2 span {
  display: block;
  font: normal .5em/1.8 "Rubik", sans-serif;
  color: #aaa;
}
#home.hero .arrow {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	display: block;
	text-align: center;
}
#home.hero .arrow a {
  display: block;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
}
#home.hero .arrow a:after {
  content: "\f078";
  font-family: "FontAwesome";
  font-size: 24px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  animation: floating ease 1.9s infinite;
}
@media(max-width: 468px) {
  #home.hero .arrow a:after {
    bottom: 20px;
  }
}

@media (max-width: 768px) {
	#home .contentContainer {
		top: 35%;
	}
  #home.hero h1 {
    font-size: 3em;
    letter-spacing: 5px;
  }
  #home.hero h2 {
    font-size: 1.6em;
    letter-spacing: 2px;
  }
}
/* -- End Hero -- */

/* -- About -- */
#about {
  background: #fff;
  display: block;
}
#about #image {
	background: url(../images/about-alt.jpg) no-repeat 0 0 / contain transparent;
	    background-attachment: fixed;
	display: table-cell;
}
#about #content {
	background: transparent;
	width: 66.666667%;
	padding: 3em;
	text-align: left;
	visibility: hidden;
	display: table-cell;
}
#about #content h2 {
	font: normal 2.475rem/1 "FlamaSlab-Bold", "Titillium Web", sans-serif;
  margin-top: 0;
}
#about #content p {
	font: 500 1.175rem/1.85 "FlamaSlabBook-Regular", "Titillium Web", sans-serif;
	letter-spacing: .1px;
}
@media (max-width: 468px) {
  #about #content p {
    font: 500 1rem/1.85 "FlamaSlabBook-Regular", "Titillium Web", sans-serif;
  }
}

@media (max-width: 768px) {
  #about #image {
    display: block;
    height: 488px;
    width: 100%;
    background: url(../images/about-alt.jpg) no-repeat center 70% / cover transparent;
  }
  #about #content {
    max-width: 100%;
    min-width: 100%;
    padding: 2em;
    max-height: initial;
    overflow: hidden;
  }
}
/* -- End About -- */

/* -- Services -- */
#services {
  width: 100%;
  display: block;
  overflow: hidden;
}
#services ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#services .service {
  width: 33.333333%;
  height: auto;
  background: #343434;
  display: table-cell;
  padding: 2.5em;
  color: #fff;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  #services .service {
  	display: block;
  }
}
#services .service h2 {
  font-size: 2.3em;
}
#services .service p {
  font-size: 16px;
  line-height: 1.9;
  margin-top: 2.375em;
  font-weight: normal;
}
#services .service:first-of-type {
  background: url("../images/services.jpg") no-repeat 50% 0 / cover transparent;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
#services .service:nth-of-type(1):before {
  content: "\f121";
  opacity: 0;
  visibility: hidden;
  font-size: 100px;
}
#services .service:first-of-type h1 {
  color: #fff;
  text-align: center;
  padding: 0;
  font-size: 46px;
  text-transform: uppercase;
  margin-top: 0;
  letter-spacing: 6px;
}
#services .service:first-of-type .bottomBorder {
  display: block;
  width: 50%;
  height: 1px;
  background: #707070;
  margin: 0 auto;
}
#services .service:first-of-type .bottomBorder span {
  display: block;
  width: 20%;
  height: 1px;
  background: #fff;
}
#services .service:nth-of-type(2) {
  background: #373737;
}
#services .service:nth-of-type(2) .bottomBorder {
  background: #888;
}
#services .service:nth-of-type(2) .bottomBorder span {
  background: #fff;
}
#services .service:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 124px;
  text-align: center;
  display: block;
}
#services .service:nth-of-type(2):before {
  content: "\f121";
}
#services .service:nth-of-type(3) {
  background: #5a5a5a;
}
#services .service:nth-of-type(3):before {
  content: "\f108";
}
#services .service:nth-of-type(3) .bottomBorder {
  background: #777;
}
#services .service:nth-of-type(3) .bottomBorder span {
  background: #444;
}
#services .service:hover .bottomBorder span {
  width: 100%;
}
#services .service:hover:nth-of-type(2) {
  width: #6a6a6a;
}
#services .service:hover:nth-of-type(3) {
  width: #474747;
}
#services .service .bottomBorder span {
  transition: all ease .6s;
}

@media (max-width: 1140px) {
  #services .service:nth-of-type(1) {
    width: 100%;
    min-height: 280px;
    max-height: 100%;
  }
  #services .service:nth-of-type(1)::before {
    font-size: 0;
  }
  #services .service {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #services .service {
    width: 100%;
    min-height: initial;
    max-height: initial;
    padding: 2em;
  }
  #services .service::before {
    font-size: 78px;
  }
  #services .service h2 {
    font-size: 2.6em;
  }
}

@media (max-width: 468px) {
  #services .service {
    padding: 4em 2em;
  }
  #services .service p {
    font-size: 1.275em;
  }
}
/* -- End Services -- */

/* -- Recent Work -- */
#recentWork {
  background: #f0f0f0;
  padding: 80px 0 0;
  overflow: hidden;
  margin-bottom: -18px;
}
#recentWork h2 {
  font: 600 3.475rem/1 "FlamaSlab-Bold", "Titillium Web", sans-serif;
  text-align: center;
  color: #444;
  margin: 0 0 80px;
  letter-spacing: 10px;
  text-shadow: 0 1px 0 #fff, 0 -1px 0 rgba(0,0,0,0.5);
}
@media(max-width: 767px) {
  #recentWork {
    padding: 40px 0 0;
  }
  #recentWork h2 {
    font: 600 1.5rem/1 "FlamaSlab-Bold", "Titillium Web", sans-serif;
    margin: 0 0 40px;
    letter-spacing: 4px;
  }
}
#workGrid {
  position: relative;
}
#workGrid .workItem {
  float: left;
  position: relative;
}
#workGrid .workItem:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: none;
  background: rgba(0,0,0,0);
  transition: background ease .3s, box-shadow ease .3s;
}
#workGrid .workItem:hover:after {
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
  background: rgba(0,0,0,0.7);
}
#workGrid .workInfo {
  visibility: hidden;
  display: block;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media(max-width: 1000px) {
  #workGrid .workItem {
    float: none;
    width: 100% !important;
    position: relative !important;
    height: 300px !important;
    top: initial !important;
    left: initial !important;
  }
}
#workGrid .workInfo h3 {
  font: 800 2.075rem/1 "FlamaSlabBook-Regular", "Titillium Web", sans-serif;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  transform: translateY(-40%);
  opacity: 0;
  transition: all ease-in-out .3s;
  transition-delay: .05s;
}
@media(max-width: 767px) {
	#workGrid .workInfo h3 {
		margin-bottom: 0.35em;
	}
}
#workGrid .workInfo p {
	font: 600 .8rem/1.5 "FlamaSlabBook-Regular", "Titillium Web", sans-serif;
  text-transform: uppercase;
  letter-spacing: .5px;
  opacity: 0;
  padding-bottom: 20px;
  margin: 0;
  transform: translateX(-20%);
  transition: all ease-in-out .3s;
  transition-delay: .07s;
}
#workGrid .workInfo a {
  text-decoration: none;
  color: #e74c3c;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #e74c3c;
  display: inline-block;
  margin: 5px;
  line-height: 50px;
  font-size: 22px;
  opacity: 0;
  cursor: pointer;
  transform: translateY(40%);
  transition: all ease-in-out .25s;
  transition-delay: .15s;
}
#workGrid .workInfo a:hover {
  background: #e74c3c;
  color: #fff;
}

#workGrid .workItem:hover .workInfo {
  visibility: visible;
}
#workGrid .workItem:hover .workInfo h3,
#workGrid .workItem:hover .workInfo p,
#workGrid .workItem:hover .workInfo a {
  transform: translateY(0%) translateX(0%);
  opacity: 1;
}
#workGrid #rp {
  width: 25%;
  height: 524px;
  background: url("../images/rp-thumb.jpg") no-repeat center / cover #fff;
}
#workGrid #sand {
  width: 50%;
  height: 522px;
  background: url("https://sandhollowresort.com/wp-content/uploads/2019/01/discover-1920x800.jpg") no-repeat center / cover #fff;
}
#workGrid #chambers {
  width: 25%;
  height: 1170px;
  background: url("https://www.aaronjasperson.com/usopen/img/hole-5-bg.jpg") no-repeat scroll center / cover #fff;
}
#workGrid #movie-night {
  position: absolute;
  top: 522px;
  width: 25%;
  height: 648px;
  background: url("../images/movie-night.jpg") no-repeat scroll 0% center / cover #fff;
}
#workGrid #amazon {
  position: absolute;
  top: 522px;
  left: 25%;
  width: 50%;
  height: 284px;
  background: url("../images/amazon-local-love.jpg") no-repeat scroll center / cover #fff;
}
#workGrid #wally {
  position: absolute;
  top: 806px;
  left: 50%;
  width: 25%;
  height: 364px;
  background: url("../images/wally-home.jpg") no-repeat scroll center / contain #fff;
}
#workGrid #frontier {
  position: absolute;
  top: 806px;
  left: 25%;
  width: 25%;
  height: 364px;
  background: url("../images/frontier-thumb.jpg") no-repeat scroll 19% center / cover #fff;
}

@media(max-width: 767px) {
  #workGrid #evo-golf {
    background: url("../images/evo-golf-thumb.jpg") no-repeat center / cover #fff;
  }
}
/* -- End Recent Work -- */

.floating{
	animation-name: floating;
}

@keyframes floating {
	0% {
		transform: translateY(0%);
	}
	50% {
		transform: translateY(20%);
	}
	100% {
		transform: translateY(0%);
	}
}

.slideLeft{
	animation-name: slideLeft;
	animation-duration: .8s;
	animation-timing-function: ease-in-out;
	visibility: visible !important;
}

@keyframes slideLeft {
	0% {
		transform: translateX(110%);
    opacity: .1;
	}
  50% {
    opacity: .4;
  }
	100% {
		transform: translateX(0%);
    opacity: 1;
	}
}

.fadeIn{
	animation-name: fadeIn;
	animation-duration: 1.2s;
	animation-timing-function: ease-in-out;
	visibility: visible !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
	100% {
    opacity: 1;
	}
}

.fadeInDown {
  animation-name: fadeInDown;
	animation-duration: .8s;
	animation-timing-function: ease-in-out;
	visibility: visible !important;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/*--  NY Trip --*/
.ny .container {
	max-width: 90%;
	margin: 0;
	padding: 50px;

}
