/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */



/* RESET CSS */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
	font-size: 62.5%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
}




/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


ol, ul {
	list-style: none;
	margin: 0;
}



/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


.Dobra-BoldItalic { 
	font-family: Dobra-BoldItalic;
	font-weight: normal;
	font-style: normal;
}
.Dobra-LightItalic { 
	font-family: Dobra-LightItalic;
	font-weight: normal;
	font-style: normal;
}
.Dobra-Bold { 
	font-family: Dobra-Bold;
	font-weight: normal;
	font-style: normal;
}
.Dobra-Light { 
	font-family: Dobra-Light;
	font-weight: normal;
	font-style: normal;
}




body {
	font-family: Dobra-Book, Verdana, Arial, sans-serif;
}



#shell{
	width:1000px;
	margin: 0 auto;
}

#header {
	height: 200px;
	background: url(images/head-logo.png) center 50px no-repeat;
	position: relative;
}
#header.project {
	background: url(images/head-logo.png) center 50px no-repeat;
	height: 240px;
}


	#header h1 a {
		font-size: 2.4em;
		font-family: Dobra-bold;
		color: #f15a24;
		text-align: center;
		padding-top: 165px;
		display: block;
		text-decoration: none;
	}


#content {
	width: 1000px;
	margin: 0 0 30px 0;
}

#content a{
	text-decoration:none;
	color: #f15a24;

}
#content .content-block {
	width: 250px;
	height: 200px;
	float: left;
	background: #f15a24;
	position: relative;
}
#content .content-block div.rollover-image{
	width: 250px;
	height: 200px;
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	background-size: 100%;
}
#content .content-block .project {
	display: none;
	width: 250px;
	height: 200px;
}
#content .content-block .project-content {
	padding: 10px;
	position: absolute;
	bottom: 0;
	text-decoration: none;
	display: block;
}
#content .content-block h1 {
	font-family: Dobra-Bold;
	color: #fbb03b;
	font-size: 2.5em;
	text-shadow: 0 0 6px rgba(127,51,9,.5);
}
#content .content-block .project-active {
	width: 250px;
	height: 200px;
}
#content .content-block h2 {
	font-family: Dobra-bold;
	color: #fff;
	font-size: 2em;
	text-shadow: 0 0 6px rgba(127,51,9,.5);
}
#content .content-block h3 {
	color: #fff;
	font-size: 1.5em;
}




#content .navigation-block {
	width: 250px;
	height: 200px;
	float: left;
}
#content .navigation-block ul {
}
#content .navigation-block ul li{
	font-size: 2.4em;
	font-family: Dobra-bold;
	line-height: 1.4em;
	margin-left: 30px;
}
#content .navigation-block ul li a{
	color: #fbb03b;
	text-decoration: none;
}
#content .navigation-block ul li a::before {
	content: "\25b8\a0";
}

#content .navigation-block ul li a:hover  {
	color: #f15a24;

}



#content .title-block {
	width: 500px;
	height: 172px;
	float: left;
	border-top: 14px solid #fbb03b;
	border-bottom: 14px solid #fbb03b;
	background:transparent;
	
}
#content .title-block h1 {
	font-size: 3em;
	text-align: center;
	line-height: 1.4em;	
	margin-top: 25px;
	font-family: Dobra-Light;
}





#footer {
	clear: both;
	padding-top:80px;
	text-align:center;
}
#footer img {
	margin:0px 10px 10px 0px;
	padding:0 10px 0 0;
	text-align:center;
}

/* INTERNAL */
#header .navigation-block {
	width: 250px;
	height: 200px;
	position: absolute;
	top:66px;
	right: 0;
}
#header .navigation-block ul {
}
#header .navigation-block ul li{
	font-size: 2.4em;
	font-family: Dobra-bold;
	line-height: 1.4em;
	margin-left: 30px;
}
#header .navigation-block ul li a{
	color: #fbb03b;
	text-decoration: none;
}

#header .navigation-block ul li a:hover, #header .navigation-block ul li.active a {
	color: #f15a24;

}


