@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);
	padding-top: 3rem;
	padding-bottom: 3rem;
	padding-right: 15rem;
	padding-left: 15rem;
	
}

.header-text a1{
	text-align: center;
	font-size: 2.5rem;
}
.header-text h4 {
	text-align: center;
	font-weight: 500;
}

.header-text p {	
	padding-top: 1rem;
	color: #000000;
		
}

.header-text a {
	font-size: 1rem;	
	text-decoration: none;
	color: #000000;
	padding: 5px;
	border-radius: 8px;
}

.header-text a:hover {
	background-color: #660000;
	color: #FFFFFF;
}


.header-text aa {
	font-size: 1rem;	
	text-decoration: none;
	color: #000000;
	padding: 5px;
	border-radius: 10px;
}
.header-text aa:hover {
	background-color:#660000;
}

.header-detail {
	background: rgba(255, 255, 255, 0.5);
	text-align: center;
	padding-bottom: 3rem;
}

.header-detail img {
	width: 50%;
	border-radius: 10px;
}


@media screen and (max-width: 1000px) {
	.header-text {
		padding-left: 3rem;
		padding-right: 3rem;
	}	
	
}







