html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
ul, ol {
	list-style-type: none;
}
h1, h2, .descriptionText h3, .nextProject h3, .nextProject h4, .prevProject h3, .prevProject h4  {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal; 
	font-style: normal; 				
	margin: 0;
}
h1 {
	font-size: 3rem;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}
h2 {
	font-size: 2.2rem;
}
h3, p, a, li{
	font-family: 'weblysleek_ui_semilight';
	font-style: normal;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #111;
	border-bottom: 1px solid #ccc;
}
a:hover {
	color: #666;
}

nav {
	text-align: center;
}


/* --- MENU --- */
#menu {
	width: 10rem;
	bottom: 0;
	top: 0;
	left: 0;
	position: fixed;
	height: 100%;
}
#menu a {
	height: 20%;
	display: block;
	width: 100%;
	padding:0;
	border-bottom: 0;
}
#menu a span {
	display: inline-block;
	text-transform: uppercase;
	font-size: 1.2rem;
	font-family: "Times New Roman", Times, serif; 
	font-weight: normal; 
	font-style: normal;
	margin-top:-1.3rem; 
	position: relative;
	top: 50%;
	width: 100%;
}
#menu a.selected span {
	color: #ffffff;
}
#menu a.about span {
	font-size: 7rem;
	margin-top: -4rem;
}

/* --- MENU overlays --- */
#menu a + div{
  z-index: 10;
  display: block;
  position: absolute;
  height: 20%;
  width: 100%;
  background-color: #fff;
  opacity: 0.5;
  pointer-events: none;
}
#menu a:hover + div {
	opacity: 0.1;
}
#menu a:nth-of-type(1) + div {
	top: 0;
}
#menu a:nth-of-type(2) + div {
	top: 20%;
}
#menu a:nth-of-type(3) + div {
	top: 40%;
}
#menu a:nth-of-type(4) + div {
	top: 60%;
}
#menu a:nth-of-type(5) + div {
	top: 80%;
}
#menu a.selected + div {
	display: none;
}
#menu a:hover > span {
	font-size: 1.25rem;
}
#menu a.about:hover > span {
	font-size: 7.2rem;
}

/* --- SUBMENU ---*/
#submenu {
	width: 7rem;
	bottom: 0;
	top: 0;
	left: 10rem;
	position: fixed;
	height: auto;
}
#submenu a {
	margin: 0;
	padding: 0.5rem;
	height: auto;
	display: block;
	border-bottom: none;
}
#submenu a.selected {
	background-color: #fff;
}
#submenu a.selected:hover > span {
	color: #fff!important;
}
#submenu a:hover > img {
	opacity: 0.8;
}
#submenu a img {
	width: 6rem;
	height: 4rem;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    opacity: 0.3;
	background-color: #fff;
}
#submenu a.selected img, #submenu a:hover > img {
	opacity: 1;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}
#submenu a span {
	text-align:center;
	width: 100%;
	font-size: 0.8rem;
	margin-top: -0.3rem;
	padding-top: 0;
	display: block;
	color: #444;
}
#submenu a.selected span {
	color: #fff;
}

/* --- PROJECTS LIST WITHIN SECTIONS --- */
#projects {
	margin-left: -0.5rem;
	margin-top: 2rem;
}
#projects a {
	width: 15.6rem;
	height: 12rem;
	display: inline-block;
	margin: 0.5rem;
	overflow: hidden;
}

#projects a img {
	width: 100%;
	height: 100%;
}
#projects a img {
	z-index: 1;
}

