/*--------------PLEASE PLACE ALL CUSTOM CSS HERE ---------*/


@media only screen and (min-width: 992px) {
	
}

@media only screen and (min-height: 600px) and (max-height: 850px) {
  main#content {min-height: 85vh;/* max-height: 600px; */display: flex;justify-content: center;align-items: center;}
}

@media only screen and (min-width: 768px) {
	
}