@charset "UTF-8";
/*
Theme Name: change-me
Theme URI: http://properdesign.rs
Description: ChangeMe Wordpress Theme
Author: Proper Design
Author URI: http://properdesign.rs
Version: 1
Tags:

Based on HTML5 Reset Theme by Monkey Do! + @ckhicks http://monkeydo.biz
*/
@import url("https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap");
img[class*=wp-image-], .wp-caption {
  display: block;
  max-width: 100%;
  height: auto;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.gallery {
  margin: 1em -0.5em;
}

.gallery-item {
  padding: 0.5em;
  margin: 0;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.gallery-item img {
  display: block;
  width: 100%;
  height: auto;
}
.gallery-item figcaption {
  margin-top: 0.5em;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.3333333333%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666666667%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857142857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111111111%;
}

/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

:root {
  --color-green-dark: #1e4620;
  --color-bark: #483413;
  --color-brown-dark: #27241e;
  --color-orange: #f39200;
  --color-green: #6eae91;
  --color-paper: #fcfbf9;
  --color-canvas: #f2ede8;
  --length-s: 0.5rem;
  --length-spacer: clamp(1rem, 0.5rem + 1vw, 2rem);
  --length-siteMax: 150ch;
  --length-pageMax: 100ch;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background-color: var(--color-canvas);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin: 0;
  padding: 0;
  font-size: clamp(1rem, 0.5rem + 1vw, 1.5rem);
  font-weight: 300;
  line-height: 1.4;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
blockquote,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
  padding: 1em;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  background-color: #0a1b3a;
  color: #00FF00;
  padding: 1em;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "libre franklin", sans-serif;
  margin: 0;
}

h1 {
  font-weight: 900;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #f811e1;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

tr {
  border-bottom: solid thin;
}

td, th {
  vertical-align: top;
  padding: 0.5em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  background-color: var(--color-orange);
  border: none;
  line-height: 1;
  padding: 0.5em 0.75em;
  border-radius: var(--length-s);
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  margin: 0;
  max-width: 100%;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

iframe[src*=youtu],
iframe[src*=vimeo] {
  display: block;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

.siteHeader-wrapper {
  background-color: var(--color-brown-dark);
  color: white;
  position: sticky;
  top: 0;
}

.siteHeader {
  max-width: var(--length-siteMax);
  margin: auto;
  position: sticky;
  display: grid;
  padding: var(--length-spacer);
  gap: var(--length-spacer);
  container-type: inline-size;
  grid-template-columns: max-content 1fr;
  align-items: center;
}
.siteHeader a {
  color: currentColor;
  text-decoration: none;
}
@media (min-width: 60rem) {
  .siteHeader {
    grid-template-rows: min-content;
    grid-template-columns: max-content 1fr max-content;
  }
}

.siteHeader-logo {
  width: 8rem;
  height: 4rem;
  display: block;
  fill: currentColor;
}

.siteHeader-menu {
  grid-column: 2;
}

.siteHeader-logo-link {
  grid-row: span 2;
}
@media (min-width: 60rem) {
  .siteHeader-logo-link {
    grid-row: 1;
  }
}

.siteHeader-contact {
  margin-left: auto;
  grid-row: 1;
  grid-column: 2;
}
@media (min-width: 60rem) {
  .siteHeader-contact {
    grid-column: 3;
  }
}

.contact-button {
  background-color: var(--color-orange);
  border: 0;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  color: black;
}

.siteNav-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
.siteNav-wrapper .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
}
.siteNav-wrapper .siteNav-toggle {
  display: none;
  background-color: transparent;
  border: solid thin;
}
.siteNav-wrapper .menu-item {
  min-width: max-content;
  white-space: nowrap;
  padding: 0.5rem;
}
.siteNav-wrapper .menu-item.current-menu-item a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.siteNav-wrapper.squish-ready .menu {
  flex-wrap: wrap;
}

.siteNav-wrapper.too-small .siteNav-toggle {
  display: block;
}
.siteNav-wrapper.too-small .menu {
  overflow: hidden;
  width: 1px;
  height: 1px;
}

.siteNav-wrapper.too-small.is-open .menu {
  margin: auto;
  padding: var(--length-spacer);
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  inset: 2rem;
  width: max-content;
  height: max-content;
  flex-direction: column;
  text-align: center;
}

.siteFooter-wrapper {
  background-color: var(--color-brown-dark);
  color: white;
}
.siteFooter-wrapper a {
  color: currentColor;
}

.siteFooter {
  max-width: var(--length-siteMax);
  padding: var(--length-spacer);
  margin: auto;
}

.pagination {
  padding: var(--length-spacer);
}

.hero-wrapper {
  display: grid;
  background-color: var(--color-green-dark);
}
@media (min-width: 40rem) {
  .hero-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

.hero-content {
  padding: var(--length-spacer);
  color: white;
  display: grid;
  gap: var(--length-spacer);
  align-content: center;
  width: 100%;
  max-width: min(75ch, 100%);
  margin-inline-start: auto;
}

.hero-content p {
  max-width: 60ch;
  text-wrap: balance;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contactForm-overlay {
  z-index: 1000;
  position: fixed;
  inset: 0px;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contactForm-modal {
  background-color: var(--color-green-dark);
  width: min(100%, 40rem);
  color: white;
  padding: var(--length-spacer);
  display: grid;
  gap: var(--length-spacer);
  overflow-y: scroll;
}
.contactForm-modal a {
  color: currentColor;
}
.contactForm-modal form {
  background-color: var(--color-canvas);
  color: black;
  border: 0;
  padding: 1rem;
}
.contactForm-modal form .fieldset {
  display: grid;
  gap: var(--length-spacer);
  padding: 0;
  border: 0;
}
.contactForm-modal form .field-wrapper {
  display: grid;
}
.contactForm-modal form .field-wrapper input,
.contactForm-modal form .field-wrapper textarea {
  resize: vertical;
  padding: 1rem;
  border: 0;
}
.contactForm-modal form .submit-wrapper {
  padding: 1rem 0;
}

.contactForm-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contactForm-close {
  background-color: var(--color-orange);
  border: 0;
  padding: 0.5rem;
  border-radius: var(--length-s);
  color: black;
}

.contactForm-close-icon {
  display: block;
  margin: 0;
  aspect-ratio: 1;
}

.testimonial-block {
  margin: auto;
  padding-block: var(--length-spacer);
}

.testimonial {
  margin: auto;
  width: fit-content;
  max-width: clamp(20rem, 75%, 100%);
}

.testimonial-quote {
  --quote-bubble-color: var(--color-green);
  background-color: var(--quote-bubble-color);
  color: white;
  padding: 1em 2em;
  position: relative;
  box-shadow: 0.25em 0.25em black;
  text-wrap: balance;
}
.testimonial-quote:before {
  content: "“";
  position: absolute;
  font-size: 2em;
  top: 0.05em;
  left: 0.15em;
  font-family: Georgia;
  font-size: 3em;
}
.testimonial-quote:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: solid 1em transparent;
  border-top-color: var(--quote-bubble-color);
  border-right-color: var(--quote-bubble-color);
  position: absolute;
  top: 100%;
  left: 1em;
  box-shadow: 0.25em 0.25em black;
  clip-path: polygon(0 0, 110% 0, 110% 110%);
}
.testimonial-quote p {
  margin: 0;
}

.testimonial-attribution {
  color: black;
  margin-left: 3em;
  padding: 1em 1em 0 1em;
}

.siteWrapper {
  min-height: 100vh;
}
.admin-bar .siteWrapper {
  min-height: calc(100vh - 32px);
}
@media screen and (max-width: 782px) {
  .admin-bar .siteWrapper {
    min-height: calc(100vh - 46px);
  }
}

.siteContent-wrapper {
  padding: 2em;
}

.siteFooter-wrapper {
  position: sticky;
  top: 100lvh;
}

.page-wrapper {
  padding: var(--length-spacer);
}

.page-content {
  padding: var(--length-spacer);
  background-color: white;
  margin: auto;
  max-width: var(--length-pageMax);
}

.page-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  margin-bottom: var(--length-spacer);
}

.page-title {
  color: var(--color-green-dark);
}

.archiveHero-wrapper {
  display: grid;
  padding: var(--length-spacer);
  gap: var(--length-spacer);
  background-color: silver;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 40rem) {
  .archiveHero-wrapper {
    grid-template-columns: 2fr 1fr;
  }
}

.archiveHero {
  background: rgba(255, 255, 255, 0.8);
  grid-column: 1/2;
  padding: var(--length-spacer);
}
.archiveHero h1 {
  margin: 0;
}

.archive-wrapper {
  max-width: var(--length-siteMax);
  margin: auto;
  padding: var(--length-spacer);
}

.archiveGrid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: var(--length-spacer);
  list-style: none;
}
@media (min-width: 40rem) {
  .archiveGrid {
    grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
  }
}

.archiveList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: var(--length-spacer);
  list-style: none;
}

.frontPage-services {
  padding: var(--length-spacer);
  max-width: var(--length-siteMax);
  margin: auto;
}

.serviceTeaser {
  background-color: var(--color-green-dark);
  color: white;
  max-height: 100%;
  display: grid;
}
.serviceTeaser img {
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
  object-fit: cover;
}
.serviceTeaser .serviceTeaser-content {
  padding: var(--length-spacer);
}
.serviceTeaser .serviceTeaser-content a {
  color: white;
  text-decoration: none;
}

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