#projects a .boxText {
	width: 100%;
	height: 7rem;
	margin-top: -2rem;
	-webkit-transition: margin-top .25s;
	-moz-transition: margin-top .25s;
	-o-transition: margin-top .25s;
	transition: margin-top .25s;
	background-color: #fff;
	z-index: 2;
	opacity: 0.96;
}
#projects a:hover > .boxText {
	margin-top: -7rem;
	-webkit-transition: margin-top .25s;
	-moz-transition: margin-top .25s;
	-o-transition: margin-top .25s;
	transition: margin-top .25s;
}
#projects a:hover > img {
	opacity: 0.6;
}
#projects a:hover > .boxText h2 {
	padding-top: 0.4rem;
	-webkit-transition: margin-top .25s;
	-moz-transition: margin-top .25s;
	-o-transition: margin-top .25s;
	transition: margin-top .25s;
}
#projects a .boxText h2 {
	padding-top: 0;
	font-size: 1em;
	margin: 3px 20px 0 20px;
	font-family: weblysleek_ui_semilight;
	font-weight: bold;
	text-align: left;
	-webkit-transition: padding-top .25s;
	-moz-transition: padding-top .25s;
	-o-transition: padding-top .25s;
	transition: padding-top .25s;
	border-top: none;
	border-bottom: none;
}

#projects a .boxText p {
	margin: 5px 20px;
	text-align: left;
	font-size: 0.8em;
	color: #111;
}
.imageMask {

	overflow: hidden;
	
}
.imageMask img {
	width: 100%;
	height: 100%;
	z-index: 3;
	position: absolute;
	top:0;
	left:0;
	height: 100%;
}

/*======== HOME about slider ========= */
.homeBox {
	width: 100%;
	margin: 0;
	position: relative;
}
.homeBox ul,
.homeBox ul li {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	z-index: 1;
}
.homeBox ul {
	position: relative;
}
.homeBox ul li {
	position: absolute;
}
.homeBox ul li a {
	width: 100%;
	height: 100%;
}
.homeBox .imgMask {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.homeBox ul li img {
	z-index: 1;
}
.about #content .homeBox.sections a .boxText {
	width: 100%;
	opacity: 0.98;
	cursor: pointer;
}
.about #content .homeBox.sections:hover {
	opacity: 0.7;
}
.about #content .homeBox.sections a:hover > .boxText {
	opacity: 1;
}
.about #content .homeBox.sections a .boxText h2,
.about #content .homeBox.sections a .boxText p {
	width: 45%;
	position: absolute;
	right: 0;
}
.about #content .homeBox.sections a .boxText h2
{
	color: #fff;
	padding: 0.5rem 2rem;
	text-align: left;
	margin-top: 0;
	min-width: 35rem;
}
.about #content .homeBox.sections a .boxText p {
	text-align: left;
	font-size: 1.3rem;
	display: block;
	top: 3.6rem;
	bottom: 0;
	padding: 0.5rem 1rem 1rem 2rem;
	background-color: #fff;
	margin: 0;
	min-width: 35rem;
}
.homeBox ul li .boxText {
	width: 36%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;	
	z-index: 2;
	opacity: 0.95;
}
.homeBox ul li:hover > .homeBox img {
	opacity: 0.6;
}
.homeBox ul li .boxText h2 {
	padding-top: 0.4rem;
	font-size: 2.5rem;
	margin: 3px 20px 0 20px;
}
.homeBox ul li .boxText p {
	margin: 5px 20px;
}
.homeBox.sections {
	height: 14rem;
	overflow: hidden;
	margin: 2rem 0;
}
.history {
	margin-top: 3rem;
	padding-bottom: 3rem;
}
.history ul {
	padding: 0;
}
.history ul li {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 1rem;
	text-align: center;
}
.history ul li h3 {
	text-align: center;
	text-transform: uppercase;
	margin-top: 0;
	background-color: #424242;
	color: #fff;
	padding: 0.3rem 0;
}
.history ul li div {
	height: 50%;
	margin: 0.5rem 1rem;
	display: inline-block;
	text-align: left;
}
.history ul li div img {
	display: inline-block;
	height: 4.5rem;
	margin-right: 0.3rem;
}
.history ul li div p {
	font-size: 1.1em;
	text-align: left;
	margin-top: 0.2rem;
}
.about .learnMore {
	position:relative;
	height: 1.9em;
	width: 100%;
	color: #222;
	left: 0;
	bottom: 0;
	z-index: 2;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Sofia_prolight';
	font-size: 0.9em;
}
.about .learnMore a {
	display: inline-block;
	width: auto;
	margin: 0.2em 0.5em;
	text-decoration: none;
	text-transform: capitalize;
	color: #222;
}
.about .learnMore a .imgMask {
	float: left;
	margin: 0 0.4em;
	height: 1.5em;
	width: 1.5em;
	overflow:hidden;
}
.about .learnMore a .imgMask img {
	height: 1.5em;
	margin-left: -1.5em;
}
.about .learnMore a:hover > .imgMask img {
	margin-left: 0.1em;
}



