/* CSS Document */

body{
	
font-family: Times;
margin: 0;

}



header, footer {
	
background: #B3080A;
height: 70px;
padding-left: 20px;
line-height: 70px;

}



.banner
{
	
	height: 400px;
	background: url("../img/Suitimg.jpg");
	background-size: cover;
	font-size: 50px;
	color: black;
	line-height: 400px;
	text-align: center;
	text-align: top;
}


article
{
	width: 50%;
	margin: 0 auto;
	height: 500px;
	border: solid 4px #000000;
	
}


.logo img
{
height: 70px;	
font-size: 14px;	
	
	
}


.menu
{
	
	position: absolute;
	right: 19px;
	top: 1px;
}


.menu2
{
	
	position: absolute;
	text-align: center;
	padding-left: 170px;
}


.link
{
	width: 145px;
	float: right;
	text-align: center;
	border-left: 1px solid #000000;
	color: aliceblue;
	transition: ease-in-out .1s;
	
}

.link2
{
	width: 145px;
	float: right;
	text-align: center;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	color: black;
	transition: ease-in-out .1s;
	
}


.link:hover
{
	
	background: #730507;
	
}

h1
{
	text-align: center;
	font-size: 30px;
}

p
{
	text-align: center;
}

p4{
	text-align: center;
	padding-left: 320px;
	font-size: 20px;
}

.Picture img
{
	width: 50%;
	padding-left: 200px;
}

.level img
{
	
	
	width: 50%;
	padding-left: 200px;
}

.Pictureesc img
{
	width: 50%;
	padding-left: 200px;
	padding-top: 50px;
}

.Notable
{
	height: 1200px
	
}

.hotItem img
{
	width: 75%;
	padding-left: 110px;
	
}

.index{
	
	height: 600px;
}