/* CSS Document */
@import url(typography.css);
@import url(layout.css);

html{scroll-behavior:smooth}

body {
	font-size: 1.3125rem;
	line-height: 1.6;
	margin: 0px;

  }


#footer{
	
	background: #f2f2f2;
    color: #333;
	letter-spacing: normal;
	padding-top: 25px;
	padding-bottom: 25px;
}

