#header{
	background: black;
	color: white;
	padding: 0px 0px;
}
#signup a{color: white;
	text-decoration: none;
	padding: 10px 15px;
	display: block;
}
#signup li{
	float: right;

}
#header h6{
	padding-top: 10px;
}
#signup a:hover{
	color: black;
	background: yellow;
}
#intro{
	background: url('practical2 img/intro-bg_1.jpg') no-repeat center;
	background-size: cover;
	min-height: 680px;

}
.inner-banner-image{
	position: relative;
	width:49.5%;
	height: 300px;
	background: rgba(00,00,00,0.5);
	left: 25%;
	top: 200px;
}
.banner-content{
	padding-top: 70px;
	padding-bottom: 0px;

}
.banner-content h1{
	margin-bottom: 0px;
}
.banner-content p{
	margin-bottom: 30px;
}
.image{
	object-fit: center;
	width: 100%;
}
.footer-before{
	margin: 40px 0px 20px 0px;
}
.image{
	margin-bottom: 30px;
}
#footer{
	background: black;
	padding: 2px 0px;
}
#footer p{
	margin-top: 10px;
}