body, html {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	
}

ul{
	background: background: rgba(0,0,0,0.8);

}

li {
	float: left;
	display: block;
	padding:  15px;
	background: rgba(0,0,0,0.8);



}

ul li a {
	color: white;
	text-decoration: none;
	padding: 6px 110px;
	
	;
}
ul li a:hover {
	background: black;

}



.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.firstphoto{
	background: black;
}

.firstphoto img{
	display: block;
	margin: 0px auto;
	position: relative;
	top: 100px;

}
.secondtphoto {
	background: black;

}

.secondtphoto img {
	display: block;
	margin: 0px auto;
	position: relative;
	top: 50px;
	width: 630px;

}

main h2{
	text-align: center;
	margin-top: 130px;
}

main h2 span {
	font-size: 55px;
}

.section1 img {
	display: block;
	width: 400px;
	margin: 0px auto;
	transform: rotate(15deg);
}

.section2 h2 {
	text-align: center;
	margin-top: -35px;
	font-size: 40px;
}
main video {
	background: black;
}

footer {
	background:#86868b;
	color: black;
	text-align: center;
	
}