
 ul {
	padding: 0;
}
.text-wrapper ul li {
	font-family: "Century Gothic", sans-serif;
	font-size: 125.45px;
	text-transform: uppercase;
	text-align:center;
	margin:0;
	list-style:none;
	line-height: 100px;
}

.nav li a {
	list-style: none;
	text-decoration: none;
	color: #000000;
	font-family: "Century Gothic";
	font-size: 14px;
}


.line {
	position: relative;
	z-index: 1;
	color:#494949;
}

.line:before {
border-top: 14px solid #000000;
content: "";
margin: 0 auto; /* this centers the line to the full width specified */
position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
top: 43%;
left: 0;
right: 0;
bottom: 0;
width: 68%;

}
@media screen and (min-width: 767px) {
	.wrapper{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10%;
	width: 600px;
}

.nav ul {
	 text-align: center;
}

.nav li {
	list-style:none;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}


footer {
	margin: 0 auto;
	width: 181px;
}
	footer p {
	font-size: 11px;

}
footer a {
	text-decoration: none;
	color: #000000;
}

 }

@media screen and (max-width: 736px) {
	.wrapper {
		margin-top: 6%;
	}
	
	.text-wrapper ul li {
		font-size: 100.45px;
	    line-height: 78px;
	}

	.nav ul {
		text-align: center;
	}
	.nav li {
	list-style:none;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	}

	.nav li a {
		font-size: 20px;
	}
	.line:before {
		border-top: 10px solid #000000;
    	width: 45%;
	}
	footer {
		text-align:center;
	}
	footer a {
		text-decoration: none;
		color: #000000;
		font-size: 14px;
		font-family: "Century Gothic";
	}

 }
 @media screen and (max-width: 414px) {
	.wrapper {
		margin-top: 30%;
	}
	
	.text-wrapper ul li {
		font-size: 100.45px;
	    line-height: 78px;
	}

	.nav ul {
		text-align: center;
	}
	.nav li {
	list-style:none;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	}

	.nav li a {
		font-size: 20px;
	}
	.line:before {
		border-top: 10px solid #000000;
    	width: 75%;
	}
	footer {
		text-align:center;
	}
	footer a {
		text-decoration: none;
		color: #000000;
		font-size: 14px;
		font-family: "Century Gothic";
	}

 }