.carouselTitle {
  font-size: 80px;
  line-height: 80px
}

@media (max-width: 991px) {
  .carouselTitle {
    font-size: 45px;
    line-height: 45px
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 930px
  }
}
strong {
  font-weight: 600
}
html {
  height: 100%;
  scroll-behavior: smooth
}

body {
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  background: url(red-house-barns-hintlesham.webp) center bottom no-repeat fixed;
  background-size: cover;
}
@media screen and (max-width: 780px) {
  body {
    background-position: right bottom;
  }
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Cormorant Infant", serif;
  color: #fff;
}

header {
  z-index: 2;
  width: 100%;
  margin: 0 auto
}

header #headerLogo {
  display: inline-block;
  max-width: 255px
}

@media screen and (max-width: 575px) {
  header #headerLogo {
    display: block;
    max-width: 100%
  }
}

header #headerLogo .navbar-brand {
  max-width: 255px;
  height: 50px;
  margin: 0;
  padding: 0;
  padding: 10px 20px 10px 0;
  margin-right: 15px;
  border-right: 1px solid white
}

@media screen and (max-width: 575px) {
  header #headerLogo .navbar-brand {
    padding: 10px;
    margin: 5px;
    border: none
  }
}

header h1 {
  display: inline-block;
  position: relative;
  top: 9px;
  margin: 0;
  padding: 0;
  font-size: 48px;
  color: white
}

main {
  height: calc(100% - 387px);
  min-height: 700px;
}
@media screen and (max-height: 812px) {
  main {
    height: calc(60% + 150px);
  }
}
form input[type=email] {
  padding: 8px 15px;
  border: none;
  min-width: 160px;
}
form button {
  border: none;
  padding: 8px 15px;
  color: #fff;
  background-color: #8cc63f;
  transition: all 0.3s ease-in-out
}
form button:hover {
  background-color: #78ad32;
}
@media screen and (max-width: 400px) {
  form input, form button {
    display: block;
    width: 100%;
  }
}
.acceptance {
  font-size: 14px;
  max-width: 435px;
  line-height: 23px;
  margin-top: 10px;
}
footer {
  font-size: 16px;
  color: #fff;
  background-color: #4d4d4d
}

footer p {
  margin: 0 0 5px 0
}

footer pre {
  color: #fff;
  font-size: 14px;
  font-family: "Open Sans", sans-serif
}

footer a {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}

footer a:hover {
  color: #8cc63f
}

  