@charset "UTF-8";
/* CSS Document */

/*
	 CSS RESET
*/

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, 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{
	width:100%;
	background-color:#333333; 
	height:1000px;
	overflow-x: hidden;

}

#warning { 
	position:relative; 
	padding-top:3%;
	padding-left:15%;

}


h4{	padding-left:41px;
	font-size:18px;
	line-height:22px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#fff;}

p{ 	padding-left:41px;
	padding-bottom:60px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#fff;}

a{color:red;} a:hover{color:#fff}





/*Section 1*/
#home {
display:none;
}


#home article {
display:none;
}
	

	
#navbar {display:none;}





/*Section 2*/


#who { 
display:none;
}

#who article { 
display:none;

}




/*Section 3*/

#what { 
display:none;
}

#what article { 
display:none;
}


#type {
display:none;
}


#type2 {
display:none;
}


/*FOLIO 4*/

#folio { 
display:none;
}

#folio article { 
display:none;
}

#navigation{display:none}


/*WORKERS*/


#work {
display:none;
}

#work article { 
display:none;
}



/*Section 6*/


#contact { 
display:none;
	
}


#contact article { display:none;

}








