/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  background: #212121;
  color: #000000;
  font-family: "Merriweather", -apple-system, BlinkMacSystemFont, Helvetica, Arial, serif;
}

.container--main--bg {
  background: #fff;
}

.col, .subpage-button__wrapper, .subpage-review, .mini-about2-card__title, .wrapper-col-to-row-at-t, .wrapper-col-to-row-at-d {
  display: flex;
  flex-direction: column;
}

.row {
  display: flex;
  flex-direction: row;
}

.container {
  width: 100%;
}

.img-blk {
  display: block;
  width: 100%;
}

p {
  max-width: 55ch;
}

.bold {
  font-weight: bold;
}

.color--first {
  color: hsl(0, 61%, 38%);
}

.color--second {
  color: hsl(0, 61%, 26%);
}

.color--third {
  color: hsl(0, 61%, 75%);
}

.color--accent {
  color: hsl(5, 80%, 90%);
}

.color--grey-light {
  color: #333333;
}

.color--grey-accent {
  color: #636363;
}

.color--1c {
  color: #1c1c1c;
}

.color--white {
  color: #fff;
}

.bg--second {
  background: hsl(0, 61%, 26%);
}

h1 {
  font-size: 2rem;
  font-family: headerFont;
  text-transform: uppercase;
}

h2 {
  font-size: 1.5rem;
  font-family: headerFont;
  text-transform: uppercase;
}

h3 {
  font-size: 1.25rem;
  font-family: headerFont;
  text-transform: uppercase;
}

a {
  text-decoration: none;
  color: none;
}

main, header {
  max-width: 1910px;
  margin: 0 auto;
  z-index: 1;
  font-family: "Merriweather", -apple-system, BlinkMacSystemFont, Helvetica, Arial, serif;
}

.header-font {
  font-family: "Lato", sans-serif;
}

.hidden {
  display: none;
}

.wrapper-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrapper-row {
  display: block;
}

/*------------------------  cards -------------------------*/
.wrapper-card-all {
  display: flex;
  flex-wrap: wrap;
  padding: 4rem 1rem 4rem 1rem;
}

.h1-card {
  color: #1c1c1c;
  padding: 5rem 0 0 0;
  margin: 0 auto;
  padding: 0 1rem;
}

.card {
  display: flex;
  flex-direction: column;
  color: #212121;
  max-width: 320px;
  padding: 0 0 2rem 0;
}
.card__img {
  width: 100%;
  height: auto;
}
.card__text {
  color: #212121;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 2;
}

.about-page-card {
  padding: 0rem 1rem 0rem 1rem;
}

/*------------------------ 3 cards -------------------------*/
.wrapper-3card-all {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 4rem 1rem 4rem 1rem;
}

.card-3 {
  max-width: 320px;
  max-width: 500px;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid #d7d7d7;
  box-shadow: 2px 2px #b0b0b0;
  flex: 1;
}
.card-3__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: hsl(0, 61%, 38%);
}

/*------------------------ 4 cards -------------------------*/
.wrapper-4card-all {
  justify-content: center;
}

.a4card-card {
  max-width: 320px;
}
.a4card-card__img {
  width: 100%;
  height: auto;
}
.a4card-card __title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: hsl(0, 61%, 26%);
}

/*------------------------ 2 cards -------------------------*/
.a2card {
  margin: 1rem;
}

/*------------------------ Buttons -------------------------*/
.btn {
  font-size: 1.25rem;
  border: none;
  border-radius: 0px;
  padding: 12px 22px 12px 22px;
  margin-bottom: 20px;
  cursor: pointer;
  text-align: center;
}

.btn--odd {
  background: hsl(56, 100%, 66%);
  color: #212121;
}

.btn--opaque {
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.5);
  color: white;
}

.btn--first {
  border: none;
  background: hsl(0, 61%, 38%);
  color: white;
  font-weight: bold;
  border: 2px solid hsl(0, 61%, 38%);
}

.btn--first:hover {
  background: #fff;
  color: hsl(0, 61%, 26%);
  border: 2px solid hsl(0, 61%, 26%);
}

.btn--opaque:hover {
  background: rgba(0, 0, 0, 0.8);
  color: white;
}

.btn--odd:hover {
  background: hsl(56, 100%, 50%);
  border: 1px solid #212121;
  color: hsl(0, 61%, 38%);
}

.btn-service__parent {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 1rem;
}

.btn-service {
  min-width: 200px;
}

body {
  background: #212121;
  color: #000000;
  font-family: "Merriweather", -apple-system, BlinkMacSystemFont, Helvetica, Arial, serif;
}

.container--main--bg {
  background: #fff;
}

.col, .subpage-button__wrapper, .subpage-review, .mini-about2-card__title, .wrapper-col-to-row-at-d, .wrapper-col-to-row-at-t {
  display: flex;
  flex-direction: column;
}

.row {
  display: flex;
  flex-direction: row;
}

.container {
  width: 100%;
}

.img-blk {
  display: block;
  width: 100%;
}

p {
  max-width: 55ch;
}

.bold {
  font-weight: bold;
}

.color--first {
  color: hsl(0, 61%, 38%);
}

.color--second {
  color: hsl(0, 61%, 26%);
}

.color--third {
  color: hsl(0, 61%, 75%);
}

.color--accent {
  color: hsl(5, 80%, 90%);
}

.color--grey-light {
  color: #333333;
}

.color--grey-accent {
  color: #636363;
}

.color--1c {
  color: #1c1c1c;
}

.color--white {
  color: #fff;
}

.bg--second {
  background: hsl(0, 61%, 26%);
}

h1 {
  font-size: 2rem;
  font-family: headerFont;
  text-transform: uppercase;
}

h2 {
  font-size: 1.5rem;
  font-family: headerFont;
  text-transform: uppercase;
}

h3 {
  font-size: 1.25rem;
  font-family: headerFont;
  text-transform: uppercase;
}

a {
  text-decoration: none;
  color: none;
}

main, header {
  max-width: 1910px;
  margin: 0 auto;
  z-index: 1;
  font-family: "Merriweather", -apple-system, BlinkMacSystemFont, Helvetica, Arial, serif;
}

.header-font {
  font-family: "Lato", sans-serif;
}

.hidden {
  display: none;
}

.wrapper-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrapper-row {
  display: block;
}

/*------------------------  cards -------------------------*/
.wrapper-card-all {
  display: flex;
  flex-wrap: wrap;
  padding: 4rem 1rem 4rem 1rem;
}

.h1-card {
  color: #1c1c1c;
  padding: 5rem 0 0 0;
  margin: 0 auto;
  padding: 0 1rem;
}

.card {
  display: flex;
  flex-direction: column;
  color: #212121;
  max-width: 320px;
  padding: 0 0 2rem 0;
}
.card__img {
  width: 100%;
  height: auto;
}
.card__text {
  color: #212121;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 2;
}

.about-page-card {
  padding: 0rem 1rem 0rem 1rem;
}

/*------------------------ 3 cards -------------------------*/
.wrapper-3card-all {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 4rem 1rem 4rem 1rem;
}

.card-3 {
  max-width: 320px;
  max-width: 500px;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid #d7d7d7;
  box-shadow: 2px 2px #b0b0b0;
  flex: 1;
}
.card-3__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: hsl(0, 61%, 38%);
}

/*------------------------ 4 cards -------------------------*/
.wrapper-4card-all {
  justify-content: center;
}

.a4card-card {
  max-width: 320px;
}
.a4card-card__img {
  width: 100%;
  height: auto;
}
.a4card-card __title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: hsl(0, 61%, 26%);
}

/*------------------------ 2 cards -------------------------*/
.a2card {
  margin: 1rem;
}

/*------------------------ Buttons -------------------------*/
.btn {
  font-size: 1.25rem;
  border: none;
  border-radius: 0px;
  padding: 12px 22px 12px 22px;
  margin-bottom: 20px;
  cursor: pointer;
  text-align: center;
}

.btn--odd {
  background: hsl(56, 100%, 66%);
  color: #212121;
}

.btn--opaque {
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.5);
  color: white;
}

.btn--first {
  border: none;
  background: hsl(0, 61%, 38%);
  color: white;
  font-weight: bold;
  border: 2px solid hsl(0, 61%, 38%);
}

.btn--first:hover {
  background: #fff;
  color: hsl(0, 61%, 26%);
  border: 2px solid hsl(0, 61%, 26%);
}

.btn--opaque:hover {
  background: rgba(0, 0, 0, 0.8);
  color: white;
}

