/* line 11, resources/assets/styles/utils/_variables.scss */

:root {
  --featured-color: $green;
}

/*
 * Media Queries
 * ===========================
 */

/** Import everything from autoload */

/** Import theme styles */

@font-face {
  font-family: 'Almega';
  src: url(/wp-content/themes/frisklicens/dist/fonts/AlmegaSans-Regular.woff2) format("woff2"), url(/wp-content/themes/frisklicens/dist/fonts/AlmegaSans-Regular.woff) format("woff");
}

@font-face {
  font-family: 'Almega-bold';
  src: url(/wp-content/themes/frisklicens/dist/fonts/AlmegaSans-Bold.woff2) format("woff2"), url(/wp-content/themes/frisklicens/dist/fonts/AlmegaSans-Bold.woff) format("woff");
}

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

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

::-moz-selection {
  background-color: #1e666e;
  color: #fff;
}

::selection {
  background-color: #1e666e;
  color: #fff;
}

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

html {
  font-size: 62.5%;
}

@media screen and (max-width: 75em) {
  /* line 29, resources/assets/styles/common/_global.scss */

  html {
    font-size: 56.25%;
  }
}

@media screen and (max-width: 62.5em) {
  /* line 29, resources/assets/styles/common/_global.scss */

  html {
    font-size: 50%;
  }
}

@media screen and (max-width: 50em) {
  /* line 29, resources/assets/styles/common/_global.scss */

  html {
    font-size: 42.5%;
  }
}

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

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: black;
  font-weight: 300;
  font-family: "Almega", sans-serif;
  font-size: 1.6rem;
  overflow-x: hidden;
}

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

.wp-block-columns {
  margin-bottom: 0 !important;
}

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

.wp-block-column {
  margin-left: 0 !important;
}

/* line 2, resources/assets/styles/components/_buttons.scss */

.btn,
.btn:link,
.btn:visited {
  display: inline-block;
  padding: 0.8em 1.2em;
  color: white;
  background-color: #1e666e;
  -webkit-transition: background-color ease 0.2s;
  -o-transition: background-color ease 0.2s;
  transition: background-color ease 0.2s;
  text-decoration: none;
}

/* line 13, resources/assets/styles/components/_buttons.scss */

.btn:active,
.btn:hover {
  background-color: #1a3c2a;
}

/* line 1, resources/assets/styles/blocks/_media-text.scss */

.media-text {
  width: 100%;
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 9, resources/assets/styles/blocks/_media-text.scss */

.media-text__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 18, resources/assets/styles/blocks/_media-text.scss */

.media-text__content {
  z-index: 1;
  color: white;
  height: 100%;
  width: 100%;
  padding: 60vh 20rem 10rem 10rem;
  display: grid;
  grid-template-rows: auto 1fr 5rem;
  gap: 1rem;
}

@media screen and (max-width: 90em) {
  /* line 18, resources/assets/styles/blocks/_media-text.scss */

  .media-text__content {
    padding-right: 10rem;
  }
}

@media screen and (max-width: 62.5em) {
  /* line 18, resources/assets/styles/blocks/_media-text.scss */

  .media-text__content {
    padding-right: 8rem;
    padding-left: 8rem;
  }
}

@media screen and (max-width: 50em) {
  /* line 18, resources/assets/styles/blocks/_media-text.scss */

  .media-text__content {
    padding-right: 6rem;
    padding-left: 6rem;
  }
}

@media screen and (max-width: 37.5em) {
  /* line 18, resources/assets/styles/blocks/_media-text.scss */

  .media-text__content {
    padding: 70vh 8rem 8rem 10rem;
  }
}

@media screen and (max-width: 25em) {
  /* line 18, resources/assets/styles/blocks/_media-text.scss */

  .media-text__content {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

/* line 52, resources/assets/styles/blocks/_media-text.scss */

.media-text__title {
  font-size: 4rem;
  font-family: 'Almega-bold', sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 90em) {
  /* line 52, resources/assets/styles/blocks/_media-text.scss */

  .media-text__title {
    font-size: 3.5rem;
  }
}

/* line 62, resources/assets/styles/blocks/_media-text.scss */

.media-text__btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
  justify-self: flex-start;
}

/* line 67, resources/assets/styles/blocks/_media-text.scss */

.media-text::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

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

.header {
  width: 100vw;
  height: 7rem;
  padding: 0 2rem;
  font-size: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 1;
}

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

.header__logo {
  width: 180px;
}

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

.footer {
  width: 100vw;
  height: 25rem;
  font-size: 5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ededed;
}

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

.footer__logo {
  width: 180px;
  position: absolute;
  top: 3rem;
  left: 2rem;
}

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


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