{ margin: 0;
padding: 0;
}

header {
	background-image: url(../Falcon.jpg);
	height: 100vh;
	background-size: cover;
	background-position: center;
}

ul{

	float: right;
	list-style-type: none;
}

ul li{
	display: inline-block
}

ul li a{
	text-decoration: none;
	color: #fff;
	padding: 5px 20px;
	border: 1px solid #fff;
	transition: 0.6s ease
}
ul li a:hover{
	background-color: #fff;
	color: #000
}

.title h1{
          color: #fff;
		  font-size: 100px;
}

.title h1{
		  position: absolute;
		  top: 50%;
		  left: 50%;
		  transform: translate(-50%, -50%);
}

.subtitle h2{
	        color: #fff;
			font-size: 30px;
}

.subtitle h2{
			 position: absolute;
			 top: 80%;
			 left: 50%;
			 transform: translate(-50%, -50%);
}