.btn--odd:hover {
  background: hsl(56, 100%, 50%);
  border: 1px solid #212121;
  color: hsl(0, 61%, 38%);
}

.btn-service__parent {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 1rem;
}

.btn-service {
  min-width: 200px;
}

.navbar {
  z-index: 1010;
  width: 100%;
  background: hsl(0, 61%, 38%);
  height: 5rem;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.navbar__logo {
  display: none;
}
.navbar span {
  display: block;
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
}
.navbar__list {
  z-index: 1010;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  background: hsl(0, 61%, 26%);
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  transform-origin: right;
  transform: scale(0, 1);
  transition: transform 400ms ease-in-out;
}
.navbar__list li a {
  display: block;
  padding: 2rem;
  color: #fff;
  opacity: 0;
  display: flex;
  align-content: center;
  justify-content: center;
}
.navbar__list li a:hover {
  background: hsl(0, 61%, 26%);
  transition: all 200ms ease-in-out;
}
.navbar__list li a.current {
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

.has-submenu {
  position: relative;
  top: 1px;
}

#submenu {
  list-style: none;
  padding: 0;
  background: hsl(0, 61%, 38%);
  min-width: 25ch;
  min-width: 32ch;
  max-height: 0rem;
  opacity: 0;
  transform: scale(1, 0);
  transform-origin: bottom;
  transition: all 400ms ease-in-out;
}

#submenu.show {
  transform: scale(1, 1);
  max-height: 100vh;
  opacity: 1;
  z-index: 1011;
}

.navbar__toggle {
  display: none;
}

.navbar__toggle:checked ~ .navbar-toggle-label {
  background: hsl(0, 61%, 38%);
}

.navbar__toggle:checked ~ .navbar__list {
  transform: scale(1, 1);
}
.navbar__toggle:checked ~ .navbar__list li a {
  opacity: 1;
  transition: opacity 400ms ease-in-out 200ms;
}

.navbar-toggle-label {
  z-index: 1011;
  color: white;
  position: absolute;
  left: 1rem;
  height: 100%;
  display: flex;
  align-items: center;
  background: hsl(0, 61%, 26%);
  border-radius: 5px;
  padding: 0.5rem;
  height: 2rem;
  margin: 0.5rem 0 0 0;
  transition: padding 300ms ease-in-out;
}

.navbar-toggle-label span,
.navbar-toggle-label span::before,
.navbar-toggle-label span::after {
  display: block;
  background: #fff;
  border-radius: 2px;
  height: 2px;
  width: 30px;
  position: relative;
}

.navbar-toggle-label span::before,
.navbar-toggle-label span::after {
  content: "";
  position: absolute;
}

.navbar-toggle-label span::before {
  bottom: 7px;
}

.navbar-toggle-label span::after {
  top: 7px;
}

.call-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: no-wrap;
  text-align: wrap;
  padding: 0rem;
  margin: 0.35rem;
}
.call-btn__img {
  clip-path: circle(50%);
}
.call-btn__text {
  white-space: nowrap;
  text-align: center;
  color: hsl(0, 61%, 38%);
  display: flex;
  justify-content: center;
  background: #fff;
  padding: 0.75rem 0.75rem;
  font-weight: bold;
  white-space: no-wrap;
  transition: all 150ms ease-in-out;
}
.call-btn__text__desktop {
  display: none;
}
.call-btn__text:hover {
  box-shadow: 2px 2px #1c1c1c, 0 0 2px 2px #1c1c1c;
  color: black;
}

/*------------------------ Header -------------------------*/
#zaszlo {
  /*	background: linear-gradient(color(grey-dark),color(grey-accent)); */
  background: #fff;
  width: 100%;
}

.container--hero {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: url("/assets/images/IMG_0971.jpeg");
  background: url("/assets/images/IMG_2740.jpeg");
  background: url("/assets/images/banner_IMG_2740_edit.jpeg");
  background: url("/assets/images/stock/houston1.jpg");
  background: url("/assets/images/stock/houston1_20250507.jpg");
  background: url("/assets/images/stock/houston1.webp");
  background-size: cover;
  background-position: center 30%;
  clip-path: polygon(100% 0, 100% 95%, 50% 100%, 0 95%, 0 0);
}

.wrapper--hero {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  padding: 1rem;
  align-items: center;
  font-family: serif;
  color: #fff;
  text-shadow: 1px 1px 1px #1c1c1c;
  margin: 80px 0 0 0;
}

.hero-btn-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 3rem 0;
  padding: 0.5rem;
  text-shadow: none;
}
.hero-btn-wrapper__btn {
  box-shadow: 1px 1px 8px hsl(0, 0%, 70%), -1px -1px 4px hsl(0, 0%, 70%);
}

.hero-text-wrapper {
  background: rgba(0, 0, 0, 0.9);
  padding: 1rem 1rem 0rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-shadow: 1px 1px 10px black, -1px -1px 10px black;
}

.hero-ul {
  list-style: square inside;
  padding: 0rem;
  margin: 2rem 0;
  font-size: 1.5rem;
}

.hero-ul > li {
  padding: 0.5rem;
  margin: 1rem 0;
}

.hero-header-1 {
  font-size: 1.5rem;
  text-align: center;
  text-justify: center;
  padding: 1rem;
  font-family: "Merriweather", -apple-system, BlinkMacSystemFont, Helvetica, Arial, serif;
}

.hero-header-2 {
  font-size: 2rem;
  text-align: center;
  text-justify: center;
  padding: 1rem;
  font-family: "Merriweather", -apple-system, BlinkMacSystemFont, Helvetica, Arial, serif;
}

body {
  background: #212121;
  color: #000000;
  font-family: "Merriweather", -apple-system, BlinkMacSystemFont, Helvetica, Arial, serif;
}

.container--main--bg {
  background: #fff;
}

.col, .subpage-button__wrapper, .subpage-review, .mini-about2-card__title, .wrapper-col-to-row-at-d, .wrapper-col-to-row-at-t {
  display: flex;
  flex-direction: column;
}

.row {
  display: flex;
  flex-direction: row;
}

.container {
  width: 100%;
}

.img-blk {
  display: block;
  width: 100%;
}

p {
  max-width: 55ch;
}

.bold {
  font-weight: bold;
}

.color--first {
  color: hsl(0, 61%, 38%);
}

.color--second {
  color: hsl(0, 61%, 26%);
}

.color--third {
  color: hsl(0, 61%, 75%);
}

.color--accent {
  color: hsl(5, 80%, 90%);
}

.color--grey-light {
  color: #333333;
}

.color--grey-accent {
  color: #636363;
}

.color--1c {
  color: #1c1c1c;
}

.color--white {
  color: #fff;
}

.bg--second {
  background: hsl(0, 61%, 26%);
}

h1 {
  font-size: 2rem;
  font-family: headerFont;
  text-transform: uppercase;
}

h2 {
  font-size: 1.5rem;
  font-family: headerFont;
  text-transform: uppercase;
}

h3 {
  font-size: 1.25rem;
  font-family: headerFont;
  text-transform: uppercase;
}

a {
  text-decoration: none;
  color: none;
}

main, header {
  max-width: 1910px;
  margin: 0 auto;
  z-index: 1;
  font-family: "Merriweather", -apple-system, BlinkMacSystemFont, Helvetica, Arial, serif;
}

.header-font {
  font-family: "Lato", sans-serif;
}

.hidden {
  display: none;
}

.wrapper-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrapper-row {
  display: block;
}

/*------------------------  cards -------------------------*/
.wrapper-card-all {
  display: flex;
  flex-wrap: wrap;
  padding: 4rem 1rem 4rem 1rem;
}

.h1-card {
  color: #1c1c1c;
  padding: 5rem 0 0 0;
  margin: 0 auto;
  padding: 0 1rem;
}

.card {
  display: flex;
  flex-direction: column;
  color: #212121;
  max-width: 320px;
  padding: 0 0 2rem 0;
}
.card__img {
  width: 100%;
  height: auto;
}
.card__text {
  color: #212121;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 2;
}

.about-page-card {
  padding: 0rem 1rem 0rem 1rem;
}

/*------------------------ 3 cards -------------------------*/
.wrapper-3card-all {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 4rem 1rem 4rem 1rem;
}

.card-3 {
  max-width: 320px;
  max-width: 500px;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid #d7d7d7;
  box-shadow: 2px 2px #b0b0b0;
  flex: 1;
}
.card-3__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: hsl(0, 61%, 38%);
}

/*------------------------ 4 cards -------------------------*/
.wrapper-4card-all {
  justify-content: center;
}

