@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900|Fira+Sans:400,500,600,700&display=swap");
/* COLOURS
 * ----------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, ul li, ol li, address, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

::-moz-selection {
  background-color: #c49559;
  color: #fff; }

::selection {
  background-color: #c49559;
  color: #fff; }

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body, button, input, select, textarea {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Ubuntu", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

.clearfix {
  clear: both; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #111720;
  font-family: "Playfair Display", serif; }

small {
  font-size: 65%;
  line-height: 1;
  font-weight: 400; }

h1, .h1 {
  font-weight: normal;
  letter-spacing: -2px; }
  h1, .disable-responsive-font-size h1, h1.disable-responsive-font-size, .h1, .disable-responsive-font-size .h1, .h1.disable-responsive-font-size {
    font-size: 2.375rem; }
  @media (max-width: 1200px) {
    h1, .h1 {
      font-size: calc(1.275rem + 1.4666666667vw) ;
      min-width: 0vw; } }

h2, .disable-responsive-font-size h2, h2.disable-responsive-font-size, .h2, .disable-responsive-font-size .h2, .h2.disable-responsive-font-size {
  font-size: 2.375rem; }
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.275rem + 1.4666666667vw) ;
    min-width: 0vw; } }

h3, .disable-responsive-font-size h3, h3.disable-responsive-font-size, .h3, .disable-responsive-font-size .h3, .h3.disable-responsive-font-size {
  font-size: 1.75rem; }
@media (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(1.15rem + 0.8vw) ;
    min-width: 0vw; } }

h4, .h4 {
  font-size: 16pt; }

h5, .h5 {
  font-size: 14pt; }

h6, .h6 {
  font-size: 12pt; }

ul, ol {
  padding-left: 40px;
  display: block; }

ul {
  list-style: disc outside; }
  ul li {
    text-align: -webkit-match-parent;
    display: list-item; }

ol {
  display: block;
  list-style-type: decimal; }
  ol li {
    text-align: -webkit-match-parent;
    display: list-item; }

strong {
  font-weight: 600; }

em {
  font-style: italic; }

blockquote {
  display: inline-block;
  background-color: #EEE;
  padding: 20px;
  font-size: 110%;
  color: #333;
  margin-bottom: 15px;
  border-left: 5px solid #4d6dfa;
  position: relative; }
  blockquote:after {
    content: '\201D';
    position: absolute;
    top: -15px;
    right: -10px;
    font-size: 80px;
    color: #d5d5d5;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  blockquote footer {
    margin-top: 15px;
    display: block;
    font-size: 90%;
    font-style: italic;
    color: rgba(0, 0, 0, 0.5);
    background: transparent;
    padding: 0px; }

.strapline {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #c49559;
  margin-bottom: 10px; }

p, ul li, ol li, address, ol, ul {
  font-size: 1rem;
  line-height: inherit;
  color: #111720;
  margin-bottom: 15px; }
  p a, ul li a, ol li a, address a, ol a, ul a {
    color: #CF9287; }
  p span.label, ul li span.label, ol li span.label, address span.label, ol span.label, ul span.label {
    line-height: normal; }

p, ul li, ol li, address {
  line-height: 30px; }
  p.lead, ul li.lead, ol li.lead, address.lead {
    font-size: 20px;
    line-height: 26px; }

ul, ol {
  color: #111720; }
  ul li, ol li {
    line-height: 22px; }
    ul li a, ol li a {
      border-bottom: 0px !important; }

a {
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
  transition: 300ms all;
  text-decoration: none;
  position: relative;
  display: inline-block;
  color: #CF9287;
  border-bottom: 1px dashed #CF9287; }
  a span {
    display: inline-block;
    white-space: pre; }
  a:hover {
    color: #c49559;
    text-decoration: none; }
  a:focus {
    text-decoration: none; }
  a:visited {
    color: #c49559; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 15px;
  background-color: #FFF; }
  table th,
  table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #DDD;
    color: #465f84; }
  table thead th {
    vertical-align: bottom;
    color: #CF9287;
    font-weight: normal;
    border-bottom: 2px solid #DDD; }
  table tbody + tbody {
    border-top: 2px solid #DDD; }

h1 {
  font-display: "Playfair Display", serif;
  font-weight: bold; }

body {
  background-image: url(bglondonglitter-trans.jpg);
  background-size: cover;
  background-position: center center; }
  @media (max-width: 767px) {
    body {
      background-position: bottom center; } }

main {
  width: 100%;
  padding: 50px;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center; }
  main .logo {
    width: 140px;
    height: auto;
    margin-bottom: 50px; }
  main a {
    vertical-align: middle; }
  main .ig {
    height: 20px;
    vertical-align: middle; }
  main p, main ul li, ul main li, main ol li, ol main li, main address {
    margin-bottom: 0px; }
  @media (max-width: 767px) {
    main {
      padding: 25px 50px; }
      main p, main ul li, ul main li, main ol li, ol main li, main address {
        color: #333; } }

/*# sourceMappingURL=style.css.map */
