@font-face {
  font-family: "Trajan Pro 3";
  font-weight: normal;
  src: url("fonts/TrajanPro3Regular.eot");
  src: url("fonts/TrajanPro3Regular.eot") format("embedded-opentype"), url("fonts/TrajanPro3Regular.woff2") format("woff2"), url("fonts/TrajanPro3Regular.woff") format("woff"), url("fonts/TrajanPro3Regular.ttf") format("truetype"), url("fonts/TrajanPro3Regular.svg#TrajanPro3Regular") format("svg");
}
@font-face {
  font-family: "Trajan Pro 3";
  font-weight: bold;
  src: url("fonts/trajanpro_bold.eot");
  src: url("fonts/trajanpro_bold.eot") format("embedded-opentype"), url("fonts/trajanpro_bold.woff2") format("woff2"), url("fonts/trajanpro_bold.woff") format("woff"), url("fonts/trajanpro_bold.ttf") format("truetype"), url("fonts/trajanpro_bold.svg#trajanpro_bold") format("svg");
}
@font-face {
  font-family: "Meladu Rose";
  font-weight: normal;
  src: url("fonts/MELADUROSE.eot");
  src: url("fonts/MELADUROSE.eot") format("embedded-opentype"), url("fonts/MELADUROSE.woff2") format("woff2"), url("fonts/MELADUROSE.woff") format("woff"), url("fonts/MELADUROSE.ttf") format("truetype"), url("fonts/MELADUROSE.svg#MELADUROSE") format("svg");
}
@font-face {
  font-family: "Baekrajan";
  font-weight: normal;
  src: url("fonts/Baekrajan.eot");
  src: url("fonts/Baekrajan.eot") format("embedded-opentype"), url("fonts/Baekrajan.woff2") format("woff2"), url("fonts/Baekrajan.woff") format("woff"), url("fonts/Baekrajan.ttf") format("truetype"), url("fonts/Baekrajan.svg#Baekrajan") format("svg");
}
body {
  font-family: "Meladu Rose", serif;
  font-size: 18px;
  color: #FFFFFF;
}
@media only screen and (min-width: 600px) {
  body {
    font-size: 22px;
  }
}

body, .section {
  background: url("../img/bg.svg") no-repeat center 500px fixed #6d7c5f;
  background-size: 110vw auto;
}

h1, h2, h3, h4 {
  font-family: "Trajan Pro 3", serif;
  font-weight: bold;
  margin: 30px 0;
  color: #d6d4c0;
}

h1, h2 {
  font-size: 1.4em;
}

h4, h3 {
  font-size: 1em;
}

h3, h4 {
  letter-spacing: 0.4em;
}

h4, h5 {
  margin: 30px 0 -20px;
}

h5 {
  text-transform: uppercase;
  font-weight: bold;
}

h6 {
  text-transform: uppercase;
  font-weight: normal;
  text-decoration: underline;
  margin: 30px 0 -20px;
}

a {
  color: #d6d4c0;
  text-decoration: underline;
}
a:hover {
  color: #FFFFFF;
}

ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-details ul {
  text-align: center;
}
.contact-details ul li a {
  text-decoration: none;
  color: inherit;
}
.contact-details ul li a:hover {
  color: #FFFFFF;
}
.contact-details .icon {
  background: #d6d4c0;
  color: #6d7c5f;
  width: 18px;
  height: 18px;
  font-size: 18px;
  padding: 5px;
}

#header .logo {
  font-size: 18px;
  position: relative;
  float: none;
  text-align: center;
  padding: 65px 0 20px;
}
#header .logo:before {
  content: "";
  display: block;
  position: absolute;
  top: 50px;
  left: calc(50% - 6em);
  width: 12em;
  border-top: 1px solid #d6d4c0;
}
#header .logo:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 15px;
  left: calc(50% - 9.75em);
  width: 19.5em;
  border-top: 1px solid #d6d4c0;
}
#header .logo a {
  display: inline;
  text-decoration: none;
}
#header .logo h1 {
  font-size: 2.5em;
  margin: 0;
  color: #FFFFFF;
  text-transform: uppercase;
}
#header .logo h1 a {
  transition-property: color;
}
@media (max-width: 500px) {
  #header .logo {
    font-size: 3.6vw;
  }
}

#main {
  text-align: center;
}