.a4card-card {
  max-width: 320px;
}
.a4card-card__img {
  width: 100%;
  height: auto;
}
.a4card-card __title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: hsl(0, 61%, 26%);
}

/*------------------------ 2 cards -------------------------*/
.a2card {
  margin: 1rem;
}

/*------------------------ Buttons -------------------------*/
.btn {
  font-size: 1.25rem;
  border: none;
  border-radius: 0px;
  padding: 12px 22px 12px 22px;
  margin-bottom: 20px;
  cursor: pointer;
  text-align: center;
}

.btn--odd {
  background: hsl(56, 100%, 66%);
  color: #212121;
}

.btn--opaque {
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.5);
  color: white;
}

.btn--first {
  border: none;
  background: hsl(0, 61%, 38%);
  color: white;
  font-weight: bold;
  border: 2px solid hsl(0, 61%, 38%);
}

.btn--first:hover {
  background: #fff;
  color: hsl(0, 61%, 26%);
  border: 2px solid hsl(0, 61%, 26%);
}

.btn--opaque:hover {
  background: rgba(0, 0, 0, 0.8);
  color: white;
}

.btn--odd:hover {
  background: hsl(56, 100%, 50%);
  border: 1px solid #212121;
  color: hsl(0, 61%, 38%);
}

.btn-service__parent {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 1rem;
}

.btn-service {
  min-width: 200px;
}

.card-intro__title__img {
  /*		width: 40px;
  		height: 40px;
  		margin-right: 20px;
  		*/
}
.card-intro__title__h2 {
  font-size: 1.25rem;
  padding: 0;
  margin: 0.5rem;
}
body {
  background: #212121;
  color: #000000;
  font-family: "Merriweather", -apple-system, BlinkMacSystemFont, Helvetica, Arial, serif;
}

.container--main--bg {
  background: #fff;
}

.col, .subpage-button__wrapper, .subpage-review, .mini-about2-card__title, .wrapper-col-to-row-at-d, .wrapper-col-to-row-at-t {
  display: flex;
  flex-direction: column;
}

.row {
  display: flex;
  flex-direction: row;
}

.container {
  width: 100%;
}

.img-blk {
  display: block;
  width: 100%;
}

p {
  max-width: 55ch;
}

.bold {
  font-weight: bold;
}

.color--first {
  color: hsl(0, 61%, 38%);
}

.color--second {
  color: hsl(0, 61%, 26%);
}

.color--third {
  color: hsl(0, 61%, 75%);
}

.color--accent {
  color: hsl(5, 80%, 90%);
}

.color--grey-light {
  color: #333333;
}

.color--grey-accent {
  color: #636363;
}

.color--1c {
  color: #1c1c1c;
}

.color--white {
  color: #fff;
}

.bg--second {
  background: hsl(0, 61%, 26%);
}

h1 {
  font-size: 2rem;
  font-family: headerFont;
  text-transform: uppercase;
}

h2 {
  font-size: 1.5rem;
  font-family: headerFont;
  text-transform: uppercase;
}

h3 {
  font-size: 1.25rem;
  font-family: headerFont;
  text-transform: uppercase;
}

a {
  text-decoration: none;
  color: none;
}

main, header {
  max-width: 1910px;
  margin: 0 auto;
  z-index: 1;
  font-family: "Merriweather", -apple-system, BlinkMacSystemFont, Helvetica, Arial, serif;
}

.header-font {
  font-family: "Lato", sans-serif;
}

.hidden {
  display: none;
}

.wrapper-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrapper-row {
  display: block;
}

/*------------------------  cards -------------------------*/
.wrapper-card-all {
  display: flex;
  flex-wrap: wrap;
  padding: 4rem 1rem 4rem 1rem;
}

.h1-card {
  color: #1c1c1c;
  padding: 5rem 0 0 0;
  margin: 0 auto;
  padding: 0 1rem;
}

.card {
  display: flex;
  flex-direction: column;
  color: #212121;
  max-width: 320px;
  padding: 0 0 2rem 0;
}
.card__img {
  width: 100%;
  height: auto;
}
.card__text {
  color: #212121;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 2;
}

.about-page-card {
  padding: 0rem 1rem 0rem 1rem;
}

/*------------------------ 3 cards -------------------------*/
.wrapper-3card-all {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 4rem 1rem 4rem 1rem;
}

.card-3 {
  max-width: 320px;
  max-width: 500px;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid #d7d7d7;
  box-shadow: 2px 2px #b0b0b0;
  flex: 1;
}
.card-3__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: hsl(0, 61%, 38%);
}

/*------------------------ 4 cards -------------------------*/
.wrapper-4card-all {
  justify-content: center;
}

.a4card-card {
  max-width: 320px;
}
.a4card-card__img {
  width: 100%;
  height: auto;
}
.a4card-card __title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: hsl(0, 61%, 26%);
}

/*------------------------ 2 cards -------------------------*/
.a2card {
  margin: 1rem;
}

/*------------------------ Buttons -------------------------*/
.btn {
  font-size: 1.25rem;
  border: none;
  border-radius: 0px;
  padding: 12px 22px 12px 22px;
  margin-bottom: 20px;
  cursor: pointer;
  text-align: center;
}

.btn--odd {
  background: hsl(56, 100%, 66%);
  color: #212121;
}

.btn--opaque {
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.5);
  color: white;
}

.btn--first {
  border: none;
  background: hsl(0, 61%, 38%);
  color: white;
  font-weight: bold;
  border: 2px solid hsl(0, 61%, 38%);
}

.btn--first:hover {
  background: #fff;
  color: hsl(0, 61%, 26%);
  border: 2px solid hsl(0, 61%, 26%);
}

.btn--opaque:hover {
  background: rgba(0, 0, 0, 0.8);
  color: white;
}

.btn--odd:hover {
  background: hsl(56, 100%, 50%);
  border: 1px solid #212121;
  color: hsl(0, 61%, 38%);
}

.btn-service__parent {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 1rem;
}

.btn-service {
  min-width: 200px;
}

#why-us {
  position: relative;
}

.wu__wrapper-img {
  width: 100%;
}

.wu__header {
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
  padding: 1rem;
  background: #212121;
}
.wu__header__side-bar {
  display: inline-block;
  height: 1rem;
  width: 0.2rem;
  color: #fff;
  transform: translate(0, 0.25rem);
  margin: 0 0.25rem 0 0;
}
.wu__header__text {
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;
}

.wu__wrapper-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #212121;
  padding: 1rem;
  box-shadow: -9px 9px 0 0 hsl(0, 61%, 38%);
}

.wu-card__text {
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
}
.wu-card__title {
  color: hsl(0, 61%, 75%);
}

.wu__col-all {
  display: flex;
  flex-direction: column;
}

body {
  background: #212121;
  color: #000000;
  font-family: "Merriweather", -apple-system, BlinkMacSystemFont, Helvetica, Arial, serif;
}

.container--main--bg {
  background: #fff;
}

.col, .subpage-button__wrapper, .subpage-review, .mini-about2-card__title, .wrapper-col-to-row-at-d, .wrapper-col-to-row-at-t {
  display: flex;
  flex-direction: column;
}

.row {
  display: flex;
  flex-direction: row;
}

.container {
  width: 100%;
}

.img-blk {
  display: block;
  width: 100%;
}

p {
  max-width: 55ch;
}

.bold {
  font-weight: bold;
}

.color--first {
  color: hsl(0, 61%, 38%);
}

.color--second {
  color: hsl(0, 61%, 26%);
}

.color--third {
  color: hsl(0, 61%, 75%);
}

.color--accent {
  color: hsl(5, 80%, 90%);
}

.color--grey-light {
  color: #333333;
}

.color--grey-accent {
  color: #636363;
}

.color--1c {
  color: #1c1c1c;
}

.color--white {
  color: #fff;
}

.bg--second {
  background: hsl(0, 61%, 26%);
}

h1 {
  font-size: 2rem;
  font-family: headerFont;
  text-transform: uppercase;
}

h2 {
  font-size: 1.5rem;
  font-family: headerFont;
  text-transform: uppercase;
}

h3 {
  font-size: 1.25rem;
  font-family: headerFont;
  text-transform: uppercase;
}

a {
  text-decoration: none;
  color: none;
}

main, header {
  max-width: 1910px;
  margin: 0 auto;
  z-index: 1;
  font-family: "Merriweather", -apple-system, BlinkMacSystemFont, Helvetica, Arial, serif;
}

.header-font {
  font-family: "Lato", sans-serif;
}

.hidden {
  display: none;
}

.wrapper-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrapper-row {
  display: block;
}

