#Wrap1{
	margin-top: 15px;
}
#Wrap1Inner img{
	border: solid 6px #E1DCD0;
}
.LogTitle{
	max-width: 1227px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('/wp-content/uploads/2022/11/wood-nathan-dumlao-J2gEgTPM_OA-unsplash-copy.png');
	background-repeat: no-repeat;
	margin-bottom: 15px;
	padding: 10px 30px 10px 30px; 
}
.LogTitle h1{
	color: #E1DCD0;
	font-size: 70px;
	padding-top: 10px;
}
@media only screen and (max-width: 477px) {
	.LogTitle h1{
		font-size: 36px;
		margin-bottom: 0px;
		padding-top: 5px;
	}
}