/*
	James Hoover
	jameshooverdesign.com
*/
@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:100,100i,400,700');
@font-face {
  font-family: 'IKANSEEYOUALL';
  src: url('assets/fonts/IKANSEEYOUALL.eot');
  src: url('assets/fonts/IKANSEEYOUALL.eot?iefix') format('eot'),
       url('assets/fonts/IKANSEEYOUALL.woff') format('woff'),
       url('assets/fonts/IKANSEEYOUALL.ttf') format('truetype'),
       url('assets/fonts/IKANSEEYOUALL.svg#webfont') format('svg');
}
@font-face {
  font-family: 'grouch';
  src: url('assets/fonts/grouch.ttf') format('truetype');
}
@font-face {
	font-family: 'GT-Walsheim';
	src: url('assets/fonts/GT-Walsheim-Regular.otf');
	src: url('assets/fonts/GT-Walsheim-Regular.woff') format('woff'),
		 url('assets/fonts/GT-Walsheim-Regular.ttf') format('truetype'),
}
@font-face {
	font-family: 'GT-Sectra';
	src: url('assets/fonts/GT-Sectra-Display-Bold.otf');
	src: url('assets/fonts/GT-Sectra-Display-Bold.woff') format('woff'),
		 url('assets/fonts/GT-Sectra-Display-Bold.ttf') format('truetype'),
}

  GT-Sectra-Display-Bold.woff

/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong,
sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	-webkit-text-size-adjust: none;
	background-color: #222;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Box Model */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*SELECTION*/
::-moz-selection { /* Code for Firefox */
	color: #FFF;
  background: #222;
}
::selection { 
	color: #FFF;
  background: #222;
}
/*ELEMENTS*/
body {
	font-size: 16px;
	font-family: 'GT-Walsheim', 'Libre Franklin', sans-serif;
	font-weight: lighter;
	color: #222;
}
h1,h2,h3,h4,h5,h6,li,p {
	line-height: 1.5;
	font-size: 1.125rem;
}
h1 {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 2rem;
}
h2 {
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 4rem;
}
p {
	margin-bottom: 1rem;
}
.inline-list li {
	font-size: .75rem;
	letter-spacing: 1px;
	display: inline-block;
	padding: 0 .5em;
}
.inline-list li:first-child {
	padding-left: 0;
}
.inline-list.large {
	margin-bottom: 6rem;
}
.inline-list.large li {
	font-size: 1rem;
}
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  text-decoration: underline;
  font-size: 1.25rem;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: inherit;
}
/*CUSTOM*/
.container {
  position: relative;
  max-width: 1080px;
  min-height: 80vh;
  width: 100%;
  margin: 2rem auto;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color:rgba(255,255,255,0.86);
  border-radius: 8px;
}
.container.right {
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
}
.work-container {
  position: relative;
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;

}
.home__image,
.gallery__image {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
	left: 0;
	top: 0;
	height: 100%;
}
.gallery__image {
	position: static;
	flex-basis: 100%;
}
.work__image {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 	align-items: center;
 	justify-content: center;
}
.home__image--container,
.gallery__image--container {
  position: relative;
  width: 100%;
  height: auto;
  right: auto;
}
.home__image--img,
.gallery__image--img {
	width: 100%;
  height: auto;
  opacity: .7;
}

#showName {
	color: #FFF;
	font-size: .75rem;
	position: absolute;
	bottom: .5rem;
	right: .5rem;
	display: none;
}
.home__text,
.text__container {
  max-width: 680px;
  position: relative;
  margin-bottom: 1rem;
}

.margin__top_2 {
	margin-top: 2rem;
}

.margin__top_4 {
	margin-top: 4rem;
}

.margin__bot_2 {
	margin-bottom: 2rem;
}

