@charset "utf-8";
/* CSS Document */



.spacing {
	line-height: 1;
	letter-spacing: -.07em;
}
.line-height {
	margin: 0px;
	line-height: 1;
	letter-spacing: -.09em;
}

.align-mid {
	display: flex;
	justify-content: center !important;
	align-items: center !important;
}

#copyright {
padding-top: 20px;
text-align: right;
}

#mapvenue {
    position: absolute;
	background-color: white; 
	width: 100%; 
	margin-top: -325px;
	  
}


/* Laptop */
@media screen and (max-width: 1380px) {




}

/* Mobile */
@media screen and (max-width: 770px) {
	
  #copyright {
  text-align: left;
  padding-top: 20px;
  }
	
  #mapvenue {
  position: static;
  margin-top: 0px;
	 
  }

	.mobile-align-center {	
		text-align: center;
	}
	

}
