/*
Theme Name: Alex Apostolides Portfolio
Theme URI: http://alexapostolides.com
Author: Alex Apostolides
Author URI: http://www.alexapostolides.com
Description: Portfolio theme for Alex Apostolides
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: alex_apostolides_portfolio
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Alex Apostolides Portfolio is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/





/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'PT Serif', serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	overflow-x: hidden;
	-
}


body {
	margin: 0;
	font-family: 'PT-Serif', serif;
    -webkit-font-smoothing: subpixel-antialiased;
}

html, body {
    overflow: scroll!important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
	color:black;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 0;
}

/* Track */
::-webkit-scrollbar-track {
    background: #ffffff; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #f1f1f1; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}




/*Info Scrollbar*/

/* width */
.infoBackground::-webkit-scrollbar,
.slideOutLeft::-webkit-scrollbar {
	width: 10px;
    z-index: 9999999999999;
    height: 0px;
}

/* Track */
.infoBackground::-webkit-scrollbar-track {
    background: #000000; 
}

/* Handle */
.infoBackground::-webkit-scrollbar-thumb {
    background: #1d1d1d; 
}

/* Handle on hover */
.infoBackground::-webkit-scrollbar-thumb:hover {
    background: #555; 
}






[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {

}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family:  "open-sans" sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "PT Serif", "Serif";
}



p {
	margin-bottom: 1.5em;
	overflow-wrap: inherit;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family:  "open-sans", "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

ol, ul {
	overflow-wrap: inherit;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {

}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
}

a:visited {
    text-decoration: none;
    color: inherit;
}

a:hover,
a:focus,
a:active {

}

a:focus {

}

a:hover,
a:active {

}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	color: inherit;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.page-item-701 {
	display: none;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
	margin: auto;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
# Alex Apostolides - Universal
--------------------------------------------------------------*/
.entry-header .entry-title {
	display: none;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 20px;
    font-size: 5em;
    font-weight: 100;
    line-height: 1em;
    position: absolute;
    color: white;
    left: 0;
    right: 0;
    top: 370px;
    padding: 0 2em;
    float: left;
}

.page-content, .entry-content, .entry-summary {
	margin: 4em 0 0 0;
}

#sectionDisplay {
	text-transform: uppercase;
    font-weight: 100;
    font-size: 9pt;
    letter-spacing: 5px;
    margin-top: 0.5em;
    height: 2em;
    width: 100%;
    position: absolute;
    font-family: "PT Serif", "Serif";
}

.content-area {
	animation: fadein 1s;
}



.contentDescription {
    font-weight: 100;
    font-size: 20pt;
    letter-spacing: 0px;
    margin: auto;
    max-width: 1280px;
    text-align: left;
	padding: 2em 0 2em 0;
}

.contentLink{
	text-align: center;
	margin: auto;
}

.contentLink:hover {
	font-size: 1.3em;
    -webkit-transition: .1s cubic-bezier(0.71, 0.01, 0.32, 1.03);
    transition: .1s cubic-bezier(0.71, 0.01, 0.32, 1.03);
}


.featuredGif {
    width: 15em;
    margin: auto;
}

.page-template-page-content .featuredGif img {
	padding: 0em;
}

.threeByFourPortrait {
	width: 50%;
    margin: auto;
    padding-bottom: 10em;
}

.nineBySixteenPortrait {
	width: 65%;
	margin: auto;
	padding: 10em 0 10em 0;
}

.sixteenByNineLandscape {
    width: auto;
    margin: auto;
    padding: 10em 0 10em 0;
}

.contentImageLandscape {
	width: 80%;
	padding: 1em;
}


#content .nineBySixteenPortrait img {
	padding: 5em;
}


#logoHomeButton {
	width: 3em;
    position: absolute;
    top: -4em;
    right: 2em;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#content {
	padding: 5em 5em 5em 5em;
	max-width: 1280px;
    margin: auto;
}

.menu ul {
	margin: 0 0 1.5em 4em;
}

.entry-footer {
	display: none;
}

#page {
	text-align: center;
}

#contact p {
	padding-bottom: 1em;
}

