html,
body
 { background:#7f6b5a;}


@media (min-width: 1024)  {
main {
 	display: block;
	position: relative;
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
	z-index: 100;
	margin-bottom:80px;
 }
}


@media (min-width: 768px) and (max-width: 1023px) {
main {
 	display: block;
	position: relative;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
	z-index: 100;
	margin-bottom:80px;
 }
}



h1.page-title {  
	text-align: center;
  }


#open-modal-destinations {
display:none;
content:none;
}