.bg__text {
  padding-bottom: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  /* color: #FFF;
  background-color: #222; */
  background-color:rgba(255,255,255,0.8);
  color: #222;
}
.text__outlined {
	text-shadow: -.5px -.5px 0 #FFF, .5px -.5px 0 #FFF, -.5px .5px 0 #FFF, .5px .5px 0 #FFF;
}
.display {
	font-size: 2rem;
	font-family: 'grouch', 'Libre Franklin', sans-serif;
	font-weight: bold;
}
.display-lg {
	font-size: 3rem;
	font-family: 'GT-Sectra', 'Libre Franklin', sans-serif;
	font-weight: bold;
	/* letter-spacing: .125rem; */
	margin: 0;
	margin-bottom: 1rem;
}
.display-md {
	font-size: 1.5rem;
	font-family: 'GT-Sectra', 'Libre Franklin', sans-serif;
	font-weight: bold;
	/* letter-spacing: .125rem; */
	margin: 0;
	margin-bottom: 1rem;
}
.main__copy {
	font-size: 1.25rem;
	margin-bottom: 4rem;
}
.social-info {
	position: absolute;
	bottom: 0;
	display: none;
}
.color__changer {
	/* position: fixed;
	right: 2rem;
	bottom: 2rem; */
	font-size: 1rem;
	font-weight: 700;
	padding: 1rem 1.5rem;
	background-color: #fff;
	color: #222;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
	user-select: none;
}
.color__changer:hover {
	background-color: #e7e7e7;
	color: #222;
}
/*WORK*/
.text__container .title {
	flex-basis: 100%;
}
.text__container .list {
	flex-basis: 100%;
}
.text__container .list li {
	font-style: italic;
	margin-bottom: 1rem;
}
.fixed-title {
	position: fixed;
}
.work__image--img {
	display: none; /*default for JS show*/
	width: auto;
	max-width: 520px;
	max-height: 67vh;
	opacity: 1;
}
/*UTILITIES*/
.action {
	cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
     -moz-user-select: none; /* Firefox */
      -ms-user-select: none; /* Internet Explorer/Edge */
          user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
.action:hover {
	text-decoration: underline;
}
.action:focus {
	opacity: .8;
}
nav,
.breadcrumbs {
	position: absolute;
	z-index: 998;
	top: 2rem;
	left: 0;
	font-size: .75rem;
	padding: .25rem;
	color: rgba(0,0,0,.38);
}
.breadcrumbs .active {
	color: rgba(0,0,0,.87);
	cursor: default;
}
.breadcrumbs.shadow {
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
}
nav {
	top: 2.5rem;
	left: 2.5rem;
	color: rgba(0,0,0,.87);
}
nav .active {
	color: rgba(0,0,0,.87);
	font-weight: bold;
}
small {
	font-size: .75rem;
}
.bold {
	font-weight: 600;
}
.strike-through {
	text-decoration: line-through;
}
.js-emailcopybtn {
	background-color: #FFF;
	border: none;
	box-shadow: none;
	cursor: pointer;
}
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


/* RESPONSIVE */
/* XXSmall */
@media screen and (min-width: 320px) {
	.no__mobile {
		display: none!important;
	}
	.no__tablet {
		display: block!important;
	}
	.no__desktop {
		display: block!important;
	}
	.container {
		margin: 0 auto;
		border-radius: 0;
	}
}
/* XSmall */
@media screen and (min-width: 480px) {
	.no__mobile {
		display: none!important;
	}
	.no__tablet {
		display: block!important;
	}
	.no__desktop {
		display: block!important;
	}
}
/* Small */
@media screen and (min-width: 736px) {
	.no__mobile {
		display: none!important;
	}
	.no__tablet {
		display: block!important;
	}
	.no__desktop {
		display: block!important;
	}
	.home__image--container,
	.gallery__image--container {
		right: 1rem;
	}

	.home__image,
	.gallery__image {
	  	max-width: 700px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		right: 0;
		left: auto;
	}
	h1 {
		font-size: 1.5rem;
	}
	p {
		font-size: 1rem;
		font-weight: 400;
	}
}
/* Medium */
@media screen and (min-width: 980px) {
	.no__mobile {
		display: block!important;
	}
	.no__tablet {
		display: none!important;
	}
	.no__desktop {
		display: none!important;
	}
	.container {
		margin: 2rem auto;
		border-radius: 8px;
	}
}
/* Large */
@media screen and (min-width: 1140px) {
	.no__mobile {
		display: block!important;
	}
	.no__tablet {
		display: none!important;
	}
	.no__desktop {
		display: none!important;
	}
}
/* XLarge */
@media screen and (min-width: 1680px) {
	.no__mobile {
		display: block!important;
	}
	.no__tablet {
		display: none!important;
	}
	.no__desktop {
		display: none!important;
	}
}