.home-page-name {
  font-family: "open-sans", "sans-serif";
  max-width: 100%;
  font-weight: 700;
  font-size: 32px;
  margin-top: 2.5em;
  text-align: center;
  letter-spacing: 10px;
  color: black;
  line-height: 40px;
  text-transform: uppercase;
}

.home-page-job-description {
  font-family: "anivers", "Courier";
  font-size: 11px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  margin: 1em 0 0em 0;
  text-transform: uppercase;
}

.contentTitle {
  font-family: "anivers", "Courier";
  font-size: 11px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  padding: 20em 0 15em 0;
  text-transform: uppercase;
}

logo {
	position: absolute;
    top: 9em;
    left: 0em;
    display: none;
}

#site-title {
	display: none;
}

:link {
    text-decoration: none;
    color: inherit;
}

a:visited {
    text-decoration: none;
    color: inherit;
}

p {
	display: block;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

a:hover {
}

a:active {
	text-decoration: none;
}

.featuredImageContainer {
	text-align: center;
	margin: 0 auto;
}

.responsiveWidth{
	max-width: 1280px;
}

.featuredImageContainer img {
    float: left;
    position: relative;
    padding-bottom: 10em;
}


.noInvertedToBlack:hover {
background-color: white;
color:black;
}

.paragraph {
  font-family: "Open Sans", "sans-serif";
  font-size: 10pt;
  z-index: 99999;
  position: relative;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  color: black;
  line-height: 17px;
}

.post-21 {
	padding-top: 10em;
}


.header {
  font-family: "Open Sans", "sans-serif";
  max-width: 100%;
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  z-index: 99999999999999999;
  color: black;
  line-height: 40px;
}



.WorkInfo {
    font-family: 'PT Serif';
    text-transform: uppercase;
    font-size: 1.5em;
    letter-spacing: 9px;
    z-index: 9999999999;
    height: auto;
    word-break: inherit;
}



.page-template-page-front .entry-content h1:first-child {
	padding-top: 1.5em;
	margin-bottom: 0em;
}

.page-template-page-front #content {
	padding: 0em;
}

.page-template-page-front .entry-title {
	display: none;
}

.page-template-page-front .entry-content h5 {
	margin-top: .5em;
}

/*
____________________

VIDEO PLAYER
____________________   
                                     
*/

.portraitVideo {
	max-width: 50%;
	padding: 10em 0em;
}

.landscapeVideo {
	max-width: 100%;
}

.jetpack-video-wrapper {
	padding: 5em 0;
}



/* HIGHER RESOLUTION 
@media screen and (min-height: 800px) {

header #projects {
  margin-top: 58em;
}

#rightborder #contact {
  margin-top: 27.3em;
}

#rightborder #info {
	top: 35.5em;
}

}
*/



/*
____________________

SLIDESHOW
____________________   
                                     
*/


.page-template-page-content .slideshow-window {
	background-color: white!important;
	border:none!important;
}

.page-template-page-content .slideshow-controls {
	opacity: 0;
}




/*
____________________

PREVIEW
____________________   
                                     
*/



#previewOverlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
    -webkit-animation: fadein .3s;
    -moz-animation: fadein .3s;
    -ms-animation: fadein .3s;
    -o-animation: fadein .3s;
    animation: fadein .3s;
	overflow: hidden;
}


.menu-item a {
    -webkit-transition: .5s cubic-bezier(0, 0.94, 0.07, 1.01);
    transition: .5s cubic-bezier(0, 0.94, 0.07, 1.01);

}

.menu-item a:hover {
	font-size: 1.3em;
}



