		
	@font-face {
				font-family: "apex_font";
				src: url("Apex Regular 2.otf");
			}
	.clear-float {
		clear: both;
	}
	#footer {
		color: white;
		text-align: center;
		background-color: #b4966e;
		padding: 10px;

	}



	.nav img {
		width: 100px;
		float: left;
		height: 70px;
		padding-right: 70px;

		}
	.home-background {
		background-image: url('apexbackground2.jpg');
	    background-repeat: no-repeat;
	    background-size: cover;
        height: 600px;

	}
		.nav {
		list-style-type: none;
		margin: 0  auto;
		padding: 0;
		font-family: 'apex_font', serif;
		} 
		.nav ul {
			list-style-type: none;
		}


		.nav a {
			color: white;
	        font-size: 20px;
	        transition: all 0.5s linear;
	        text-decoration: none;
	        font-weight: bold;

		}

		.nav a:hover {
		  border-bottom: solid red 2px;
		  width: 100%;

	}
		
		.nav {
			display: flex;
			padding: 2% 6%;
			justify-content: space-between;
	  		align-items: center;
	  		list-style-type: none;
			margin: 0  auto;
			padding-top: 10px;

		}
	.nav img {
			position: left;
		}

	.nav ul li {
		padding: 15px 36px;
		display: inline-block;
	}
	.nav-wrapper {
		width: 70%;
		margin: 0 auto;
	}
		body {
			background-color: black;
		}

