@charset "UTF-8";
/* test content */
.modal {
  display: none;
  position: fixed;
  z-index: 100;
  padding: 10% 0% 10% 0%;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}

.modalContent {
  position: relative;
  background-color: #FFFFFF;
  margin: auto;
  box-sizing: border-box;
  padding: 20px;
  width: 90%;
  min-height: 70%;
  max-width: 1024px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.modalClose {
  z-index: 101;
  position: absolute;
  top: 35px;
  right: 35px;
}

/*------------------   Owl carousel   ------------------*/
.imgSlider {
  margin: 50px -30px 50px -30px;
  width: 1084px !important;
  height: 469px;
}
.imgSlider .item {
  width: 1084px;
  height: 469px;
  background-size: cover;
  background-position: center;
  content: "";
}

/*------------------   Form element styles   ------------------*/
.blockForm {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  background-color: #726b34;
  border-radius: 0px;
  padding: 30px;
}
.blockForm h2 {
  color: #FFFFFF;
  font-size: 30px;
  margin-top: 0px;
}
.blockForm form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0px;
  padding-top: 0px;
}
.blockForm form .inputWrapper {
  width: calc(50% - 8px);
}
@media screen and (min-width: 595px) and (max-width: 1024px) {
  .blockForm form .inputWrapper {
    width: 100%;
  }
}
@media screen and (max-width: 595px) {
  .blockForm form .inputWrapper {
    width: 100%;
  }
}
.blockForm form .inputWrapper input {
  width: 100%;
  height: 40px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #000000;
  border-radius: 0px;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 25px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 595px) {
  .blockForm form .inputWrapper input {
    width: 100%;
  }
}
.blockForm form .inputWrapper label {
  width: 100%;
  color: #FFFFFF;
  font-size: 20px;
}
.blockForm form .textAreaWrapper {
  width: 100%;
}
.blockForm form .textAreaWrapper textarea {
  width: 100%;
  border-style: solid;
  min-height: 130px;
  border-width: 0px 0px 0px 0px;
  border-radius: 0px;
  font-size: 20px;
  line-height: 24px;
  padding-top: 15px;
  padding-bottom: 0px;
  margin-top: 10px;
  margin-bottom: 25px;
}
.blockForm form .textAreaWrapper label {
  width: 100%;
  color: #FFFFFF;
  font-size: 20px;
}
.blockForm form .formPrivacy {
  width: 100%;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  font-size: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 18px;
  box-sizing: border-box;
  color: #FFFFFF;
}
.blockForm form .formPrivacy a {
  text-decoration: underline;
  color: #FFFFFF;
}
.blockForm form .recapcha {
  width: 100%;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  font-size: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 40px;
  color: #FFFFFF;
}
.blockForm form button {
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  margin: 0px;
  color: #000000;
  border-radius: 0px;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 100px;
  height: 40px;
  border: solid 1px #726b34;
  background-color: #FFFFFF;
}

