*{box-sizing: border-box;
	font-size: 1em;


}
.title{
	position: relative;
	width: 100%;
	height: 800px;
	padding: 5%;
	background-color: black;
	color: white;
	font-family: "Gotham";
		transition: all 2.5s ease;
	}
.title:hover{
	transition-timing-function: 2.5s;
	background: transparent;
}
#h1{
	position: absolute;
	text-align: left;
	left:50%;
	font-size: 5em;
	top: 10%;
	display: inline-block;
	text-transform: uppercase;
	background:transparent;
}
#h6{
	position: absolute; 
	text-align: right;
	left:25%;
	font-size: 4em;
	background-color: transparent;
}

.container{
	position: absolute;
	width:25%;
	top:10%;
	left: 40%;
	font-size: 1em;
	text-align: center;

	}