.previewProject {
    -webkit-animation: fadein .5s;
    -moz-animation: fadein .5s;
    -ms-animation: fadein .5s;
    -o-animation: fadein .5s;
    animation: fadein .5s;
    width: auto;
    height: auto;
    position: fixed;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#vimeo_player {
/*	border:1px solid gray;*/
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.centerAbsolute{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}



.frontPageName{
	font-family: 'PT Serif';
    text-transform: uppercase;
    font-size: 1.2em;
    letter-spacing: 8px;
    position: fixed;
    top: 0.25em;
    left: 0;
    right: 0;
    z-index: 9999999999;
    height: auto;
}

.frontPageName::selection {
	background:blue;
}

a .frontPageName:hover {
    font-size: 1.5em;
    letter-spacing: 15px;
    top: 0em;
    -webkit-transition: .2s cubic-bezier(0, 0.94, 0.07, 1.01);
    transition: .2s cubic-bezier(0, 0.94, 0.07, 1.01);
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


/*
____________________

EMAIL OVERLAY
____________________   
                                     
*/

#emailOverlay {
	background-color: white;
	z-index: 99999999999999;
}


/*
____________________

PROJECT CONTENT
____________________   
                                     
*/



.entry-title{ 
display: none;
}

.post-edit-link {
	display: none;
}

.description {
    font-size: 35pt;
    text-align: left;
    margin: 7em auto 7em auto;
    max-width: 20em;
    line-height: 1.3;
}

.projectHeader {
	list-style-type: none;

}

.projectTitle {
	list-style-type: none;
    text-align: center;
    font-weight: 100;
    font-size: 90pt;
    line-height: 1;
    text-shadow: 1px 1px 40px white;
}

.heroImage {
    width: 95%;
    z-index: -100;
}

.projectWrapper {
	width: 90%;
    margin: 0em auto;
}

.contentImage {
	max-width: 90%;
    margin: 0em auto 0em auto;
}

.afterPost {
    margin: 2em auto 20em auto;
}

.smallType {
	font-size: small;
}

.wp-video {
    width: auto!important;
    height: auto!important;
}

video {
  width: 100%    !important;
  height: auto   !important;
}

.portraitVideo {
	max-width: 20em;
	width: auto!important;
    height: auto!important;
}







/*
____________________

BORDERS
____________________   
                                     
*/




/* Top Border */
#topborder {
    position: fixed;
    width: auto;
    top:0;
    left: 0px;
    right: 0px;
    height: 2.3em;
    background-color: white;
    z-index: 999999;
}

/* keyframes */
/* slide */


@keyframes slide {
  from {transform:translateX(-200%); opacity: 1;}
  to {transform:translateX(0%); opacity: 2;}
}

@-webkit-keyframes slide {
	from {-webkit-transform:translateX(-200%); opacity:1;}
   to {-webkit-transform:translateX(0%); opacity:2;}
}
@-moz-keyframes slide {
	0%{-moz-transform:translateX(-200%); opacity:1;}
  100%{-moz-transform:translateX(0%); opacity:2;}
}


/* Bottom Border */
#bottomborder {
    font-variant: small-caps;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: white;
    width: 100%;
    height: 2.5em;
    letter-spacing: 2px;
    padding-top: 12px;
    z-index: 999999;
    text-align: center;
}

.footer {
    font-family: "PT Serif", "serif";
    font-size: 7pt;
    letter-spacing: 2px;
    position: relative;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    color: black;
    text-transform: uppercase;
}


/* Right Border */
#info {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    position: absolute;
    top: 50%;
    color: black;
    left: 0;
    width: 80px;
}


.infoContainer {
    height: 100%;
    position: fixed;
    width: 3em;
    right: 0.3em;
    cursor: pointer;
    z-index: 9999;
}

.infoContainer:hover #info {
	transform: rotate(-90deg);
    letter-spacing: 15px;
    -webkit-transition: .3s cubic-bezier(0, 0.94, 0.07, 1.01);
    transition: .3s cubic-bezier(0, 0.94, 0.07, 1.01);
    font-size: 1.7em;
    top: 50%;
    width: 100px;
    left: -.4em;
}

.closeInfoContainer:hover #closeInfo {
	transform: rotate(-90deg);
    letter-spacing: 15px;
    -webkit-transition: .3s cubic-bezier(0, 0.94, 0.07, 1.01);
    transition: .3s cubic-bezier(0, 0.94, 0.07, 1.01);
    font-size: 1.7em;
    top: 52%;
}

.infoContainer_Active {
	right: -3em;
}

.closeInfoContainer {
    height: 100%;
    position: fixed;
    width: 3em;
    right: -100%;
    cursor: pointer;
    -webkit-transition: .1s cubic-bezier(0.71, 0.01, 0.32, 1.03);
    transition: .1s cubic-bezier(0.71, 0.01, 0.32, 1.03);
    z-index: 9999999999;
}


.closeInfoContainer_Active{
	right: .7em;
}

