
h1{
	font-size: 100px;
}
#nav_global ul{
	display: flex;
}
#nav_global ul li a{
	color: #000;
	text-decoration: none;
}
.main{
	position:relative;
}
.txt{
	position: absolute;
	font-size: 57px;
	font-family: 'Raleway', sans-serif;
	color: #fff;
	top:50%;
	left:5%;
	font-weight:100;
}
.span{
	font-size: 30px;
}
