/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ESPAÇO / PROGRAMA */

body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	width: 100%;
	margin: 0 auto; 
}

header {
	padding: 2.8em 5vw; 
	text-transform: uppercase;
	background-color: #F50;
	background-image: linear-gradient(#F50 0%,#F60 60%,#F90 90%, #FFF 100%);
	color: #FFF;
	text-align: center;
}

section {
	position: relative;
	padding: 1.4em 5% 0;
	clear: both;
}

#intro {
	padding-top: 0;
}

.calendar {
	text-align: center;
	margin-bottom: 1.1em;
	font-size: 2em;
}

#ficha {
	background-color: #F50;
	padding-top: 4em;
	background-image: linear-gradient(#FFF 0%,#F90 7%,#F60 20%, #F50 100%);
	padding-bottom: 1em;
}

#morada {
	background-color: #F50;
	padding-top: 4em;
	padding-bottom: 1em;
}


#intro {
	margin-top: 2.8em;
}

#sat {
	margin-bottom: 2.8em;
}

h1, h2 {
	text-transform: uppercase;
	text-align: center;
	line-height: 1.1em;
	margin-bottom: 1.4em;
}

h1 {
	font-size: 3em;
	font-weight: 500;
	margin-bottom: 2.8rem;
}

h2 {
	font-size: 2em;
}

h1 span, h2 span {
	display: block;
}

h1 span:before {
	content:"/";
}

p, ul {
	margin-bottom: 1.4em;
}

li {
	padding-left: 1.4em;
	text-indent: -1.4em;
}

.three {
	margin-bottom: 1.4em;
}

.three p {
	margin-bottom: 0;
}

.three p:first-child {
	font-size: 1.25em;
}

.three p:first-child cite:before {
	content: "\a";
	white-space: pre;
}

.three img {
	width: 100%;
}

header p {
	margin-bottom: 0;
}

header p:nth-child(5), header p:nth-child(8) {
	margin-bottom: 2em;
}

#conversas p {
	margin-bottom: 0;
}

#bios p:first-child {
	font-size: 1.25em;
	font-weight: 700;
	margin-bottom: 0;
}

#bios p:first-child span {
	font-weight: 400;
}

#bios p {
	margin-bottom: 1.4em;
}

#conversas h2, #expo h2 {
	margin-bottom: 0;
}

h4 {
	font-weight: 400;
}

h4[lang="en"] {
	color:#FFF;
}

/* TYPE */

strong {
	font-weight: 700;
}

cite {
	font-style: italic;
}

[lang="en"], a[lang="en"] {
	color: #F50;
}

a {
	color: #000;
}

header [lang="en"], #ficha [lang="en"] {
	color: #FB0;
}

#morada div {
	margin-bottom: 1.4em;
}

#morada p {
	margin-bottom: 0;
}

footer {
	padding: 1em 5%;
	background-color: #FFF;
}

footer img {
	height: 70px;
}

footer li {
	display: inline;
	padding: 0;
	margin-right: 20px;
	text-indent: 0;
}

footer p, footer ul {
	margin-bottom: 0;
}

.container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}
.video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* DESKTOP */

@media screen and (min-width:800px) {
	
	body {
		width: 75%;
		min-width: 800px;
		max-width: 1500px;

	}
	
	section {
		padding-top: 2.8em;
	}
		
	.left, .right {
		width: 47%;
	}
	
	.right {
		width: 42%;
		position: absolute;
		top: 0;
		right: 6%;
	}
	
	.left3, .center3, .right3 {
		width: 30%;
		float: left;
	}
	
	.left3, .center3 {
		margin-right: 3%;
	}
	
	
	h1 {
		font-size: 5em;
	}
	
	h2 {
		font-size: 4em;
		margin-bottom: 1.1em;
	}
	
	#conversas h2, #expo h2 {
		margin-bottom: .55em;
	}
	
	.calendar {
		font-size: 1rem;
		font-weight: 700;
		margin-bottom: 4.4em;
	}
	
	.three {
		clear: both;
	}
	
	.three p {
		width: 30%;
		margin-right: 3%;
		float: left;
		padding-bottom: 1.4em;
	}
	
	.three p span {
		display: block;
	}
	
	#bios .three p span {
		display: inline;
	}
	
	.three p:first-child cite:before {
		content: none;
	}
	
	#ficha, #morada {
		column-count: 3;
		column-fill: auto;
	}
	
	#morada p {
		margin-bottom: 0;
	}
	
	#ficha div, #morada div {
		break-inside: avoid;
	}
	
	footer img {
		height: 90px;
	}
	
}