body{
	margin:0;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	background:url('./img/atlantidevoyages.jpg') top center no-repeat;
	background-size:1920px;
	height: 7200px;
}

@media screen and (max-width: 767px) {  
	body{
		background:url('./img/atlantidevoyages-mobile.jpg') top center no-repeat;
		background-size:100%;
		height: 6000px;
	}	
}