@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 {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	background: rgba(255, 255, 255, 0.5);
	padding-top: 3rem;
	padding-bottom: 5rem;

}

.header-t h2 {	
	text-align: center;
	font-weight: 800;	
	padding-bottom: 1.5rem;
}

.header-h {	
	padding-left: 15rem;
	padding-right: 15rem;
	padding-bottom: 2rem;
	
}

.header-h h3 {
	background-color: #660000;
	color: #FFFFFF;
	justify-content: center;
	padding: 5px;
}

.header-h ul li a {
	text-decoration: none;
	color: #333;
	padding: 5px;
}

.header-h ul li a:hover{
	background-color: #660000;
	color: #FFFFFF;
}

.detail-text1 {
	background: rgba(255, 255, 255, 0.5);
	padding-bottom: 1rem;
	text-align: center;
}

.detail-text2 {
	background: rgba(255, 255, 255, 0.5);
	text-align: center;
	
}

.detail-text2 img {
	width: 60%;
}

.detail-text3 {
	background: rgba(255, 255, 255, 0.5);
	text-align: center;
	padding-top: 3rem;
	padding-bottom: 2rem;
}
.detail-text3 img {
	width: 60%;
}

.detail-text4 {
	background: rgba(255, 255, 255, 0.5);
	text-align: center;
	padding-top: 3rem;
	padding-bottom: 2rem;
}
.detail-text4 img {
	width: 60%;
}

.detail-text5 {
	background: rgba(255, 255, 255, 0.5);
	text-align: center;
	padding-top: 3rem;
	padding-bottom: 2rem;
}
.detail-text5 img {
	width: 60%;
}

.detail-text6 {
	background: rgba(255, 255, 255, 0.5);	
	text-align: center;
	padding-top: 3rem;
	padding-bottom: 2rem;
}
.detail-text6 img {
	width: 60%;
}
.detail-text7 {
	background: rgba(255, 255, 255, 0.5);	
	text-align: center;
	padding-top: 3rem;
}

.detail-text8 {	
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	text-align: center;	
	padding-top: 2rem;
	padding-bottom: 2rem;
	grid-gap: 5px;
	padding-left: 1rem;
	padding-right: 1rem;	
}

.detail-text8 img {
	width: 100%;	
}

.detail-text9 {
	background: rgba(255, 255, 255, 0.5);
	padding-left: 15rem;
	padding-right: 15rem;
	padding-top: 1rem;
	padding-bottom: 2rem;
}
.detail-text9 ul li a {
	text-decoration: none;
	color: #000000;
	padding: 5px
}

.detail-text9 ul li a:hover {
	background-color: #660000;
	color: #FFFFFF;
	
}


@media screen and (max-width:1000px){
	.header-h {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		align-items: center;
		padding-left: 3rem;
		padding-right: 3rem;
	}
}

@media screen and (max-width:1000px) {
	.header-h {
		padding: 0rem 3rem;		
	}
	
	.detail-text9 {
		padding: 0rem 3rem;
	}
}




