* {
	padding: 0;
	margin: 0;
}

header {
	background-color: #231c1a;
	height: 80px;
	width: 100%;
}

h1 {
	color: white;
	right: 5vw;
	top: 0;
	line-height: 80px;

}

header h1 {
	position: absolute;
	left: 120px;
	top: 0;
	line-height: 80px;
}

header ul {
	position: absolute;
	right: 5vw;
	top: 0;
	line-height: 80px;
}

header li {
	display: inline;
	margin-right: 4vw;
}

header a {
	color: white;
	text-decoration: none;
}

header a:hover {
	text-decoration: underline;
}

.bblb1 {
	background-color: antiquewhite;
	color: white;
	height: 80vh;
	background-image: url("../img/3.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;

}

.bblb1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

h2 {
	font-size: 80px;
}

.bblb1 p {
	color: aqua;
	font-size: 20px;
	margin: 15px;

}

.bblb1 a {
	color: white;
	text-decoration: none;
	border: 1px solid white;
	padding: 10px 20px;
	border-radius: 5px;
}

.bblb2 {
	background-color: lightblue;
	color: red;
	height: 205px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	line-height: 1.8em;

}
.bblb3{
	display: flex;
}
.bblb4{
	width: 50%;
	background-color: white;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.bblb3 video{
	width: 50%;
}

footer {
	background-color: #010;
	color: white;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
}
footer a{
	color: white;
	text-decoration: none;
}