/*------------------------  cards -------------------------*/
.wrapper-card-all {
  display: flex;
  flex-wrap: wrap;
  padding: 4rem 1rem 4rem 1rem;
}

.h1-card {
  color: #1c1c1c;
  padding: 5rem 0 0 0;
  margin: 0 auto;
  padding: 0 1rem;
}

.card {
  display: flex;
  flex-direction: column;
  color: #212121;
  max-width: 320px;
  padding: 0 0 2rem 0;
}
.card__img {
  width: 100%;
  height: auto;
}
.card__text {
  color: #212121;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 2;
}

.about-page-card {
  padding: 0rem 1rem 0rem 1rem;
}

/*------------------------ 3 cards -------------------------*/
.wrapper-3card-all {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 4rem 1rem 4rem 1rem;
}

.card-3 {
  max-width: 320px;
  max-width: 500px;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid #d7d7d7;
  box-shadow: 2px 2px #b0b0b0;
  flex: 1;
}
.card-3__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: hsl(0, 61%, 38%);
}

/*------------------------ 4 cards -------------------------*/
.wrapper-4card-all {
  justify-content: center;
}

.a4card-card {
  max-width: 320px;
}
.a4card-card__img {
  width: 100%;
  height: auto;
}
.a4card-card __title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: hsl(0, 61%, 26%);
}

/*------------------------ 2 cards -------------------------*/
.a2card {
  margin: 1rem;
}

/*------------------------ Buttons -------------------------*/
.btn {
  font-size: 1.25rem;
  border: none;
  border-radius: 0px;
  padding: 12px 22px 12px 22px;
  margin-bottom: 20px;
  cursor: pointer;
  text-align: center;
}

.btn--odd {
  background: hsl(56, 100%, 66%);
  color: #212121;
}

.btn--opaque {
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.5);
  color: white;
}

.btn--first {
  border: none;
  background: hsl(0, 61%, 38%);
  color: white;
  font-weight: bold;
  border: 2px solid hsl(0, 61%, 38%);
}

.btn--first:hover {
  background: #fff;
  color: hsl(0, 61%, 26%);
  border: 2px solid hsl(0, 61%, 26%);
}

.btn--opaque:hover {
  background: rgba(0, 0, 0, 0.8);
  color: white;
}

.btn--odd:hover {
  background: hsl(56, 100%, 50%);
  border: 1px solid #212121;
  color: hsl(0, 61%, 38%);
}

.btn-service__parent {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 1rem;
}

.btn-service {
  min-width: 200px;
}

.mini-about2__wrapper-all {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 5rem 1rem 5rem 1rem;
}

.mini-about2__wrapper-img {
  width: 300px;
}

.about2__img-title {
  padding: 2rem 1rem 1rem 1rem;
  color: hsl(0, 61%, 26%);
  font-weight: bold;
}

.mini-about2-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1rem;
  max-width: 55ch;
  line-height: 2;
}
.mini-about2-card__title {
  /*align-items:center;*/
  font-weight: bold;
  font-size: 2rem;
  color: #1c1c1c;
}
.mini-about2-card__text {
  font-family: serif;
  margin: 0 0 4rem 0;
}

.text-highlight {
  color: hsl(0, 61%, 75%);
  font-weight: bold;
  font-style: serif;
}

body {
  background: #212121;
  color: #000000;
  font-family: "Merriweather", -apple-system, BlinkMacSystemFont, Helvetica, Arial, serif;
}

.container--main--bg {
  background: #fff;
}

.col, .subpage-button__wrapper, .subpage-review, .wrapper-col-to-row-at-d, .wrapper-col-to-row-at-t, .mini-about2-card__title {
  display: flex;
  flex-direction: column;
}

.row {
  display: flex;
  flex-direction: row;
}

.container {
  width: 100%;
}

.img-blk {
  display: block;
  width: 100%;
}

p {
  max-width: 55ch;
}

.bold {
  font-weight: bold;
}

.color--first {
  color: hsl(0, 61%, 38%);
}

.color--second {
  color: hsl(0, 61%, 26%);
}

.color--third {
  color: hsl(0, 61%, 75%);
}

.color--accent {
  color: hsl(5, 80%, 90%);
}

.color--grey-light {
  color: #333333;
}

.color--grey-accent {
  color: #636363;
}

.color--1c {
  color: #1c1c1c;
}

.color--white {
  color: #fff;
}

.bg--second {
  background: hsl(0, 61%, 26%);
}

h1 {
  font-size: 2rem;
  font-family: headerFont;
  text-transform: uppercase;
}

h2 {
  font-size: 1.5rem;
  font-family: headerFont;
  text-transform: uppercase;
}

h3 {
  font-size: 1.25rem;
  font-family: headerFont;
  text-transform: uppercase;
}

a {
  text-decoration: none;
  color: none;
}

main, header {
  max-width: 1910px;
  margin: 0 auto;
  z-index: 1;
  font-family: "Merriweather", -apple-system, BlinkMacSystemFont, Helvetica, Arial, serif;
}

.header-font {
  font-family: "Lato", sans-serif;
}

.hidden {
  display: none;
}

.wrapper-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrapper-row {
  display: block;
}

/*------------------------  cards -------------------------*/
.wrapper-card-all {
  display: flex;
  flex-wrap: wrap;
  padding: 4rem 1rem 4rem 1rem;
}

.h1-card {
  color: #1c1c1c;
  padding: 5rem 0 0 0;
  margin: 0 auto;
  padding: 0 1rem;
}

.card {
  display: flex;
  flex-direction: column;
  color: #212121;
  max-width: 320px;
  padding: 0 0 2rem 0;
}
.card__img {
  width: 100%;
  height: auto;
}
.card__text {
  color: #212121;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 2;
}

.about-page-card {
  padding: 0rem 1rem 0rem 1rem;
}

/*------------------------ 3 cards -------------------------*/
.wrapper-3card-all {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 4rem 1rem 4rem 1rem;
}

.card-3 {
  max-width: 320px;
  max-width: 500px;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid #d7d7d7;
  box-shadow: 2px 2px #b0b0b0;
  flex: 1;
}
.card-3__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: hsl(0, 61%, 38%);
}

/*------------------------ 4 cards -------------------------*/
.wrapper-4card-all {
  justify-content: center;
}

.a4card-card {
  max-width: 320px;
}
.a4card-card__img {
  width: 100%;
  height: auto;
}
.a4card-card __title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: hsl(0, 61%, 26%);
}

/*------------------------ 2 cards -------------------------*/
.a2card {
  margin: 1rem;
}

/*------------------------ Buttons -------------------------*/
.btn {
  font-size: 1.25rem;
  border: none;
  border-radius: 0px;
  padding: 12px 22px 12px 22px;
  margin-bottom: 20px;
  cursor: pointer;
  text-align: center;
}

.btn--odd {
  background: hsl(56, 100%, 66%);
  color: #212121;
}

.btn--opaque {
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.5);
  color: white;
}

.btn--first {
  border: none;
  background: hsl(0, 61%, 38%);
  color: white;
  font-weight: bold;
  border: 2px solid hsl(0, 61%, 38%);
}

.btn--first:hover {
  background: #fff;
  color: hsl(0, 61%, 26%);
  border: 2px solid hsl(0, 61%, 26%);
}

.btn--opaque:hover {
  background: rgba(0, 0, 0, 0.8);
  color: white;
}

.btn--odd:hover {
  background: hsl(56, 100%, 50%);
  border: 1px solid #212121;
  color: hsl(0, 61%, 38%);
}

.btn-service__parent {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 1rem;
}

.btn-service {
  min-width: 200px;
}

.container-why {
  background: url("../images/group2-bg-dark.jpg") no-repeat;
  background-size: cover;
  padding-bottom: 40px;
  color: #fff;
}
.container-why h2 {
  text-decoration: underline;
  text-underline-offset: 1rem;
}

.why-card {
  padding: 1rem;
  margin: auto;
  max-width: 800px;
  line-height: 2;
}
.why-card__writer {
  font-style: italic;
  font-family: serif;
  font-size: 1.5rem;
  color: #636363;
}

/*------------------------ Reviews -------------------------*/
.container--reviews {
  background: url("../images/dark-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.review__header {
  padding: 1rem;
  color: #fff;
}

.review-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}

.review__card {
  min-width: 240px;
  margin: 4rem 1rem 4rem 1rem;
}

.review__text {
  padding-bottom: 10px;
  font-family: serif;
  max-width: 55ch;
  font-size: 1rem;
  font-style: italic;
  color: #fff;
  font-weight: 500;
  line-height: 1.5rem;
}