/*------------------   Form element styles   ------------------*/
.minimalForm {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  border-radius: 0px;
  padding: 0px;
}
.minimalForm h2 {
  color: #FFFFFF;
  font-size: 30px;
  margin-top: 0px;
}
.minimalForm form {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0px;
  padding-top: 0px;
}
.minimalForm form .inputWrapper {
  width: 100%;
}
@media screen and (min-width: 595px) and (max-width: 1024px) {
  .minimalForm form .inputWrapper {
    width: 100%;
  }
}
@media screen and (max-width: 595px) {
  .minimalForm form .inputWrapper {
    width: 100%;
  }
}
.minimalForm form .inputWrapper input {
  width: 100%;
  height: 40px;
  border-style: solid;
  border-width: 5px 0px 0px 0px;
  border-color: #726b34;
  text-align: center;
  border-radius: 0px;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 25px;
  padding-left: 0px;
  padding-right: 0px;
  background-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 595px) {
  .minimalForm form .inputWrapper input {
    width: 100%;
  }
}
.minimalForm form .inputWrapper input::-moz-placeholder {
  color: #726b34;
  opacity: 1;
}
.minimalForm form .inputWrapper input::placeholder {
  color: #726b34;
  opacity: 1;
}
.minimalForm form .inputWrapper input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #726b34;
  opacity: 1;
}
.minimalForm form .inputWrapper label {
  display: none;
}
.minimalForm form .inputWrapper .formError {
  margin-top: -20px;
  color: red;
  text-align: center;
}
.minimalForm form .inputWrapper .formSuccess {
  margin-top: 20px;
  color: green;
  text-align: center;
}
.minimalForm form .textAreaWrapper {
  width: 100%;
}
.minimalForm form .textAreaWrapper textarea {
  width: 100%;
  border-style: solid;
  min-height: 130px;
  border-width: 5px 0px 0px 0px;
  border-color: #726b34;
  border-radius: 0px;
  font-size: 20px;
  line-height: 24px;
  padding-top: 15px;
  padding-bottom: 0px;
  margin-top: 10px;
  margin-bottom: 25px;
  resize: vertical;
  background-color: rgba(0, 0, 0, 0);
}
.minimalForm form .textAreaWrapper textarea::-moz-placeholder {
  color: #726b34;
  opacity: 1;
}
.minimalForm form .textAreaWrapper textarea::placeholder {
  color: #726b34;
  opacity: 1;
}
.minimalForm form .textAreaWrapper textarea::-ms-input-placeholder { /* Edge 12 -18 */
  color: #726b34;
  opacity: 1;
}
.minimalForm form .textAreaWrapper label {
  display: none;
}
.minimalForm form .textAreaWrapper .formError {
  margin-top: -20px;
  margin-bottom: 10px;
  color: red;
  text-align: center;
}
.minimalForm form .formPrivacy {
  width: 100%;
  border-style: solid;
  border-width: 5px 0px 0px 0px;
  border-color: #726b34;
  font-size: 16px;
  padding-top: 25px;
  padding-bottom: 0px;
  margin-bottom: 18px;
  box-sizing: border-box;
  color: #726b34;
}
.minimalForm form .formPrivacy a {
  text-decoration: underline;
  color: #726b34;
}
.minimalForm form .recapcha {
  width: 100%;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  font-size: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 40px;
  color: #FFFFFF;
}
.minimalForm form button {
  text-align: center;
  display: block;
  font-size: 20px;
  line-height: 20px;
  margin: 0px;
  color: #FFFFFF;
  border-radius: 0px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  height: 40px;
  border: solid 0px #726b34;
  background-color: #726b34;
}
.minimalForm form input[type=submit] {
  text-align: center;
  display: block;
  font-size: 20px;
  line-height: 20px;
  margin: 0px;
  color: #FFFFFF;
  border-radius: 0px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  height: 40px;
  border: solid 0px #726b34;
  background-color: #726b34;
}

