/*!
Theme Name: Makers Lancaster
Theme URI: https://makerslancaster.com/
Author: Horst Arts
Author URI: https://makerslancaster.com/
Description: Makers Lancaster
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: makerslancaster

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Oak Tree Orchard is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* Box sizing rules */
/* line 2, ../../../../../Users/horstarts/Horst Arts/Web/makerslancaster.com/HTML/scss/utilities/_reset.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
/* line 9, ../../../../../Users/horstarts/Horst Arts/Web/makerslancaster.com/HTML/scss/utilities/_reset.scss */
body,
h1,
h2,
h3,
h4,
p,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
/* line 25, ../../../../../Users/horstarts/Horst Arts/Web/makerslancaster.com/HTML/scss/utilities/_reset.scss */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
/* line 34, ../../../../../Users/horstarts/Horst Arts/Web/makerslancaster.com/HTML/scss/utilities/_reset.scss */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
/* line 39, ../../../../../Users/horstarts/Horst Arts/Web/makerslancaster.com/HTML/scss/utilities/_reset.scss */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
/* line 45, ../../../../../Users/horstarts/Horst Arts/Web/makerslancaster.com/HTML/scss/utilities/_reset.scss */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
/* line 50, ../../../../../Users/horstarts/Horst Arts/Web/makerslancaster.com/HTML/scss/utilities/_reset.scss */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  /* line 59, ../../../../../Users/horstarts/Horst Arts/Web/makerslancaster.com/HTML/scss/utilities/_reset.scss */
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* line 1, ../../../../../Users/horstarts/Horst Arts/Web/makerslancaster.com/HTML/scss/_typography.scss */
body {
  line-height: 1.8;
  text-rendering: optimizeLegibility;
  font-optical-sizing: auto;
}

/* line 7, ../../../../../Users/horstarts/Horst Arts/Web/makerslancaster.com/HTML/scss/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Bungee", sans-serif;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 26, ../../../../../Users/horstarts/Horst Arts/Web/makerslancaster.com/HTML/scss/_typography.scss */
p {
  margin: 0 0 16px 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4em;
  color: #5E7C91;
}

@media (min-width: 768px) {
  /* line 26, ../../../../../Users/horstarts/Horst Arts/Web/makerslancaster.com/HTML/scss/_typography.scss */
  p {
    font-size: 16px;
  }
}

/* line 40, ../../../../../Users/horstarts/Horst Arts/Web/makerslancaster.com/HTML/scss/_typography.scss */
h1 {
  margin: 0;
  padding: 0 0 12px 0;
  font-family: "Bungee", sans-serif;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  color: #2c2822;
}

