@media screen and (min-width:641px) {
	
	div.section1 > div.logo {
		background-image: url("../img/safemoni-medium.jpg");
		height:587px;
	}
	div.section1 > div.text {
		position:absolute;
		top:280px;
		background-image:none;
		background-color:transparent;
	}
	div.section1 > div.text > h2 {
		max-width:961px;
		color:#FFF;
		font-size:45px;
		font-weight: 400;
		text-shadow: 0 0 15px rgba(9,21,66,.7);
	}
	div.section1 > div.text > p {
		max-width:961px;
		color:#FFF;
		font-size:25px;
		text-shadow: 0 0 15px rgba(9,21,66,.7);
	}
}