.review__star {
  width: 1rem;
}

.review__quote {
  color: #fff;
  padding-bottom: 3px;
}

.review__name {
  color: white;
  font-weight: bold;
}

.review__platform {
  color: white;
  font-size: 14px;
  font-style: italic;
}

.review-single__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.review-single__header {
  font-size: 2rem;
  font-family: serif;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-decoration: underline;
  text-decoration-color: grey;
  text-underline-position: under;
  padding: 0rem 1rem;
}

.review-single__card {
  max-width: 440px;
  margin: 4rem 1rem 4rem 1rem;
  padding: 1rem;
  border: 1px solid hsl(40, 10%, 75%);
  border-radius: 5px;
  /*	box-shadow: 10px 5px 5px color(dark);
  */
  box-shadow: 10px 5px 5px #996600;
}

.review-single__text {
  padding-bottom: 10px;
  font-family: serif;
  max-width: 55ch;
  font-size: 1rem;
  line-height: 1.5rem;
  font-style: italic;
  color: #212121;
  font-weight: 500;
}

.review-single__name {
  color: #333333;
  font-weight: bold;
}
.review-single__platform {
  color: #636363;
  font-size: 14px;
  font-style: italic;
}

.gmap_canvas {
  overflow: hidden;
  background: none;
  height: 250px;
  width: 250px;
}

.mapouter {
  position: relative;
  text-align: right;
  height: 250px;
  width: 250px;
}

.map-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 0 0 0;
}

.map-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.map-text {
  max-width: 50ch;
  color: #212121;
  font-family: sans-serif;
  line-height: 1.5rem;
}

.container--bottom-form {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  background: url("/assets/images/IMG_1311_edit.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-family: headerFont;
  overflow: hidden;
}

.form-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  background: hsla(0, 0%, 0%, 0.6);
}

.form-wrapper__glass {
  padding: 5rem 1rem 5rem 1rem;
  displpay: flex;
  flex-direction: column;
  max-width: 400px;
  flex: 2;
}
.form-wrapper__glass form {
  margin: 1rem 0 0 0;
  border-radius: 5px;
}
.form-wrapper__glass form input, .form-wrapper__glass form textarea {
  width: 80%;
  border: none;
  padding: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.form-wrapper__glass form label {
  color: #fff;
  display: block;
  width: 100%;
  padding: 5px;
  font-weight: bold;
  font-size: 1rem;
}

.form__header {
  padding: 0;
  margin: 0;
  color: #fff;
  font-weight: bold;
  font-family: headerFont;
}

.form__header-1 {
  font-size: 2rem;
}

.form__header-2 {
  font-size: 1.5rem;
}

body {
  background: #212121;
  color: #000000;
  font-family: "Merriweather", -apple-system, BlinkMacSystemFont, Helvetica, Arial, serif;
}

.container--main--bg {
  background: #fff;
}

.col, .subpage-button__wrapper, .subpage-review, .wrapper-col-to-row-at-d, .wrapper-col-to-row-at-t, .mini-about2-card__title {
  display: flex;
  flex-direction: column;
}

.row {
  display: flex;
  flex-direction: row;
}

.container {
  width: 100%;
}

.img-blk {
  display: block;
  width: 100%;
}

p {
  max-width: 55ch;
}

.bold {
  font-weight: bold;
}

.color--first {
  color: hsl(0, 61%, 38%);
}

.color--second {
  color: hsl(0, 61%, 26%);
}

.color--third {
  color: hsl(0, 61%, 75%);
}

.color--accent {
  color: hsl(5, 80%, 90%);
}

.color--grey-light {
  color: #333333;
}

.color--grey-accent {
  color: #636363;
}

.color--1c {
  color: #1c1c1c;
}

.color--white {
  color: #fff;
}

.bg--second {
  background: hsl(0, 61%, 26%);
}

h1 {
  font-size: 2rem;
  font-family: headerFont;
  text-transform: uppercase;
}

h2 {
  font-size: 1.5rem;
  font-family: headerFont;
  text-transform: uppercase;
}

h3 {
  font-size: 1.25rem;
  font-family: headerFont;
  text-transform: uppercase;
}

a {
  text-decoration: none;
  color: none;
}

main, header {
  max-width: 1910px;
  margin: 0 auto;
  z-index: 1;
  font-family: "Merriweather", -apple-system, BlinkMacSystemFont, Helvetica, Arial, serif;
}

.header-font {
  font-family: "Lato", sans-serif;
}

.hidden {
  display: none;
}

.wrapper-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrapper-row {
  display: block;
}

/*------------------------  cards -------------------------*/
.wrapper-card-all {
  display: flex;
  flex-wrap: wrap;
  padding: 4rem 1rem 4rem 1rem;
}

.h1-card {
  color: #1c1c1c;
  padding: 5rem 0 0 0;
  margin: 0 auto;
  padding: 0 1rem;
}

.card {
  display: flex;
  flex-direction: column;
  color: #212121;
  max-width: 320px;
  padding: 0 0 2rem 0;
}
.card__img {
  width: 100%;
  height: auto;
}
.card__text {
  color: #212121;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 2;
}

.about-page-card {
  padding: 0rem 1rem 0rem 1rem;
}

/*------------------------ 3 cards -------------------------*/
.wrapper-3card-all {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 4rem 1rem 4rem 1rem;
}

.card-3 {
  max-width: 320px;
  max-width: 500px;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid #d7d7d7;
  box-shadow: 2px 2px #b0b0b0;
  flex: 1;
}
.card-3__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: hsl(0, 61%, 38%);
}

/*------------------------ 4 cards -------------------------*/
.wrapper-4card-all {
  justify-content: center;
}

.a4card-card {
  max-width: 320px;
}
.a4card-card__img {
  width: 100%;
  height: auto;
}
.a4card-card __title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: hsl(0, 61%, 26%);
}

/*------------------------ 2 cards -------------------------*/
.a2card {
  margin: 1rem;
}

/*------------------------ Buttons -------------------------*/
.btn {
  font-size: 1.25rem;
  border: none;
  border-radius: 0px;
  padding: 12px 22px 12px 22px;
  margin-bottom: 20px;
  cursor: pointer;
  text-align: center;
}

.btn--odd {
  background: hsl(56, 100%, 66%);
  color: #212121;
}

.btn--opaque {
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.5);
  color: white;
}

.btn--first {
  border: none;
  background: hsl(0, 61%, 38%);
  color: white;
  font-weight: bold;
  border: 2px solid hsl(0, 61%, 38%);
}

.btn--first:hover {
  background: #fff;
  color: hsl(0, 61%, 26%);
  border: 2px solid hsl(0, 61%, 26%);
}

.btn--opaque:hover {
  background: rgba(0, 0, 0, 0.8);
  color: white;
}

.btn--odd:hover {
  background: hsl(56, 100%, 50%);
  border: 1px solid #212121;
  color: hsl(0, 61%, 38%);
}

.btn-service__parent {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 1rem;
}

.btn-service {
  min-width: 200px;
}

footer {
  max-width: 1910px;
  margin: 0 auto;
}

.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: nowrap;
  background: black;
  padding: 2rem 0 2rem 0;
  color: hsl(0, 61%, 75%);
}

.footer-wrapper-all {
  display: flex;
  flex-direction: column;
}

/*---------------- Logo ---------------------*/
.footer-logo-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 240px;
}
.footer-logo-wrapper b {
  padding: 0 0 1rem 0;
  margin: 0 0 1rem 0;
  border-bottom: 1px solid hsl(0, 61%, 75%);
}
.footer-logo-wrapper img {
  width: 100px;
}

.footer-logo-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 30ch;
  line-height: 1.5;
  color: #fff;
}
.footer-logo-text__quote {
  display: block;
  width: 20px;
  height: 20px;
}

/*---------------- ---------------------*/
.footer-block {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: right;
}

.footer-titles__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: left;
}

.footer-titles__title {
  font-size: 1.5rem;
  font-weight: bold;
  color: hsl(0, 61%, 75%);
}

.footer-titles__divider {
  width: 30px;
  height: 1px;
  background: #636363;
  margin: 0.5rem 0 1rem 0;
}

/*---------------- Contact ---------------------*/
#footer-contact a {
  color: #fff;
  font-weight: bold;
}

.footer-contact__content {
  display: flex;
  flex-direction: column;
  justify-content: left;
}
.footer-contact__content__item {
  padding: 0.5rem;
  line-height: 1.5;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}
