@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 Section*/
.header-ob {
	background: rgba(255, 255, 255, 0.5);
	padding-top: 3rem;
	padding-bottom: 3rem;
	text-align: center;
}

.header-data {
/*	background: rgba(255, 255, 255, 0.5);*/
	text-align: center;
	padding-bottom: 3rem;
	padding-left: 15rem;
	padding-right: 15rem;
}

.header-ob h2 {
	font-weight: 800;
	padding-bottom: 3rem;
}

.header-data h3 {
	background-color: #660000;
	color: #FFF;
	padding: 5px;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: left;
	border-radius: 15px;
}
/*Header Section*/

.header-data ul li {
	text-align: left;
}

.header-data ul li a {
	text-decoration: none;
	font-size: 1.2rem;
	padding: 5px;
	color: #000000;
	
}

.header-data ul li a:hover {
	background-color: #660000;
	color: #FFFFFF;
}


.text-header {
	background: rgba(255, 255, 255, 0.5);	
}

.text-detail {
	text-align: center;
	padding-bottom: 3rem;
	padding-left: 15rem;
	padding-right: 15rem;
	
}


.text-detail h4 {
	background-color: #660000;
	color: #FFF;
	padding: 5px;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: left;
	border-radius: 15px;
	
}

.text-detail ul li {
	text-align: left;
}

.text-detail ul li a {
	text-decoration: none;
	font-size: 1rem;
	padding: 5px;
	color: #000000;
	
}

.text-detail ul li a:hover {
	background-color: #660000;
	color: #FFFFFF;
	
	
}

@media screen and (max-width:1000px) {
	.header-data {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.text-detail {
		padding-left: 3rem;
		padding-right: 3rem;
	}
}














