@charset "UTF-8";

body {
	background-color: #FFFFFF;
	font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
	font-size: 1em;
	margin: auto;
}

.contact {
	margin: auto;
  margin-top: 3em;
  text-align: center;
  max-width: 900px;
}
.contact-item {
	display: inline-block;
	margin: 0px 10px 20px 10px;
	text-decoration: none;
}
.contact-icon:hover {
	opacity: 1.0;
}
.contact-icon {
	opacity: 0.75;
}

.copyright {
	color: #999;
	font-size: 0.8em;
	margin: auto;
	margin-bottom: 3em;
	text-align: center;
	width: 100%;
}

.description {
  margin: auto;
  margin-top: 40px;
  text-align: center;
  width: 100%;
}
.description-name-text {
  font-size: 2em;
	font-weight: normal;
  letter-spacing: .1em;
  margin: auto;
  max-width: 700px;
  text-align: center;
}
.description-text {
	letter-spacing: 0.03em;
  line-height: 1.75em;
  margin: auto;
  margin-top: 20px;
  max-width: 700px;
  text-align: left;
}

.hero {
  margin: auto;
  position: relative;
  text-align: center;
  width: 100%;
}
.hero-image {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  width: 100%;
}
.hero-video {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  width: 100%;
}
.hero-text {
  color: white;
  font-size: 7em;
  font-weight: 0;
  letter-spacing: .1em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.navigation {
	margin: 20px auto 0 auto;
	text-align: center;
}
.navigation-bottom {
	position: relative;
	top: -20px;
}
.navigation-item {
	display: inline-block;
	padding: 10px 0;
}
.navigation-item-selected {
	border-bottom: 3px solid #e9e9e9;
}
.navigation-item-separator {
	color: #999;
	display: inline-block;
	padding: 10px;
}
.navigation-link {
	color: #999;
	text-decoration: none;
}
.navigation-link:hover {
	/* color: #66BC94; */
	color: black;
	cursor: pointer;
}

.portfolio {
  background-color: #e9e9e9;
	box-shadow: 0px 0px 2px #999;
  margin: 40px auto 60px auto;
  max-width: 1200px;
	padding-bottom: 20px;
  text-align: center;
}
/* .portfolio-bottom {
	text-align: center;
}
.portfolio-bottom:after {
	background-color: white;
	box-shadow: 0px -1px 2px #ccc;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
  content: '';
  display: inline-block;
  height: 25px;
	position: relative;
	top: -23px;
	width: 50px;
}
.portfolio:before {
	background-color: white;
	box-shadow: 0px 1px 2px #ccc;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
  content: '';
  display: inline-block;
  height: 25px;
	position: relative;
	top: -2px;
	width: 50px;
} */
.portfolio-description {
	letter-spacing: 0.02em;
  line-height: 1.5em;
	font-size: 0.9em;
  margin: auto;
  margin-top: 10px;
  text-align: left;
	width: 90%;
}
.portfolio-description-span {
	margin-bottom: 20px;
	margin-top: -10px;
}
.portfolio-description-link {
	color: black;
	font-weight: 500;
}
.portfolio-group-header {
	font-size: 1.6em;
	font-weight: normal;
  letter-spacing: .05em;
	margin: 20px auto 0px auto;
  max-width: 700px;
	text-align: center;
}
.portfolio-header {
	color: white;
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: .05em;
	padding: 20px 0 0px 0;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0px 0px 2px #999;
}
.portfolio-photo-container {
	margin: 30px auto 30px auto;
}
.portfolio-thumbnail-container {
	margin: 20px auto 20px auto;
}
.portfolio-title {
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 1.5em;
	margin: auto auto 10px auto;
	text-align: left;
	text-transform: uppercase;
	width: 90%;
}