.galleryOuter {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.galleryOuter .galleryItem {
  width: 33.3333333333%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 595px) and (max-width: 1024px) {
  .galleryOuter .galleryItem {
    width: 50%;
  }
}
@media screen and (max-width: 595px) {
  .galleryOuter .galleryItem {
    width: 100%;
  }
}
.galleryOuter .galleryItemOverlay {
  width: 100%;
  height: 100%;
  opacity: 0;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  align-items: center;
}
.galleryOuter .galleryItemOverlay:hover {
  opacity: 1;
}
.galleryOuter .galleryItemOverlay:hover h2 {
  display: inline-block;
  width: auto;
  color: white;
  opacity: 1;
  border-bottom: 3px solid #726b34;
}

/*------------------   Prevent mobile browser resizeing text   ------------------*/
html, body, form, p, div, h1, h2 {
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
}

/*------------------   Common DOM element styles   ------------------*/
* {
  box-sizing: border-box;
}

body {
  font-family: Helvetica, Arial, "sans-serif";
  box-sizing: border-box;
  margin: 0px;
}

p {
  color: #726b34;
  font-size: 20px;
  line-height: 32px;
  font-family: "prometo", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 595px) {
  p {
    font-size: 22px;
    line-height: 32px;
  }
}

h1, h2, h3 {
  color: #726b34;
}

ul {
  font-size: 20px;
}

a {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

/*------------------   Text Justification   ------------------*/
.centred {
  text-align: center;
}

.justified {
  text-align: justify;
}

/*------------------   Break Classes   ------------------*/
.mobileBreak {
  display: none;
}
@media screen and (min-width: 595px) and (max-width: 1024px) {
  .mobileBreak {
    isplay: none;
  }
}
@media screen and (max-width: 595px) {
  .mobileBreak {
    display: inline;
  }
}

.desktopBreak {
  display: inline;
}
@media screen and (min-width: 595px) and (max-width: 1024px) {
  .desktopBreak {
    isplay: none;
  }
}
@media screen and (max-width: 595px) {
  .desktopBreak {
    display: none;
  }
}

/*------------------   Generic layout elements   ------------------*/
#wrapper {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.section {
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 0px;
  background-color: #FFFFFF;
}
.section:nth-child(odd) {
  background-color: #FFFFFF;
}

.contentAreaNarrow {
  width: 600px;
  height: auto;
  padding: 40px;
  overflow-y: visible;
}
@media screen and (min-width: 595px) and (max-width: 1024px) {
  .contentAreaNarrow {
    width: 100%;
  }
}
@media screen and (max-width: 595px) {
  .contentAreaNarrow {
    width: 100%;
  }
}

.contentArea {
  width: 1024px;
  height: auto;
  padding: 40px;
  overflow-y: visible;
}
@media screen and (min-width: 595px) and (max-width: 1024px) {
  .contentArea {
    width: 100%;
  }
}
@media screen and (max-width: 595px) {
  .contentArea {
    width: 100%;
  }
}
.contentArea .multiColWrapper {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 0px;
  margin-bottom: 50px;
}
@media screen and (min-width: 595px) and (max-width: 1024px) {
  .contentArea .multiColWrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 595px) {
  .contentArea .multiColWrapper {
    flex-direction: column;
  }
}
.contentArea .multiColWrapper .col1 {
  width: 60%;
}
@media screen and (min-width: 595px) and (max-width: 1024px) {
  .contentArea .multiColWrapper .col1 {
    width: 100%;
  }
}
@media screen and (max-width: 595px) {
  .contentArea .multiColWrapper .col1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.contentArea .multiColWrapper .col1 h2 {
  margin-bottom: 40px;
}
@media screen and (min-width: 595px) and (max-width: 1024px) {
  .contentArea .multiColWrapper .col1 h2 {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 595px) {
  .contentArea .multiColWrapper .col1 h2 {
    text-align: center;
    margin-bottom: 30px;
  }
}
.contentArea .multiColWrapper .col2 {
  width: calc(40% - 65px);
}
@media screen and (min-width: 595px) and (max-width: 1024px) {
  .contentArea .multiColWrapper .col2 {
    width: 100%;
    margin-top: 60px;
  }
}
@media screen and (max-width: 595px) {
  .contentArea .multiColWrapper .col2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 60px;
  }
}
.contentArea .multiColWrapper .col2 h2 {
  margin-bottom: 40px;
  font-size: 20px;
}
@media screen and (min-width: 595px) and (max-width: 1024px) {
  .contentArea .multiColWrapper .col2 h2 {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 595px) {
  .contentArea .multiColWrapper .col2 h2 {
    text-align: center;
    margin-bottom: 30px;
  }
}

/*------------------   Header Section   ------------------*/
.headerSection {
  position: relative;
  width: 100%;
  min-height: 60vh;
  background-position: center;
  background-size: cover;
  background-color: #FFFFFF;
}
.headerSection .headerSectionContent {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 30px;
  min-height: 60vh;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 595px) {
  .headerSection .headerSectionContent {
    padding: 25px;
  }
}
.headerSection .headerSectionContent p {
  font-family: "prometo", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #726b34;
  font-size: 26px;
  line-height: 42px;
}
.headerSection .headerSectionContent .headerSectionContentArea {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 1;
  width: 1024px;
}
@media screen and (min-width: 595px) and (max-width: 1024px) {
  .headerSection .headerSectionContent .headerSectionContentArea {
    width: 100%;
  }
}
@media screen and (max-width: 595px) {
  .headerSection .headerSectionContent .headerSectionContentArea {
    width: 100%;
  }
}
.headerSection .headerSectionContent .headerSectionContentArea .header {
  width: auto;
  height: auto;
  min-height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  color: #FFFFFF;
  flex-grow: 0;
}
.headerSection .headerSectionContent .headerSectionContentArea .header .headerMenu {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media screen and (min-width: 595px) and (max-width: 1024px) {
  .headerSection .headerSectionContent .headerSectionContentArea .header .headerMenu {
    display: none;
  }
}
@media screen and (max-width: 595px) {
  .headerSection .headerSectionContent .headerSectionContentArea .header .headerMenu {
    display: none;
  }
}
.headerSection .headerSectionContent .headerSectionContentArea .header .headerMenu .headerMenuLink {
  margin-left: 0px;
  margin-right: 8px;
  text-align: center;
  text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
}
.headerSection .headerSectionContent .headerSectionContentArea .header .headerMenu .headerMenuLink a {
  color: #000000;
  font-size: 22px;
}
.headerSection .headerSectionContent .headerSectionContentArea .header .headerMenu .headerMenuLink a:visited {
  color: #000000;
  text-decoration: none;
}
.headerSection .headerSectionContent .headerSectionContentArea .header .headerMenu .headerMenuLink:after {
  content: "";
  margin-left: 16px;
}
.headerSection .headerSectionContent .headerSectionContentArea .headerContentOuter {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-grow: 3;
}
@media screen and (min-width: 595px) and (max-width: 1024px) {
  .headerSection .headerSectionContent .headerSectionContentArea .headerContentOuter {
    margin-left: 0px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 595px) {
  .headerSection .headerSectionContent .headerSectionContentArea .headerContentOuter {
    justify-content: flex-start;
  }
}
.headerSection .headerSectionContent .headerSectionContentArea .headerContentOuter .headerContentInner {
  width: 70%;
  flex-direction: column;
}
@media screen and (min-width: 595px) and (max-width: 1024px) {
  .headerSection .headerSectionContent .headerSectionContentArea .headerContentOuter .headerContentInner {
    width: auto;
  }
}
@media screen and (max-width: 595px) {
  .headerSection .headerSectionContent .headerSectionContentArea .headerContentOuter .headerContentInner {
    width: auto;
  }
}
.headerSection .headerSectionContent .headerSectionContentArea .headerContentOuter .headerContentInner #nextSectionIcon {
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
@keyframes updown {
  0% {
    transform: translateY(-15%);
  }
  50% {
    transform: translateY(15%);
  }
  100% {
    transform: translateY(-15%);
  }
}
.headerSection .headerSectionContent .headerSectionContentArea .headerContentOuter .headerContentInner #nextSectionIcon img {
  animation: updown 5s ease infinite;
}

.logoWrapper {
  width: 100px;
  height: auto;
  margin-top: 0px;
  overflow-y: visible;
  z-index: 1000;
}
.logoWrapper a img {
  width: 200px;
  height: auto;
}
@media screen and (max-width: 595px) {
  .logoWrapper a img {
    width: 200px;
  }
}
.logoWrapperMobile {
  display: none;
}
@media screen and (max-width: 595px) {
  .logoWrapperMobile {
    display: block;
    margin-left: 0px;
    margin-top: 0px;
  }
}

#mobileMenuWrapper {
  display: none;
}
@media screen and (min-width: 595px) and (max-width: 1024px) {
  #mobileMenuWrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    justify-content: flex-end;
    width: 150px;
  }
}
@media screen and (max-width: 595px) {
  #mobileMenuWrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    justify-content: flex-end;
    width: 150px;
  }
}

.owl-carousel {
  margin-left: -70px;
}
@media screen and (min-width: 595px) and (max-width: 1024px) {
  .owl-carousel {
    margin: 50px -40px 50px -40px;
    width: calc(100% + 80px) !important;
    height: 400px;
  }
}
@media screen and (max-width: 595px) {
  .owl-carousel {
    margin: 50px -40px 50px -40px;
    width: calc(100% + 80px) !important;
    height: 200px;
  }
}
@media screen and (min-width: 595px) and (max-width: 1024px) {
  .owl-carousel .item {
    width: calc(100% + 0px);
    height: 400px;
  }
}
@media screen and (max-width: 595px) {
  .owl-carousel .item {
    width: calc(100% + 0px) !important;
    height: 200px;
  }
}

.footer {
  width: 100%;
  height: auto;
  overflow: auto;
  padding: 40px;
  display: flex;
  justify-content: center;
  background-color: #F1F0E9;
  color: #726b34;
}
.footer a {
  color: #000000;
}
.footer a:visited {
  text-decoration: none;
  color: #000000;
}
.footer .footerContentArea {
  width: 1024px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footer .footerContentArea .footerMenu {
  display: flex;
  flex-direction: row;
  margin-top: 35px;
  margin-bottom: 40px;
}
@media screen and (min-width: 595px) and (max-width: 1024px) {
  .footer .footerContentArea .footerMenu {
    flex-direction: column;
  }
}
@media screen and (max-width: 595px) {
  .footer .footerContentArea .footerMenu {
    flex-direction: column;
  }
}
.footer .footerContentArea .footerMenu .footerMenuLink {
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
}
@media screen and (min-width: 595px) and (max-width: 1024px) {
  .footer .footerContentArea .footerMenu .footerMenuLink {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 595px) {
  .footer .footerContentArea .footerMenu .footerMenuLink {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
  }
}
.footer .footerContentArea .footerMenu .footerMenuLink a {
  color: #000000;
  font-size: 20px;
  text-align: center;
}
.footer .footerContentArea .footerMenu .footerMenuLink a:visited {
  text-decoration: none;
  color: #000000;
}
.footer .footerContentArea .footerMenu .footerMenuLink::after {
  content: "";
  margin-left: 16px;
}
@media screen and (min-width: 595px) and (max-width: 1024px) {
  .footer .footerContentArea .footerMenu .footerMenuLink::after {
    content: "";
    margin-left: 0px;
  }
}
@media screen and (max-width: 595px) {
  .footer .footerContentArea .footerMenu .footerMenuLink::after {
    content: "";
    margin-left: 0px;
  }
}
.footer .footerContentArea .footerMenu .footerMenuLink:last-child::after {
  content: "";
  margin-left: 0px;
}
@media screen and (min-width: 595px) and (max-width: 1024px) {
  .footer .footerContentArea .footerMenu .footerMenuLink:last-child::after {
    content: "";
    margin-left: 0px;
  }
}
@media screen and (max-width: 595px) {
  .footer .footerContentArea .footerMenu .footerMenuLink:last-child::after {
    content: "";
    margin-left: 0px;
  }
}
.footer .footerContentArea .credit a {
  font-size: 12px;
  color: #000000;
  font-weight: 100;
}
.footer .footerContentArea .credit a:visited {
  color: #000000 !important;
}

/*------------------   Contact specific elements   ------------------*/
.contactDetails {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-bottom: 30px;
}
@media screen and (min-width: 595px) and (max-width: 1024px) {
  .contactDetails {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}

.contactItem {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 595px) and (max-width: 1024px) {
  .contactItem {
    flex-direction: column;
    align-items: center;
    height: auto;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 595px) {
  .contactItem {
    flex-direction: column;
    align-items: center;
    height: auto;
  }
}
.contactItem .contactItemIcon {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: auto;
  margin-right: 20px;
}
@media screen and (min-width: 595px) and (max-width: 1024px) {
  .contactItem .contactItemIcon {
    margin-right: 0px;
  }
}
@media screen and (max-width: 595px) {
  .contactItem .contactItemIcon {
    margin-right: 0px;
  }
}
.contactItem .contactItemText {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (min-width: 595px) and (max-width: 1024px) {
  .contactItem .contactItemText {
    text-align: center;
  }
}
@media screen and (max-width: 595px) {
  .contactItem .contactItemText {
    text-align: center;
  }
}
.contactItem .contactItemText p {
  font-size: 20px;
  margin-top: 6px;
  margin-bottom: 6px;
}

/*------------------   Card items   ------------------*/
.cardWrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
.cardWrapper .card {
  width: 240px;
  height: auto;
  display: flex;
  flex-direction: column;
  margin: 35px;
}
.cardWrapper .card .cardImage {
  width: 100%;
  height: 186px;
  display: flex;
  margin-bottom: 25px;
  justify-content: center;
  align-items: center;
}
.cardWrapper .card .cardImage img {
  width: 186px;
  height: 186px;
}
.cardWrapper .card .cardDetails {
  width: 100%;
  text-align: center;
}
.cardWrapper .card .cardDetails h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.cardWrapper .card .cardDetails p {
  font-size: 14px;
  margin-top: 0px;
}

/*------------------   Mobile menu   ------------------*/
.mobileMenu {
  position: fixed;
  top: 0px;
  right: -310px;
  z-index: 16000161;
  width: 300px;
  height: 100vh;
  min-height: 300px;
  background-color: #FFFFFF;
  box-sizing: border-box;
  padding: 30px;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color="#000000");
}
@media screen and (max-width: 595px) {
  .mobileMenu {
    padding-bottom: 150px;
  }
}
.mobileMenu #closeButton {
  flex-basis: 15%;
  color: #FFFFFF;
}
.mobileMenu #pageList {
  flex-basis: 60%;
  color: #FFFFFF;
}
.mobileMenu #pageList ul {
  margin-left: 0px;
  margin-top: 0px;
  padding: 0px;
}
.mobileMenu #pageList ul li.mobileMenuItem {
  list-style: none;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  font-weight: 100;
  border-top: 1px solid #726b34;
  padding-top: 20px;
  padding-bottom: 20px;
}
.mobileMenu #pageList ul li.mobileMenuItem:last-child {
  border-bottom: 1px solid #726b34;
}
.mobileMenu #pageList ul li.mobileMenuItem ul {
  list-style-type: "– ";
  margin-left: 20px;
  color: #000000;
}
.mobileMenu #pageList ul li.mobileMenuItem ul li a {
  color: #000000;
}
.mobileMenu #pageList ul li.mobileMenuItem ul li a:visited {
  color: #000000;
}
.mobileMenu #pageList ul li.mobileMenuItem a {
  color: #000000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 100;
}
.mobileMenu #pageList ul li.mobileMenuItem a:visited {
  color: #000000;
  text-decoration: none;
}
.mobileMenu #details {
  flex-basis: 20%;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-width: 0px 0px 0px 0px;
  border-style: solid;
  border-color: #FFFFFF;
}
.mobileMenu #details .iconRow {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.active {
  position: fixed;
  right: 0px;
}