.infoLink{
	-webkit-transition: .5s cubic-bezier(0, 0.94, 0.07, 1.01);
    transition: .5s cubic-bezier(0, 0.94, 0.07, 1.01);
}

.infoLink:hover{
	font-size: 1.5em;
}

.closeInfo{
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    position: absolute;
    top: 50%;
    color: white;
    left: -15px;
    width: 100px;
}

#rightborder {
    margin: 0 0em 0em -1.7em;
    width: 500px;
    top: 2.65em;
    bottom: 4.45em;
    height: auto;
    position: absolute;
    background-color: white;
    z-index: 99999;
    -webkit-transition: .4s cubic-bezier(0.71, 0.01, 0.32, 1.03);
    transition: .4s cubic-bezier(0.71, 0.01, 0.32, 1.03);
}

.slideOutRight {

}

#slideoutright:hover {
  right: 1em;
}

.info {
	font-family: 'PT Serif';
    text-align: left;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 40px;
    padding-right: 2em;
    color: white;
}

.infoLeft {
	display: inline-block;
    float: left;
    width: 34em;
    padding-left: 3em;
    padding-top: 8em;
}

.infoCopyright {
	display: inline-block;
    float: left;
    width: 34em;
    padding-left: 3em;
    padding-top: 5em;
}

.infoRight {
    display: inline-block;
    float: left;
    width: 13em;
    padding-left: 3em;
    padding-top: 8em;
}


.infoBackground {
    position: fixed;
    top: 0em;
    bottom: 0em;
    width: 100%;
    left: 100%;
    z-index: 9999999;
	-webkit-transition: .75s cubic-bezier(0.71, 0.01, 0.32, 1.03);
    transition: .75s cubic-bezier(0.71, 0.01, 0.32, 1.03);
    background-color: black;
    overflow: scroll;
}

.infoHeader{
	text-decoration: underline;
}


.contactContainer{
    width: auto;
    max-width: 1250px;
    margin: auto;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
}

.slideOutRight_Active {
	left: 0em!important;
}

.slideOutRight_Active #contact {
	color: white;
}

/* Left Border */
#work {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    position: absolute;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    right: -1em;
    top: 50%;
    font-weight: 100;
}




.WorkInfo {
    font-family: 'PT Serif';
    text-transform: uppercase;
    font-size: 1.2em;
    letter-spacing: 8px;
    z-index: 9999999999;
    height: auto;
}




#leftborder {
	position: fixed;
    top: 0;
    bottom: 0;
    height: auto;
    width: 40em;
    left: -37.2em;
    z-index: 9999999999;
}

#leftborder:hover #work {
	right: 1em;
    -webkit-transition: .2s cubic-bezier(0.71, 0.01, 0.32, 1.03);
    transition: .2s cubic-bezier(0.71, 0.01, 0.32, 1.03);
}

.slideOutLeft {
    position: fixed;
    top: 0;
    bottom: 0;
    height: auto;
    width: 32em;
    left: -29em;
    -webkit-transition: .5s cubic-bezier(0.71, 0.01, 0.32, 1.03);
    transition: .4s cubic-bezier(0.71, 0.01, 0.32, 1.03);
    line-height: 3.3em;
    overflow: scroll;
}


.slideOutLeft:hover {
	left: 0;
}

.infoActive .slideOutLeft:hover {
	background-color: black;
}



.slideOutLeft:hover #work {
	display: none;
	/*transform: scale(1.1) rotate(-90deg);
	letter-spacing: 10px;
    -webkit-transition: .5s cubic-bezier(0, 0.94, 0.07, 1.01);
    transition: .5s cubic-bezier(0, 0.94, 0.07, 1.01);
    top: 56%;
    right: -2.5em;*/
}
.Flipped
{
    direction: rtl;
}
.Content
{
    direction: ltr;
}

/*
.slideOutLeft_Active {
	left: 0em;
	background-color: black;
}
*/
.navigation {
    font-family: 'PT Serif';
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 2em;
    position: absolute;
    top: 0em;
    height: auto;
    left: 0em;
    line-height: 1.3em;
    padding: 1em 0 6em 2em;
    width: 15em;
    -webkit-transition: .5s cubic-bezier(0.71, 0.01, 0.32, 1.03);
    transition: .5s cubic-bezier(0.71, 0.01, 0.32, 1.03);
    z-index: 9999999;
}



