body {
	font-family: Arial, sans-serif;
	background-color: #fafafa;
	margin: 0;
	padding: 0;
	color: #333;
	}

.container {
	padding: 0 20px 40px;
	}


h1, h2 {
	color: #5d3878;
	margin-bottom: 10px;
	padding: 0 20px;
	}

.banner {								/* add the background image */
	  background-image: url('http://103.18.1.10/sqf7007/meikie/p1/dnaBanner.jpg');
	  background-size: cover;
	  background-position: center;
	  width: 100%;
	  height: 230px;
	  display: flex;
	  align-items: center;
	  justify-content: flex-start; 			/* aligns the box to the left */
	  color: white;
	}

.header {
	display: flex;
	align-items: center;
	padding: 50px 100px;
	}
	
.footer {
	align-items: center;
	background-color: #5d3878;
	padding: 30px 100px; 
	}

.logo {
	flex: 1;
	font-size: 1.5rem;
	font-weight: bold;
	border: 2px solid ;
	}


.logo img {
	height: 30px;
	}


.title {
	flex: 9;
	margin: 10px;
	color: white;
	font-size: 50px;
	font-family: "Lucida Console";
	font-weight: bold;
	text-shadow:
                0 0 5px #5d3878,
                0 0 10px #5d3878,
                0 0 20px #5d3878,
                0 0 40px #5d3878,
                0 0 80px #5d3878;
	}

.navbar {
	display: flex;
	justify-content: flex-start;
	background-color: #CBC3E3;
	border-bottom: 3px solid #5d3878;
	}

.navbar a {
	margin-left: 20px ;
	font-size: 16px;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	padding: 10px;
	}

.navbar a:hover {
	text-decoration: underline;
	background-color: #f7f0fc;
	padding: 10px;
	cursor: pointer;
	}

.highlight2 { 
	font-weight: 500; 
	}

.highlight2:hover {
	text-decoration: underline;
	cursor: pointer;
	}

