@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-t {
	background: rgba(255, 255, 255, 0.5);
	padding: 3rem 0rem;
}
.header-t h2 {
	text-align: center;
}

.text-detail {
	padding: 1.5rem 12rem;
	
}
.text-detail img {
	width: 100%;
	padding: 1rem 0rem;
}
.detail-img {
	text-align: center;
	align-items: center;
}
.detail-img img {
	width: 80%;
}
.text-details {
	padding: 1rem 15rem;
}

.text-details ul li a {
	text-decoration: none;
	color: #000000;
	padding: 5px;
}

.text-details ul li a:hover {
	background-color: #660000;
	color: #FFFFFF;
}

@media screen and (max-width:1000px) {
	.text-detail {
		padding: 1rem 3rem;
	}
	
	.text-details {
		padding: 3rem 3rem;
	}
}