@media (min-width: 768px) {
  /* line 40, ../../../../../Users/horstarts/Horst Arts/Web/makerslancaster.com/HTML/scss/_typography.scss */
  h1 {
    font-size: 26px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 40, ../../../../../Users/horstarts/Horst Arts/Web/makerslancaster.com/HTML/scss/_typography.scss */
  h1 {
    font-size: 28px;
  }
}

@media screen and (min-width: 1200px) {
  /* line 40, ../../../../../Users/horstarts/Horst Arts/Web/makerslancaster.com/HTML/scss/_typography.scss */
  h1 {
    font-size: 30px;
  }
}

/* line 63, ../../../../../Users/horstarts/Horst Arts/Web/makerslancaster.com/HTML/scss/_typography.scss */
h1 span.semi {
  display: none;
}

/* line 67, ../../../../../Users/horstarts/Horst Arts/Web/makerslancaster.com/HTML/scss/_typography.scss */
h1 span.status {
  display: inline-block;
  margin: 0 0 0 14px;
  padding: 3px 20px;
  text-transform: uppercase;
  font-size: 14px;
  vertical-align: middle;
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 79, ../../../../../Users/horstarts/Horst Arts/Web/makerslancaster.com/HTML/scss/_typography.scss */
h2 {
  margin: 0;
  padding: 0 0 12px 0;
  font-family: "Bungee", sans-serif;
  font-size: 35px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
  color: #005264;
}

@media screen and (min-width: 1024px) {
  /* line 79, ../../../../../Users/horstarts/Horst Arts/Web/makerslancaster.com/HTML/scss/_typography.scss */
  h2 {
    font-size: 50px;
  }
}

/* line 94, ../../../../../Users/horstarts/Horst Arts/Web/makerslancaster.com/HTML/scss/_typography.scss */
h3 {
  margin: 0;
  padding: 0 0 7px 0;
  text-align: left;
  font-size: 18px;
  line-height: 1.2em;
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
  color: #858469;
}

/* line 105, ../../../../../Users/horstarts/Horst Arts/Web/makerslancaster.com/HTML/scss/_typography.scss */
ul, ol {
  margin: 0 0 0 40px;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.6em;
  color: #5E7C91;
}

@media (min-width: 768px) {
  /* line 105, ../../../../../Users/horstarts/Horst Arts/Web/makerslancaster.com/HTML/scss/_typography.scss */
  ul, ol {
    font-size: 16px;
    line-height: 1.8em;
  }
}

/* line 123, ../../../../../Users/horstarts/Horst Arts/Web/makerslancaster.com/HTML/scss/_typography.scss */
a {
  color: #DE8600;
}

/* line 127, ../../../../../Users/horstarts/Horst Arts/Web/makerslancaster.com/HTML/scss/_typography.scss */
.button {
  position: relative;
  display: block;
  width: 50%;
  margin: 20px auto 0 auto;
}

@media (min-width: 768px) {
  /* line 127, ../../../../../Users/horstarts/Horst Arts/Web/makerslancaster.com/HTML/scss/_typography.scss */
  .button {
    width: 30%;
  }
}

@media screen and (min-width: 1024px) {
  /* line 127, ../../../../../Users/horstarts/Horst Arts/Web/makerslancaster.com/HTML/scss/_typography.scss */
  .button {
    width: 20%;
  }
}

/* line 141, ../../../../../Users/horstarts/Horst Arts/Web/makerslancaster.com/HTML/scss/_typography.scss */
.button a {
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 8px 50px 7px 50px;
  background-color: #2A2218;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-family: "Bungee", sans-serif;
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
  color: #DE8600;
}

/* line 156, ../../../../../Users/horstarts/Horst Arts/Web/makerslancaster.com/HTML/scss/_typography.scss */
.button a:hover {
  background-color: #005264;
}

/* line 1, ../../../../../Users/horstarts/Horst Arts/Web/makerslancaster.com/HTML/scss/_primary.scss */
body {
  margin: 0;
  padding: 0;
  background-color: #efefef;
}

/* line 7, ../../../../../Users/horstarts/Horst Arts/Web/makerslancaster.com/HTML/scss/_primary.scss */
h1 {
  margin: 50px 25% 10px 25%;
  padding: 0;
  font-family: "Bungee", sans-serif;
  font-size: 32px;
  line-height: 1.3em;
  text-align: center;
  color: #003E45;
}

/* line 17, ../../../../../Users/horstarts/Horst Arts/Web/makerslancaster.com/HTML/scss/_primary.scss */
h2 {
  margin: 40px 30px 10px 30px;
  padding: 0;
  font-family: "Bungee", sans-serif;
  font-size: 24px;
  line-height: 1.3em;
  text-align: center;
  color: #003E45;
}

/* line 27, ../../../../../Users/horstarts/Horst Arts/Web/makerslancaster.com/HTML/scss/_primary.scss */
p {
  margin: 10px 25% 0 25%;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  color: #5E7C91;
}

/* line 35, ../../../../../Users/horstarts/Horst Arts/Web/makerslancaster.com/HTML/scss/_primary.scss */
p.highlight {
  padding: 5px 20px;
  font-weight: 600;
  text-align: center;
  background-color: #F7C712;
}

/* line 42, ../../../../../Users/horstarts/Horst Arts/Web/makerslancaster.com/HTML/scss/_primary.scss */
p.logo {
  margin: 0;
  padding: 100px 100px 0 100px;
  text-align: center;
}

/* line 47, ../../../../../Users/horstarts/Horst Arts/Web/makerslancaster.com/HTML/scss/_primary.scss */
p.logo img {
  margin: 0 auto;
  width: 220px;
}

/* line 54, ../../../../../Users/horstarts/Horst Arts/Web/makerslancaster.com/HTML/scss/_primary.scss */
a {
  font-weight: 800;
  text-decoration: none;
  color: #003E45;
}

/* line 59, ../../../../../Users/horstarts/Horst Arts/Web/makerslancaster.com/HTML/scss/_primary.scss */
a:hover {
  text-decoration: underline;
}

/* line 3, ../../../../../Users/horstarts/Horst Arts/Web/makerslancaster.com/HTML/scss/_admin.scss */
.wp-admin h1.editor-post-title {
  color: black !important;
  text-align: left !important;
}

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