		* {
			margin: 0;
			padding: 0;
			font-weight: normal;
			font-size: 18px;
		}

		header {
			text-align: left;
			background: #097054;
			color: black;
			font-size: xx-large;
			padding: 5px;
			text-decoration: none;
		}

		header a {
			text-decoration: none;
			margin-left: 20px;
			color: #ffde00;
		}

		.headerstyle {
			text-transform: uppercase;
			display: flex;
			flex-wrap: wrap;
			font-size: larger;

		}

		.headerstyle a {
			text-decoration: none;
			margin-left: 20px;

		}

		.head {
			display: flex;
		}

		.logo {
			display: flex;


		}

		.logo a {
			/*align-content: flex-end;*/
			display: flex;
			font-size: xx-large;
			padding: 0 0 0 2em;
			align-items: center;
			justify-content: center;

		}

		.logo a:hover {
			color: red;
		}

		.cad {
			height: 4rem;
			width: 4rem;
			padding: .5rem;

		}



		/* Start of Login code */
		.login-page {
			margin: 5em 0 7rem 5em;
		}

		.login-page .wrapper {
			background-color: #E86227;
			width: 85%;
		}

		.login-page .wrapper h4 {
			font-size: xx-large;
			padding: 0 0 1.5rem 0;
		}

		.login-page .wrapper p {
			font-size: x-large;
			padding: 0 0 1rem 0;
		}

		.button {}

		.user {
			padding: 1em 1em 1em 1em;
			margin: 0 0 0 5em;

		}

		.login {
			background-color: #ff9900;
			width: 6em;
			height: 3em;
			border-radius: 2em;
			font-size: large;
			padding: 0;
			margin: 0;

		}

		.login:hover,
		.signup:hover {
			background-color: red;
		}

		.signup {
			background-color: #ff9900;
			width: 6em;
			height: 3em;
			border-radius: 2em;
			font-size: large;
			padding: 0;
			margin: 0;

		}

		.login a,
		.signup a {
			text-decoration: none;
			color: black;
			padding: 0;
			margin: 0;
		}

		.login a:hover,
		.signup a:hover {
			color: #ffde00;
		}

		.login-button {
			padding: 1em 1em 1em 1em;
			margin: 1em 1em 1em 1em;
		}

		.login-text {
			font-size: large;
			padding: .5em .5em .5em .5em;
		}

		.signuplink {
			text-decoration: none;
		}

		.signuplink a {
			text-decoration: none;
			color: greenyellow;
		}

		.forgotten-password {
			text-decoration: none;
			color: greenyellow;
		}

		.forgotten-password a {
			text-decoration: none;
			color: black;
		}

		/*  End of Login code */

		/* Add a black background color to the top navigation */
		.topnav {
			background-color: #ff9900;
			overflow: hidden;
		}

		/* Style the links inside the navigation bar */
		.topnav a {
			float: left;
			display: block;
			color: black;
			text-align: center;
			padding: 14px 16px;
			text-decoration: none;
			font-size: 17px;
		}

		/* Add an active class to highlight the current page */
		.active {
			background-color: #4CAF50;
			color: white;
		}

		/* Hide the link that should open and close the topnav on small screens */
		.topnav .icon {
			display: none;
		}

		/* Dropdown container - needed to position the dropdown content */
		.dropdown {
			float: left;
			overflow: hidden;
		}

		/* Style the dropdown button to fit inside the topnav */
		.dropdown .dropbtn {
			font-size: 17px;
			border: none;
			outline: none;
			color: black;
			padding: 14px 16px;
			background-color: inherit;
			font-family: inherit;
			margin: 0;
		}

		/* Style the dropdown content (hidden by default) */
		.dropdown-content {
			display: none;
			position: absolute;
			background-color: #f9f9f9;
			min-width: 160px;
			box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
			z-index: 1;
		}

		/* Style the links inside the dropdown */
		.dropdown-content a {
			float: none;
			color: black;
			padding: 12px 16px;
			text-decoration: none;
			display: block;
			text-align: left;
		}

		/* Add a dark background on topnav links and the dropdown button on hover */
		.topnav a:hover,
		.dropdown:hover .dropbtn {
			background-color: #555;
			color: white;
		}

		/* Add a grey background to dropdown links on hover */
		.dropdown-content a:hover {
			background-color: #ddd;
			color: black;
		}

		/* Show the dropdown menu when the user moves the mouse over the dropdown button */
		.dropdown:hover .dropdown-content {
			display: block;
		}

		/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
		@media screen and (max-width: 600px) {

			.topnav a:not(:first-child),
			.dropdown .dropbtn {
				display: none;
			}

			.topnav a.icon {
				float: right;
				display: block;
			}
		}

		/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
		@media screen and (max-width: 600px) {
			.topnav.responsive {
				position: relative;
			}

			.topnav.responsive a.icon {
				position: absolute;
				right: 0;
				top: 0;
			}

			.topnav.responsive a {
				float: none;
				display: block;
				text-align: left;
			}

			.topnav.responsive .dropdown {
				float: none;
			}

			.topnav.responsive .dropdown-content {
				position: relative;
			}

			.topnav.responsive .dropdown .dropbtn {
				display: block;
				width: 100%;
				text-align: left;
			}
		}

		/*nav ul {
	margin: 5px;
	padding: 5px;
	float: right;
	border: solid thin;
}
nav li {
	list-style-type: none;
}
nav a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: black;
	text-decoration: none;
	background-color: 0099cc;
	display: block;
	padding: 10px;
	width: 160px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
nav a:hover {
	color: #FFF;
	background-color: #1c6288;
}
*/
		section1 {
			display: block;
			float: right;
			left-margin: 100 px;
		}

		.margin-left {
			margin-left: 25%;
			padding: 1px 16px;
			height: 1000px;
		}

		body {
			margin: 0;
			background-color: #ffffff;
		}

		nav ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
			width: 15%;
			background-color: #f1f1f1;
			position: fixed;
			height: 50%;
			overflow: auto;
		}

		nav li a {
			display: block;
			color: #000;
			padding: 8px 16px;
			text-decoration: none;
		}

		nav li a.active {
			background-color: #4CAF50;
			color: white;
		}

		nav li a:hover:not(.active) {
			background-color: #555;
			color: white;
		}

		/* This is the Start of the Grid*/
		.main-content {
			display: grid;
			grid-template-rows: repeat(1, 1fr);
			grid-template-colums: repeat(2, 1fr);
			grid-gap: 20px;
			padding: 0em;

		}

		.portfolio {
			display: grid;
			padding: 0em;
			margin: 2rem 0 2rem 0;

		}

		.portfolio-item {
			display: grid;
			grid-template-rows: repeat(1, 1fr);
			background: #E86227;
			opacity: 1;
			color: #333;
			justify-content: center;
			align-self: center;
			font-size: x-large;
			padding: 1.5em .5em 1.5em .5em;
			margin: 1em 0em 1em 0em;
		}

		.portfolio h1 {
			font-weight: bold;
			font-size: larger;
		}

		.portfolio h2 {
			font-size: x-large;
		}

		/* This is the Stop of the Grid*/

		.main {
			padding: 0em;
		}

		.links-main h1 {
			font-size: xx-large;
			padding: 1em 0 0 1em;
			margin: 1em 1em;
		}

		.links-main h2 {
			margin: 1em 1em;
		}

		@media screen and (max-width: 600px) {
			nav ul {
				width: 30em;
			}
		}


		.firstbox {
			color: gray;
			border: medium black solid;
			padding: 10em;
			margin: 25em;
			width: 60%;
		}

		.secondbox {
			color: gray;
			border: medium black solid;
			padding: 5px;
			margin: 25px;
			width: 60%;
		}

		.thirdbox {
			color: gray;
			border: medium black solid;
			padding: 5px;
			margin: 25px;
			width: 60%;

		}

		.fourthbox {
			color: black;
			border: thick red solid;
			padding: 5px;
			margin: 25px;
			width: 60%;
			text-align: center;
		}

		.ref-container {
			width: 90%;
			margin: 0 0 0 2.5rem;

		}

		h5 {
			font-weight: bold;
		}

		.footer-container {
			background-color: #097054;
			width: 100%;
			position: fixed;
			bottom: 0;
			left: 0;
			right: 0;
			height: 3em;
			clear: both;
		}

		footer {
			margin: 0 0 0 0;
			padding: 1em 1em 1em 1em;

		}