	/* Client View.css */
	/*html{
		background-image: 
			url("Eagle Eye Sketch.jpg");
		height: 200px;
 		background-repeat: no-repeat;
 		background-position: top left;
 		background-color: lightgrey;
 		background-size: 175px;

	}*/
 
	*{
		box-sizing: border-box;
	}
 
	body{
		margin: 0;
		background-color: lightgrey;
		overflow-x: hidden;
 
 
 
	}
	
 
	.menu{
		width: 100%;
		background: black;
		overflow: auto;
		position: relative;
		top: -510px;
		font-weight: bold;
 
 
 
	}
 
	.menu ul{
		padding: 0;
		margin: 0;
		line-height: 60px;
		list-style: none;
		position: sticky;
 
	}
 
	.menu li{
		float: left;
		position: sticky;
 
	}
 
	.menu li a:hover{
		
		transition: 0.6s;
		font-size: 19px;
		color: #1A2B6D;
 
	}
 
	.menu ul li a{
		width: 130px;
		display: block;
		text-align: center;
		letter-spacing: 1px;
		background: black;
		text-decoration: none;
		color: white;
		font-size: 22px;
		font-family: sans-serif;
		position: sticky;
 
	}
 
	.search-form{
		margin-top: 15px;
		float: right;
		margin-right: 100px;
 
	}
 
	input[type=text]{
		padding: 7px;
		border: none;
		font-size: 16px;
		font-family: sans-serif;
 
	}
 
	button{
		float; right;
		background: grey;
		color: white;
		border-radius: 0 5px 5px 0;
		cursor: pointer;
		position: relative;
		padding: 7px;
		font-family: sans-serif;
		border: none;
		font-size: 16px;
	}
	button a:hover{
		cursor: pointer;
	}
	/* Above is for the NAV and SEARCh bar*/
 
	

 	h3 > p{
 		font-size: 120px;
		text-align: center;
		color: #1A2B6D;
		position: relative;
		top: 14px;
		left: 0px;
		background-color: transparent;
		
 	}

 	.Gold{
 		color: black;
 		position: relative;
 		top: -240px;
 		left: 0px;
 		background-color: transparent;
 	}
 	
	#name{
		font-size: 40px;
		text-align: center;
		color: #1A2B6D;
		position: relative;
		top: -390px;
		right: 475px;
		left: 0px;
		font-family: serif;
		background-color: transparent;
	}
	.nameGold{
		color: black;
		font-size: 40px;
		position: relative;
		top: -475px;
		left: 450px;
		background-color: transparent;
	}

	/*.Camera{
		position: relative;
		top: -675px;
		left: 600px;
	}*/

	.Eye{ /* Right Side Top Image*/
		position: relative;
		top: -754px;
		left: 1135px;

	}
	.Eye2{ /* Left Side Top Image */
		position: relative;
		top: -754px;
		left: -455px;

	}
	#title{
		text-align: center;
		position: relative;
		top: -650px;
		font-size: 70px;

	}
	
	::-webkit-input-placeholder{
		font-family: serif, sans-serif;
	}
	::-moz-input-placeholder{
		font-family: serif, sans-serif;
	}
	::-ms-input-placeholder{
		font-family: serif, sans-serif;
	}