/* --- MAIN CONTENT --- */
#content {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 0;
	padding: 0 2rem 1rem 2rem;
}
.about #content {
	padding: 0 2rem;
}
#content h1 {
	margin: 0 -2rem;
	margin-top: 2rem;
}
.about #content h1 {
	text-align: center;
}
.section #content {
	left: 10rem;
}
.projects #content {
	left: 17rem;
	border-left: none;
}

#content .description {
	font-size: 1.5rem;
	width: 100%;
	max-width: 50rem;
	padding: 0.5rem 2rem;
	margin: 1rem auto;
	text-align: center;
	color: #555;
}
.about #content .description {
	text-align: center;
	display: block;
}
#content .projectDetails {
	margin: 0;
	text-align: center;
}

#content .projectDetails h3 {
	font-weight: bold;
	margin: 0;
	font-size: 1rem;
	text-align: left;
	display: inline-block;
	margin-right: 0.3rem;
}
#content .projectDetails p {
	font-size: 0.9rem;
	margin: 0 0.3rem;
	color: #333;
	text-align:left;
	display: inline-block;
	line-height: 1rem;
}
#content .projectDetails div {
	width: 80%;
	display: inline-block;
	margin-bottom: 0.5rem;
	vertical-align: top;
	text-align: center;
	max-width: 70rem;
}
#content .projectDetails div:last-of-type {
	margin-right: 0;
}

#content img.full {
	width: 100%;
	max-width: 40rem;
}
#content img.left, #content img.right, #content .textBox {
	max-width: 30rem;
	display: inline-block;
	margin: 1rem 0;
	vertical-align: middle;
}
#content img.left.third {
	width: 30%;
}
#content .verticalList {
	width: 100%;
	text-align: center;
}
#content .verticalList li {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 25%;
	min-width: 10rem;
	margin: 1rem;
	border-top: 1px solid #999;
	padding-top: 0.5rem;
}
#content .textBox {
	padding: 0 2rem;
	vertical-align: top;
}
#content .textBox.right * {
	text-align:left;
}
#content .textBox.left * {
	text-align: right;
}
#content .descriptionText p {
	max-width: 37rem;
	text-align: center;
	margin: 1rem auto;
	font-size: 1.1rem;
	color: #444;
}
#content .descriptionText p.label {
	max-width: 50rem;
	font-size: 1rem;
	margin: 2rem auto 0 auto;
	border-bottom: 1px solid #aaa;
}
#content .descriptionText {
	width: 100%;
	margin: 0.5rem 0 1rem 0;
	display: inline-block;
	padding: 0.5rem 3rem 1.5rem 3rem;
	text-align: center;
}
#content div.projectDetails + div.descriptionText {
	border-top: none !important; 
	margin-top: 0;
}
#content h2 + div.descriptionText {
	border-top: none !important; 
	margin-top: 0;
}
#content .descriptionText h3, 
#content h2 
{
	font-size: 2rem;
	text-align: center;
	margin: 0 0 1rem 0;
	text-transform: uppercase;
}
#content.descriptionText h3 {
	margin-bottom: 2rem;
}
#content h2 {
	font-size: 2.4rem;
	margin-top: 1rem;
}
img.center {
	width: 80%;
	max-width: 70rem;
	margin: 1.5rem auto;
	display: block;
}
img.center.small {
	max-width: 35rem;
}

