:root {
  --almost-black: #332d26;
  --dim-grey: #47413c;
  --barley-white: #d2cec4;
  --linen: #ebe6e1;
  --sienna: #a54204;
  --dark-wood: #211106;
  --warm-black: #33241a;
  --footer-grey: #888281;
  --paperwhite: #dfddd9;
  --warm-dim-grey: #473a32;
  --slate-grey: #585757;
  --date-text: #685f56;
  --paperwhite-2: #e7e0de;
  --chosenwhite: #dedcd8;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

a {
  color: #a54204;
  text-decoration: none;
}

a.w--current {
  position: relative;
}

.navbar {
  z-index: 10;
  background-color: var(--almost-black);
  color: #0000;
  text-align: left;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.logo {
  color: #d2cec4;
  text-align: center;
  width: 120px;
  max-width: 100%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.page-name {
  color: #d2cec4;
  text-align: left;
  letter-spacing: 1px;
  font-family: Lato, sans-serif;
  font-size: 42px;
  font-weight: 300;
}

.navsection {
  float: left;
  clear: both;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  padding: 20px 20px 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.navsection.w--current {
  float: left;
  color: #ebe6e1;
  text-transform: uppercase;
  position: relative;
}

.heading-centre {
  color: #403d38;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 40px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 56px;
}

.heading-centre.gallery {
  border-bottom: 1px solid #685f56;
  width: 400px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.body {
  background-color: #dedcd8;
  font-family: Open Sans, sans-serif;
}

.body.dark {
  background-color: var(--almost-black);
}

.nav-menu {
  float: none;
  background-color: var(--almost-black);
  text-align: left;
  object-fit: fill;
  width: 40ch;
  display: inline-block;
}

.hero-progress {
  background-color: #47413c;
}

.hero-pictures {
  height: auto;
}

.gallery-thumbnail {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-block {
  float: none;
  background-color: #211106b3;
  width: 400px;
  display: inline-block;
  position: static;
}

.container-default {
  z-index: 0;
  border: 1px #0000;
  border-width: 1px 0;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.container-default.home-hero {
  text-align: center;
  margin-top: 40px;
}

.container-default.first {
  z-index: 4;
  border: 1px solid #0000;
  margin-top: 100px;
  margin-bottom: 60px;
  position: relative;
  overflow: visible;
}

.section-hero {
  background-image: url('../images/Table0107.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 1px #0000;
  border-top: 1px solid #332d26;
  height: 880px;
  font-family: Lato, sans-serif;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.section-hero.history {
  background-image: linear-gradient(#21110661, #21110661), url('../images/brick-areas.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: 520px;
  position: static;
}

.section-hero.home {
  -webkit-text-fill-color: inherit;
  background-color: #685f56;
  background-image: url('../images/Burr-oak-close.jpg');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  height: 640px;
}

.section-hero.terms {
  background-image: url('../images/billstar-full.jpg');
  background-position: 50%;
  background-size: cover;
  height: 440px;
}

.section-hero.pledge {
  background-color: #332d26;
  background-image: url('../images/arrow-mark-full.jpg');
  background-position: 50%;
  background-size: cover;
  height: 400px;
}

.section-hero.local {
  background-image: linear-gradient(#88828154, #88828154), url('../images/flitwick-outline-map-full.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  height: 320px;
}

.section-hero.stories {
  background-image: linear-gradient(#a542041a, #a542041a), url('../images/stone-furniture-full.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 580px;
}

.section-hero.milling {
  background-image: linear-gradient(97deg, #211106, #0000 46%), url('../images/stone-furniture-full.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 580px;
}

.section-hero.eco {
  background-image: url('../images/ecological-full.jpg');
  background-position: 50%;
  background-size: cover;
  height: 580px;
}

.section-hero.othermills {
  background-image: linear-gradient(#211106a8 20%, #0000), url('../images/hyde-mill-full.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: 680px;
}

.section-hero.potted {
  background-image: url('../images/pit-state.jpg');
  height: 580px;
}

.section-hero.mill {
  background-image: url('../images/stone-floor_1.jpg');
  margin-top: auto;
}

.section-hero.tables {
  object-fit: fill;
  background-image: linear-gradient(#0003, #0003), url('../images/Table0107.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: 440px;
}

.section-hero.yewgrain {
  background-image: url('../images/yewgrain.jpg');
  height: 440px;
}

.section-hero.making {
  background-image: url('../images/Shavings-of-yew-IMG_7848.jpg');
  background-position: 50%;
  height: 440px;
}

.section-hero.values {
  background-image: url('../images/Our-freindly-neighbourhood-kingfisher-IMG_6883.jpg');
  background-position: 50% 40%;
  height: 440px;
  position: static;
}

.navdrawer {
  z-index: 1;
  float: none;
  background-color: var(--almost-black);
  color: #332d26;
  margin-top: 64px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: relative;
}

.navbutton {
  float: none;
  padding: 0;
  display: inline-block;
  position: relative;
}

.navbutton.w--open {
  background-color: #0000;
}

.section-photolight {
  background-image: url('../images/Historic-mill2x.jpg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #0000;
  border-radius: 2px;
  position: static;
}

.section-photolight.bg-rafters {
  background-image: url('../images/Rafters2x.jpg');
  background-size: cover;
}

.section-photolight.eco {
  background-image: linear-gradient(#00000026, #00000026), url('../images/wet-mill-wheel-full.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  height: 440px;
}

.section-heading {
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 58px;
}

.body-text {
  color: var(--dim-grey);
  text-align: left;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 36px;
  display: block;
}

.body-text.block-left {
  width: auto;
}

.body-text.block-left.light.float-right {
  float: right;
}

.body-text.space-below {
  margin-bottom: 60px;
}

.body-text.first {
  margin-top: 60px;
}

.body-text.first.block {
  margin-left: 120px;
  margin-right: 120px;
}

.body-text.space-above {
  margin-top: 40px;
}

.body-text.dark {
  color: var(--barley-white);
}

.button {
  color: #000;
  background-color: #685f5666;
  border: 1px solid #211106;
  border-radius: 6px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  line-height: 42px;
  text-decoration: none;
  display: inline-block;
}

.button.para {
  margin-top: 20px;
  margin-bottom: 20px;
}

.button.latest-update {
  margin-top: 20px;
  margin-left: 0;
}

.button-text {
  color: #211106;
  margin: 10px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 36px;
}

.button-text.dark {
  text-align: left;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 22px;
}

.button-text.light {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 22px;
  text-decoration: none;
}

.section-photodark {
  background-image: linear-gradient(#332d26, #0000 65%), url('../images/Crown-wheel2x.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 1px #0000;
  border-top-style: solid;
  border-bottom-color: #dedcd8;
  height: 700px;
}

.section-photodark.stories {
  background-image: url('../images/High-waterflow2x.jpg');
  background-position: 50%;
  background-size: cover;
  border-style: solid none none;
  border-top-color: #ebe6e1;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
}

.section-photodark.ladder {
  background-image: url('../images/Ladder2x.jpg');
  background-position: 50% 0;
  background-size: 1366px;
  height: 600px;
}

.section-photodark.cobwebs {
  background-image: url('../images/cobweb-corner.jpg');
  background-size: cover;
}

.section-photodark.stuff {
  background-image: linear-gradient(#332d26, #0000 65%), url('../images/milling-stuff.jpg');
}

.section-iconset {
  background-color: #fff;
  border: 1px solid #d2cec4;
}

.section-dark-heading {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 52px;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.container-fullheight {
  height: 100%;
}

.button-pale {
  text-align: center;
  background-color: #58575780;
  border: 2px solid #d2cec4;
  border-radius: 6px;
  width: 420px;
  margin-top: 300px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.button-pale.centre {
  text-align: center;
  width: 300px;
  margin-top: 440px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.icon-for-button {
  color: var(--barley-white);
  width: 96px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.icon-button-container {
  color: #211106;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.icon-button-container.w--current {
  opacity: 1;
}

.icon-button-title {
  text-align: center;
  margin-top: 30px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.icon-button-text {
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.icon-button-text._4-up {
  margin-left: 40px;
  margin-right: 40px;
}

.date {
  color: #685f56;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 32px;
}

.date.latest-update {
  margin-left: 0;
}

.date.inline {
  color: #8f8984;
  margin-bottom: 20px;
  margin-left: 10px;
  font-size: 16px;
}

.sign-up-footer {
  color: #ebe6e1;
  background-color: #888281;
  border-top: 0 #0000;
  border-bottom: 1px #0000;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.sign-up-label {
  color: #ebe6e1;
  background-color: #0000;
  border-style: none;
  border-bottom-width: 2px;
  border-bottom-color: #ebe6e1;
  font-weight: 400;
  display: inline-block;
}

.sign-up-field {
  color: #d2cec4;
  background-color: #0000;
  border: 1px solid #0000;
  border-bottom: 2px solid #ebe6e1;
  width: 400px;
  margin-left: 40px;
  font-size: 20px;
  line-height: 28px;
  display: inline-block;
}

.submit-button {
  color: #ebe6e1;
  background-color: #585757;
  margin-left: 20px;
}

.form {
  margin-top: 10px;
}

.home-heading {
  color: #ebe6e1;
  text-align: center;
  text-transform: uppercase;
  height: auto;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 56px;
  font-weight: 300;
  line-height: 56px;
  display: block;
  position: static;
}

.section-paper {
  background-color: #dedcd8;
  border: 1px solid #dedcd8;
  height: auto;
  display: block;
}

.section-paper.last {
  margin-bottom: 120px;
}

.inline-picture {
  width: 600px;
  margin: 60px auto;
  display: block;
}

.inline-picture.portrait {
  width: 300px;
}

.page-heading {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 300;
  position: static;
}

.page-heading.followed {
  margin-bottom: 10px;
}

.page-heading.lined {
  border-bottom: 1px solid #47413c;
  line-height: 64px;
}

.quad {
  margin-bottom: 60px;
}

.smallprint {
  font-size: 16px;
}

.subtitle {
  color: #685f56;
  text-align: center;
  font-size: 18px;
}

.update-image {
  border: 1px solid #332d2680;
  width: 100%;
  height: 320px;
  margin-bottom: 24px;
  display: block;
}

.update-image.column {
  margin-bottom: 24px;
}

.update-image.column.last {
  margin-bottom: 0;
}

.update-image.compact {
  margin-bottom: 4px;
}

.update-description {
  float: none;
  width: 400px;
  margin-top: 0;
  font-size: 18px;
  line-height: 24px;
  display: block;
}

.update-description.list {
  width: auto;
  max-width: 600px;
  margin-right: 30px;
}

.update-date {
  color: #685f56;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  display: block;
}

.update-row {
  background-color: #fffc;
  border: 0 #0000;
  margin-bottom: 40px;
}

.update-col1 {
  height: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.update-col2 {
  float: none;
  margin-top: 22px;
  display: inline-block;
}

.update-block {
  margin-bottom: 50px;
  margin-left: 20px;
}

.update-image-block {
  margin-bottom: 50px;
  margin-left: 40px;
}

.update-category {
  color: #685f56;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.inline-link {
  font-size: 18px;
  text-decoration: none;
}

.timeline-year {
  color: #dfddd9;
  text-align: center;
  background-color: #8f8984;
  border: 1px solid #8f8984;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.timeline-event {
  background-color: #fffc;
  border: 1px solid #d2cec4;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.timeline-row {
  margin-bottom: 10px;
}

.container-timeline {
  margin-bottom: 100px;
}

.lightbox-row {
  margin-bottom: 60px;
}

.background-video {
  height: 680px;
}

.hero-heading {
  text-transform: uppercase;
  margin-top: 100px;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.hero-heading.light.centre {
  text-align: center;
}

.caption {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 26px;
}

.caption.inpage {
  width: 600px;
  display: block;
}

.lightbox-preview-row {
  margin-bottom: 20px;
}

.button-outline {
  color: #685f56;
  text-align: center;
  background-color: #0000;
  border: 1px solid #685f56;
  border-radius: 6px;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  display: block;
}

.button-outline.updates {
  width: 320px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.button-outline.inline {
  float: left;
  clear: none;
  margin-left: 0;
  margin-right: 10px;
  display: inline-block;
  position: relative;
}

.carousel {
  height: 600px;
}

.slide.gallery1 {
  background-image: url('../images/first-floor-door-full.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide.gallery2 {
  background-image: url('../images/ladder-pitwheel-full.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide.gallery3 {
  text-transform: uppercase;
  background-image: url('../images/ground-floor-chutes-full.jpg');
  background-position: 100% 0;
  background-size: cover;
}

.slide.gallery4 {
  background-image: url('../images/grain-sack-full.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.slide.gallery5 {
  background-image: url('../images/south-side-mill-full_1.jpg');
  background-position: 50%;
  background-size: auto;
}

.slide.gallery6 {
  background-image: url('../images/first-floor-machines-full.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide.gallery7 {
  background-image: url('../images/raised-floor-full.jpg');
  background-position: 50%;
  background-size: cover;
}

.navback {
  z-index: 0;
  background-color: #211106;
  height: 60px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.light {
  color: #fff;
}

.light.right {
  text-align: right;
}

.space-before {
  margin-top: 80px;
}

.latest-update {
  margin: 40px 80px;
}

.term {
  color: #473a32;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
}

.body-pale {
  background-color: #ebe6e180;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.row-text {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 36px;
}

.terms-row {
  margin-bottom: 5px;
}

.latest-update-image {
  float: none;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.list {
  width: 660px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  line-height: 38px;
  display: block;
}

.list.no-indent {
  margin-left: 0;
}

.footer {
  background-color: #47413c;
  border-top: 0 #0000;
  justify-content: center;
  align-items: stretch;
  font-family: Lato, sans-serif;
  font-size: 20px;
  display: flex;
}

.footer-link {
  color: #ebe6e1;
  text-align: center;
  background-color: #0000;
  margin-left: 0;
  font-size: 18px;
  line-height: 32px;
}

.footer-link.w--current {
  margin-left: 0;
}

.footer-link.group {
  text-transform: uppercase;
  font-weight: 400;
}

.footer-link.group.w--current {
  text-transform: uppercase;
}

.footer-row {
  margin-top: 40px;
  font-size: 18px;
  line-height: 32px;
}

.container-footer {
  text-align: center;
  flex: 1;
  margin-top: 40px;
  margin-bottom: 40px;
}

.section-dark {
  background-color: #8f898429;
  display: block;
  position: static;
  overflow: auto;
}

.container-inline {
  margin-top: 0;
  margin-bottom: 0;
}

.image-central {
  margin-top: 10px;
  margin-bottom: 40px;
}

.container-updates {
  padding-top: 0;
}

.image-border {
  border: 1px solid #888281;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quote {
  border-left-color: #888281;
  width: 600px;
}

.row-inline {
  margin-top: 0;
  margin-bottom: 0;
}

.update-video {
  width: 360px;
  margin-bottom: 40px;
  margin-left: 40px;
}

.nav-icon {
  float: left;
  opacity: 1;
  color: var(--linen);
  margin: 4px;
  padding: 8px;
  font-size: 32px;
  line-height: 32px;
}

.nav-icon.w--open {
  background-color: var(--almost-black);
}

.nav-link {
  clear: both;
  color: #ebe6e1;
  text-align: left;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 6px 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  display: block;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.section {
  border: 1px none var(--barley-white);
  margin-top: 40px;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-link.sub {
  margin-bottom: 0;
  margin-left: 20px;
}

.nav-link.home {
  margin-top: 10px;
}

.home.w--current {
  text-align: left;
}

.nav-button-home {
  float: none;
  color: #ebe6e1;
  text-align: center;
  text-transform: none;
  font-family: Lato, sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 58px;
  display: block;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.nav-button-home.w--current {
  float: none;
  color: #ebe6e1;
  text-transform: uppercase;
  background-color: #0000;
  width: auto;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
  display: inline-block;
  position: static;
}

.home-fixed {
  z-index: 12;
  color: #ebe6e1;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.home-fixed.w--current {
  z-index: 12;
  color: #ebe6e1;
  text-align: center;
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.footer-group {
  color: #d2cec4;
  text-transform: uppercase;
}

.update-preview {
  background-color: #fff;
  min-height: 280px;
}

.update-preview.tall {
  height: 380px;
}

.update-preview-text {
  color: #685f56;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.update-preview-image {
  width: 100%;
  overflow: hidden;
}

.crop {
  max-height: 200px;
  overflow: hidden;
}

.crop.tall {
  max-height: 300px;
}

.image {
  overflow: hidden;
}

.nav-menu-label {
  float: left;
  color: #ebe6e1;
  text-transform: uppercase;
  margin-top: 16px;
  margin-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.nav-link-spacer {
  color: #ebe6e1;
  margin-top: 32px;
  margin-right: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  display: block;
}

.nav-link-spacer.w--current {
  color: #fff;
}

.contact-form {
  max-width: 480px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.button-submit {
  background-color: #47413c;
  border-radius: 2px;
}

.success-message {
  background-color: #0000;
}

.error-message {
  color: #a54204;
  background-color: #0000;
  font-size: 18px;
}

.contact-footer {
  margin-bottom: 80px;
}

.container-start {
  margin-top: 40px;
}

.button-filters {
  color: #47413c;
  background-color: #0000;
  border: 1px solid #685f56;
  border-radius: 6px;
  margin-bottom: 8px;
  margin-right: 8px;
  font-size: 12px;
}

.button-filters:focus {
  color: #dfddd9;
  background-color: #685f56;
}

.dropdown-list {
  background-color: #8f8984;
}

.dropdown-list.w--open {
  color: #d2cec4;
  background-color: #ebe6e1;
  box-shadow: -1px 1px 3px #000;
}

.filter-item:hover {
  color: #a54204;
  background-color: #dfddd9;
}

.filter-item.w--current {
  color: #a54204;
  background-color: #d2cec4;
}

.deleteme {
  background-color: #d2cec4;
}

.dropdown-link-7 {
  color: #dfddd9;
}

.dropdown-link-8 {
  color: #211106;
}

.dropdown-link-9 {
  background-color: #888281;
}

.dropdown-link-10 {
  background-color: #d2cec4;
}

.text-block {
  float: left;
}

.container-pagination {
  margin-bottom: 24px;
}

.page-count {
  flex: none;
}

.heading {
  color: #333;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
}

.gentle-heading {
  text-transform: none;
  font-size: 32px;
  font-weight: 300;
  line-height: 44px;
}

.wishlist-link {
  font-size: 18px;
}

.link, .link-2, .link-3 {
  font-size: 16px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.wishlist-below {
  margin-top: 800px;
}

.paragraph {
  font-size: 16px;
}

.home-subhead {
  color: var(--linen);
  text-align: center;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 64px;
  font-weight: 300;
  line-height: 32px;
}

.column-2 {
  height: auto;
  display: block;
}

.image-2 {
  border-radius: 4px;
}

.madeat-heading {
  color: var(--linen);
  text-align: center;
  text-transform: none;
  margin-top: 40px;
  font-family: Lato, sans-serif;
  font-size: 64px;
  font-weight: 300;
  line-height: 80px;
}

.spacer {
  height: 24px;
}

.section-2 {
  background-color: var(--almost-black);
}

.text-block-2 {
  color: #d2cec4;
  font-weight: 300;
}

.list-2 {
  text-align: center;
  display: flex;
}

.list-item, .list-item-2, .list-item-3, .list-item-4 {
  margin-right: 40px;
}

.navbar-2 {
  background-color: var(--almost-black);
  position: static;
}

.madenavlink {
  border-bottom: 4px solid var(--almost-black);
  color: var(--barley-white);
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.madenavlink:hover {
  color: #fff;
}

.madenavlink.w--current {
  border-bottom: 4px solid var(--sienna);
  color: var(--barley-white);
}

.icon {
  background-image: url('../images/Hamburger.svg');
  background-position: 0 0;
  background-size: auto;
}

.lightbox-link {
  margin-top: 10px;
  margin-bottom: 20px;
}

.lightbox-link-2 {
  display: inline-block;
}

.slider {
  height: 520px;
}

.textarea, .text-field, .text-field-2 {
  border-radius: 2px;
}

.paragraph-2 {
  color: var(--barley-white);
  margin-top: 40px;
  margin-bottom: 40px;
}

.navbar-3 {
  background-color: var(--warm-black);
}

.icon-2 {
  color: var(--barley-white);
}

.menu-button-2 {
  background-color: var(--almost-black);
  position: absolute;
}

.menu-button-2.w--open {
  background-color: var(--almost-black);
  text-align: left;
  position: absolute;
}

.container {
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}

.menu-button-3 {
  background-color: var(--linen);
}

.nav-menu-3, .nav-link-2 {
  color: var(--barley-white);
}

.icon-3 {
  background-color: var(--linen);
}

.menu-button-4 {
  color: var(--linen);
}

.newmillnavbar {
  background-color: var(--almost-black);
}

.newmillhamburger {
  float: none;
  clear: none;
  color: var(--linen);
  position: relative;
}

.newmillhamburger.w--open {
  background-color: var(--almost-black);
  position: absolute;
}

.newmillnavmenu {
  float: none;
  background-color: var(--almost-black);
  object-fit: fill;
  width: auto;
  margin-top: 60px;
  padding-bottom: 40px;
  display: inline-block;
}

.newmillnavlink {
  color: var(--footer-grey);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.newmillnavlink.w--current {
  color: var(--linen);
}

.container-2 {
  text-align: left;
}

.container-3 {
  float: none;
  clear: none;
  position: static;
}

.container-4 {
  position: relative;
}

.slide-nav {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.image-3 {
  object-fit: scale-down;
}

@media screen and (max-width: 991px) {
  .logo {
    color: #000;
    width: 120px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hamburgericon {
    color: #d2cec4;
    letter-spacing: 0;
    text-indent: 0;
    font-size: 38px;
    line-height: 32px;
  }

  .page-name {
    text-align: center;
  }

  .navsection {
    color: #fff;
  }

  .body {
    background-color: #e7e0de;
    background-image: none;
    background-size: auto;
  }

  .nav-menu {
    background-color: #0000;
  }

  .container-default {
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
  }

  .section-hero.pledge {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    height: 580px;
  }

  .navdrawer {
    background-color: #685f56;
  }

  .navbutton {
    padding: 0;
  }

  .navbutton.w--open {
    background-color: #0000;
  }

  .body-text.block-left {
    width: auto;
    max-width: 500px;
    font-size: 20px;
    line-height: 30px;
  }

  .body-text.block-left.light.float-right {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button {
    margin-bottom: 20px;
  }

  .button.para {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .button-text {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 20px;
  }

  .button-text.dark, .button-text.light {
    font-size: 22px;
    line-height: 28px;
  }

  .section-dark-heading {
    margin-bottom: 30px;
  }

  .icon-button-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .icon-button-text {
    font-size: 20px;
    line-height: 30px;
  }

  .date {
    padding-left: 4px;
  }

  .sign-up-label {
    margin-left: 40px;
  }

  .sign-up-field {
    color: #dfddd9;
    width: 320px;
    margin-left: 20px;
    font-size: 20px;
    line-height: 20px;
  }

  .home-heading {
    margin-bottom: 20px;
    font-size: 48px;
    display: block;
  }

  .update-image.column {
    margin-bottom: 20px;
  }

  .update-description {
    width: auto;
  }

  .update-row {
    width: 100%;
    margin-bottom: 10px;
  }

  .timeline-year {
    color: #685f56;
    text-align: right;
    background-color: #0000;
    border: 0 #0000;
    border-radius: 0;
    height: auto;
    padding-right: 20px;
  }

  .timeline-event {
    border: 0 #0000;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .container-timeline {
    padding-right: 20px;
  }

  .carousel {
    height: 500px;
  }

  .navback {
    height: 60px;
  }

  .light.right {
    text-align: center;
  }

  .latest-update-image {
    margin-top: 160px;
    margin-left: 0;
  }

  .footer-link.group, .footer-link.group.w--current {
    text-transform: uppercase;
  }

  .footer-row {
    text-align: left;
    margin-left: 40px;
    margin-right: 20px;
  }

  .footer-column.wrapped {
    margin-top: 40px;
  }

  .image-border {
    text-align: left;
  }

  .nav-icon {
    opacity: 1;
    padding: 8px;
    font-size: 32px;
    line-height: 32px;
  }

  .column-inline {
    text-align: center;
  }

  .column-inline.follow {
    margin-top: 40px;
  }

  .crop {
    max-height: 150px;
  }

  .button-submit:hover {
    background-color: #685f56;
  }

  .button-submit:active {
    background-color: #8f8984;
  }

  .success-message, .error-message {
    background-color: #0000;
  }

  .error {
    color: #a54204;
    font-size: 18px;
  }

  .icon {
    color: var(--barley-white);
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-image: none;
    background-clip: border-box;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    height: auto;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .page-name {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-centre.gallery {
    border-bottom: 1px solid #685f56;
    width: auto;
    margin-bottom: 20px;
  }

  .body {
    background-color: #e7e0de;
  }

  .container-default {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-default.home-hero {
    margin-top: 80px;
  }

  .container-default.first {
    margin-top: 100px;
    margin-bottom: 40px;
  }

  .section-hero.home {
    background-image: url('../images/Burr-oak-close.jpg');
  }

  .section-hero.pledge {
    background-position: 50% 38%;
    height: 500px;
  }

  .section-hero.stories {
    background-repeat: no-repeat;
  }

  .navbutton {
    width: 60px;
    height: 60px;
  }

  .section-heading {
    margin-bottom: 20px;
    font-size: 36px;
  }

  .body-text {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .body-text.block-left {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .body-text.block-left.light {
    text-align: center;
  }

  .body-text.first.block {
    margin-left: 10px;
    margin-right: 10px;
  }

  .button {
    border: 1px solid #000;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .button.latest-update {
    text-align: center;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-text {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .button-text.dark {
    margin: 12px 20px;
    font-size: 20px;
  }

  .section-photodark.ladder {
    background-position: 26% 0;
  }

  .section-dark-heading {
    text-align: center;
  }

  .container-fullheight {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-pale {
    text-align: center;
    border-width: 2px;
    max-width: 400px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .icon-for-button {
    width: 96px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .icon-button-container {
    margin-bottom: 40px;
  }

  .icon-button-text {
    margin-left: 100px;
    margin-right: 100px;
  }

  .date.latest-update {
    text-align: center;
    margin-right: 0;
  }

  .sign-up-label {
    margin-left: 10px;
  }

  .sign-up-field {
    width: 270px;
    margin-left: 10px;
  }

  .submit-button, .form {
    margin-left: 10px;
  }

  .home-heading {
    font-size: 42px;
  }

  .section-paper {
    border-color: #dedcd8;
  }

  .update-image {
    border-style: none;
    border-width: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .update-description.list {
    margin-right: 0;
  }

  .update-date {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 20px;
  }

  .update-row {
    margin-bottom: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .update-col2 {
    border-top: 1px solid #0000;
    margin-top: 0;
  }

  .update-block {
    border-top: 1px solid #0000;
    margin-left: 10px;
    margin-right: 10px;
  }

  .update-image-block {
    margin-bottom: 10px;
    margin-left: 0;
  }

  .update-category {
    text-align: center;
  }

  .timeline-year {
    text-align: left;
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .container-timeline {
    padding-right: 0;
  }

  .lightbox-row {
    margin-bottom: 0;
  }

  .hero-heading.light {
    text-align: center;
  }

  .lightbox-column {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 5px;
    display: block;
    position: relative;
    overflow: visible;
  }

  .caption.inpage {
    width: auto;
    margin-bottom: 40px;
  }

  .lightbox-preview-row {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lightbox-preview-row.first {
    margin-top: 40px;
  }

  .button-outline {
    margin-top: 20px;
  }

  .light.right {
    margin-top: 80px;
  }

  .term {
    font-weight: 600;
  }

  .terms-row {
    margin-bottom: 30px;
  }

  .latest-update-image {
    text-align: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .heading-latest-update {
    text-align: center;
  }

  .list {
    width: auto;
  }

  .footer-link.group {
    text-transform: uppercase;
  }

  .footer-column {
    border-bottom: 1px solid #8f8984;
    margin-top: 20px;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .container-updates {
    margin-top: 40px;
  }

  .image-border {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .lightbox {
    color: #ebe6e1;
    display: inline-block;
  }

  .quote {
    width: auto;
  }

  .row-inline {
    margin-top: 0;
  }

  .nav-icon {
    margin: auto;
    padding: 8px;
    font-size: 32px;
    font-weight: 300;
    line-height: 32px;
    display: inline-block;
  }

  .nav-button-home.w--current {
    text-align: right;
  }

  .update-preview {
    height: 420px;
    margin-bottom: 20px;
  }

  .crop {
    max-height: 300px;
  }

  .vimeo {
    margin-top: 20px;
  }

  .nav-menu-label {
    margin-left: 20px;
    display: block;
  }

  .footer-contact {
    margin-top: 10px;
    margin-left: 10px;
  }

  .list-2 {
    justify-content: center;
  }

  .navbar-2 {
    position: relative;
  }

  .madenavlink.w--current {
    background-color: var(--dark-wood);
    border-bottom: 0 #0000;
  }

  .column-3, .column-4, .column-5 {
    margin-top: 20px;
  }

  .column-6 {
    margin-bottom: 40px;
  }

  .madenavmenu {
    background-color: var(--almost-black);
    position: absolute;
    inset: 6% 0% auto auto;
  }

  .madenavbutton.w--open {
    background-color: #0000;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 28px;
  }

  .logo {
    width: 100px;
    margin-bottom: 30px;
  }

  .page-name {
    font-size: 34px;
  }

  .heading-centre {
    color: #211106;
    margin-bottom: 18px;
    font-size: 22px;
    line-height: 32px;
  }

  .heading-centre.gallery {
    width: auto;
  }

  .body {
    background-image: none;
    overflow: auto;
  }

  .hero-progress {
    background-color: #47413c;
    background-image: none;
  }

  .container-default {
    margin-top: 40px;
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-default.home-hero {
    margin-top: auto;
  }

  .container-default.first {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .section-hero {
    height: 580px;
  }

  .section-hero.home {
    object-fit: fill;
    background-image: url('../images/Burr-oak-close.jpg');
  }

  .section-hero.pledge {
    background-position: 50%;
    height: 600px;
  }

  .section-hero.stories {
    background-image: url('../images/pit-state.jpg');
    background-position: 50%;
    background-size: 1500px;
  }

  .section-hero.values {
    background-position: 0 0;
  }

  .section-photolight {
    background-size: cover;
  }

  .section-heading {
    text-align: center;
    font-size: 32px;
    line-height: 44px;
  }

  .body-text {
    margin-left: 10px;
    margin-right: 10px;
  }

  .body-text.block-left {
    width: auto;
    font-size: 20px;
    line-height: 28px;
  }

  .body-text.block-left.light {
    text-align: center;
  }

  .body-text.space-below {
    font-size: 18px;
    line-height: 32px;
  }

  .body-text.first.block {
    margin-left: 10px;
    margin-right: 10px;
  }

  .button {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button.para {
    margin-left: 10px;
    margin-right: 10px;
  }

  .button.latest-update {
    width: 270px;
  }

  .button-text {
    text-align: center;
    font-size: 22px;
    line-height: 36px;
  }

  .button-text.dark {
    text-align: center;
    margin: 10px 18px;
    font-size: 20px;
  }

  .button-text.light {
    margin: 10px 20px;
    font-size: 22px;
    line-height: 36px;
  }

  .section-photodark {
    background-image: url('../images/Crown-wheel2x.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section-photodark.ladder {
    background-position: -374px;
  }

  .section-dark-heading {
    font-size: 36px;
  }

  .button-pale.centre {
    width: 260px;
  }

  .icon-for-button {
    width: 96px;
    margin-bottom: 40px;
  }

  .icon-button-container {
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .icon-button-text {
    margin-left: 0;
    margin-right: 0;
  }

  .sign-up-label {
    text-align: center;
    margin: 20px auto;
    display: block;
  }

  .sign-up-field {
    text-align: center;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .submit-button {
    margin: 20px auto 30px;
    line-height: 28px;
    display: block;
  }

  .form {
    margin-left: 0;
  }

  .home-heading {
    margin-top: 10px;
    font-size: 36px;
  }

  .section-paper {
    border-width: 1px 0;
    height: auto;
    position: relative;
  }

  .quad {
    margin-bottom: 0;
  }

  .smallprint {
    margin: 20px 10px;
  }

  .subtitle {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-timeline {
    padding-left: 0;
    padding-right: 0;
  }

  .lightbox-column {
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
  }

  .caption {
    font-size: 16px;
  }

  .lightbox-preview-row {
    padding-left: 0;
  }

  .lightbox-preview-row.follow {
    margin-top: 0;
    padding-left: 0;
  }

  .lightbox-preview-row.first {
    padding-left: 0;
  }

  .button-outline.updates {
    width: 300px;
    margin-top: 0;
  }

  .carousel {
    height: 320px;
  }

  .latest-update {
    margin-left: 0;
    margin-right: 0;
  }

  .latest-update-image {
    margin-top: 20px;
  }

  .container-updates {
    display: block;
    position: static;
  }

  .image-border {
    margin-top: 0;
    margin-bottom: 0;
  }

  .quote {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .nav-button-home {
    font-weight: 400;
  }

  .column-inline {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .update-preview {
    height: 320px;
    margin-bottom: 0;
    margin-left: -10px;
    margin-right: -10px;
  }

  .crop {
    max-height: 200px;
  }

  .vimeo {
    margin-top: 20px;
  }

  .footer-contact {
    margin-top: 10px;
  }

  .image-2 {
    width: 100%;
  }

  .menu-button, .menu-button.w--open, .nav-menu-2 {
    background-color: var(--almost-black);
  }
}


