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