#content .nextProject,
#content .prevProject {
	padding: 0.2rem 2rem 1rem 2rem;
	width: 49%;
	margin: 0;
}
#content .nextProject {
	float: right;
	margin-right: 1%;
}
#content .prevProject {
	float: left;
	margin-left: 1%;
}
#content .nextProject h3,
#content .prevProject h3
 {
	width: 100%;
	font-size: 1.5em;
	text-align: left;
	margin-bottom: 1rem;
	text-transform: uppercase;
}
#content .nextProject h3,
#content .nextProject h4,
#content .nextProject p
{
	text-align: left;
}
#content .prevProject h3,
#content .prevProject h4,
#content .prevProject p
{
	text-align: right;
}
#content .nextProject h4,
#content .prevProject h4 {
	font-size: 1.4em;
}
#content .nextProject img,
#content .prevProject img
{
	width: 30%;
	display: inline-block;
}
#content .nextProject img.arrow,
#content .prevProject img.arrow
{
	width: 10%;
}

#content .nextText {
	display: inline-block;
	margin: 0 2%;
	vertical-align: top;
	width: 51%;
}
#content .nextProject p,
#content .prevProject p
 {
	color: #333;
	display: block;
	margin-top: 0;
}
#content .arrow {
	display: inline-block;
	opacity: 0.5;
	cursor: pointer;
}
#content .nextProject:hover > img.arrow,
#content .prevProject:hover > img.arrow
{
	opacity: 1;
}

.videoLoader {
	width:100%;
	max-width: 40rem;
	display: block;
	margin: 1rem auto;
}
.videoLoader img {
	height: 100%;
	width: 100%;
}
.videoLoader iframe {
	width: 100%;
	height: 100%;
}
.video-container {
	width: 100%;
	height: 100%;
}
.clear {
	width: 100%;
	height: 1px;
	clear: both;
}

/* --- SECTION SPECIFIC COLORS --- */
#menu a.about.selected {
	background-color: #424242;
	border-top: none;
}
.about .projectDetails,
.about h1
{
	border-bottom: 2px solid #424242;
}
.about a:hover 
{
	border-bottom: 1px solid #424242;
}
#projects a 
{
	border-bottom: 1px solid #ccc;
}

.about #content h1,
.about #content h2,
.about #content .descriptionText h3,
#menu a.about
{
	color: #424242;
}


