html, body {
	margin:0;
	padding:0;
}

body {
	/* background-color: #fe626e; */
	background-color: #ddd;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 1.6em;
	letter-spacing: .4px;
	font-weight: 400;
	font-style: normal;
	color: #000;
}

@font-face {
	font-family: "fontNormal";
	src: url("fonts/Roboto-Light-webfont.woff") format('woff');
}

@font-face {
	font-family: "fontHeader";
	src: url("fonts/BEBAS___-webfont.woff") format('woff');
}

/* unvisited link */
a:link {
	background-color: #fff;
	color: #000;
	text-decoration: none;
	border-bottom-style: solid;
	/* border-bottom-style: dotted; */
}

/* visited link */
a:visited {
	background-color: #fff;
	color: #000;
	text-decoration: none;
	border-bottom-style: solid;
	/* border-bottom-style: dotted; */
}

/* mouse over link */
a:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
	/* border-bottom-style: solid; */
}

/* selected link */
a:active {
	color: #aaa;
	/* text-decoration: none; */
}

h1 {
	font-family: fontHeader, Helvetica, Arial, sans-serif;
	font-size: 56px;
	line-height: 1.1em;
	text-transform: uppercase;
	letter-spacing: .03em;
	word-spacing: 10px;
	font-weight: 400;
	font-style: normal;
}

h2 {
	font-family: fontHeader, Helvetica, Arial, sans-serif;
	font-size: 28px;
	line-height: 1.1em;
	text-transform: uppercase;
	letter-spacing: .03em;
	word-spacing: 10px;
	font-weight: 400;
	font-style: normal;
	padding-top: 40px;
}

h3 {
	font-family: fontHeader, Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 1.1em;
	text-transform: uppercase;
	letter-spacing: .03em;
	word-spacing: 10px;
	font-weight: 400;
	font-style: normal;
	/* padding-top: 40px; */
}

#small-text {
	font-size: 16px;
}

#credit {
	
	font-size: 16px;
}

#wrapper {
	margin: auto;
	min-width: 768px;
	max-width: 1280px;
	overflow: hidden;
}

#wrapper-gallery {
	margin: auto;
	overflow: hidden;
}

#container {
	width: 100%;
	margin: 0 auto;
}
.banner-img {
	width: 100%;
	/* max-width: 1600px; */
}

.portraits-img {
	margin-top: 40px;
	margin-bottom: 40px;
	width: 100%;
	/* max-width: 1074px; */
}

.center-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.gallery-img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	image-rendering: pixelated;
}

#content {
	padding: 5% 10% 5% 10%;
	overflow: hidden;
}

#content-alt {
	padding: 5% 10% 5% 10%;
	background-color: #eee;
	overflow: hidden;
	/* background: #ffaab1; */
}

#content-gallery {
	padding: 5% 0 5% 0;
	background-color: #eee;
	overflow: hidden;
	
	/* background: #ffaab1; */
}

#content-compare {
	min-height: 1000px;
	padding: 5% 10% 5% 10%;
	overflow: hidden;
}

#tip {
	padding: 20px 20px 20px 20px;
	background-color: #eee;
	overflow: hidden;
	/* background: #ffaab1; */
}

#tip-alt {
	padding: 20px 20px 20px 20px;
	background-color: #ddd;
	overflow: hidden;
	/* background: #ffaab1; */
}

#tip-art {
	padding: 20px 20px 20px 20px;
	background-color: #ffaab1;
	overflow: hidden;
	/* background: #ffaab1; */
}

#tip-process {
	padding: 20px 20px 20px 20px;
	background-color: #fcf390;
	overflow: hidden;
	/* background: #ffaab1; */
}

#content-header {
	text-align: center;
	font-size: 16px;
	padding: 10px 10% 10px 10%;
	background: #444;
	overflow: hidden;
}

#content-footer {
	text-align: center;
	font-size: 16px;
	padding: 5% 10% 5% 10%;
	background: #444;
}

#content-header-pink {
	text-align: center;
	font-size: 16px;
	padding: 10px 10% 10px 10%;
	background: #ffaab1;
	overflow: hidden;
}

#content-footer-pink {
	text-align: center;
	font-size: 16px;
	padding: 5% 10% 5% 10%;
	background: #ffaab1;
}

#content-header-yellow {
	text-align: center;
	font-size: 16px;
	padding: 10px 10% 10px 10%;
	background: #fcf390;
	overflow: hidden;
}

#content-footer-yellow {
	text-align: center;
	font-size: 16px;
	padding: 5% 10% 5% 10%;
	background: #fcf390;
}

#trailer {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

#imgMain {
	width: 100%;
	max-width: 768px;
}

#imgPortrait {
	margin: 5px 20px 5px 20px;
}

#imgClick {
	border-bottom: 6px solid #fe626e;
	width: 100px;
	margin-left: 2px;
	margin-right: 2px;
}

#imgClick:hover {
	border-bottom: 6px solid #000;
}

.video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

* { box-sizing: border-box; }

.img-comp-container {
	position: relative;
	height: 480px; /*should be the same height as the images*/
}

.img-comp-img {
	position: absolute;
	width: auto;
	height: auto;
	overflow:hidden;
}

.img-comp-img img {
	display:block;
	vertical-align:middle;
}

.img-comp-slider {
	position: absolute;
	z-index:9;
	cursor: ew-resize;
  
	/* Slider Appearance */
	width: 40px;
	height: 40px;
	background-color: #2196F3;
	opacity: 0.7;
	border-radius: 50%;
}