#content.project {
	position: relative;
}
#content.project #hero{
	height: 460px;
	width: 1000px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100%;
}


#hero h1 {
	font-size: 7em;
	font-family: Dobra-Bold;
	color: #fbb03b;
	text-align: center;
	padding-top: 220px;
	text-shadow: 0 0 4px rgba(0,0,0,.4);
}
#hero h2 {
	font-size: 3em;
	font-family: Dobra-Bold;
	color: #fbb03b;
	text-align: center;
	padding: 10px 0;
	text-shadow: 0 0 4px rgba(0,0,0,.4);
}

div.playpause {
	
	text-align: center;
	font-family: Dobra-Bold;
	font-size: 2.5em;
	
}

div.playpause a{
	color: #fff;
	text-decoration: none;
	
}

div.playpause a:hover {
	color: #fbb03b;
}

a.playbutton::before{
	content: "\25b8\a0";
}
a.playbutton.playing::before {
	content: "\7c\a0\7c\a0";
}




.description {
	margin: 2em 0;
}

.description h2 {
	font-family: Dobra-Bold;
	font-size: 4em;
	line-height: 1.4em;
	color: #000;
	text-align: center;
		width: 720px;
		margin: 1em auto;
}
.description h3 {
	font-family: Dobra-LightItalic;
	font-size: 2.5em;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
	padding: 1em;
	line-height: 1.4em;
		width: 720px;
		margin: 1em auto;
}

.description p {
	font-size: 1.8em;
	line-height: 2em;
	padding: 0 1em;
	font-family: Dobra-Light;
		width: 720px;
		margin: 1em auto;
 text-align: justify;
    text-justify: inter-word;
}
.description .bold{
	font-size: 2em;
	line-height: 1em;
	padding: 20px 0px 0px 0px;
	font-family: Dobra-Book;
		width: 720px;
		margin: 1em auto;
 text-align: justify;
}
.description .authors{
	font-size: 1.8em;
	line-height: 1em;
	padding: 0;
	font-family: Dobra-Light;
		width: 660px;
		margin: 1em auto;
 text-align: justify;
}
.description .tweetable{
	font-size: 1.8em;
	line-height: 1em;
	padding: 0;
	font-family: Dobra-LightItalic;
		width: 600px;
		margin: 1em auto;
 text-align: justify;
}
.columns3 {
	text-align:left;
}

.description p.caption {
	font-family: Dobra-LightItalic;
	text-align: center;
	width: auto;
}

.description p.caption img{
	display: block;
	margin: 0 auto;
}

.internal blockquote {
	text-align: center;
	
}

.internal blockquote p{
	font-family: Dobra-LightItalic;
	font-size: 2.5em;
	text-align: center;
	padding: 1em;
	line-height: 1.4em;
		width: 1000px;
		margin: 0 auto;
}
.internal blockquote h4 {
	border-top: 1px solid #000;
	font-family: Dobra-Light;
	text-transform: uppercase;
	font-size: 2em;
	padding-top: 1em;
	width: auto;
	text-align: center;
	display: inline-block;
}


.description.columns3 {
	border-top: 1px solid #000;
	width: 920px;
	margin: 0 auto;
	padding: 0 10px;
}

.description.columns3 .column-content {
	
	width: 250px;
	float: left;
	margin: 0 37px;
}

.description.columns3 .column-content:first-child {
	margin-left: 0;
	
}
.description.columns3 .column-content:last-child {
	margin-right: 0;
}

.description.columns3 .column-content .circle {
	width: 250px;
	border-radius: 125px;
	overflow: hidden;
	height: 250px;
	
}

.description.columns3 .column-content p{
	width: 250px;
	font-family: Dobra-Light;
	font-size: 1.8em;
	line-height: 1.8em;
	margin: 1em 0 0 0;
	padding: 0;
}

/*


 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}





@media only screen and (max-width: 1280px) {
    /* Style adjustments for viewports that meet the condition */

	

}
