/** Colors */

/** Fonts */

/** Asset path */

/** Transitions */

/** Grid */

/** Misc */

/** Import everything from autoload */

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/** Import theme styles */

@font-face {
  font-family: "montserrat";
  src: url(/app/themes/Mayflower/dist/fonts/Montserrat-Regular.woff2) format("woff2"), url(/app/themes/Mayflower/dist/fonts/Montserrat-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Josefin Sans";
  src: url(/app/themes/Mayflower/dist/fonts/josefinsans-regular-webfont.woff2) format("woff2"), url(/app/themes/Mayflower/dist/fonts/josefinsans-regular-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Web Fonts ----------------------- */

/* Base Styles --------------------- */

/* line 54, resources/assets/styles/common/_global.scss */

html {
  font-size: 62.5%;
}

/* line 59, resources/assets/styles/common/_global.scss */

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

/* line 62, resources/assets/styles/common/_global.scss */

*::selection {
  background: color("secondary");
  color: color("primary");
}

/* line 67, resources/assets/styles/common/_global.scss */

*:focus {
  outline: none;
}

/* line 78, resources/assets/styles/common/_global.scss */

body {
  margin: 0;
  font-size: 2rem;
  line-height: 3rem;
  color: color("primary");
  font-family: "montserrat", Geneva, sans-serif;
}

/* line 85, resources/assets/styles/common/_global.scss */

body.noscroll {
  overflow: hidden;
}

/* Main Styles --------------------- */

/* line 91, resources/assets/styles/common/_global.scss */

header {
  padding: 10vh 1rem;
  margin: -8px -8px 8px;
  background-color: #1b4373;
  color: white;
}

/* line 98, resources/assets/styles/common/_global.scss */

footer {
  padding: 4vh 1rem;
  margin: -8px -8px 8px;
  background-color: #1b4373;
  color: white;
  justify-content: center;
}

/* line 106, resources/assets/styles/common/_global.scss */

header,
footer {
  text-align: center;
}

/* line 111, resources/assets/styles/common/_global.scss */

nav {
  background-color: #fff;
  display: inline;
  text-align: left;
  color: white;
}

/* line 118, resources/assets/styles/common/_global.scss */

a {
  color: #1b4373;
  font-weight: 500;
}

/* mouse over link */

/* line 124, resources/assets/styles/common/_global.scss */

a:hover {
  color: #b3ceed;
}

/* line 128, resources/assets/styles/common/_global.scss */

img,
svg {
  display: block;
  max-width: 100%;
}

/* line 134, resources/assets/styles/common/_global.scss */

figure {
  margin: 0;
}

/* line 138, resources/assets/styles/common/_global.scss */

img {
  height: auto;
}

/* line 142, resources/assets/styles/common/_global.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 6;
  line-height: 1.5rem;
  font-weight: 600;
}

/* line 153, resources/assets/styles/common/_global.scss */

h1 {
  display: none;
  font-family: "Josefin Sans", sans-serif;
  font-size: 7rem;
  color: color("quarternary");
  font-weight: normal;
}

/* line 161, resources/assets/styles/common/_global.scss */

h2 {
  font-size: 4rem;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.2;
  font-weight: normal;
}

/* line 168, resources/assets/styles/common/_global.scss */

h3 {
  font-size: 2.5rem;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.2;
  font-weight: normal;
}

/* line 200, resources/assets/styles/common/_global.scss */

ul:not([class]) {
  padding-left: 6rem;
  font-weight: 500;
}

/* line 204, resources/assets/styles/common/_global.scss */

ul:not([class]) li {
  position: relative;
  list-style: none;
}

/* line 208, resources/assets/styles/common/_global.scss */

ul:not([class]) li:not(:last-child) {
  margin-bottom: 0.8rem;
}

/* line 212, resources/assets/styles/common/_global.scss */

ul:not([class]) li::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 0.3rem solid color("quarternary");
  position: absolute;
  left: -2.3rem;
  top: 1.2rem;
}

/* Navigation */

/* line 227, resources/assets/styles/common/_global.scss */

header.banner {
  padding: 0 30px;
  margin: -8px -8px;
  background-color: #fff;
  align-items: stretch;
}

/* line 234, resources/assets/styles/common/_global.scss */

a.brand {
  display: flex;
  align-items: stretch;
  color: white;
  padding: 2.9rem 0;
  max-height: 40px;
  max-width: 120px;
  min-width: 120px;
}

/* line 244, resources/assets/styles/common/_global.scss */

.banner div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 250, resources/assets/styles/common/_global.scss */

.nav {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
  font-size: 1.3rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-weight: 1000;
}

/* line 261, resources/assets/styles/common/_global.scss */

.menu-item {
  display: block;
  padding: 12px 30px;
}

/* Footer Navigation */

/* line 268, resources/assets/styles/common/_global.scss */

.content-info a {
  color: white;
}

/* line 272, resources/assets/styles/common/_global.scss */

.content-info div {
  justify-content: center;
}

/* Hero Styles */

/* line 278, resources/assets/styles/common/_global.scss */

.home-hero-h2 {
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 5px;
}

/* line 283, resources/assets/styles/common/_global.scss */

.home-hero-subtitle {
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 1px;
}

@media only screen and (max-width: 720px) {
  /* line 290, resources/assets/styles/common/_global.scss */

  body {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  /* line 295, resources/assets/styles/common/_global.scss */

  h2 {
    font-size: 2.5rem;
    font-family: "Josefin Sans", sans-serif;
    line-height: 1.2;
    font-weight: normal;
  }
}

/** Search form */

/* line 1, resources/assets/styles/layouts/_header.scss */

.header {
  background-color: color("primary");
  color: #fff;
  position: relative;
  z-index: 10;
  text-decoration: none;
}

/* line 9, resources/assets/styles/layouts/_header.scss */

a {
  text-decoration: none;
}

/* line 1, resources/assets/styles/layouts/_footer.scss */

.footer {
  background-color: #1b4373;
  color: white;
  position: relative;
  z-index: 10;
  text-decoration: none;
  display: flex;
}

/* line 10, resources/assets/styles/layouts/_footer.scss */

a {
  text-decoration: none;
}

/* line 1, resources/assets/styles/layouts/_tinymce.scss */

body#tinymce {
  margin: 12px !important;
}


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