.footer-contact__content__item img {
  height: 1.75rem;
  transform: translate(0, 0.5rem);
  padding: 0 0.5rem 0 0;
}
.footer-contact__content__item:hover {
  color: hsl(5, 80%, 90%);
  text-underline-offset: 0.2rem;
  transition: color 200ms ease-in-out;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

/*---------------- Links ---------------------*/
.footer-links-wrapper2 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-link {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  margin: 0.5rem 0 0.5rem 0;
  padding: 0.5rem;
}

.footer-link:hover {
  color: hsl(5, 80%, 90%);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

/*---------------- Copyright ---------------------*/
.footer-copyright {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  background: #212121;
}
.footer-copyright__text {
  color: #fff;
  padding: 1rem;
  font-size: 0.75rem;
}

.confidence-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 6rem 0;
}

.confidence-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
}

.check-image {
  content: "";
  min-width: 30vw;
  min-height: 300px;
  display: flex;
  background: url("/assets/images/stock/showcase_2_edit.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.confidence-right-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.confidence-right-wrapper__title {
  font-size: 1.5rem;
  margin: 1rem;
}
.confidence-right-wrapper__title__accent {
  color: hsl(0, 61%, 38%);
}
.confidence-right-wrapper__text {
  margin: 1rem;
  max-width: 60ch;
  line-height: 2;
}
.confidence-right-wrapper__logo {
  display: block;
  width: 200px;
}
.confidence-right-wrapper__divider {
  width: 400px;
  border-bottom: 1px solid hsl(0, 61%, 26%);
  margin: 1rem 0;
}

.check-items-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.check-item {
  background: hsl(12, 65%, 90%);
  color: hsl(0, 61%, 26%);
  border-radius: 0.5rem;
  margin: 0.5rem;
  padding: 0.5rem;
}
.check-item__check {
  height: 1rem;
  width: 1rem;
}

.container-asa {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrapper-asa {
  display: flex;
  flex-direction: column;
}

.wrapper-asa-images {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  padding: 10px;
}

.title-asa {
  font-size: 2rem;
  color: hsl(0, 61%, 26%);
  line-height: 1.25;
  margin: 0 0 1rem 0;
  padding: 0 1rem;
}

.wrapper-asa-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 50ch;
  line-height: 2;
  font-size: 1rem;
  padding: 1rem 2rem;
}

.client-tiles-title {
  color: hsl(0, 61%, 26%);
}

.client-tiles-header_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 2rem 0;
}

.client-tiles_container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.client-tiles_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 50vw);
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 120px);
  justify-content: center;
  margin: 0 0 4rem 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.client-tiles_tile {
  border: 1px solid hsl(1, 1%, 60%);
  padding: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  filter: grayscale(100%);
  opacity: 0.8;
}
.client-tiles_tile img {
  max-height: 100%;
  max-width: 100%;
}

.subpage__header {
  font-family: serif;
  width: 100%;
  background: #fff;
}

.subpage__header__wrapper {
  padding: 1rem;
}
.subpage__header__wrapper h1 {
  display: inline-block;
}

.location {
  padding: 120px 1rem 1rem 1rem;
  color: #636363;
  font-weight: bold;
}
.location a {
  text-decoration: underline;
}

/*------------------------ Header -------------------------*/
.subpage__header {
  background: #fff;
  padding: 20vh 1rem 10vh 1rem;
}
.subpage__header h1 {
  color: hsl(35, 100%, 35%);
}

.location {
  color: #636363;
  font-weight: bold;
}
.location a {
  text-decoration: underline;
}

/*------------------------ Content -------------------------*/
.service-banner__title-2 {
  text-align: center;
}

.subpage__container {
  padding: 7rem 0 4rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-wrapper-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100ch;
}

.subpage__col-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0rem 1rem 0rem;
  background: url("/assets/images/circle.svg") no-repeat;
  width: 100%;
  background-position: 50%;
  background-size: cover;
  margin-bottom: 2rem;
  /*	width: 900px; */
}

.subpage__row-wrapper {
  /*	@extend .row;*/
  /*	flex-wrap: wrap;*/
  /*	justify-content: space-between;*/
  width: 100%;
  padding: 2rem 0rem 2rem 0rem;
}

.subpage-services-card {
  display: flex;
  flex-direction: column;
  align-items: start;
  max-width: 40px;
}

.subpage-services-card__header2 {
  color: hsl(35, 100%, 35%);
  margin: 0;
  font-size: 1.5rem;
  text-decoration: underline;
  text-decoration-color: grey;
  text-underline-position: under;
  text-align: left;
  width: 100%;
  font-family: "Lato", sans-serif;
}

.subpage__text {
  max-width: 400px;
  color: #333333;
  line-height: 1.5;
  font-size: 1.25rem;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

.subpage__text__textbox {
  text-justfiy: inter-word;
}

.subpage__img {
  width: 100%;
  padding: 0 0 1rem 0;
}

.subpage__img-bg {
  width: 100%;
  padding: 0 0 1rem 0;
  min-height: 400px;
}

.order-one-at-t {
  order: 2;
}

.order-two-at-t {
  order: 1;
}

/*------------------------ Reviews -------------------------*/
.subpage-review {
  justify-content: center;
  align-items: center;
  padding: 4rem 1rem 4rem 1rem;
  /*	background: url('/assets/images/gallery_new-braunfels-texas_interior.jpg') no-repeat; */
  /*	background-attachment: fixed; */
  /*	background-size:cover; */
  background: linear-gradient(hsl(210, 94%, 96%), hsl(5, 80%, 90%));
}

.review-card {
  border-radius: 4px;
  order: 1px solid #636363;
  margin: 1rem auto 2rem;
  padding: 1rem;
  box-shadow: 10px 5px 9px #636363;
  max-width: 500px;
  background: #fff;
}

.subpage-review__text {
  padding-bottom: 10px;
  font-family: serif;
  max-width: 50ch;
  font-size: 1rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5;
}

.subpage-review__name {
  font-weight: bold;
  color: #636363;
}

.subpage-review__platform {
  font-style: italic;
}

.subpage-button__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 1rem 4rem 1rem;
  background: url("/assets/images/stripe.svg") no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.map-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-top: 1px solid;
  justify-content: center;
  background: url("/assets/images/stripe.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2rem 0 2rem 0;
}

.map-text-block {
  padding: 1rem;
  color: #212121;
}
.map {
  padding: 1rem;
  border: 1px solid #636363;
}

/*------------------------ Mixin -------------------------*/
#portfolio {
  padding: 0rem 0rem 2rem 0rem;
}

.container--gallery {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2rem 0 2rem 0;
  background: hsl(60, 100%, 75%);
}

.gallery__img {
  width: 100%;
  max-width: 500px;
  height: 200px;
  object-fit: cover;
  margin: 1px;
}

.about__wrapper-all {
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  padding: 5rem 1rem 5rem 1rem;
}

.about-block-root {
  position: relative;
  z-index: 100;
  background: #fff;
}

.about-shadow-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  max-width: 55ch;
  line-height: 2;
  background: #fff;
  box-shadow: 12px 12px 12px 1px rgba(0, 0, 255, 0.2);
}
.about-shadow-card__title {
  display: flex;
  flex-direction: column;
  /*align-items:center;*/
  font-weight: bold;
  font-size: 2rem;
  color: #636363;
  padding: 0 1rem;
}
.about-shadow-card__text {
  font-family: serif;
  padding: 0 1rem 1rem 1rem;
}

.about-shadow-card::after {
  content: "";
  position: absolute;
  background: url("/assets/images/tiles-round1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 600px;
  height: 300px;
  transform: translate(-50%, -10%);
  z-index: 1;
}

.about-page__wrapper-all {
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  padding: 5rem 1rem 5rem 1rem;
}

.about-page-img {
  border-radius: 0.5rem;
  box-shadow: 12px 12px 12px 1px grey;
}

.about-page-server-img {
  max-width: 55ch;
}

.about-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-container-dark {
  background: #e4e4e4;
}

.about-wrapper {
  padding: 1rem;
}
.about-wrapper__title {
  border-bottom: 1px solid black;
  width: 100%;
  font-size: 1.75rem;
  margin: 2rem 0 1rem 0;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
}
.about-wrapper__inner {
  display: flex;
  flex-direction: column;
  margin: 0 0 2rem 0;
}

.about-page__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2rem 0;
}

.about-page__col {
  display: flex;
  flex-direction: col;
  align-items: center;
  justify-content: center;
}

.about-page-title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 2;
  color: #333333;
  display: flex;
  justify-content: center;
  font-family: "Lato", sans-serif;
}

.about-page-text {
  max-width: 80ch;
  font-family: "Merriweather", serif;
  line-height: 2;
  color: #212121;
}

