@font-face {
  font-family: "NotoSans";
  src: url("/assets/fonts/NotoSans-Medium.ttf");
}
@font-face {
  font-family: "NotoSansMono";
  src: url("/assets/fonts/NotoSansMono-Medium.ttf");
}
@font-face {
  font-family: "NotoSansSemiBold";
  src: url("/assets/fonts/NotoSans-SemiBold.ttf");
}
* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: rgb(55, 17, 3);
}
a:link {
  color: rgb(55, 17, 3);
}
a:visited {
  color: rgb(73, 42, 9);
}
a:hover {
  color: #b00;
  transition: all 0.5s ease-in-out;
}
a:active {
  color: #3c1ab9;
}

body {
  color: #000;
  font-family: "NotoSans", Calibri, "Trebuchet MS", sans-serif;
  height: 100vp;
  margin: 0;
  padding-bottom: 100px;
  background-image: url("/img/bk_main-faded.webp");
  background-color: rgba(255, 255, 255, 0.6);
  background-repeat: no-repeat;
  background-size: cover;
}

button.enquire {
  margin: 10px auto;
  padding: 10px 30px;
  background-color: rgb(181, 223, 194);
  border-radius: 5px;
}

div.centreCol {
  position: relative;
  margin: 0 auto;
  padding: 10px 50px;
}
div.centreCol.centered {
  text-align: center;
}
div.centreCol ul {
  padding: 0 50px;
}
div.content {
  width: 90%;
  max-width: 800px;
  margin: 5px auto 20px auto;
  padding: 20px 10px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 3%;
}
div#msgs {
  text-align: center;
  margin: 0 auto;
}

footer {
  padding: 10px;
  text-align: center;
  background: transparent;
  /* background: $box-bg; */
}

h1, h2, h3, h4, h5, h6 {
  color: rgb(32, 102, 92);
  font-family: "NotoSans", Calibri, sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 1.8rem;
}
h1#pagehead {
  text-align: center;
  margin: 0 auto 20px auto;
  letter-spacing: 0.1em;
  color: black;
}
h1#pagehead span.forsale {
  color: #944;
}

h2.pageHead {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.2;
}
h2.subhead {
  text-align: center;
}

header {
  position: fixed;
  z-index: 4;
  width: 100%;
}

img {
  opacity: 1;
}
img.imgLink {
  width: 100%;
  border: 5px solid teal;
  border-radius: 3%;
}
img.mainpic {
  max-width: 90%;
  border: 5px solid teal;
  border-radius: 3%;
  margin: 0 auto;
  text-align: center;
}

main {
  padding: 1rem 4rem;
}

p {
  font-size: 1.2em;
  text-align: left;
}
p.description {
  font-size: 1.2em;
  text-align: center;
}
p.caption {
  text-align: center;
  opacity: 0.8;
  font-size: 0.9em;
}
p.caption.larger {
  font-size: 1.8em;
  opacity: 0.5;
}
p.warning {
  font-size: 0.8em;
  color: #944;
}

small {
  font-size: 0.7em;
  color: hsl(0, 0%, -20%);
}

ul, li {
  text-align: left;
}

.centred {
  text-align: center;
}

.hide {
  opacity: 0 !important;
}

.strike {
  text-decoration: line-through;
}

@media screen and (min-width: 501px) and (max-width: 800px) {
  h1#pagehead {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 500px) {
  div.centreCol {
    padding: 10px 15px;
  }
  div.centreCol ul {
    padding: 0 20px;
  }
  h1#pagehead {
    font-size: 1.2rem;
  }
}

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