/*
Responsive 996px grid system ~ Style CSS.
Copyright 2013, Josh Cope
*/

/* =============================================================================
   Site Styles
   ========================================================================== */

img {
  display: block;
  max-width: 100%;
}

body {
	background-color: #f1f1f1;
	font-family:"Apercu Mono Regular", 'Andale Mono', monospace; font-size-adjust:0.5; font-weight:normal; font-style:normal; 
	color: #3a3a3a;
	line-height: 1.5rem;
}


.project_desc {

}


.header {
  font-size: 1em;
   margin-top: 2em;
  margin-bottom: 2em;
}

.header div {
}


.header .logo:before{
	position: absolute;
	content: '~';
	margin-left: -2em;
	color: #00aaff;
}

.header nav {
	display: inline;
}

.header ul{
	display: inline;
	margin: 0;
	padding: 0;
}
.header li{
	list-style: none;
	display: inline;
	margin-left: 1.5rem;
}

.white{
	background-color: white;
}

.infobox {
}

.infobox p {
	margin-top: 0px;
	margin-bottom: 1em;
}

.infobox a {
	border-bottom: 1px solid;
}

.moreinfo {
	margin-top: 0px;
	margin-bottom: 1em;
}

.infoboxcontainer {
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 1em;
}

.moreinfo {
	text-align: right;
	position: absolute;
	bottom: 0;

}


.infobox:before{
	position: absolute;
	content: '!';
	margin-left: -2em;
	color: #00aaff;
}

.menu, .social{
	float: right;
}

/*.menu li:before{
	content: '[ ]';
}*/

/*.header li:after{
	content: ']';
}*/

footer p {
	display: inline-block;
}

.project_title:before {
	position: absolute;
	content: '>';
	margin-left: -2em;
	color: #00aaff;
}

.project:first-child:before {
	position: absolute;
	content: '∑';
	margin-left: -2em;
	font-size: 1em;
	color: #00aaff;
}

.intro {
	margin-top: 15px;
}
.projects {
	margin-top: 30px;
}

.project {
	margin-bottom: 1.5rem;
/*	border-bottom: 4px solid rgba(255,255,255,0);
	border-radius: 2px;*/
	/*transition: border-bottom 0.3s;*/
}

.project:hover{
/*	border-bottom: 4px solid #00aaff;
	border-radius: 2px;*/
	cursor: hand;
}

.project:hover:before{
	position: absolute;
	content: '>';
	margin-left: -1em;
	font-size: 1em;
	color: #00aaff;
}


.project h3 {
	font-size: 1rem;
	margin-bottom: 0.5rem;
}

a {
	color: #3a3a3a;
	text-decoration: none;
	padding-bottom: 0.1rem;
	/*border-color: rgba(0,170,255,0);*/
	/*transition: border-color 0.3s;*/
}

.project_text a {
	border-bottom: 1px solid;
}


.contrast{
	background-color: #3a3a3a;
	color: #f1f1f1;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}

a:hover {
	border-bottom: 3px solid #00aaff;
	border-radius: 2px;
}

.contrast a {
	color: #f3f3f3;
}

/*.contrast a:hover {
	border-bottom: 2px solid #f3f3f3;
}*/

.color {
	color: #00aaff;
}
.prev {
	float: left;
}

.next {
	float: right;
}

.nextprev {
	margin-top: 1em;
	padding-bottom: 2em;
}

.cover{
	background-image:url(http://localhost:8888/starterkit/content/2-work/1-city-symphonies/WestminsterReal.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	height: 30rem;
}

.cover_effect:before{
	content: "";
	width: 100%;
	background-image:url(http://localhost:8888/starterkit/content/2-work/1-city-symphonies/WestminsterReal.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	height: 5rem;
	-webkit-filter: blur(20px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
     z-index: -1;
}

.cover_color {
    width:100%;
    height: 5rem;
    /*background-color:white;*/
}

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

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

.imagecapset {
	 position:relative;
	 margin-top: 2rem;
	 margin-bottom: 2rem;    
}

.caption:before{
	content: '←';
}

.set_caption {
	position: absolute;
	bottom:0;
	font-size: 0.9rem;
}

.project_text{
	margin-bottom: 2rem;
}
.project_text p{
	margin-top: 0;
}

.project_text > img, .project_text > .video {
	margin-bottom: 1em;
}

.sidebar {
	font-size: 0.9rem;
	margin-bottom: 1em;
}

.sidebar p {
	margin-top: 0;
}

.sidebar ul {
	list-style: none;
	padding-left: 20px;
}

.sidebar li {
	text-indent: -10px;

}
.sidebar li:before { content: "-"; position: relative; left: -10px;};



/* =============================================================================
   Page Styles
   ========================================================================== */

/* =============================================================================
   Media Queries
   ========================================================================== */

/* Tablet Portrait size to Base 996px */
@media only screen and (min-width: 768px) and (max-width: 995px) {
}

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {

}

/* Mobile Landscape Size to Tablet Portrait */
@media only screen and (min-width: 480px) and (max-width: 767px) {



}


/* Mobile Portrait Size to Mobile Landscape Size */
@media only screen and (max-width: 767px) {
	.menu, .social {
		float: none;
	}

	.header .logo:before{
		position: static;
		content: '~ ';
		margin-left: 0;
	}

	.project:first-child:before{
		content: '';
	}

	/*.header ul:before{
		content: '≡ ';
		color: #00aaff;
	}
*/
	.header {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	.header ul {
		margin-top: 0.5em;
		margin-bottom: 0.25em;
		display: block;
	}

	.menu li {
		margin-left: 0;
		margin-right: 1rem;
	}

	.sidebar {
		font-size: 1rem;
		margin-bottom: 2rem; 
	}
	.project_text{
		margin-bottom: 1rem;
	}

	.caption:before {
		content: '↑';
		font-size: 1.5em;
	}

	.set_caption{
		position: static;
		margin: 0;
	}

	.caption {
		margin: 0;
	}
	.imagecapset {
		margin-top: 1em;
		margin-bottom: 1em;
	}
}


/* Mobile Portrait Size to Mobile Landscape Size */
@media only screen and (max-width: 479px) {

}


@media only screen and (max-width: 1060px) {
	.header	.logo:before{
		content: '';
	}
	.project:first-child:before{
		content: '';
	}
}


/* =============================================================================
   Font-Face
   ========================================================================== */
/* This is the proper syntax for an @font-face file

/* @font-face {
font-family: 'FontName';
src: url('../fonts/FontName.eot');
src: url('../fonts/FontName.eot?iefix') format('embedded-opentype'),
url('../fonts/FontName.woff') format('woff'),
url('../fonts/FontName.ttf') format('truetype'),
url('../fonts/FontName.svg#FontName') format('svg');
font-weight: normal;
font-style: normal; }
*/

h3 {
	font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 300; }

.thumb {
	width: 100%; /* or any specific width */
	padding-top: 56.25%; /* 16:9 aspect ratio (9/16 * 100) */
	position: relative;
}

.thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover; /* or 'contain' if you want to fit the image within the box */
  }