<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Scss Document */
@import url("../fonts/stylesheet.css");
@import url("https://fonts.googleapis.com/css?family=Lora");
/*-----------------------------------------------------------------------------
VARIABLES
-------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
Colours
-------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
Fonts
-------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
Layout
-------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
Breakpoints
-------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
Borders
-------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
Subheading
-------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
MIXINS
-------------------------------------------------------------------------------*/
/* line 3, ../sass/style.scss */
hr {
  border: none;
}

/* line 6, ../sass/style.scss */
a {
  color: white;
  text-decoration: none;
  font-family: "Lora";
}

/* line 12, ../sass/style.scss */
a, div, svg, span, p, h1, h2 {
  transition: 0.3s ease;
}

/* line 16, ../sass/style.scss */
body {
  background-color: #231F20;
}

/* line 20, ../sass/style.scss */
.container {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 5px;
  overflow: hidden;
}

/* line 27, ../sass/style.scss */
.left, .right {
  width: 30%;
  position: fixed;
  height: auto;
  top: 2px;
  bottom: 2px;
  left: 2px;
  z-index: 0;
  background-image: url(../img/leftEdit2.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}

/* line 39, ../sass/style.scss */
.right {
  right: 2px;
  left: auto;
  background-image: url(../img/right.png);
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}

/* line 49, ../sass/style.scss */
.page_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  z-index: 999;
}

/* line 58, ../sass/style.scss */
.logo svg {
  width: 100%;
  height: 100%;
  fill: white;
}

/* line 64, ../sass/style.scss */
header {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
@media screen and (min-width: 300px) {
  /* line 64, ../sass/style.scss */
  header {
    padding-top: 10px;
  }
}
@media screen and (min-width: 550px) {
  /* line 64, ../sass/style.scss */
  header {
    padding-top: 12px;
  }
}
@media screen and (min-width: 750px) {
  /* line 64, ../sass/style.scss */
  header {
    padding-top: 15px;
  }
}
@media screen and (min-width: 1075px) {
  /* line 64, ../sass/style.scss */
  header {
    padding-top: 18px;
  }
}
/* line 85, ../sass/style.scss */
header #main_logo {
  padding: 5px;
}
@media screen and (min-width: 300px) {
  /* line 85, ../sass/style.scss */
  header #main_logo {
    width: 128px;
    height: 96px;
  }
}
@media screen and (min-width: 750px) {
  /* line 85, ../sass/style.scss */
  header #main_logo {
    width: 160px;
    height: 120px;
  }
}
@media screen and (min-width: 1075px) {
  /* line 85, ../sass/style.scss */
  header #main_logo {
    width: 200px;
    height: 150px;
  }
}
/* line 100, ../sass/style.scss */
header #london-monaco {
  padding: 3px;
}
@media screen and (min-width: 300px) {
  /* line 100, ../sass/style.scss */
  header #london-monaco {
    width: 96px;
  }
}
@media screen and (min-width: 750px) {
  /* line 100, ../sass/style.scss */
  header #london-monaco {
    width: 120px;
  }
}
@media screen and (min-width: 1075px) {
  /* line 100, ../sass/style.scss */
  header #london-monaco {
    width: 160px;
  }
}

/* line 114, ../sass/style.scss */
.text {
  color: white;
  text-align: center;
  text-transform: uppercase;
}
/* line 118, ../sass/style.scss */
.text #main_title {
  font-family: "bask";
}
@media screen and (min-width: 300px) {
  /* line 118, ../sass/style.scss */
  .text #main_title {
    font-size: 1.6em;
    letter-spacing: 3px;
  }
}
@media screen and (min-width: 750px) {
  /* line 118, ../sass/style.scss */
  .text #main_title {
    font-size: 2em;
    letter-spacing: 4px;
  }
}
@media screen and (min-width: 1075px) {
  /* line 118, ../sass/style.scss */
  .text #main_title {
    font-size: 2.5em;
    letter-spacing: 6px;
  }
}
/* line 133, ../sass/style.scss */
.text .list {
  width: 100%;
  margin-top: 5px;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-family: "Lora";
  letter-spacing: 1px;
}
/* line 143, ../sass/style.scss */
.text .list li {
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 300px) {
  /* line 143, ../sass/style.scss */
  .text .list li {
    font-size: 0.6em;
    margin: 2px;
  }
}
@media screen and (min-width: 550px) {
  /* line 143, ../sass/style.scss */
  .text .list li {
    font-size: 0.7em;
  }
}
@media screen and (min-width: 1075px) {
  /* line 143, ../sass/style.scss */
  .text .list li {
    font-size: 0.85em;
  }
}
/* line 157, ../sass/style.scss */
.text .list li.break {
  flex-basis: 100%;
}
/* line 160, ../sass/style.scss */
.text .list li.point {
  font-size: 0.7em;
}

/* line 168, ../sass/style.scss */
.content {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  flex-grow: 1;
  padding-bottom: 20px;
}
/* line 178, ../sass/style.scss */
.content .inner {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* line 190, ../sass/style.scss */
.necklace {
  width: 80%;
  margin-bottom: 15px;
  flex-grow: 1;
  background-image: url(../img/necklace.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 300px) {
  /* line 190, ../sass/style.scss */
  .necklace {
    display: none;
  }
}
@media screen and (min-width: 550px) {
  /* line 190, ../sass/style.scss */
  .necklace {
    display: inherit;
  }
}

/* line 203, ../sass/style.scss */
.info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: white;
  text-align: center;
}
@media screen and (min-width: 300px) {
  /* line 203, ../sass/style.scss */
  .info {
    width: 90%;
    font-size: 0.85em;
  }
}
@media screen and (min-width: 550px) {
  /* line 203, ../sass/style.scss */
  .info {
    width: 50%;
    font-size: 0.95em;
  }
}

/* line 221, ../sass/style.scss */
.address {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 300px) {
  /* line 221, ../sass/style.scss */
  .address {
    font-size: 11px;
  }
}
@media screen and (min-width: 550px) {
  /* line 221, ../sass/style.scss */
  .address {
    font-size: 12px;
  }
}
/* line 236, ../sass/style.scss */
.address .monaco {
  margin-bottom: 10px;
}

/* line 243, ../sass/style.scss */
.appt {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 15px 0;
}

/* line 249, ../sass/style.scss */
.more_info a {
  padding: 2px;
  color: #FF513E;
  text-transform: none;
  letter-spacing: 1px;
  line-height: 20px;
  font-weight: bold;
}
@media screen and (min-width: 300px) {
  /* line 249, ../sass/style.scss */
  .more_info a {
    font-size: 1em;
  }
}
/* line 260, ../sass/style.scss */
.more_info a:hover {
  letter-spacing: 2px;
}
/* line 264, ../sass/style.scss */
.more_info .contact {
  margin-bottom: 20px;
}
/* line 269, ../sass/style.scss */
.more_info .contact a {
  text-transform: lowercase;
}
/* line 276, ../sass/style.scss */
.more_info .monaco_site a {
  text-transform: uppercase;
}

/* line 283, ../sass/style.scss */
.footer {
  display: none;
  width: 100%;
  height: 20px;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.6);
}
/* line 289, ../sass/style.scss */
.footer span {
  font-size: 11px;
  font-family: "Lora";
  letter-spacing: 1px;
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>