.navigation div ul li {
	padding: .7em 0 .7em 0;
}

#projects {
  text-align: right;
  font-size: 10pt;
  margin-top: 51em;
  margin-bottom: -6em;
  margin-right: 3.1em;
  line-height: 8px;

}

#slideoutleft:hover #slideout_inner {
  left: 0px;
}


.blackBackgroundColor{
	background-color: black;
}

.whiteBackgroundColor {
	background-color: white;
}

.whiteText{
	color: white;
}

.blackText {
	color: black;
}



/*
____________________

LOADING SCREEN
____________________   
                                     
*/

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;

  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);

  -webkit-transition: -webkit-transform 1s ease-in-out;
  -ms-transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
}

.pace.pace-active {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
    width: 100%;
    z-index: 9999;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  background-color: white;
}

.pace .pace-progress {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: #000000;

  pointer-events: none;
}


.paddingBottom_1em {
    padding-bottom: 1em;
}

.paddingBottom_2em {
    padding-bottom: 2em;
}

.paddingBottom_3em {
    padding-bottom: 3em;
}

.paddingBottom_4em {
    padding-bottom: 4em;
}

.paddingBottom_5em {
    padding-bottom: 5em;
}

.paddingTop_1em {
	padding-top: 1em;
}

.paddingTop_5em {
	padding-top: 5em;
}






/*
____________________

RESIZE TO SMALLER BROWSER
____________________   
                                     
*/

@media (max-width: 1400px) {


.entry-header .entry-title {
	font-size: 3em;
	top:340px;
}

.contentDescription {

}

.responsiveWidth{
	max-width: 900px;
}

}


@media (max-width: 1040px) {


.entry-header .entry-title {
	font-size: 2em;
	top:280px;
}

.contentDescription {
	padding: 25em 0 0 0;

}

.responsiveWidth{
	max-width: 600px;
}

.sixteenByNineLandscape {
	padding: 2em 0;
}

#website {
	padding-bottom: 12em;
}

.contactContainer{
	max-width: 600px;
}

.infoLeft{
	width: 23em;
}

}


@media (max-width: 750px) {



#bottomborder .footer,
#bottomborder,
#leftborder,
#rightborder,
.slideOutLeft {
	display: none;
}



#vimeo_player {
	padding: 3em, 1em, 5em, 1em;
}


.entry-header .entry-title {
	letter-spacing: 17px;
    font-size: 2em;
    top: 265px;
    padding: 0 2em;
}

.contentDescription {
    font-weight: 100;

    letter-spacing: 0px;
    max-width: 400px;
}

.portraitVideo {
    max-width: 100%;
}

#content {
    padding: 5em  0;
}

.responsiveWidth{
	max-width: 550px;
}

#info{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 1em;
}

.infoContainer:hover #info{
	font-size: 1em;
    top: 0;
    transform: rotate(0deg);
    width: auto;
}

.infoContainer {
	height: 2em;
    width: 100%;
    right: 0em;
    left: 0;
    bottom: 0em;
}

#topborder{
	height: 2em;
}

}


@media (max-width: 600px) {


.entry-header .entry-title {
	padding: 0 3em;
	top: 210px;
}

.contentDescription {
    font-weight: 100;
    font-size: 16pt;
    letter-spacing: 0px;
}

.responsiveWidth{
	max-width: 400px;
}

.contactContainer{
	max-width: 400px;
	font-size: 1em;
}

.infoLeft{
	width: 23em;
}

.info{
	font-size: 1.1em;
    line-height: 25px;
}

}


@media (max-width: 450px) {


.entry-header .entry-title {
    padding: 0em;
    top: 205px;
}


.responsiveWidth{
	max-width: 400px;
}

.contentDescription{
    font-size: 11pt;
    padding: 0 2em 0 2em;
}

#website{
	font-size: .6em;
}

.navigation {
    background-color: white;
    font-size: 1.5em;
    top: 0;
    bottom: 0;
    left: -10em;
    right: 0;
}

.slideOutLeft {
    width: 10em;
    left: -7.5em;
}

.infoRight,
.infoLeft,
.infoCopyright{
	width: 23em;
}

.info{
	font-size: .8em;
}

}









