/*
CA1 assignment
buisness website for sports enthusiasts

Author:li dechen
Date: 6 May
HP:98808096
Email:lidechen0002@gmail.com
*/



@charset "utf-8 ";
<!--
/*
CA1 assignment
buisness website for sports enthusiasts

Author:li dechen
Date: 6 May
HP:98808096
Email:lidechen0002@gmail.com
*/


/*html and body styles*/
html{
	background-image:url(bg2.jpg);


}
body>section article#about_HIE h1{
	padding-right:5cm;
}


body>section#left{
	border-style:solid;
	border-color: rgb(83, 3, 3);
	border-width:2px;
	max-width:500px;
	margin-left:4.2em;
	position: relative;
	left:2.75cm;
	bottom:-0.6cm;
	margin-bottom:1.1cm;
	opacity: 0.8;
	

}
body>section#right{
	border-style:solid;
	border-color: rgb(83, 3, 3);
	border-width:2px;
	position: relative;
	bottom:23.1cm;
	left:17.75cm;
	max-width:400px;
	opacity: 0.9;

	
}

body>section{
	background-color:rgb(195, 190, 207);
	
}
body{
	max-width: 1000px;
	max-height: 1000px;
}
body>footer{
	color:rgb(250, 246, 246);
	background-color:rgb(8,8,8);
	position: relative;
	bottom:23.7cm;
	left:4.55cm;
	max-width:902.5px;

}
html {
    background: url(bg2.jpg) center center fixed ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/*navigation list styles*/
header nav ul li{
	font-size:1cm;

	float:left;
	display:block;
	position: relative;
	bottom:0.6cm;
	left:3.45cm;
	width: 7.88cm;
	background-color: rgb(74, 74, 88);
	color: rgb(243, 242, 242);
	border-color:rgb(8,8,8);
	border-width:2px;
	border-style: groove;
	opacity: 0.8;



}
header nav ul li a{
	display:block;
	color: rgb(8,8,8);

	text-align: center;

}
header>img#logo{
	position: relative;
	left:4.54cm;
	border-style: double;
	border-width:2px;
	border-color: rgb(8,8,8);

	
}


