@charset "utf-8";
/* CSS Document
Author  : We Sort | Ben Edmonds | wesort.co.uk

BG-White = #FFFFFF

*/

@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville&display=swap');

html {
  height: 100%;
  overflow-y: scroll;
  scroll-behavior: smooth;
}


body {
  background-color: #19232d;
  color: #f5e6e4;
  font-family: 'Libre Baskerville', georgia, serif;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  text-align: center;
}
.page {
  margin: auto;
  padding: 2rem 1rem 1rem 1rem;
  max-width: 55rem;
}

/* Typography */
a {
  color: inherit;
  text-decoration: none;
}
a:hover, .current, footer a:hover, .underline {
  border-bottom: 1px solid;
}
.type-center {
  text-align: center;
}
.type-small {
  font-size: 1rem;
  line-height: 1.5;
}
.type-medium {
  font-size: 1.5rem;
}
.type-large {
  font-size: 2.25rem
}
b, strong, .type-bold {
  font-weight: 700;
}


/* spacing */
.mb-half {
  margin-bottom: 0.5rem;
}
.mb-single, p {
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}
.mb-double {
  margin-bottom: 2rem;
}
.mb-quad {
  margin-bottom: 4rem;
}
.mb-six {
  margin-bottom: 6rem;
}
.mt-top-neg-half {
  margin-top: -0.5rem;
 }

.inline-list li {
  display: inline-block;
  padding-right: 1rem;
}
.inline-list li:last-child {
  padding-right: 0;
}
.pipe:after {
  content: "|";
  padding-left: 1.65rem;
}
.social-links {
  line-height: 2;
}

/* Breakpoint 1 for height
---------------------------------------------------------------- */
@media all and (min-height: 40em) and (min-width: 56em) {
.page {
  margin-top: calc(50vh - 12em);
}
}

/* Breakpoint (.bp1)
---------------------------------------------------------------- */
@media all and (min-width: 26em) {
.page {
  padding: 2rem;
}
.bp1-inline-list li {
  display: inline-block;
  padding-right: 1rem;
}
.bp1-inline-list li:last-child {
  padding-right: 0;
}
.bp1-pipe:after {
  content: "|";
  padding-left: 1.65rem;
}
}

/* -- Breakpoint 2 (.bp2)
------------------------------------------------------------- */
@media only screen and (min-width: 56em) {
.bp2-inline-list li {
  display: inline-block;
  padding-right: 1rem;
}
.bp2-inline-list li:last-child {
  padding-right: 0;
}
.bp2-pipe:after {
  content: "|";
  padding-left: 1.65rem;
}
.bp2-columns-2 {
  column-count: 2;
 }

}

/* -- Breakpoint 3 (.bp3)
------------------------------------------------------------- */
@media only screen and (min-width: 60em) {
.bp3-inline-list li {
  display: inline-block;
  padding-right: 1rem;
}
.bp3-inline-list li:last-child {
  padding-right: 0;
}
.bp3-pipe:after {
  content: "|";
  padding-left: 1.65rem;
}
  
}




