html {
  position: relative;
  min-height: 100%;
}

body {
  /* padding-top: 3.5rem; */
  padding-top: 97px;
  margin-bottom: 72px; /* 10.5rem */
}

.container {
	max-width: 1680px;
}

.footer {
    position: fixed; /* absolute */
    bottom: 0;
    width: 100%;
    height: 66px;
    z-index: 10001;
    /* line-height: 10.5rem; */
    /* background-color: #f5f5f5; */
}
