@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 .container {
	background: rgba(255, 255, 255, 0.5);
	text-align: center;	
}

.header .header-pic {
	padding: 2.5rem 2.5rem;
}
.header .header-pic a {
	font-size: 2.5rem;
}
.header .header-pic img {
	padding-top: 1.5rem;
	width: 85%;	
}