@charset "utf-8";
/* CSS Document */
*
{
	padding: 0;
	margin: 0;
}
body {
	background: url("../Picture/5532862.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	
}
/*Header Section*/

.header-text {
	background: rgba(255, 255, 255, 0.5);
	padding-top: 3rem;
	padding-bottom: 1rem;
	
}

.header-link {
	background: rgba(255, 255, 255, 0.5);
	padding-top: 2rem;
	padding-right: 15rem;
	padding-left: 15rem;
	padding-bottom: 3rem;
}
.header h2 {
	text-align: center;
	font-weight: 800;
	
}
.header-link ul li a {
	text-decoration: none;
	font-size: 1.2rem;
	color: #222222;
	padding: 5px;
}

.header-link ul li a:hover {
	background-color: #660000;
	color: #FFFFFF;
}

/*Header Section*/


/*Image Section*/
.image-detail {
	background: rgba(255, 255, 255, 0.5);
	text-align: center;
	align-items: center;	
}
.image-detail img {	
	width: 70%;
}
/*Image Section*/


@media screen and (max-width:1000px) {
	.header-link {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}


