#menu a.other.selected,
.other #submenu a.selected,
.homeBox.sections a.other .boxText h2
{
	background-color: #6b5;
}
.about #projects a.other:hover,
.other #projects a:hover,
.other #content .descriptionText:last-of-type,
.other #content h2,
.other a:hover,
.other.nextProject:hover,
.other.prevProject:hover
 {
	border-bottom: 1px solid #6b5;
}
.other.nextProject
{
	border-left: 2px solid #6b5;
}
.other.prevProject
{
	border-right: 2px solid #6b5;
}
.homeBox.sections a.other .boxText {
	border-top: 4px solid #6b5;
	border-bottom: 4px solid #6b5;
}
.other h1
{
	border-bottom: 2px solid #6b5;
}
.other #content .descriptionText {
	border-top: 1px solid #6b5;
}
.other #content h1,
.other #content h2,
.other #content .descriptionText h3,
.other.nextProject h3,
.other.nextProject h4,
.other.prevProject h3,
.other.prevProject h4,
.other.prevProject h4,
.other .projectDetails h3,
.other #submenu a:hover > span,
.homeBox.sections a.other .boxText p,
.about #projects a.other h2,
#menu a.other
{
	color: #6b5;
}
#menu a.exhibits.selected,
.exhibits #submenu a.selected,
.homeBox.sections a.exhibits .boxText h2
{
	background-color: #994499;
}
.about #projects a.exhibits:hover,
.exhibits #projects a:hover,
.exhibits #content .descriptionText:last-of-type,
.exhibits #content h2,
.exhibits a:hover,
.exhibits.nextProject:hover,
.exhibits.prevProject:hover
{
	border-bottom: 1px solid #994499;
}
.exhibits.nextProject
{
	border-left: 2px solid #994499;
}
.exhibits.prevProject
{
	border-right: 2px solid #994499;
}
.homeBox.sections a.exhibits .boxText {
	border-top: 4px solid #994499;
	border-bottom: 4px solid #994499;
}
.exhibits h1
{
	border-bottom: 2px solid #994499;
}
.exhibits #content .descriptionText {
	border-top: 1px solid #994499;
}
.exhibits #content h1,
.exhibits #content h2,
.exhibits #content .descriptionText h3,
.exhibits.nextProject h3,
.exhibits.nextProject h4,
.exhibits.prevProject h3,
.exhibits.prevProject h4,
.exhibits .projectDetails h3,
.exhibits #submenu a:hover > span,
.homeBox.sections a.exhibits .boxText p,
.about #projects a.exhibits h2,
#menu a.exhibits
 {
	color: #994499;
}
#menu a.education.selected,
.education #submenu a.selected,
.homeBox.sections a.education .boxText h2
{
	background-color: #e82;
}
.about #projects a.education:hover,
.education #projects a:hover,
.education #content .descriptionText:last-of-type,
.education #content h2,
.education a:hover,
.education.nextProject:hover,
.education.prevProject:hover
{
	border-bottom: 1px solid #e82;
}
.education.nextProject
{
	border-left: 2px solid #e82;
}
.education.prevProject
{
	border-right: 2px solid #e82;
}
.homeBox.sections a.education .boxText {
	border-top: 4px solid #e82;
	border-bottom: 4px solid #e82;
}
.education h1
{
	border-bottom: 2px solid #e82;
}
.education #content .descriptionText {
	border-top: 1px solid #e82;
}
.education #content h1,
.education #content h2,
.education #content .descriptionText h3,
.education.nextProject h3,
.education.nextProject h4,
.education.prevProject h3,
.education.prevProject h4,
.education .projectDetails h3,
.education #submenu a:hover > span,
.homeBox.sections a.education .boxText p,
.about #projects a.education h2,
#menu a.education
 {
	color: #e82;
}
#menu a.interaction.selected,
.interaction #submenu a.selected,
.homeBox.sections a.interaction .boxText h2
{
	background-color: #6699dd;
}
.about #projects a.interaction:hover,
.interaction #projects a:hover,
.interaction #content .descriptionText:last-of-type,
.interaction #content h2,
.interaction a:hover,
.interaction.nextProject:hover,
.interaction.prevProject:hover
{
	border-bottom: 1px solid #6699dd;
}
.interaction.nextProject
{
	border-left: 2px solid #6699dd;
}
.interaction.prevProject
{
	border-right: 2px solid #6699dd;
}
.homeBox.sections a.interaction .boxText {
	border-top: 4px solid #6699dd;
	border-bottom: 4px solid #6699dd;
}
.interaction h1
{
	border-bottom: 2px solid #6699dd;
}
.interaction #content .descriptionText {
	border-top: 1px solid #6699dd;
}
.interaction #content h1,
.interaction #content h2,
.interaction #content .descriptionText h3,
.interaction.nextProject h3,
.interaction.nextProject h4,
.interaction.prevProject h3,
.interaction.prevProject h4,
.interaction .projectDetails h3,
.interaction #submenu a:hover > span,
.homeBox.sections a.interaction .boxText p,
.about #projects a.interaction h2,
#menu a.interaction
{
	color: #6699dd;
}