/*------------------   Link based button styles ------------------*/
p.centred a.button {
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  margin: 0px 20px 0px 20px;
  color: #726b34;
  border-radius: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 11px;
  min-width: 100px;
  height: 40px;
  display: inline-block;
  border: solid 1px #726b34;
  cursor: default;
}
p.centred a.button:visited {
  color: #726b34;
  text-decoration: none;
}

p.centred a.buttonRev {
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  margin: 0px 20px 0px 20px;
  color: #FFFFFF;
  background-color: #726b34;
  border-radius: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 11px;
  min-width: 100px;
  height: 40px;
  display: inline-block;
  border: solid 1px #726b34;
  cursor: default;
}
p.centred a.buttonRev:visited {
  color: #FFFFFF;
  text-decoration: none;
}

a.button {
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  margin: 0px 40px 0px 0px;
  color: #726b34;
  border-radius: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 11px;
  min-width: 100px;
  height: 40px;
  display: inline-block;
  border: solid 1px #726b34;
  cursor: default;
}
a.button:visited {
  color: #726b34;
  text-decoration: none;
}

a.buttonRev {
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  margin: 0px 40px 0px 0px;
  color: #FFFFFF;
  background-color: #726b34;
  border-radius: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 11px;
  min-width: 100px;
  height: 40px;
  display: inline-block;
  border: solid 1px #726b34;
  cursor: default;
}
a.buttonRev:visited {
  color: #FFFFFF;
  text-decoration: none;
}