.about-page-text, .about-page-card__text {
  max-width: 80ch;
  font-family: "Merriweather", serif;
  line-height: 2;
  color: #212121;
}

.about-page-wrapper {
  margin: 0 1rem;
}

.about-page-card__title__img {
  height: 220px;
  max-width: 220px;
  font-family: "Lato", sans-serif;
}
.about-page-card__title__text {
  width: 100%;
  display: flex;
  justify-content: left;
}

.bio__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bio__title {
  font-size: 2rem;
  font-family: Serif;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: two;
  margin: 0 0 4rem 0;
}
.bio__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bio__wrapper__inner {
  display: flex;
  flex-direction: column;
}
.bio__card {
  max-width: 50rem;
  display: flex;
  flex-direction: column;
  margin: 0 0 5rem 0;
}
.bio__card__title {
  padding: 0 0 0 1rem;
  font-family: "Lato", sans-serif;
  font-family: Serif;
  font-size: 1.5rem;
  line-height: 1.5;
  border-bottom: 1px solid grey;
  color: #4a4a4a;
  color: #1c1c1c;
}
.bio__card__name {
  padding: 0 0 0 1rem;
  line-height: 1.5;
  font-weight: bold;
  font-size: 1.25rem;
  color: hsl(0, 61%, 38%);
}
.bio__card__img-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1rem 0;
}
.bio__card__img {
  display: block;
  width: 200px;
  height: auto;
}
.bio__card__text {
  margin: 0rem 1rem;
  flex: 1;
  line-height: 2;
}

body {
  background: #212121;
  color: #000000;
  font-family: "Merriweather", -apple-system, BlinkMacSystemFont, Helvetica, Arial, serif;
}

.container--main--bg {
  background: #fff;
}

.col, .subpage-button__wrapper, .wrapper-col-to-row-at-d, .wrapper-col-to-row-at-t, .mini-about2-card__title, .subpage-review {
  display: flex;
  flex-direction: column;
}

.row {
  display: flex;
  flex-direction: row;
}

.container {
  width: 100%;
}

.img-blk {
  display: block;
  width: 100%;
}

p {
  max-width: 55ch;
}

.bold {
  font-weight: bold;
}

.color--first {
  color: hsl(0, 61%, 38%);
}

.color--second {
  color: hsl(0, 61%, 26%);
}

.color--third {
  color: hsl(0, 61%, 75%);
}

.color--accent {
  color: hsl(5, 80%, 90%);
}

.color--grey-light {
  color: #333333;
}

.color--grey-accent {
  color: #636363;
}

.color--1c {
  color: #1c1c1c;
}

.color--white {
  color: #fff;
}

.bg--second {
  background: hsl(0, 61%, 26%);
}

h1 {
  font-size: 2rem;
  font-family: headerFont;
  text-transform: uppercase;
}

h2 {
  font-size: 1.5rem;
  font-family: headerFont;
  text-transform: uppercase;
}

h3 {
  font-size: 1.25rem;
  font-family: headerFont;
  text-transform: uppercase;
}

a {
  text-decoration: none;
  color: none;
}

main, header {
  max-width: 1910px;
  margin: 0 auto;
  z-index: 1;
  font-family: "Merriweather", -apple-system, BlinkMacSystemFont, Helvetica, Arial, serif;
}

.header-font {
  font-family: "Lato", sans-serif;
}

.hidden {
  display: none;
}

.wrapper-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wrapper-row {
  display: block;
}

/*------------------------  cards -------------------------*/
.wrapper-card-all {
  display: flex;
  flex-wrap: wrap;
  padding: 4rem 1rem 4rem 1rem;
}

.h1-card {
  color: #1c1c1c;
  padding: 5rem 0 0 0;
  margin: 0 auto;
  padding: 0 1rem;
}

.card {
  display: flex;
  flex-direction: column;
  color: #212121;
  max-width: 320px;
  padding: 0 0 2rem 0;
}
.card__img {
  width: 100%;
  height: auto;
}
.card__text {
  color: #212121;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 2;
}

.about-page-card {
  padding: 0rem 1rem 0rem 1rem;
}

/*------------------------ 3 cards -------------------------*/
.wrapper-3card-all {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 4rem 1rem 4rem 1rem;
}

.card-3 {
  max-width: 320px;
  max-width: 500px;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid #d7d7d7;
  box-shadow: 2px 2px #b0b0b0;
  flex: 1;
}
.card-3__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: hsl(0, 61%, 38%);
}

/*------------------------ 4 cards -------------------------*/
.wrapper-4card-all {
  justify-content: center;
}

.a4card-card {
  max-width: 320px;
}
.a4card-card__img {
  width: 100%;
  height: auto;
}
.a4card-card __title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: hsl(0, 61%, 26%);
}

/*------------------------ 2 cards -------------------------*/
.a2card {
  margin: 1rem;
}

/*------------------------ Buttons -------------------------*/
.btn {
  font-size: 1.25rem;
  border: none;
  border-radius: 0px;
  padding: 12px 22px 12px 22px;
  margin-bottom: 20px;
  cursor: pointer;
  text-align: center;
}

.btn--odd {
  background: hsl(56, 100%, 66%);
  color: #212121;
}

.btn--opaque {
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.5);
  color: white;
}

.btn--first {
  border: none;
  background: hsl(0, 61%, 38%);
  color: white;
  font-weight: bold;
  border: 2px solid hsl(0, 61%, 38%);
}

.btn--first:hover {
  background: #fff;
  color: hsl(0, 61%, 26%);
  border: 2px solid hsl(0, 61%, 26%);
}

.btn--opaque:hover {
  background: rgba(0, 0, 0, 0.8);
  color: white;
}

.btn--odd:hover {
  background: hsl(56, 100%, 50%);
  border: 1px solid #212121;
  color: hsl(0, 61%, 38%);
}

.btn-service__parent {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 1rem;
}

.btn-service {
  min-width: 200px;
}

.subpage-button__wrapper {
  align-items: center;
  padding: 4rem 1rem 4rem 1rem;
  /*	margin: 0 0 4rem 0;*/
  background: url("/assets/images/redhouse3.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  /*	clip-path: polygon(0 0, 50% 10%, 100% 0%, 100% 100%, 50% 90%, 0% 100%);*/
  clip-path: polygon(0% 0%, 100% 20%, 100% 100%, 0% 100%);
}

.service-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  min-height: 400px;
  display: flex;
  box-shadow: -9px 9px 5px 0 #333333;
  margin: 0 0 4rem 0;
}
.service-banner__wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 1rem 1rem 1rem;
  color: white;
  text-shadow: 1px 1px 10px black, -1px -1px 10px black;
  background: hsla(0, 0%, 0%, 0.7);
}
.service-banner__title-1 {
  font-size: 1.5rem;
}
.service-banner__logo {
  margin: 1rem 0;
  width: 80px;
}

.service-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 1rem 1rem 3rem 1rem;
}

.service-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  color: #1c1c1c;
  margin: 0 0 3rem 0;
}

.service-bg-img {
  content: "";
  background: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 400px;
}

.service-img {
  width: 100%;
  aspect-ratio: 3/2;
  background-image: url("/assets/images/stock/acoustic-3.png");
  background-size: cover;
  background-position: center;
  margin: 0 0 3rem 0;
}

.service-text-card {
  margin: 0 0 0 1rem;
  display: flex;
  flex-direction: column;
}
.service-text-card__text {
  line-height: 2;
  margin: 0 0 1rem 0;
}

.service-h3 {
  font-size: 1.5rem;
  margin: 0 0 1rem 0;
  padding: 0;
  font-family: headerFont;
  color: #1c1c1c;
}

.service-title-underline {
  font-size: 2rem;
  padding: 0 0 0.5rem 0;
  border-bottom: 1px solid hsl(0, 61%, 38%);
  line-height: 1;
}

.service-check-item {
  margin: 0 0 1rem 0;
}

.our-work-container {
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-proj__wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 0 5rem 0;
  padding: 1rem;
  border: 1px solid lightgrey;
}
.card-proj__title {
  font-size: 1.5rem;
  font-family: font(headerFont);
}
.card-proj__location {
  font-size: 1rem;
  margin: 1rem 0;
  color: hsl(0, 61%, 38%);
}
.card-proj__flickity-wrapper {
  width: 400px;
  width: 50vw;
}
.card-proj__img {
  width: 50vw;
}
.card-proj__text {
  margin: 2rem 0 0 0;
  line-height: 2;
  color: #1c1c1c;
  width: 100%;
  width: 50vw;
}

