body {
 margin: 0;
 padding: 0;
 font-family: 'Open Sans';
 font-size: 1em;
}

b {
	 font-weight: 800;
}

a.button {
	text-align: center;
	font-weight: 100;
	padding:5px 15px;
	border:1px solid #707070;
	color:#fff;
	text-decoration: none;
	font-size: .9em;
	margin: 0;
}

p.text-center {
	text-align: center;
}

h2 {
	font-weight: 100;
	color: #B7B7B7;
}

.container {
	display: grid;
	grid-gap: none;
	grid-template-columns: repeat(7, 1fr);
	grid-template-rows: repeat(6, minmax(50px, auto));
}

.herooverlay {
	grid-column: 1 / 8;
	grid-row: 1 / 2;
	height:auto;
	z-index: 999;
}

.herooverlay svg {
	fill:#fff;
	opacity: .5;
	width:100vw;
   height: auto;
}

.hero {
	grid-column: 1 / 8;
	grid-row: 1 / 2;
	height:auto;
  overflow: hidden;
  
	background: #242424;
}

.headshot {
	grid-column: 2 / 7;
	grid-row: 2 / 3;
	z-index: 1000;
}

.headshot img {
	margin-top: -63px;
	width: 100%;
	height: auto;
}

.greybar {
	grid-column: 1 / 8;
	grid-row: 2 / 5;
	background: #242424;
}

.about {
	grid-column: 2 / 7;
	grid-row: 3 / 4;
	color: #fff;
	font-size: 1.5em;
	align-self: center;
   text-align: center;
	margin-top: -3vh;
}

svg {
	fill:#707070;
	width:55px;
	justify-self: center;
	align-self: stretch;
	padding: 0;
	margin: 0;
	line-height: 1em;
}

a.email {
	grid-column: 2 / 3;
	grid-row: 4 / 5;
	justify-self: center;
	align-self: stretch;
   padding:20px 0;
}

a.linkedin {
	grid-column: 3 / 4;
	grid-row: 4 / 5;
	justify-self: center;
	align-self: stretch;
   padding:20px 0;
}

a.flickr {
	grid-column: 4 / 5;
	grid-row: 4 / 5;
	justify-self: center;
	align-self: stretch;
   padding:20px 0;
}

a.esc {
	grid-column: 5 / 6;
	grid-row: 4 / 5;
	justify-self: center;
	align-self: stretch;
   padding:20px 0;
}

a.usonian {
	grid-column: 6 / 7;
	grid-row: 4 / 5;
	justify-self: center;
	align-self: stretch;
   padding:20px 0;
}

a:hover svg {
	fill: #fff;
}
.work-headline {
	grid-column: 2 / 6;
	grid-row: 5 / 6;
	font-weight: 100;
	font-size: 1.5em;
	justify-self: center;
	align-self: stretch;
}

.work {
	grid-column: 1 / 8;
	grid-row: 6 / 7;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.fancybox-button svg path {
	fill:#fff !important;
}



@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) { 
   /* iphone 5 includes */
     
     
      .headshot img {
         margin-top: -6vh;
      }
   }


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) { 
   /* iphone 5 includes */
      .headshot img {
         margin-top: -55px;
      }
   }
   
 



/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {


.container {
	grid-template-columns: repeat(12, 1fr);
	grid-template-rows: repeat(5, minmax(50px, auto));
}


.herooverlay {
	grid-column: 1 / 13;
	grid-row: 1 / 2;
   height: auto;
}


.herooverlay svg {
   height: auto;
}

.hero {
	grid-column: 1 / 13;
	grid-row: 1 / 2;
   height: auto;
}

svg {
	margin: 0;
}

.headshot {
	grid-column: 8 / 13;
	grid-row: 2 / 5;
	z-index: 1000;
}

.headshot img {
	margin-top: -10vh;
}


.headshot img {
	margin-top: -3.5vh;
}

.greybar {
	grid-column: 1 / 13;
	grid-row: 2 / 4;
}

.about {
	grid-column: 2 / 7;
	grid-row: 2 / 3;
   text-align: left;
	margin-top: 0;
}
a.email {
	grid-column: 2 / 3;
	grid-row: 3 / 4;
}

a.linkedin {
	grid-column: 3 / 4;
	grid-row: 3 / 4;
}

a.flickr {
	grid-column: 4 / 5;
	grid-row: 3 / 4;
}

a.esc {
	grid-column: 5 / 6;
	grid-row: 3 / 4;
}

a.usonian {
	grid-column: 6 / 7;
	grid-row: 3 / 4;
}

.work-headline {
	grid-column: 2 / 6;
	grid-row: 4 / 5;
	font-size: 2em;
}

.work {
	grid-column: 1 / 13;
	grid-row: 5 / 6;
}

}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 


.headshot img {
	margin-top: -8vh;
}


}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 



.headshot img {
	margin-top: -9vh;
}


}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1400px) { 

.headshot img {
	margin-top: -8.5vh;
}


}	