}@charset 'UTF-8';

html,
html * {
 	box-sizing: border-box;
  	margin: 0;
  	padding: 0;
}

img { 
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* Header CSS elements */

header {
	width: 100%;
	top: 0;
	padding: 1.5em;
	position: fixed;
	background-color: white;
	z-index: 1000;
}

.intro p {
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	color: #343144;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	font-size: 2.5em;
	line-height: 1.8;
	letter-spacing: .325em;
}

main {
	z-index: 100;
}

pages {
  	margin: 0;
  	padding: 0;
	position: relative;
	z-index: 500;
	font-family: Verdana, "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans";
/*	font-size: 1em; /*24px;*/ */
}

.page1 {
	box-sizing: content-box;
	width: page;
	border: none;
	margin: 0;
  	padding: 0;
	position: relative;
	z-index: 500;
}

.page2 {
	box-sizing: content-box;
	width: page;
	height: auto;
	border: none;
	/*margin-top: 5em;
	margin-bottom: 5em;*/
  	padding-top: 5em;
	padding-bottom: 5em;
	position: relative;
	z-index: 500;
}

.page3 {
	box-sizing: content-box;
	width: page;
	border: none;
	margin: 0;
  	padding: 0;
	position: relative;
	z-index: 500;
}

.page4 {
	box-sizing: content-box;
	width: page;
	height: auto;
	border: none;
	/*margin-top: 5em;
	margin-bottom: 5em;*/
  	padding-top: 5em;
	padding-bottom: 5em;
	position: relative;
	z-index: 500;
}

.page1 img {
	width: 100%;
	margin-left: 0;
	position: relative;
	padding: 0;
}

.page2 img {
	width: 100%;
	margin-left: 0;
	position: relative;
	padding-top: 2em;
}

.page3 img {
	width: 100%;
	margin-left: 0;
	position: relative;
	padding: 0;
}

.page4 img {
	width: 100%;
	margin-left: 0;
	position: relative;
	padding-top: 2em;
}

.h1 {
	font-family: Verdana, "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans";
	font-weight: bold;
	font-size: 3em;
	text-align: center;
	/*letter-spacing: .85em;*/
	color: #D8382C;
	
}

.textLH1 {
	position: absolute;
  	top: 10em; /*100px;*/
  	left: 2.5em; /*20px;*/
	width: 25em; /*400px;*/
  	background-color: none;
  	color: white;
  	padding: 0;
}

.textLH2 {
	position: absolute;
  	top: 15em; /*100px;*/
  	left: 2.5em; /*20px;*/
	width: 20em; /*400px;*/
  	background-color: none;
  	color: white;
  	padding: 0;
}

.textLH3 {
	position: absolute;
  	top: 18em; /*100px;*/
  	left: 10em; /*20px;*/
	width: 30em; /*400px;*/
  	background-color: none;
  	color: black;
  	padding: 0;
}

.textRH1 {
	position: absolute;
  	top: 7em; /*100px;*/
  	left: 40em; /*500px;*/
	width: 40em; /*700px*/
  	background-color: none;
  	color: white;
  	padding: 0;
}

.textRH2 {
	position: absolute;
  	top: 27em; /*300px;*/
  	left: 44em; /*550px;*/
	width: 30em; /*650px;*/
  	background-color: none;
  	color: white;
  	padding: 0;
}

.textRH3 {
	position: absolute;
  	top: 37em; /*700px;*/
  	left: 34em; /*550px;*/
  	background-color: none;
  	color: white;
  	padding: 0;
}

.textRH4 {
	position: absolute;
  	top: 13em; /*300px;*/
  	left: 34em; /*550px;*/
	width: 30em; /*650px;*/
  	background-color: none;
	opacity: 100%;
  	color: white;
  	padding: 0;
}

/* Text Header 1, centered */
.h1C {
	font-family: Verdana, "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans";
	font-size: 2em; /*30px;*/
	font-weight: bold;
	text-align: center;
}

.h1aC {
	font-family: Verdana, "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans";
	font-size: 2.5em; /*30px;*/
	font-weight: bold;
	color: black;
	text-align: center;
}

/* Text header 1, left */
.h1L {
	font-family: Verdana, "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans";
	font-size: 2em; /*30px;*/
	font-weight: bold;
	text-align: left;
}

.h2L {
	font-family: Verdana, "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans";
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
}

.h2L a {
	font-family: Verdana, "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans";
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
}

.h2L ul {
	font-family: Verdana, "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans";
	font-size: 1.1em;
	padding-left: 1em; /*30px;*/
	text-indent: -1em; /*-30px;*/
}

.h2L li {
	font-family: Verdana, "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans";
	font-size: 1.1em;
	padding-left: 1em; /*30px;*/
	text-indent: -1em; /*-30px;*/
}

.h2L ul li {
	font-family: Verdana, "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans";
	font-size: 1em;
	padding-left: 1em; /*30px;*/
	text-indent: -1em; /*-30px;*/
}

.textRH1 ul {
	font-family: Verdana, "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans";
	font-size: 1.2em;
	padding-left: 1em; /*30px;*/
	text-indent: -1em; /*-30px;*/
}

.textRH1 li {
	font-family: Verdana, "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans";
	font-size: 1.2em;
	text-align: left;
	list-style-type: disc;
	list-style-position: outside;
	text-indent: 0;
}

.textRH1 ul li {
	font-family: Verdana, "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans";
	font-size: 1.2em;
	text-align: left;
	list-style-type: disc;
	list-style-position: outside;
	text-indent: 0;
}

.textRH2 li {
	font-family: Verdana, "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans";
	font-size: 1.2em;
	text-align: left;
	list-style-type: disc;
	list-style-position: outside;
	text-indent:0;
}

.textRH2 ul li {
	font-family: Verdana, "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans";
	font-size: 1.4em;
	text-align: left;
	list-style-type: disc;
	list-style-position: outside;
	text-indent:0;
}

.textRH3 {
	font-family: Verdana, "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans";
	font-size: 1.2em;
	text-align: left;
	list-style-type: disc;
	list-style-position: outside;
}

.textRH3 li {
	font-family: Verdana, "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans";
	font-size: 1.2em;
	text-align: left;
	list-style-type: disc;
	list-style-position: outside;
}

.textRH4 li {
	font-family: Verdana, "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans";
	font-size: 1.2em;
	text-align: left;
	list-style-type: disc;
	list-style-position: outside;
	text-indent:0;
}

.textRH4 ul li {
	font-family: Verdana, "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans";
	font-size: 1.2em;
	text-align: left;
	list-style-type: disc;
	list-style-position: outside;
	text-indent:0;
}

.textRH4 {
	font-family: Verdana, "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans";
	font-size: 1.2em;
	text-align: left;
	list-style-type: disc;
	list-style-position: outside;
}

.textLH2 {
	font-family: Verdana, "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans";
	font-size: 1.4em;
}

gallery {
	/*box-sizing: border-box;*/
  	margin: 0;
  	padding: 0;
	position: relative;
	z-index: 500;
	/*margin-left: 20em;
	margin-top: 10em;*/
}

/* Position the image container (needed to position the left and right arrows) */
.container {
	width: 1050px;
	height: 584px;
	position: relative;
	float: center;
	margin-left: 20em;
	margin-top: 10em;
	background-color: none;
}

/* Hide the images by default */
.mySlides {
  	display: none;
	width: 1050px;
	height: 584px;
	position: relative;
	/*margin-left: 20em;
	margin-top: 20em;*/
	float: center;
	/*object-position: center;
	align-content: center;
	align-items: center;*/
}

.mySlides img {
	width: 1050px;
	height: 584px;
	display: block;
	align-content: center;
	align-items: center;
	object-position: center;
}

.demo img {
	width: 100%;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 90%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  /*position: absolute;*/
  position: relative;
  align-self: center;
  top: 95%;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}















/* Pre-defined CSS */

body {
	position: relative;
	width: 100%;
	z-index: 10;
	font-family: Verdana, "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans";
	font-size: 1vw;
}

a, a:visited {
	color: inherit;
}
.hero {
	position: relative;
	height: 54vw;
	background-color: white;
}
.hero-content {
	font-family: Verdana, "sans-serif","Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans";
	color: #D8382C;
	position: absolute;
	z-index: 20000;
	padding-top: 4em;
	top: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}
h2 {
	font-weight: 100;
	font-size: 2em;
	line-height: 2.2;
	margin-bottom: -.35em;
	padding-top: 13%;
	letter-spacing: .3em;
	text-transform: uppercase;
	text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
}
h1 {
	margin-bottom: 1.5%;
	text-shadow: 0px 0px 10px rgba(0, 0, 0,.05);
	margin-left: .7em;
}
h3 {
	font-size: 1.5em;
	font-weight: 100;
	line-height: 2.75;
	letter-spacing: .35em;
	text-transform: uppercase;
	text-shadow: 0px 0px 8px rgba(0, 0, 0,.2);
}
.intro {
  	position: relative;
	background: #fff;
}
.artworks {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.artwork {
	display: flex;
}
.artwork .artwork-piece {
	padding: 8% 0 8% 23.5%;
	background-image: -webkit-linear-gradient(top left, rgb(160,55,220) 0%, rgb(83,200,234) 100%);
	background-image: -o-linear-gradient(top left, rgb(160,55,220) 0%, rgb(83,200,234) 100%);
	background-image: linear-gradient(to bottom right, rgb(160,55,220) 0%, rgb(83,200,234) 100%);
	width: 50%;
}
.artwork-piece figure {
	position: relative;
}
.artwork-piece figure img {
	position: relative;
	z-index: 100;
}
.artwork .artwork-description {
	background: #26223e;
	color: #fff;
	width: 50%;
	padding: 11.25em 13em 11.5em;
}
.artwork-title {
	font-family: 'acumin-pro-extra-condensed', sans-serif;
	font-size: 3em;
	font-weight: 100;
	padding: 2em 0 0 0;
	letter-spacing: .36em;
	text-transform: uppercase;
	line-height: 1.5;
	max-width: 9em;
	margin-bottom: .5em;
}
.artwork-text {
	font-size: 1.1em;
	line-height: 1.9;
	opacity: .8;
	max-width: 20em;
}
.see-more {
	font-size: 1em;
	display: inline-block;
	margin-top: 4.1em;
	padding: 0 0 .4em 0;
	transition: all .3s;
	text-decoration: none;
}
.see-more:hover {
	border-bottom: 1px solid white;
}
footer {
	margin-top: -3.5em;
	padding-top: 10em;
	z-index: 100;
	/* background-image: -webkit-linear-gradient(bottom left, rgb(255,91,127) 0%, rgb(255,213,86) 100%);
	background-image: -o-linear-gradient(bottom left, rgb(255,91,127) 0%, rgb(255,213,86) 100%);
	background-image: linear-gradient(to top right, rgb(255,91,127) 0%, rgb(255,213,86) 100%); */
}
.footer-content {
	width: 64%;
	margin: 0 auto;
	padding-bottom:1.7em;
}
.footer-social {
	display: block;
	position: relative;
	width: 100%;
	list-style-type: none;
	text-align: center;
}
.footer-social li {
	display: inline-block;
	margin: 0 1.2em;
	font-family: Verdana, "sans-serif","Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans";
	font-size: 1em;
	color: #D8382C;
}
.footer-social li a {
	line-height: 3.5em;
	display: inline-block;
	width: 4em;
	height: 4em;
	text-align: center;
	border: 2px solid rgba(255,255,255,.3);
	border-radius: 50%;
}
.footer-social li a:hover {
	border-color: #fff;
	background: white;
}
.footer-social li a img {
	width: auto;
	height: 2em;
}
.footer-social li a .social-hover {
	display: none;
}
.footer-social li a:hover .social-default {
	display: none;
}
.footer-social li a:hover .social-hover {
	display: inline;
	height: 2.5em;
	opacity: 50%
}
.footer-info {
	padding-top: 5em;
}
.footer-info p {
	font-size: .8em;
	/* color:#fff; */
	line-height: 1.55;
	max-width: 36em;
	margin-bottom: 1.7em;
}
.footer-info {
	clear: both;
}
.footer-legal {
	/* opacity: .8; */
	font-family: Verdana, "sans-serif","Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans";
	font-size: 1em;
	color: #D8382C;
}
.footer-credit a:hover {
	text-decoration: none;
}
.footer-email {
	font-size: 1em;
	font-family: Verdana, "sans-serif", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans"; 
	color: #D8382C;
}
.footer-email a:hover .social-default {
	display: none;
}
.footer-email a:hover .social-hover {
	display: inline;
}
.footer-email img {
	width: auto;
	height: 2em;
}

.footer-credit {
	float: right;
	width: 40%;
	text-align: right;
	position: relative;
}

.footer-disclaimer {
	float: left;
	width: 60%;
	position: relative;
	background-color: wite;
}

/*
.body-div {
	z-index: 1;
}
*/
/*
.body-bg {
	z-index: -999;
	position: relative;
    top: 0;
    bottom: -60px;
    right: 0;
    left: 0;
*/
	/* Background */
/*
	background-color: none;
	background-image:url("images/slideshow_rh.png");
	background-repeat:no-repeat;
  	background-position:center center;
  	background-attachment: fixed;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	opacity: 10%;
*/
	/* Background Content */
/*
	text-align: center;
	position: relative;	
}
*/

