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

h1 {
	color: white;
	text-align: center;
	height: 50%;
	margin: 0;
	position: relative;
	top: 20%;
	font-size: 72px;
	font-family: 'Quicksand' ;
	font-weight: 500;

}


h2 {
	color: white;
	text-align: center;
	margin: 0;
	position: relative;
	bottom: 19%;
	font-size: 30px;
	font-family: 'Quicksand' ;
	font-weight: 500;

}

#block1 p{	color: white;
	text-align: center;
	margin-top: 10%;
	position: relative;
	font-size: 18px;
	font-family: 'Quicksand' ;
	font-weight: 500;

}

#block1{
height: 900px;
background-color: black;
}

/*#block1 img[src="bar.png"]{
margin-left: 50%;

}*/



#block1 table{
	position: relative;
	bottom: 10%;
	text-align: center;
	/*border-top: 1px solid white;*/

	
}

#block1 img {
     position: relative;
     z-index: 999;
 } 



#block1 img:hover{
transition: all .2s ease-in-out; 
 transform: scale(1.5);
}


#block2{
background-color: transparent;
}

#people{
margin-bottom: 1000px;	
}




#block3{
	background-color: black;
}


#white{
	background-color: black;
	width: 100%;
	min-height: 100%;
	margin-bottom: 1000px;	
}

#block4{
	width: 75%;
	margin-right: auto;
	margin-left: auto;
}


#block6{
margin-bottom: 1000px;
}

#block 1 p{
	margin-bottom: 1000px;
}



p{
	color: white;
	text-align: right;
	margin-right: 5%;
	position: relative;
	font-size: 16px;
	font-family: 'Quicksand' ;
	font-weight: 500;

}

