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