.footerSubscribe {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: middle;
  margin-bottom: 30px;
}
.footerSubscribe input[type=submit] {
  float: left;
  font-size: 20px;
  line-height: 20px;
  height: 40px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  color: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #726b34;
  background-color: #726b34;
  margin: 0px 0px 0px 0px;
}
@media screen and (min-width: 595px) and (max-width: 1024px) {
  .footerSubscribe input[type=submit] {
    width: 100%;
    border-radius: 0px 0px 0px 0px;
  }
}
@media screen and (max-width: 595px) {
  .footerSubscribe input[type=submit] {
    width: 100%;
    border-radius: 0px 0px 0px 0px;
  }
}
.footerSubscribe input {
  float: left;
  font-size: 20px;
  line-height: 20px;
  height: 40px;
  text-align: center;
  border-radius: 0px 0px 0px 0px;
  width: 300px;
  border: 1px solid #726b34;
  margin: 0px 0px 0px 0px;
}
@media screen and (min-width: 595px) and (max-width: 1024px) {
  .footerSubscribe input {
    width: 100%;
    border-radius: 0px 0px 0px 0px;
  }
}
@media screen and (max-width: 595px) {
  .footerSubscribe input {
    width: 100%;
    border-radius: 0px 0px 0px 0px;
  }
}
.footerSubscribe input::-moz-placeholder {
  color: #726b34;
}
.footerSubscribe input::placeholder {
  color: #726b34;
}/*# sourceMappingURL=style.css.map */