.welcome-logos {
  font-size: 18px;
  text-align: center;
  padding: 20px 0;
}
.welcome-logos .wrapper {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.welcome-logos .wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  height: 20px;
  border-left: 1px solid #d6d4c0;
}
.welcome-logos .wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 25%;
  width: 50%;
  height: 25px;
  border-top: 1px solid #d6d4c0;
  border-left: 1px solid #d6d4c0;
  border-right: 1px solid #d6d4c0;
}
.welcome-logos .wrapper > h4 {
  font-size: 1.1em;
  margin: 0;
  text-transform: uppercase;
}
.welcome-logos .wrapper .logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
}
.welcome-logos .wrapper .logos svg {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.welcome-logos .wrapper .text-sections {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.welcome-logos .wrapper .text-sections > * {
  flex-basis: 0;
  flex-grow: 1;
  text-wrap: balance;
}
.welcome-logos .wrapper .text-sections a {
  text-decoration: none;
  transition-property: color;
}
@media (max-width: 750px) {
  .welcome-logos .wrapper .text-sections {
    font-size: 2.5vw;
  }
}
@media (max-width: 500px) {
  .welcome-logos {
    font-size: 3.6vw;
  }
}

.section-logo {
  text-align: center;
  margin: 50px 0 20px;
}
.section-logo .wrapper {
  display: flex;
  position: relative;
  align-items: center;
  gap: 10px;
}
.section-logo .wrapper:before {
  content: "";
  display: block;
  flex-grow: 1;
  margin-top: 1px;
  height: 25px;
  border-top: 1px solid #d6d4c0;
  border-left: 1px solid #d6d4c0;
}
.section-logo .wrapper:after {
  content: "";
  display: block;
  flex-grow: 1;
  margin-top: 1px;
  height: 25px;
  border-top: 1px solid #d6d4c0;
  border-right: 1px solid #d6d4c0;
}
.section-logo .wrapper > * {
  flex-grow: 0;
  flex-shrink: 0;
}
.section-logo .wrapper img {
  max-height: 200px;
}
@media (max-width: 500px) {
  .section-logo {
    font-size: 3.6vw;
  }
}

.section {
  background-color: #d6d4c0;
  color: #6f6f6f;
}
.section h1, .section h2, .section h3, .section h4 {
  color: #6d7c5f;
}
.section a {
  color: #6d7c5f;
  text-decoration: underline;
}
.section a:hover {
  color: #6f6f6f;
}
.section .signature {
  color: #6d7c5f;
}
.section .contact-details ul li a:hover {
  color: #000000;
}
.section .contact-details .icon {
  background: #6d7c5f;
  color: #d6d4c0;
}
.section .columns.with-border > .column:before {
  border-color: #6d7c5f;
}
.section + .welcome-logos {
  margin-top: -20px;
}
#main > .section + .section {
  margin-top: -20px;
}
.section.white {
  background: #FFFFFF;
  color: #000000;
}

.image-full {
  margin: 20px 0;
}
.image-full p {
  margin: 0;
}
.image-full img {
  display: block;
  width: 100%;
  height: auto;
}
main > .image-full, .section > .image-full {
  margin-left: -20px;
  margin-right: -20px;
}
.section > .image-full:first-child {
  margin-top: -10px;
}
.section > .image-full:last-child {
  margin-bottom: -10px;
}

.columns.with-border > .column {
  position: relative;
}
.columns.with-border > .column:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -0.5px;
  bottom: 0;
  border-left: 1px solid #d6d4c0;
}
@media only screen and (max-width: 750px) {
  .columns.with-border > .column:before {
    bottom: auto;
    top: -10.5px;
    left: 0;
    right: 0;
    border-left: 0 none;
    border-top: 1px solid #d6d4c0;
  }
}
.columns.with-border > .column:first-child:before {
  display: none;
}

.signature {
  font-family: "Baekrajan", serif;
  font-size: 2em;
  color: #d6d4c0;
}

.normal-text {
  font-family: sans-serif;
  font-size: 0.7em;
}

.accreditations ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 10px;
}
.accreditations ul li {
  padding: 0;
}
.accreditations ul:after {
  display: none;
}
.accreditations img {
  max-width: 200px;
  height: 100px;
}

.gift-voucher-image {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 20px 0;
  padding: 4% 0 2%;
}
.gift-voucher-image img {
  display: block;
  position: relative;
  max-height: 250px;
  z-index: 1;
  transform: rotate(5deg);
  box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.7);
}
.gift-voucher-image .second-voucher {
  display: none;
}
@media only screen and (min-width: 400px) {
  .gift-voucher-image img {
    max-width: 75%;
    margin: 0 0 0 25%;
  }
  .gift-voucher-image .second-voucher {
    position: absolute;
    display: block;
    margin: 0 25% 0 0;
  }
}

.grid .grid-item {
  width: 20%;
}
.grid .grid-item h6 {
  text-transform: none;
  text-decoration: none;
  font-size: 0.9em;
}
@media (max-width: 850px) {
  .grid .grid-item {
    width: 25%;
  }
}
@media (max-width: 650px) {
  .grid .grid-item {
    width: 33.333%;
  }
}
@media (max-width: 400px) {
  .grid .grid-item {
    width: 50%;
  }
}
.grid .grid-item:hover {
  color: #000000;
}

.read-more-wrapper .read-more-content.collapsed {
  cursor: pointer;
}
.read-more-wrapper .read-more-link-wrapper {
  margin-top: -10px;
}

/*# sourceMappingURL=main.css.map */
