/*  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;
}



html, body {
	padding: 0;
	margin: 0;
}

html{
	scroll-behavior: smooth;
}

body{
		-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
}

@font-face {
   font-family: 'NeueMontreal-Regular';
   src: url('links/PPNeueMontreal-Regular.woff') format('woff'), url('links/PPNeueMontreal-Regular.woff2') format('woff2');
}

.all{
	margin: 20px;
	font-family: NeueMontreal-Regular;
}

.header{width: 100%; height: 60px;}

.header a{
	color: black;
}

.header #rb{
	position: fixed;
	top: 25px;
	left: 20px;
	font-size: 22px;
}

.header #work{
	position: fixed;
	right: 15%;
	top: 25px;
	font-size: 22px;
}

.header #about{
	position: fixed;
	right: 20px;
	top: 25px;
	font-size: 22px;
}

.project{
	width: 100%;
}


.project-banner{
	width: 100%;
	height: 80vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.project-description{
	margin-top: 20px;
	width: 100%;
	height: 100px;
}

.project-tittle{
	width: 20%; 
	position: absolute;
	font-size: 16px;
	line-height: 20px;
}

.project-categories{
	width: 15%;
	left: 50%;
	position: absolute;
 	padding-bottom: 20px;
 	font-size: 16px;
	line-height: 20px;
}

.project-credits{
	width: 15%;
	left: 70%;
	position: absolute;
	font-size: 16px;
	line-height: 20px;
}

.circle{
	position: absolute;
	right: 20px;

}

.circle2{
	display: none;
}

.footer{
	margin-top: 20px;
	font-size: 13px;
}

.footer p{
	position: absolute;
	left: 20px;
	padding-bottom: 20px;
	font-size: 13px;
}



.project-text{
	width: 100%;
	margin-bottom: 60px;
	margin-top: 20px;
}

.project-text p{
	margin-left: 50%;
	font-size: 16px;
	line-height: 20px;
}

.project-image{
	width: 100%;
	margin-bottom: 20px;
}

.project-image img{
	width: 100%;
}

.project-image iframe{
	width: 100%;
	height: 60vw;
	margin-bottom: -40px;
	margin-top: -40px;
}

.project-half-image{
	width: 100%;
}

.project-half-image img{
	width: 50%;
	float: left;
	margin-bottom: 20px;
}


.about-info{
	width: 100%;
	color: white;
	margin-top: 80px;
}

.info{
	width: 15%;
	float: left;
	font-family: NeueMontreal-Regular;
	font-size: 15px;
	line-height: 20px;
}

.text{
	width: 50%;
	margin-left: 50%;
	font-family: NeueMontreal-Regular;
	font-size: 20px;
	line-height: 24px;
}

.experience{
	width: 100%;
	color: white;
	margin-top: 150px;
}

.info-tittle{
	width: 15%;
	float: left;
	font-family: NeueMontreal-Regular;
	font-size: 15px;
	line-height: 20px;
}

.experience-inside{
	width: 50%;
	margin-left: 50%;
	font-family: NeueMontreal-Regular;
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 150px;
}

.education-inside{
	width: 50%;
	margin-left: 50%;
	font-family: NeueMontreal-Regular;
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 200px;
}

.experience-1{
	width: calc(100%/3);
	float: left;
	font-size: 15px;
	line-height: 20px;
}

.experience-2{
	width: calc(100%/3);
	float: left;
	font-size: 15px;
	line-height: 20px;
}
.experience-3{
	width: calc(100%/3);
	float: left;
	font-size: 15px;
	line-height: 20px;
}

.education{
	width: 100%;
	color: white;
}

.awards{
	width: 100%;
	color: white;
}

.awards-inside{
	width: 50%;
	margin-left: 50%;
	font-family: NeueMontreal-Regular;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 100px;
}

.info2{
	display: none;
}

.experience2{display: none;
width: 100%;
	color: white;
	margin-top: 80px;}

.education2{display: none;
width: 100%;
	color: white;}


.column{
	height: 700px;
}

.grid{
	display: grid;
	grid-template-columns: auto auto auto;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.project-thumb{
	width: 100%;
	height: 600px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.project-tittle-thumb{
	width: 50%; 
	font-size: 14px;
	line-height: 18px;
	float: left;
}

.project-categories-thumb{
	width: 25%;
 	padding-bottom: 20px;
 	font-size: 14px;
	line-height: 18px;
	float: left;
}


#namaskar{
	background-image: url(links/namaskar/rb-na-001.jpg);
}

#sb{
	background-image: url(links/susana-bettencourt/rb-sb-001.jpg);
}

#exi{background-image: url("links/exilado/rb-ex-001.jpg");}

#fc {background-image: url("links/folhas-caidas/rb-fo-001.jpg");}
#teixinha {background-image: url("links/teixinha/rb-te-001.jpg");}
#ballure {background-image: url("links/ballure/rb-bal-001.jpg");}
#manifesto {background-image: url("links/manifesto/rb-ma-001.jpg");}

@media (orientation: portrait) {
  			.header #work{
				right: unset;
				left: 50%;
				font-size: 20px;
			}

			.header #rb{
				font-size: 20px;
			}

			.header #about{
				font-size: 20px;
			}

			.project-banner{
				width: 100%;
				height: 70vh;
			}

			#namaskar{

				background-image: url("links/namaskar/rb-na-003.jpg");
				background-position: center;
				background-repeat: no-repeat;
				background-size: cover;
			}

			#sb{
				background-image: url("links/susana-bettencourt/rb-sb-001-m.jpg");
				background-position: center;
				background-repeat: no-repeat;
				background-size: cover;
			}

			#exi{
				background-image: url("links/exilado/rb-ex-006.jpg");
				background-position: center;
				background-repeat: no-repeat;
				background-size: cover;
			}
			#fc {background-image: url("links/folhas-caidas/rb-fo-001-m.jpg");}
			#teixinha {background-image: url("links/teixinha/rb-te-003.jpg");}
			#ballure {background-image: url("links/ballure/rb-bal-002.jpg");}
			#manifesto {background-image: url("links/manifesto/rb-ma-003.jpg");}

			.project-description{
				height: 130px;
			}

			.project-tittle{
				width: 50%;
				position: absolute;
				font-size: 15px;
				line-height: 20px;
				padding-bottom: 20px;
			}

			.project-categories{
				width: 50%;
				left: 0%;
				position: relative;
			 	padding-bottom: 20px;
			 	font-size: 15px;
				line-height: 20px;
				float: left;
				padding-bottom: 20px;
				margin-top: 40px;
			}

			.project-credits{
				width: 50%;
				left: 0%;
				position: relative;
				font-size: 15px;
				line-height: 20px;
				float: left;
				padding-bottom: 20px;
				margin-top: 40px;
			}

			.circle{
				display: none;
			}

			.circle2{
				display: block;
				position: absolute;
				right: 20px;

			}

			.footer p{
				font-size: 11px;
			}

			.project-text{
				width: 100%;
				margin-bottom: 60px;
				margin-top: 20px;
			}

			.project-text p{
				margin-left: 0%;
				font-size: 16px;
				line-height: 20px;
			}

			.info{
				width: 80%;
				float: unset;
				font-family: NeueMontreal-Regular;
				font-size: 15px;
				line-height: 20px;
			}

			.text{
				width: 100%;
				margin-left: 0%;
				font-family: NeueMontreal-Regular;
				font-size: 16px;
				line-height: 20px;
				margin-top: 40px;
			}

			.info-tittle2{
				width: 15%;
				float: unset;
				font-family: NeueMontreal-Regular;
				font-size: 15px;
				line-height: 20px;
			}

			.experience{display: none;}

			.experience2{display: block;}

			.education{display: none;}

			.education2{display: block;}

			.experience-inside2{
				width: 100%;
				margin-left: 0%;
				font-family: NeueMontreal-Regular;
				font-size: 13px;
				line-height: 20px;
				padding-bottom: 80px;
			}

			.education-inside2{
				width: 100%;
				margin-left: 0%;
				font-family: NeueMontreal-Regular;
				font-size: 15px;
				line-height: 20px;
				padding-bottom: 80px;
			}

			.experience-12{
				width: 100%;
				float: unset;
				font-size: 13px;
				line-height: 20px;
			}

			.experience-2{
				width: calc(100%/3);
				float: left;
				font-size: 13px;
				line-height: 20px;
			}
			.experience-3{
				width: calc(100%/3);
				float: left;
				font-size: 13px;
				line-height: 20px;
			}

			.awards-inside{
				width: 100%;
				margin-left: 0%;
				font-family: NeueMontreal-Regular;
				font-size: 15px;
				line-height: 20px;
				margin-bottom: 100px;
				padding-top: 25px;
			}

			.column{
				height: 400px;
			}

			.grid{
				display: grid;
				grid-template-columns: auto auto;
				grid-column-gap: 10px !important;
				grid-row-gap: 20px;
			}

			.project-thumb{
				width: 100%;
				height: 300px;
				background-position: center;
				background-repeat: no-repeat;
				background-size: cover;
			}

			.project-tittle-thumb{
				width: 30%; 
				font-size: 12px;
				line-height: 16px;
				float: left;
			}

			.project-categories-thumb{
				width: 45%;
				margin-left: 15%;
			 	padding-bottom: 20px;
			 	font-size: 12px;
				line-height: 16px;
				float: left;
			}


		}

