@charset "utf-8";
body#page-homepage {
	background-color: #000;
	color: #FFF;
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 100%;
	width: 100%;
	position: absolute;
}
#header-img {
	width: 100%;
	float: left;

}
#page-homepage #header-img{
	background-color: #FFF;
	position: relative;
	height: 50%;
	background-image: none;
}
#header-img img {
	width: 100%;
	margin-top: 50px;
}
#page-homepage #header-img img {
	margin-top: 0;
	width: 100%;
	position: absolute;
	bottom: 0px;
	margin-bottom: -1px;
}
#page-homepage #header {
	margin-top: 40px;
}
#header {
	float: left;
	display: inline;
}
#nav {
	list-style-type: none;
	font-size: 12px;
	letter-spacing: 0.03em;
	color: #999;
	float: left;
	line-height: 1.7em;
}
#nav li {
	background-image: url(../nav-divide.gif);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
}
#nav li.nav-last {
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
}
#page-homepage #header h1 {
	color: #FFF;
}
#header h1 {
	color: #111;
	font-weight: bold;
	margin-bottom: 0em;
}
#social-media {
	list-style-type: none;
	float: left;
	margin-top: 1.5em;
	clear: both;
}
#social-media li {
	float: left;
}
#header .tagline {
	color: #999;
	font-size: 12px;
	letter-spacing: 0.03em;
	line-height: 1.15em;
}

#main {
	float: left;
	clear: both;
	display: inline;
}
#footer {
	clear: both;
	float: left;
	margin-bottom: 1.5em;
	display: inline;
}
.entry-img {
	margin-bottom: 1.5em;
}
.entry {
}
#footer #copyright {
	clear: both;
}
a {
	color: #6495ED;
	text-decoration: none;
}
a:hover {
	color: #6495ED;
}
a:visited {
	color: #6495ED;
}

/*
#nav a, #nav a:visited{
	color: #000;
}
#nav a:hover {
	color: #2277DD;
}
#page-homepage #nav a, #page-homepage a {
	color: #FFF;
	text-decoration: none;
}
#page-homepage #nav a:hover, #page-homepage a:hover {
	color: #2277DD;
	text-decoration: none;
}
*/
img {
max-width: 100%;
background-size: contain;
}

p img.left {
	margin-top: 0px;
	margin-bottom: 0px;
}
h1 {
margin-top:0.5cm;
	font-size: 32px;
	font-weight: bold;
}
h2 {
margin-top:0.5cm;
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-size: 10pt;
	margin-top:0.5cm;
	margin-bottom:0.2cm;
	font-weight: bold;
	display: inline;
}

li a {
	font-size: 10pt;
	color: #444;
	line-height: 150%;
	margin: 5pt;
}

.entry {
	margin-bottom:0.4cm;
}
.entry .date {
	font-size: 11px;
	color: #999;
	line-height: 1em;
	padding-bottom:0px;
	margin-top:0cm;
	margin-bottom: 0.2em;
	margin-left: 0.4em;
}
.entry .tag {
	font-size: 11px;
	color: #999;
	text-transform: lowercase;
	margin-bottom:0cm;
	margin:0cm;
	line-height: 1em;
}
.entry .tag a {
	text-decoration: none;
}
.entry .tag a .hover {
	color: #999;
}
.entry .tag a .visited {
	color: #999;
}
.entry p {
	font-size: 10pt;
	color: #444;
	line-height: 150%;
	margin-bottom: 10pt;
}

.entry h1 {
	font-size: 22pt;
	margin-top:0.5cm;
	margin-bottom:0.2cm;
	line-height: 1.2em;
	font-weight: bold;
	display: inline;
}

.entry h1 a {
	color: #000000;
	text-decoration: none;
}

.entry h2 {
	font-size: 16pt;
	margin-top:0.5cm;
	margin-bottom:0.2cm;
	font-weight: bold;
	display: inline;
}

.entry h2 a {
	color: #000000;
	text-decoration: none;
}

.credit p {
	font-size: 9pt;
	color: #A9A9A9;
	line-height: 150%;
	margin-bottom: 10pt;
}

.credit a {
	color: #A9A9A9;
	text-decoration: none;
}

.entry .quote p {
	font-size: 9pt;
	color: #A9A9A9;
	line-height: 150%;
	padding-left: 1cm;
	margin-bottom: 10pt;
	font-style: italic;
}

.blog_entry {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
}

div.fadeMe {
  opacity:    0.5; 
  background: #000; 
  width:      100%;
  height:     100%; 
  z-index:    10;
  top:        0; 
  left:       0; 
  position:   fixed; 
}

/* Mark additional css */

.additional_text p, .additional_text{
	color: #999 !important; 
	font-size: 8pt !important; 
}

.entry-img {
	position: relative;
	padding-bottom: 76%;
	height: 0;
}

.entry-img > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

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

.landscape_container {
	pointer-events: none;
	height:10.5em;
	background-size:100%;
	background-image: url(/sunset-outline-long.png);
	background-repeat:no-repeat;
	position:fixed;
	bottom:0;
	background-position:top; 
	z-index:20;
}

.landscape_nav {
	pointer-events: auto;
	position:absolute;
	right:11.5%;
	bottom: 1em;
	z-index:20;
}

img.project-icon {
/*   width:447px;
   height:335px;
*/
}

.floating_img {
	float: right;
}

.project_header {
	margin-bottom: 0.5em;
}

/*.project_container {
    display: inline-block;
    position: relative;
    width: 100%;
}
.ratio_dummy {
    margin-top: 75%;
}
.project_holder {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: silver;
}
*/

.blog_title {
	margin-bottom: 1em;
}
.post {
	margin-bottom: 60px !important;
}


@media only screen and (min-width: 768px) and (max-width: 995px) {
	.cambridge_text{
		width: 240px !important;
		padding-left: 128px;
	}

	.show_on_wide{
		display: inline !important;
	}

	.show_on_narrow{
		display: none !important;
	}
}

@media only screen and (max-width: 767px) {
	.landscape_container {
		height:7em;
	}
	.landscape_nav {
		right: 0%;
		bottom: 0.6em;
	}

	.floating_img {
		float: none;
	}

	.date{
		display: block;
		margin-left: 0 !important;
	}

	#cambridge_input {
		left: 0px !important;
	}

	#cambridge_canvas {
		left: -50px !important;
	}

	.show_on_wide{
		display: none !important;
	}

	.show_on_narrow{
		display: inline !important;
	}


}

@media only screen and (max-width: 479px) {
	.landscape_container {
		height:7em;
	}

	.landscape_nav {
		right: 20px;
	}



}
