/*
 * Custom CSS
 */

html 
{
  scroll-behavior: smooth;
}

.max-960
{ 
	max-width: 960px; margin: 0 auto; 
}

.max-720
{ 
	max-width: 720px; margin: 0 auto; 
}