/* GENERAL */

html, body {
	height: 100%;
	width: 100%;
	font-size: 18px;
}

body {display:none;}

/* TYPOGRAPHY */

h1,h2,h3,h4,h5,h6,p {
 line-height: 1.45;
}

h1, h2 {
	font-family:"Eyechart";
	text-transform: lowercase;
	color: #000;
}

h1 { font-size: 3.5em; letter-spacing: 0.3em; margin-left: 0.6em;}
h2 { font-size: 2.5em; letter-spacing: 0.2em;}

@media(min-width: 992px) {
	h1 { font-size: 3.5em; letter-spacing: 0.3em; margin-left: 0.6em;}
}
@media(min-width: 1200px) {
	h1 { font-size: 3.5em; letter-spacing: 0.3em; margin-left: 0.6em;}
}

a {
	color: #000;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #000;
}

.last {
	letter-spacing: 0px;
}

/* LANDING */
.landing {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

#logo {
	height: 20%;
	top: 50%;
}

img.ri
{
	position: absolute;
	max-width: 40%;
	top: 10%;
	left: 10%;
}

img.ri:empty
{
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media screen and (orientation: portrait) {
	img.ri {
    	max-width: 70%;
	}
}

@media screen and (orientation: landscape) {
	img.ri {
		max-width: 60%;
		max-height: 30%;
	}
}

#title {
	color: #000;
	font-weight: lighter;
	position: absolute;
	top: 70%;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	}

@media(max-width:767px) and (orientation: landscape) {
  #title {
  		top: 60%;
  }
}

@media(min-width:992px) and (orientation: landscape) {
  #title {
  		top: 70%;
  }
}

@media(max-width:767px) {
  #arrow {
  		top: 90%;
  }
}

#arrow {
	position: absolute;
	top: 94%;
	margin: 0 auto;
	text-align: center;
	background-image: url(../images/arrowDown.png);
	height: 21px;
	width: 30px;
	display: block;
	text-align: center;
	left: 50%;
	margin-left: -14px;
}

a#arrowLink {
	opacity: 0.25;
	filter: alpha(opacity=25);
}

a#arrowLink:hover {
	opacity: 0.35;
	filter: alpha(opacity=35);
}

/* INTRO */

#introAnchor {
	display: block;
	position: relative;
	top: -30%;
	visibility: hidden;
}

@media(max-width:767px){#introAnchor {top: 30%;}}

#intro{
	background-color:#333;
	padding-top:130px;
	padding-bottom:120px;
}

#introText{
	font-family:"Times New Roman";
	font-size:35px;
	letter-spacing: 1px;
	color: #FFF;
	font-weight: 50;
}

/* EXAMPLES */

#examples {
	padding-top: 140px;
	padding-bottom: 140px;
	text-align: center;
}

.fotorama {
	margin: 0 auto;
}

.fotorama__html div,
.fotorama__html a {
    display: block;
    height: 100%;
    background: url(_.gif);
}

.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
    display: none !important;
}

.fotorama__nav-wrap {
	margin-top: 10px;
}

#fotoramaLeft, #fotoramaRight {
	position:absolute;
	z-index:10;
	opacity: 0.25;
	filter: alpha(opacity=25);
	cursor: pointer;
}

@media(max-width:767px){
	img#fotoramaLeft, img#fotoramaRight {
		height:45px;
		width:40px;
	}
}

@media(max-width:767px){
	img#fotoramaLeft, img#fotoramaRight {
		height:45px;
		width:40px;
	}
}

.exampleBlurb {
	padding-left: 20px;
	padding-right: 20px;
	height: calc(20%-20px);
	margin: 0 auto;
}

#exampleBox {
	margin-top: 5px;
	font-size: 17px;
	color: #000;
}

.projectSkills {
	font-family:"Eyechart";
	letter-spacing: 1px;
	font-size: 18px;
}

.projectDescription {
	padding-top: 10px;
	font-family:"Times New Roman";
}

.workLink {
	margin-left: 12px;
	text-decoration: underline;
	margin-top: 10px;
	opacity: 0.6;
	filter: alpha(opacity=60);
	font-family:"Times New Roman";
}

.workLink:hover {
	text-decoration: none;
}

.noLink {
	display: none;
}

.projectLanguages {
	font-family:"Eyechart";
	letter-spacing: 4px;
	font-size: 12px;
	margin-top: -16px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	padding-top: 14px;
}

/* CONTACT */

#contact {
	background-color: #333;
	padding-top: 10px;
	padding-bottom: 20px;
	font-family:"Eyechart";
}

#contact  {
	padding-top: 20px;
}

#contactButton {
	margin: 0 auto;
	width: 320px;
	padding-left: 30px;
	padding-right: 30px;
}

#contactTitle {
	color: #FFF;
	border-bottom: 3px solid #FFF;
	font-size: 2.5em;
	letter-spacing: 0.2em;
	text-transform: lowercase;
	padding-top: 20px;
	padding-bottom:20px;
}

#contactEmail {
	opacity: 0.4;
	filter: alpha(opacity=40);
	padding-top: 14px;
	color: #FFF;
	letter-spacing: 2px;
	font-size: 15px;
	padding-bottom: 20px;
	padding-left: 2px;
}

#contactButton:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#bottomLogo {
	padding-top: 30px;
	margin-top: 10px;
}

#bottomLogo a {
	opacity: 0.1;
	filter: alpha(opacity=10);
}

#bottomLogo a:hover {
	opacity: 0.15;
	filter: alpha(opacity=15);
}