.container--bottom-form-2col {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
  background: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 10rem 0;
  font-family: bodyFont;
}

.form-wrapper-2col {
  padding: 5rem 1rem 5rem 1rem;
  display: flex;
  flex-direction: column;
  max-width: 400px;
  box-shadow: 12px 12px 12px 1px rgba(0, 0, 255, 0.2);
  border: 1px solid rgba(0, 0, 255, 0.1);
}
.form-wrapper-2col h2 {
  padding: 0;
  margin: 0;
  color: #1c1c1c;
  text-transform: uppercase;
}
.form-wrapper-2col form {
  min-width: 280px;
  margin: 1rem 0 0 0;
  border-radius: 5px;
}
.form-wrapper-2col form input, .form-wrapper-2col form textarea {
  width: 80%;
  border: none;
  padding: 1rem;
  margin-bottom: 1rem;
  background: #ececec;
  font-size: 1rem;
}
.form-wrapper-2col form label {
  display: block;
  width: 100%;
  padding: 0.25rem 0 0.25rem 0;
  font-weight: bold;
  font-size: 1rem;
}

.form-wrapper-info-2col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 280px;
  padding: 5rem 1rem 5rem 1rem;
  max-width: 400px;
}
.form-wrapper-info-2col h2 {
  padding: 0;
  margin: 0 0 1rem 0;
  color: #1c1c1c;
  text-transform: uppercase;
}

.form-info-block {
  color: #636363;
}

.article-wrapper {
  max-width: 800px;
}

.article-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  line-height: 2rem;
  padding: 4rem 0 4rem 0;
}

.article-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 2rem 0 2rem 0;
}

.article-text-block {
  margin-bottom: 1rem;
}

/* phone-small is default */
/*keep? */
@media (min-width: 567px) {
  .built-logo__wrapper {
    width: 300px;
  }
  .wrapper-4card-two {
    padding: 0 2rem 0 2rem;
  }
  .card-intro {
    min-height: 180px;
  }
}
@media (min-width: 768px) {
  .wrapper-col-to-row-at-t {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .wrapper-col-to-row-at-t {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .banner__list__item {
    display: flex;
    justify-content: center;
  }
  .why-us {
    position: relative;
  }
  .why-us::before {
    content: "";
    background: url("/assets/images/IMG_2737.jpeg");
    background: url("/assets/images/stock/gc-1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 70%;
    height: 110%;
    position: absolute;
    right: 0px;
    top: -2rem;
  }
  #why-us-ac::before {
    background: url("/assets/images/stock/acoustic-3.png");
    background-repeat: no-repeat;
  }
  #why-us-fd::before {
    background: url("/assets/images/stock/pexels-tima-miroshnichenko-6474343.jpg");
    background: url("/assets/images/stock/dw-1_edit.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  #why-us-gc::before {
    background: url("/assets/images/stock/showcase_during2.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  #why-us-db::before {
    background: url("/assets/images/stock/architect-5_edit.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .wu__wrapper-img {
    display: none;
  }
  .wu__wrapper-content {
    width: 500px;
    z-index: 1;
  }
  .wu__wrapper-content .wu__col-all {
    align-items: flex-start;
  }
  .mini-about2-card {
    padding: 1rem 1rem 1rem 5rem;
  }
  .about2__img-title {
    padding: 2rem 0rem 0rem 0rem;
  }
  .map-wrapper {
    max-width: 800px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
  .footer-copyright {
    height: auto;
  }
  .subpage__col-wrapper {
    width: 100%;
  }
  .subpage__row-wrapper {
    padding: 0;
    margin: 0;
    flex-wrap: no-wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .subpage__img {
    margin: 0;
    width: 50%;
    object-fit: cover;
    padding: 0;
  }
  .subpage__text {
    width: 49%;
    margin: 0;
    align-items: start;
  }
  .subpage__services-card {
    max-width: 400px;
  }
  .order-two-at-t {
    order: 2;
  }
  .order-one-at-t {
    order: 1;
  }
  .row-reverse-at-t {
    flex-direction: row-reverse;
  }
  .check-image {
    min-width: 40vw;
  }
  .confidence-wrapper {
    flex-direction: row;
    margin: 0 0 0 1rem;
  }
  .confidence-container {
    flex-direction: row;
  }
  .confidence-container img {
    max-width: 1000px;
  }
  .wrapper-asa {
    flex-direction: row;
  }
  .wrapper-asa-images {
    border-right: 3px solid hsl(0, 61%, 75%);
    border-bottom: 3px solid hsl(0, 61%, 75%);
  }
}
@media (min-width: 992px) {
  .navbar {
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .navbar__logo {
    display: block;
    background: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .navbar__logo img {
    padding: 0.25rem 1rem 0.25rem 4rem;
    height: 3rem;
  }
  .navbar__list {
    background: none;
    transform: none;
    position: static;
    box-shadow: none;
    backdrop-filter: none;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    height: auto;
  }
  .navbar__list li a {
    opacity: 1;
  }
  .navbar-toggle-label {
    display: none;
  }
  .call-btn {
    display: none;
  }
  #submenu {
    position: absolute;
    top: 4.9rem;
    opacity: 0;
    transform: scale(1, 0);
    transform-origin: top;
    transition: all 400ms ease-in-out;
  }
  .has-submenu:hover {
    transform: scale(1, 1);
  }
  #banner {
    /*position:fixed;*/
    /*top:0;*/
    /*z-index:-1;*/
  }
  .container--hero {
    height: 800px;
    display: flex;
    flex-direction: row;
    clip-path: polygon(100% 0, 100% 80%, 50% 100%, 0 80%, 0 0);
    overflow: hidden;
    background-attachment: fixed;
    justify-content: space-around;
  }
  .wrapper--hero {
    flex-direction: row;
    width: 100%;
    height: 100%;
    justify-content: space-around;
    align-items: center;
    padding: 0 1rem 0 1rem;
  }
  .hero-text-wrapper {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 18rem 3rem 3rem 3rem;
    color: white;
    max-width: 30vw;
  }
  .built-logo__wrapper {
    width: 60ch;
  }
  .built-logo__title {
    font-size: 2rem;
  }
  .built-logo__img {
    width: 140px;
  }
  .zaszlo-logo {
    max-width: 500px;
  }
  #why-us {
    position: relative;
  }
  .why-us::before {
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    width: 85%;
    height: 110%;
    position: absolute;
    right: 0px;
    top: -2rem;
  }
  .wu__wrapper-content {
    width: 40%;
  }
  .wu__col-all {
    padding: 0 0 0 100px;
  }
  .container--bottom-form {
    background-attachment: fixed;
  }
  .form-wrapper {
    margin: 0 auto;
  }
  main {
    /*	margin: 800px auto 0 auto;*/
  }
  .fixed-title-subpage {
    display: none;
  }
  .wrapper-row {
    display: flex;
    flex-wrap: wrap;
  }
  .wrapper-4card-all {
    justify-content: space-evenly;
  }
  .card__text {
    /*	padding: 0 1rem 0 1rem;*/
    background: none;
  }
  .footer-wrapper-all {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
  }
  .subpage__header {
    padding-left: 8rem;
  }
  .subpage-services-card__header2 {
    font-size: 2rem;
  }
  .subpage-button__wrapper {
    clip-path: polygon(0% 0%, 100% 30%, 100% 100%, 0% 100%);
  }
  .container-why {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .mapouter {
    /*	height:250px;width:450px;*/
  }
  .map-wrapper {
    width: 980px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    padding: 0 0 2rem 0;
  }
  .about-wrapper__inner {
    flex-direction: row;
    max-width: 80vw;
  }
  .bio__card__img-text-wrapper {
    flex-direction: row;
    align-items: start;
  }
  .bio__card__title {
    padding: 0;
  }
  .bio__card__name {
    padding: 0;
  }
  .about-page__order2-ph {
    order: 2;
  }
  .about-page__order1-ph {
    order: 1;
  }
}
@media (min-width: 1200px) {
  .wrapper-3card-all {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
  .card-3 {
    margin: 0.5rem;
  }
  .service-img {
    width: 50vw;
  }
  .service-bg-img {
    width: 33vw;
  }
  .service-wrapper {
    padding: 1rem;
    flex-direction: row;
    justify-content: center;
    border: 1px solid #d7d7d7;
    box-shadow: 5px 5px #b0b0b0;
    max-width: 80vw;
  }
  .order-0-at-l {
    order: -1;
  }
  .service-text-card {
    max-width: 50ch;
    padding: 1rem 2rem;
  }
  .service-title-underline {
    line-height: 1;
  }
}

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